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(); Copy
import { revertToDefaultChainAsync } from "debeem-wallet";const saved : boolean = await revertToDefaultChainAsync();
asynchronously revert the currently used ChainId to the default ChainId, and put it into the database
for example: