Skip to content

Commit

Permalink
layer 3 NTT expansion (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti authored Feb 4, 2025
1 parent 8d2c610 commit d00170c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,17 @@ export const ENV: Env = {
],
quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ",
},
{
chain: "Bsc",
manager: "0xBC51f76178a56811fdfe95D3897E6aC2B11DbB62",
token: "0x46777C76dBbE40fABB2AAB99E33CE20058e76C59",
transceiver: [
{
address: "0x8D77Ac62A6571a408e5C9655fF5dE90d537C3045",
type: "wormhole",
},
],
},
],
VaultCraft: [
{
Expand Down Expand Up @@ -1279,6 +1290,15 @@ export const ENV: Env = {
icon: "https://assets.coingecko.com/coins/images/37768/standard/Square.png?1722045128",
decimals: 9,
},
Layer3Bsc: {
symbol: "L3",
tokenId: {
chain: "Bsc",
address: "0x46777C76dBbE40fABB2AAB99E33CE20058e76C59",
},
icon: "https://assets.coingecko.com/coins/images/37768/standard/Square.png?1722045128",
decimals: 18,
},
AUDIUS: {
symbol: "AUDIO",
tokenId: {
Expand Down

0 comments on commit d00170c

Please sign in to comment.