Skip to content

Commit

Permalink
Add Libertai NTT
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Oct 22, 2024
1 parent adc8a5c commit 11d142c
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,31 @@ export const ENV: Env = {
quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ",
},
],
Libertai: [
{
chain: "Base",
manager: "0xcb66bDF296653E37bEa3D1e73f335cd8472C9261",
token: "0xF8B1b47AA748F5C7b5D0e80C726a843913EB573a",
transceiver: [
{
address: "0x321dbB84766c4E6D51c7F2015db20F5B9A2C5601",
type: "wormhole",
},
],
},
{
chain: "Solana",
manager: "ntTziNUdVjNJKZXCFbSZxfmjigyBouS8YLtAp8R2Fwa",
token: "mntpN8z1d29f3MWhMD7VqZFpeYmbD88MgwS3Bkz8y7u",
transceiver: [
{
address: "HNzgsJRCAcnnQXeFteFd44zgKJX9Wz9o7juA1qKZaZYB",
type: "wormhole",
},
],
quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ",
},
]
},
}),
],
Expand Down Expand Up @@ -1024,6 +1049,32 @@ export const ENV: Env = {
coinGeckoId: "audius",
decimals: 18,
},
LibertaiBase: {
key: "LibertaiBase",
symbol: "LTAI",
displayName: "Libertai",
nativeChain: "Base",
tokenId: {
chain: "Base",
address: "0xF8B1b47AA748F5C7b5D0e80C726a843913EB573a",
},
icon: "https://assets.coingecko.com/coins/images/39288/standard/LibertAI_FavIcon_Secondary.png?1721589002",
coinGeckoId: "libertai",
decimals: 18,
},
LibertaiSolana: {
key: "LibertaiSolana",
symbol: "LTAI",
displayName: "Libertai",
nativeChain: "Solana",
tokenId: {
chain: "Solana",
address: "mntpN8z1d29f3MWhMD7VqZFpeYmbD88MgwS3Bkz8y7u",
},
icon: "https://assets.coingecko.com/coins/images/39288/standard/LibertAI_FavIcon_Secondary.png?1721589002",
coinGeckoId: "libertai",
decimals: 9,
},
},
}
),
Expand Down

0 comments on commit 11d142c

Please sign in to comment.