Cronos
This page contains notes about connecting Gateway to the Cronos Chain.
Cronos Chain¶
Below are the Cronos Chain networks that Gateway currently supports.
mainnet
(cronos mainnet)¶
Default configuration parameters
chainID
: 25nodeURL
: https://evm.cronos.org/tokenListType
: FILEtokenListSource
: src/chains/cronos/mainnet_beta.jsonnativeCurrencySymbol
: CROgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config cronos.networks.mainnet.<parameter>
testnet
(cronos testnet)¶
Default configuration parameters
chainID
: 338nodeURL
: https://evm-t3.cronos.org/tokenListType
: FILEtokenListSource
: src/chains/cronos/testnet.jsonnativeCurrencySymbol
: CROgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config cronos.networks.testnet.<parameter>