Harmony
đ Chain folder¶
đ Config template¶
âšī¸ Chain Info¶
- Website: https://www.harmony.one/
- CoinMarketCap: https://coinmarketcap.com/currencies/harmony/
- CoinGecko: https://www.coingecko.com/en/coins/harmony
đ¸ī¸ Supported Networks¶
Below are the Harmony networks that Gateway currently supports.
mainnet
(Harmony mainnet)¶
Default configuration parameters
chainID
: 1666600000nodeURL
: https://rpc.ankr.com/harmonytokenListType
: FILEtokenListSource
: 'src/chains/harmony/harmony_tokens_sushiswap.json'nativeCurrencySymbol
: ONEgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config harmony.networks.mainnet.<parameter>
testnet
(Harmony testnet)¶
Default configuration parameters
chainID
: 1666700000nodeURL
: https://api.s0.b.hmny.iotokenListType
: FILEtokenListSource
: 'src/chains/harmony/harmony_tokens_sushiswap_testnet.json'nativeCurrencySymbol
: ONEgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config harmony.networks.testnet.<parameter>