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

This commit is contained in:
yuyongdong 2024-07-22 16:27:18 +08:00
commit b399e1ed4a

View File

@ -161,6 +161,7 @@ export class BlockChain {
throw new Error(errmsg);
}
this.eoaProvider = provider;
this.eoaWallet = walletInstance;
this.store.eoaAddress = accounts[0];
this.store.eoaType = wallet;
this.store.$persist();