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