Skip to content

Commit

Permalink
Include Lumos token
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 4, 2024
1 parent fb272e7 commit 1f28b66
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,9 @@ export const ENV: Env = {
Tower: {
Solana: "5Ro9KjSUGYisjREz8K5uD1fMdXnu1Jfq3Ktqm4EQMc1R",
},
Lumos: {
Solana: "6xTAKg6SQejorPyubo3asYY1sLco66DA5vDbfZbheVub",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1390,7 +1393,20 @@ export const ENV: Env = {
icon: "https://assets.coingecko.com/coins/images/14134/large/tower-circular-1000.png?1696513854",
coinGeckoId: "tower",
decimals: 18,
}
},
Lumos: {
key: "Lumos",
symbol: "LUM",
displayName: "Lumos",
nativeChain: "Fantom",
tokenId: {
chain: "Fantom",
address: "0x94fBE860aD699670A2293D194CF1376EF58C014a",
},
icon: "https://assets.coingecko.com/coins/images/39362/large/LUMOS_LOGO.png?1721893262",
coinGeckoId: "lumoscoin",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit 1f28b66

Please sign in to comment.