Configuration

Configuration

SCRT Labs regularly updates a Secret Network API Registry containing information required to configure the secretcli.

To check the status of a node use:

$ secretcli status --node "$URL"

Mainnet

secretcli config node https://rpc.mainnet.secretsaturn.net:443

secretcli config chain-id secret-4

secretcli config output json

Testnet

secretcli config node https://rpc.pulsar.scrttestnet.com/

secretcli config chain-id pulsar-3

secretcli config output json

secretcli config keyring-backend test

Last updated