Get Network Name With Chain ID
console.log('Testnet : ', Belugas.util.getNetNameWithChainId(3));Last updated
Gets the name of a Sei Blockchain based on its chain ID.
chainId (string) The chain ID of the network.
RETURN (string) Returns the name of the Sei Blockchain.
console.log('Testnet : ', Belugas.util.getNetNameWithChainId(3));Last updated