From d4fe0dee7ef2f287602236333532333cfacaf59c Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:42:49 +0800 Subject: [PATCH] remove disconnet of bitget --- src/components/chain/wallet/BitgetWallet.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() {