Skip to content

Commit

Permalink
add LSOL, ZSOL to pre-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
foxier25 committed Nov 23, 2024
1 parent 2e61169 commit eb5acfe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ import {
LETH,
LUSD,
LBTC,
LSOL,
LZOO,
ZBTC,
ZSOL,
ZLUX,
USDT_LUX_TESTNET,
USDC_LUX_TESTNET,
Expand Down Expand Up @@ -199,13 +201,15 @@ export const COMMON_BASES: ChainCurrencyList = {
nativeOnChain(SupportedChainId.LUX),
LBTC,
LETH,
LSOL,
LUSD,
LZOO,
],
[SupportedChainId.ZOO]: [
nativeOnChain(SupportedChainId.ZOO),
ZBTC,
ZETH,
ZSOL,
ZUSD,
ZLUX,
],
Expand Down
16 changes: 16 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@ export const LBTC = new Token(
"Lux BTC",
);

export const LSOL = new Token(
SupportedChainId.LUX,
'0x1AF00A2590a834d14F4A8a26D1b03EBbA8cf7961',
18,
"LSOL",
"Lux SOL",
);

export const ZSOL = new Token(
SupportedChainId.ZOO,
'0x26B40f650156C7EbF9e087Dd0dca181Fe87625B7',
18,
"ZSOL",
"Zoo SOL",
);

export const LZOO = new Token(
SupportedChainId.LUX,
'0x5E5290f350352768bD2bfC59c2DA15DD04A7cB88',
Expand Down

0 comments on commit eb5acfe

Please sign in to comment.