Skip to content

Commit

Permalink
Dev: update utils path
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanshparashar committed Aug 20, 2024
1 parent 567d5d7 commit a871984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/synpress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
constants,
utils
} from 'ethers'
import { formatUnits, parseUnits } from 'ethers/lib/utils'
import { defineConfig } from 'cypress'
import { StaticJsonRpcProvider } from '@ethersproject/providers'
import synpressPlugins from '@synthetixio/synpress/plugins'
Expand All @@ -31,7 +32,6 @@ import {
defaultL3Network,
registerLocalNetwork
} from './src/util/networks'
import { formatUnits, parseUnits } from 'ethers/lib/utils.js'

let tests: string[]
if (process.env.TEST_FILE) {
Expand Down

0 comments on commit a871984

Please sign in to comment.