set/update the ChainId
for example:
import { setCurrentChain } from "debeem-wallet";const chainId = 1;setCurrentChain( chainId ); Copy
import { setCurrentChain } from "debeem-wallet";const chainId = 1;setCurrentChain( chainId );
{number} numeric chainId
set/update the ChainId
for example: