Skip to content

Commit 7b32ed2

Browse files
committed
fix json imports
1 parent 98f87a5 commit 7b32ed2

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

src/common/utils/tokenList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type TokenListItem = {
1717

1818
const cache: Record<number, TokenListItem[]> = {}
1919
;(function buildCache() {
20-
const dir = `${__dirname}/../../tokenLists`
20+
const dir = `${__dirname}/../tokenLists`
2121
const files = fs.readdirSync(dir)
2222
for (const file of files) {
2323
const match = file.match(/(\d+)/g)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)