Skip to content

Commit

Permalink
Include Base ETHFI NTT
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Sep 18, 2024
1 parent 1403fba commit 8abdbaf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ export const ENV: Env = {
Ethereum: 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: {
default: 8,
Ethereum: 18,
},
},
WOM: {
key: "WOM",
symbol: "WOM",
Expand Down Expand Up @@ -775,6 +790,17 @@ export const ENV: Env = {
},
],
},
{
chainName: "base",
address: "0xE87797A1aFb329216811dfA22C87380128CA17d8",
tokenKey: "ETHFIbase",
transceivers: [
{
address: "0x2153bEa70D96cd804aCbC89D82Ab36638fc1A5F4",
type: "wormhole",
},
],
},
],
},
Yaku: {
Expand Down

0 comments on commit 8abdbaf

Please sign in to comment.