diff --git a/src/wallet/index.js b/src/wallet/index.js index deb69c4..7f8d16d 100644 --- a/src/wallet/index.js +++ b/src/wallet/index.js @@ -136,7 +136,6 @@ export class Wallet { async changeChain(){ const chainId = chainData.id - debugger if (store.state.wallet.chainId === chainId) { return }