Annex Docs
Annex Docs
Search
K
Comment on page

Get Network Name With Chain ID

Gets the name of an BSC network based on its chain ID.
  • chainId (string) The chain ID of the network.
  • RETURN (string) Returns the name of the Ethereum network.
console.log('Testnet : ', Annex.util.getNetNameWithChainId(3));
Last modified 2yr ago