Merge branch 'new-CounterFire' of http://git.kingsome.cn/huangjinming/CounterFireGames into new-CounterFire

This commit is contained in:
yuyongdong 2024-08-07 19:43:46 +08:00
commit 7c24a8a2b5

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() {