Gets the name of an BSC network based on its chain ID.
chainId (string) The chain ID of the network.
chainId
RETURN (string) Returns the name of the Ethereum network.
RETURN
console.log('Testnet : ', Agile.util.getNetNameWithChainId(3));
Last updated 4 years ago