Skip to content

Commit

Permalink
update token names
Browse files Browse the repository at this point in the history
  • Loading branch information
foxier25 committed Nov 5, 2024
1 parent 2cbaabb commit c05657f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const LUSD = new Token(
SupportedChainId.LUX,
'0x8031e9b0D02a792cfEFaa2bDCA6E1289d385426F',
18,
"LUSD",
"Lux Dollar",
"USDC",
"USD Coin",
);

export const USDC_LUX_TESTNET = new Token(
Expand Down Expand Up @@ -151,8 +151,8 @@ export const LETH = new Token(
SupportedChainId.LUX,
'0xdf1De693C31e2A5eb869c329529623556B20AbF3',
18,
"LETH",
"Lux ETH",
"USDT",
"LUX USDT",
);
export const USDT_LUX_TESTNET = new Token(
SupportedChainId.LUX_TESTNET,
Expand Down

0 comments on commit c05657f

Please sign in to comment.