Skip to content

Commit 2f212c8

Browse files
-
1 parent 62e7725 commit 2f212c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/tokenMappings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const tickerToGeckoMap: Record<string, string> = {
1414
USDA: "usd-coin",
1515
VAR: "arweave",
1616
VUSDC: "usd-coin",
17-
VDAI: "dai",
17+
VDAI: "dai",
1818
// other data
1919
AR: "arweave",
2020
AO: "ao-computer",
@@ -61,5 +61,5 @@ export const TOKEN_DECIMAL_PLACES: { [key: string]: number } = {
6161
VAR: 3,
6262
VUSDC: 2,
6363
VDAI: 2,
64-
VETH: 6,
64+
VETH: 6,
6565
};

0 commit comments

Comments
 (0)