Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Jan 13, 2025
1 parent 01d4679 commit 05a144e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { ChainId } from '../../util/networks'
import { CommonAddress } from '../../util/CommonAddressUtils'

import {
getChildUsdcAddress,
getParentUsdcAddress
} from '../CCTP/useUpdateUsdcBalances'
import { getL2ERC20Address } from '../../util/TokenUtils'
import { ChainId } from '../../types/ChainId'

jest.mock('../../util/TokenUtils', () => ({
getL2ERC20Address: jest.fn()
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/util/networks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Provider, StaticJsonRpcProvider } from '@ethersproject/providers'
import { StaticJsonRpcProvider } from '@ethersproject/providers'
import {
ArbitrumNetwork,
getChildrenForNetwork,
Expand Down

0 comments on commit 05a144e

Please sign in to comment.