getChainIdGet the chain ID of the currently connected wallet.UsageCall this method to get the chain ID of the connected wallet.const chainId = await sdk.wallet.getChainId();Return ValueReturns the chain ID as a number.number;