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.
| Network | chainId | keyPath |
|---|---|---|
| Cosmos Hub | cosmos:cosmoshub-4/slip44:118 | m/44'/118'/0'/0/0 |
| BNB Beacon Chain 1 | cosmos:Binance-Chain-Tigris/slip44:714 | m/44'/714'/0'/0/0 |
| Coreum | cosmos:coreum-mainnet-1/slip44:990 | m/44'/990'/0'/0/0 |
| Hippo Protocol | cosmos:hippo-protocol-1/slip44:118 | m/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.