debeem-wallet
  • asynchronously revert the currently used ChainId to the default ChainId, and put it into the database

    for example:

    import { revertToDefaultChainAsync } from "debeem-wallet";

    const saved : boolean = await revertToDefaultChainAsync();

    Returns Promise<boolean>