Polygon
đ Chain folder¶
đ Config template¶
âšī¸ Chain Info¶
- Website: https://polygon.technology/
- CoinMarketCap: https://coinmarketcap.com/currencies/polygon/
- CoinGecko: https://www.coingecko.com/en/coins/polygon
For more information on the public Polygon RPC endpoints, visit https://docs.polygon.technology/docs/develop/network-details/network/.
đ¸ī¸ Supported Networks¶
Below are the Polygon networks that Gateway currently supports.
mainnet
(Polygon mainnet)¶
Default configuration parameters
chainID
: 137nodeURL
: https://rpc.ankr.com/polygontokenListType
:FILE
tokenListSource
:src/chains/polygon/polygon_tokens_mainnet.json
nativeCurrencySymbol
: MATICgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config polygon.networks.mainnet.<parameter>
mumbai
(testnet)¶
Default configuration parameters
chainID
: 80001nodeURL
: https://rpc.ankr.com/polygon_mumbaitokenListType
:FILE
tokenListSource
: Mumbai token listnativeCurrencySymbol
: MATICgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config polygon.networks.mumbai.<parameter>