Skip to content

Commit

Permalink
fix: renames orbit data json (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance authored Oct 2, 2024
1 parent a638afe commit 245083f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/util/orbitChainsList.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NativeCurrencyBase } from '../hooks/useNativeCurrency'
import { ChainWithRpcUrl } from './networks'
import orbitChainsData from './orbitChainsList.json'
import orbitChainsData from './orbitChainsData.json'

export type NetworkType =
| 'Ethereum'
Expand Down
4 changes: 3 additions & 1 deletion packages/arb-token-bridge-ui/tests/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"cypress-wait-until",
"@testing-library/cypress"
],
"outDir": "./output"
"outDir": "./output",
"resolveJsonModule": true,
"esModuleInterop": true
},
"include": ["**/*.*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 245083f

Please sign in to comment.