BNB Chain
đ Chain folder¶
đ Config template¶
âšī¸ Chain Info¶
- Website: https://www.bnbchain.org/
- CoinMarketCap: https://coinmarketcap.com/currencies/bnb/
- CoinGecko: https://www.coingecko.com/en/coins/bnb
đ¸ī¸ Supported Networks¶
Below are the Binance Smart Chain networks that Gateway currently supports.
mainnet
(bsc mainnet)¶
Default configuration parameters
chainID
: 56nodeURL
: https://bsc-dataseed1.binance.org/tokenListType
:FILE
tokenListSource
: src/chains/binance-smart-chain/bep20_tokens_mainnet.jsonnativeCurrencySymbol
: BNBgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config binance-smart-chain.networks.mainnet.<parameter>
testnet
(bsc testnet)¶
Default configuration parameters
chainID
: 97nodeURL
: https://data-seed-prebsc-1-s1.binance.org:8545/tokenListType
:FILE
tokenListSource
: src/chains/binance-smart-chain/bep20_tokens_testnet.jsonnativeCurrencySymbol
: BNBgasPriceRefreshInterval
: 60
You can adjust these parameters by running the Hummingbot command:
gateway config binance-smart-chain.networks.testnet.<parameter>