Skip to content

Harmony

📁 Chain folder

📁 Config template

â„šī¸ Chain Info

đŸ•¸ī¸ Supported Networks

Below are the Harmony networks that Gateway currently supports.

mainnet (Harmony mainnet)

Default configuration parameters

  • chainID: 1666600000
  • nodeURL: https://rpc.ankr.com/harmony
  • tokenListType: FILE
  • tokenListSource: 'src/chains/harmony/harmony_tokens_sushiswap.json'
  • nativeCurrencySymbol: ONE
  • gasPriceRefreshInterval: 60

You can adjust these parameters by running the Hummingbot command:

gateway config harmony.networks.mainnet.<parameter>

testnet (Harmony testnet)

Default configuration parameters

  • chainID: 1666700000
  • nodeURL: https://api.s0.b.hmny.io
  • tokenListType: FILE
  • tokenListSource: 'src/chains/harmony/harmony_tokens_sushiswap_testnet.json'
  • nativeCurrencySymbol: ONE
  • gasPriceRefreshInterval: 60

You can adjust these parameters by running the Hummingbot command:

gateway config harmony.networks.testnet.<parameter>