Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Apr 8, 2024
1 parent 1648b96 commit 20b47a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/w3p/src/providers/wrapped/evm-wallet-connect.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import UniversalProvider from '@walletconnect/universal-provider'
import { providers, utils } from 'ethers'
import { isEmpty } from 'lodash'
import isEmpty from 'lodash/isEmpty'

import { CHAIN_TYPES, PROVIDER_EVENT_BUS_EVENTS, PROVIDERS } from '@/enums'
import { errors } from '@/errors'
import {
createWalletConnectEthNamespace,
getEthExplorerAddressUrl,
getEthExplorerTxUrl,
requestAddEthChain,
requestSwitchEthChain,
} from '@/helpers'
} from '@/helpers/eth'
import { createWalletConnectEthNamespace } from '@/helpers/wallet-connect'
import { Provider } from '@/provider'
import type {
Chain,
Expand Down

0 comments on commit 20b47a8

Please sign in to comment.