remove disconnet of bitget
This commit is contained in:
parent
ae3d3d1344
commit
d4fe0dee7e
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user