Skip to content

Commit

Permalink
Merge branch 'main' into feature/portal-re-branding
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Sep 18, 2024
2 parents eb2c753 + cc6050e commit dd5bbbb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,17 @@ export const ENV: Env = {
},
],
},
{
chain: "Base",
manager: "0xE87797A1aFb329216811dfA22C87380128CA17d8",
token: "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
transceiver: [
{
address: "0x2153bEa70D96cd804aCbC89D82Ab36638fc1A5F4",
type: "wormhole",
},
],
},
],
Yaku: [
{
Expand Down Expand Up @@ -486,6 +497,18 @@ export const ENV: Env = {
coinGeckoId: "ether-fi",
decimals: 18,
},
ETHFIbase: {
key: "ETHFIbase",
symbol: "ETHFI",
nativeChain: "base",
tokenId: {
chain: "base",
address: "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
},
icon: "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg?1710254562",
coinGeckoId: "ether-fi",
decimals: 18,
},
WOM: {
key: "WOM",
symbol: "WOM",
Expand Down

0 comments on commit dd5bbbb

Please sign in to comment.