Skip to content

Commit

Permalink
Tweak some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed May 3, 2024
1 parent 34af096 commit 2b8cb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default class Ain {

/**
* Sets a new provider.
* @param {string} providerUrl The endpoint URL of the network provider. e.g. https://testnet-api.ainetwork.ai, http://localhost:8081
* @param {string} eventHandlerUrl The endpoint URL of the event handler websocket server. e.g. wss://testnet-event.ainetwork.ai, ws://localhost:5100
* @param {string} providerUrl The endpoint URL of the network provider. e.g. http://localhost:8081, https://testnet-api.ainetwork.ai
* @param {string} eventHandlerUrl The endpoint URL of the event handler websocket server. e.g. ws://localhost:5100, wss://testnet-event.ainetwork.ai
* @param {number} chainId The chain ID of the blockchain network. e.g. 0 for local or testnet, and 1 for mainnet
* @param {AxiosRequestConfig} axiosConfig The axios request config.
*/
Expand Down

0 comments on commit 2b8cb3a

Please sign in to comment.