Skip to content

Commit

Permalink
fix: mm infinite switch chain loop (#7719)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Sep 10, 2024
1 parent 43a9371 commit 2ac205f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/chain-adapters/src/evm/EvmBaseAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ export abstract class EvmBaseAdapter<T extends EvmChainId> implements IChainAdap
throw new Error(`wallet does not support ${this.getDisplayName()}`)
}

await this.assertSwitchChain(wallet)
await verifyLedgerAppOpen(this.chainId, wallet)

const address = await (wallet as ETHWallet).ethGetAddress({
Expand Down

0 comments on commit 2ac205f

Please sign in to comment.