Skip to main content

Supported Cosmos Networks

Every Cosmos-family network signs through the same Cosmos path (Amino StdSignDoc). Only the chainId and keyPath change. Source: playground/chains.json.

NetworkchainIdkeyPath
Cosmos Hubcosmos:cosmoshub-4/slip44:118m/44'/118'/0'/0/0
BNB Beacon Chain 1cosmos:Binance-Chain-Tigris/slip44:714m/44'/714'/0'/0/0
Coreumcosmos:coreum-mainnet-1/slip44:990m/44'/990'/0'/0/0
Hippo Protocolcosmos:hippo-protocol-1/slip44:118m/44'/118'/0'/0/0
info

Each network also has a testnet (e.g. cosmos:coreum-testnet-1/slip44:990, cosmos:Binance-Chain-Ganges/slip44:714, cosmos:hippo-protocol-testnet-1/slip44:118) — same payload shape with the testnet chainId.

Footnotes

  1. signTransaction is not supported — the binance family defines no signing slot, so the request returns -32601.