Skip to content

Commit

Permalink
Avail NTT expansion (#1265)
Browse files Browse the repository at this point in the history
* Avail and Layer 3 NTT expansion

* layer 3 removed from this pr
  • Loading branch information
giulianoconti authored Feb 3, 2025
1 parent f1763a9 commit 8d2c610
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,18 @@ export const ENV: Env = {
},
],
},
{
chain: "Solana",
manager: "nttbhNaJput6dP8hXV6fuuhRHyvKYy2GJYAs64s176G",
token: "CANeF11aEY9XNGbJmnQwTPvnnXoPfGKpPyLxZr2zVd9W",
transceiver: [
{
address: "7SDRxV91WwGEgt6cHwBPBggQp9RX6YcbB7szgo6rzTXh",
type: "wormhole",
},
],
quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ",
},
],
stAvail: [
{
Expand Down Expand Up @@ -1375,6 +1387,15 @@ export const ENV: Env = {
icon: "https://assets.coingecko.com/coins/images/37372/standard/avail-logo.png?1714145201",
decimals: 18,
},
AvailSolana: {
symbol: "AVAIL",
tokenId: {
chain: "Solana",
address: "CANeF11aEY9XNGbJmnQwTPvnnXoPfGKpPyLxZr2zVd9W",
},
icon: "https://assets.coingecko.com/coins/images/37372/standard/avail-logo.png?1714145201",
decimals: 9,
},
stAvailEthereum: {
symbol: "stAVAIL",
tokenId: {
Expand Down

0 comments on commit 8d2c610

Please sign in to comment.