diff --git a/src/components/chain/wallet/BitgetWallet.js b/src/components/chain/wallet/BitgetWallet.js index af43fdf..31019ae 100644 --- a/src/components/chain/wallet/BitgetWallet.js +++ b/src/components/chain/wallet/BitgetWallet.js @@ -31,14 +31,14 @@ export class BitgetWallet{ } async logout() { - await this.nativeProvider.request({ - "method": "wallet_revokePermissions", - "params": [ - { - "eth_accounts": {} - } - ] - }); + // await this.nativeProvider.request({ + // "method": "wallet_revokePermissions", + // "params": [ + // { + // "eth_accounts": {} + // } + // ] + // }); } async getChainId() {