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() {
await this.nativeProvider.request({
"method": "wallet_revokePermissions",
"params": [
{
"eth_accounts": {}
}
]
});
// await this.nativeProvider.request({
// "method": "wallet_revokePermissions",
// "params": [
// {
// "eth_accounts": {}
// }
// ]
// });
}
async getChainId() {