From 2b8cb3a128f7548c4d4cf8bf0a4617f8cfcfd308 Mon Sep 17 00:00:00 2001 From: platfowner Date: Fri, 3 May 2024 18:41:07 +0900 Subject: [PATCH] Tweak some comments --- src/ain.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ain.ts b/src/ain.ts index 7b78a16..c57aeed 100755 --- a/src/ain.ts +++ b/src/ain.ts @@ -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. */