Avalanche
đ Chain folder¶
đ Config template¶
âšī¸ Chain Info¶
- Website: https://www.avax.network/
- CoinMarketCap: https://coinmarketcap.com/currencies/avalanche/
- CoinGecko: https://www.coingecko.com/en/coins/avalanche
đ¸ī¸ Supported Networks¶
avalanche
(mainnet)¶
Default configuration parameters
chainID
: 43114nodeURL
: https://rpc.ankr.com/avalanchetokenListType
:FILE
tokenListSource
: `src/chains/avalanche/avanlanche_tokens.json'nativeCurrencySymbol
: AVAXgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config avalanche.networks.avalanche.<parameter>
fuji
(testnet)¶
Default configuration parameters
chainID
: 43113nodeURL
: https://rpc.ankr.com/avalanche_fujitokenListType
:FILE
tokenListSource
: Fuji token listnativeCurrencySymbol
: AVAXgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config avalanche.networks.fuji.<parameter>