remove disconnet of bitget

This commit is contained in:
CounterFire2023 2024-08-07 19:42:49 +08:00
parent ae3d3d1344
commit d4fe0dee7e

View File

@ -31,14 +31,14 @@ export class BitgetWallet{
} }
async logout() { async logout() {
await this.nativeProvider.request({ // await this.nativeProvider.request({
"method": "wallet_revokePermissions", // "method": "wallet_revokePermissions",
"params": [ // "params": [
{ // {
"eth_accounts": {} // "eth_accounts": {}
} // }
] // ]
}); // });
} }
async getChainId() { async getChainId() {