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