diff --git a/apps/connect/public/images/tokens/bio.svg b/apps/connect/public/images/tokens/bio.svg new file mode 100644 index 000000000..c45d6041a --- /dev/null +++ b/apps/connect/public/images/tokens/bio.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/connect/src/env/token-bridge.mainnet.ts b/apps/connect/src/env/token-bridge.mainnet.ts index e24b0a998..f48badb43 100644 --- a/apps/connect/src/env/token-bridge.mainnet.ts +++ b/apps/connect/src/env/token-bridge.mainnet.ts @@ -598,6 +598,7 @@ export const ENV: Env = { type: "wormhole", }, ], + quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ", }, ], HoudiniSwap: [ @@ -625,6 +626,31 @@ export const ENV: Env = { quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ", }, ], + BioProtocol: [ + { + chain: "Ethereum", + manager: "0x1783E7d1F498321D7E15044d769621E1beDc7F4C", + token: "0xcb1592591996765Ec0eFc1f92599A19767ee5ffA", + transceiver: [ + { + address: "0x676Cd89c6B6f02d6975547fD7Da1d5A8dbc8a3E1", + type: "wormhole", + }, + ], + }, + { + chain: "Solana", + manager: "ntt11hdA4n1PupHhLyT1fsjg4YF9agVz3CTuzLRQs1H", + token: "bioJ9JTqW62MLz7UKHU69gtKhPpGi1BQhccj2kmSvUJ", + transceiver: [ + { + address: "5Yaf3N7MAEThp5FBBjUri8rv9mWxFEiJBjTKYYeKEi37", + type: "wormhole", + }, + ], + quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ", + }, + ], }, }), ], @@ -758,6 +784,9 @@ export const ENV: Env = { Base: "0xb166e8b140d35d9d8226e40c09f757bac5a4d87d", Bsc: "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605", }, + AltLayer: { + Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzub", + }, }, tokensConfig: { stBTC: { @@ -1555,6 +1584,42 @@ export const ENV: Env = { coinGeckoId: "non-playable-coin", decimals: 18, }, + AltLayer: { + key: "AltLayer", + symbol: "ALT", + nativeChain: "Ethereum", + tokenId: { + chain: "Ethereum", + address: "0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb", + }, + icon: "https://assets.coingecko.com/coins/images/34608/large/Logomark_200x200.png", + coinGeckoId: "altlayer", + decimals: 18, + }, + BioProtocolEthereum: { + key: "BioProtocolEthereum", + symbol: "BIO", + nativeChain: "Ethereum", + tokenId: { + chain: "Ethereum", + address: "0xcb1592591996765Ec0eFc1f92599A19767ee5ffA", + }, + icon: "images/tokens/bio.svg", + coinGeckoId: "bio-protocol", + decimals: 18, + }, + BioProtocolSolana: { + key: "BioProtocolSolana", + symbol: "BIO", + nativeChain: "Solana", + tokenId: { + chain: "Solana", + address: "bioJ9JTqW62MLz7UKHU69gtKhPpGi1BQhccj2kmSvUJ", + }, + icon: "images/tokens/bio.svg", + coinGeckoId: "bio-protocol", + decimals: 9, + }, }, } ),