From 63aa346c8f496be75d3e2fcc6767cd034a4b23bb Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:16:31 +0800 Subject: [PATCH] remove debugger --- src/wallet/index.js | 1 - 1 file changed, 1 deletion(-) 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 }