debeem-wallet
  • asynchronously obtain the currently used chainId from the database

    for example:

    import { getCurrentChainAsync } from "debeem-wallet";

    const chainId = await getCurrentChainAsync();

    Returns Promise<number | undefined>