Skip to content

Commit

Permalink
Add Layer 3 token Base (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Nov 14, 2024
1 parent bed911d commit 702e6b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,17 @@ export const ENV: Env = {
},
],
},
{
chain: "Base",
manager: "0xBC51f76178a56811fdfe95D3897E6aC2B11DbB62",
token: "0x46777C76dBbE40fABB2AAB99E33CE20058e76C59",
transceiver: [
{
address: "0x8D77Ac62A6571a408e5C9655fF5dE90d537C3045",
type: "wormhole",
},
],
},
{
chain: "Solana",
manager: "ntT5xGC7XEuR8Po9U3Umze12T9LBdaTCuEc9Cby6qPa",
Expand Down Expand Up @@ -1035,6 +1046,19 @@ export const ENV: Env = {
coinGeckoId: "layer3",
decimals: 18,
},
Layer3Base: {
key: "Layer3Base",
symbol: "L3",
displayName: "Layer3",
nativeChain: "Base",
tokenId: {
chain: "Base",
address: "0x46777C76dBbE40fABB2AAB99E33CE20058e76C59",
},
icon: "https://assets.coingecko.com/coins/images/37768/standard/Square.png?1722045128",
coinGeckoId: "layer3",
decimals: 18,
},
Layer3Solana: {
key: "Layer3Solana",
symbol: "L3",
Expand Down

0 comments on commit 702e6b8

Please sign in to comment.