asynchronously set/update the ChainId into the database
for example:
import { putCurrentChainAsync } from "debeem-wallet";const chainId = 1;const saved : boolean = await putCurrentChainAsync( chainId ); Copy
import { putCurrentChainAsync } from "debeem-wallet";const chainId = 1;const saved : boolean = await putCurrentChainAsync( chainId );
{number} numeric chainId
asynchronously set/update the ChainId into the database
for example: