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