asynchronously obtain the currently used chainId from the database
for example:
import { getCurrentChainAsync } from "debeem-wallet";const chainId = await getCurrentChainAsync(); Copy
import { getCurrentChainAsync } from "debeem-wallet";const chainId = await getCurrentChainAsync();
asynchronously obtain the currently used chainId from the database
for example: