Cosmos
đ Chain folder¶
đ Config template¶
âšī¸ Chain Info¶
- Website: https://cosmos.network/
- CoinMarketCap: https://coinmarketcap.com/currencies/cosmos/
- CoinGecko: https://www.coingecko.com/en/coins/cosmos-hub
đ¸ī¸ Supported Networks¶
Below are the Cosmos networks that Gateway currently supports.
mainnet
(bsc mainnet)¶
Default configuration parameters
chainID
: 56nodeURL
: https://cosmos-mainnet-rpc.allthatnode.com:26657tokenListType
:URL
tokenListSource
: https://cosmos-chain-registry-list.vercel.app/list.jsonnativeCurrencySymbol
: ATOMgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config cosmos.networks.mainnet.<parameter>
testnet
¶
Default configuration parameters
chainID
: 97nodeURL
: https://cosmos-testnet-rpc.allthatnode.com:26657tokenListType
:URL
tokenListSource
: https://cosmos-chain-registry-list.vercel.app/list.jsonnativeCurrencySymbol
: ATOMgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config cosmos.networks.testnet.<parameter>