Skip to content

Commit

Permalink
fix: remove unresolved conflict from rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Dec 11, 2024
1 parent 038acd0 commit fe69cd5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,20 +678,13 @@ export const ENV: Env = {
pxEth: {
Sui: "0xf4530aa5ef8af33c497ec38f54ff9dd45fad9157264efae9693eb62faf8667b5::coin::COIN",
},
<<<<<<< HEAD
Tower: {
Solana: "5Ro9KjSUGYisjREz8K5uD1fMdXnu1Jfq3Ktqm4EQMc1R",
},
Lumos: {
Solana: "6xTAKg6SQejorPyubo3asYY1sLco66DA5vDbfZbheVub",
=======
ALT: {
<<<<<<< HEAD
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzubq",
>>>>>>> 8ce68d6 (feat: add altlayer)
=======
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzub",
>>>>>>> f918b23 (fix: fix wrapped token address)
},
},
tokensConfig: {
Expand Down Expand Up @@ -1390,7 +1383,6 @@ export const ENV: Env = {
coinGeckoId: "staked-avail",
decimals: 18,
},
<<<<<<< HEAD
Tower: {
key: "Tower",
symbol: "TOWER",
Expand All @@ -1415,7 +1407,6 @@ export const ENV: Env = {
},
icon: "https://assets.coingecko.com/coins/images/39362/large/LUMOS_LOGO.png?1721893262",
coinGeckoId: "lumoscoin",
=======
AltLayer: {
key: "AltLayer",
symbol: "ALT",
Expand All @@ -1427,7 +1418,6 @@ export const ENV: Env = {
},
icon: "https://assets.coingecko.com/coins/images/34608/standard/Logomark_200x200.png?1715107868",
coinGeckoId: "altlayer",
>>>>>>> 8ce68d6 (feat: add altlayer)
decimals: 18,
},
},
Expand Down

0 comments on commit fe69cd5

Please sign in to comment.