Protocol Kit ReferenceSafe ConfigurationgetChainId getChainId Returns the chain ID of the connected network. Usage example.tssetup.ts_10import { protocolKit } from './setup.ts'_10_10const chainId = await protocolKit.getChainId() Returns Promise<bigint> The chain ID of the connected network.getBalancegetContractVersionWas this page helpful?Report issue