Skip to main content

Networks

Devnet

LabelValue
Chain IDmycel-dev
RPC Endpointhttp://seed.dev.mycel.domains:1317
Light Client Daemonhttp://seed.dev.mycel.domains:26657

Testnet

LabelValue
Chain IDmycel-shugyo
RPC Endpointhttp://seed.shugyo.mycel.domains:1317
Light Client Daemonhttp://seed.shugyo.mycel.domains:26657

CLI Configuration

Edit ~/.mycel/client.toml

# The network chain ID
chain-id = CHAIN_ID
# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory)
keyring-backend = "test"
# CLI output format (text|json)
output = "text"
# <host>:<port> to Tendermint RPC interface for this chain
node = RPC_ENDPOINT
# Transaction broadcasting mode (sync|async|block)
broadcast-mode = "block"