diff --git a/developers/testnet.md b/developers/testnet.md index 29a31cf..155225d 100644 --- a/developers/testnet.md +++ b/developers/testnet.md @@ -60,8 +60,8 @@ starsd keys add testnet-key 3\. Configure RPC endpoint and Chain ID ```shell -starsd config node https://rpc.elgafar-1.stargaze-apis.com:443 -starsd config chain-id elgafar-1 +starsd config set client chain-id elgafar-1 +starsd config set client node https://rpc.elgafar-1.stargaze-apis.com:443 ``` 4\. Check your account has balance diff --git a/developers/token-factory.md b/developers/token-factory.md index b73d527..1cec876 100644 --- a/developers/token-factory.md +++ b/developers/token-factory.md @@ -39,15 +39,15 @@ starsd keys add local-wallet --recover Testnet Configuration ```shell -starsd config node https://rpc.elgafar-1.stargaze-apis.com:443 -starsd config chain-id elgafar-1 +starsd config set client chain-id elgafar-1 +starsd config set client node https://rpc.elgafar-1.stargaze-apis.com:443 ``` Mainnet Configuration ``` -starsd config node https://rpc.stargaze-apis.com:443 -starsd config chain-id stargaze-1 +starsd config set client chain-id stargaze-1 +starsd config set client node https://rpc.stargaze-apis.com:443 ``` #### Checking your account balance