// ___ ___ ___ __ ___
// |__ | |__| |__ |__) |__ | | |\/|
// |___ | | | |___ | \ |___ \__/ | |
//
const config: {
rpc?: string;
chainId?: string;
overwriteMetamask?: boolean;
supportedMethods?: string[];
unsupportedMethods?: string[];
disableMobileAdapter?: boolean;
isTrust?: boolean;
} = {};
const ethereum = new EthereumProvider(config);