Skip to content

Commit

Permalink
Add ValleyDAO NTT (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Dec 23, 2024
1 parent 34349d1 commit a43502f
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,30 @@ export const ENV: Env = {
],
},
],
ValleyDAO: [
{
chain: "Ethereum",
manager: "0x24E85C241766E1e009388cdCe3B70096d2Fd6892",
token: "0x761A3557184cbC07b7493da0661c41177b2f97fA",
transceiver: [
{
address: "0x1cb452bEA141118f33ae076265d9302Fa1c7Fbf9",
type: "wormhole",
},
],
},
{
chain: "Solana",
manager: "nttgQT42hdZ1vNryzXwu2DzCVnxdDrAYyZnYs51gSSd",
token: "growFDf9teg9gwVTTY3DgpPXU31qBrnbSQCqtY2vkR8",
transceiver: [
{
address: "J5jVpK4ofWPRDiJofWtFccq2ftQqyUz7yseRAbgDv94u",
type: "wormhole",
},
],
},
],
HoudiniSwap: [
{
chain: "Ethereum",
Expand Down Expand Up @@ -1452,6 +1476,30 @@ export const ENV: Env = {
coinGeckoId: "lumoscoin",
decimals: 18,
},
ValleyDAOEthereum: {
key: "ValleyDAOEthereum",
symbol: "GROW",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x761A3557184cbC07b7493da0661c41177b2f97fA",
},
icon: "https://assets.coingecko.com/coins/images/32991/large/VD_logo_round_200x200.png?1733563659",
coinGeckoId: "valleydao",
decimals: 18,
},
ValleyDAOSolana: {
key: "ValleyDAOSolana",
symbol: "GROW",
nativeChain: "Solana",
tokenId: {
chain: "Solana",
address: "growFDf9teg9gwVTTY3DgpPXU31qBrnbSQCqtY2vkR8",
},
icon: "https://assets.coingecko.com/coins/images/32991/large/VD_logo_round_200x200.png?1733563659",
coinGeckoId: "valleydao",
decimals: 9,
},
HoudiniSwapEthereum: {
key: "HoudiniSwapEthereum",
symbol: "LOCK",
Expand Down

0 comments on commit a43502f

Please sign in to comment.