From 75de7728f190beaf96cf61683dac3a913d40c0f7 Mon Sep 17 00:00:00 2001 From: giulianoconti Date: Fri, 3 Jan 2025 21:32:44 -0300 Subject: [PATCH] add BioProtocol ntt --- apps/connect/src/env/token-bridge.mainnet.ts | 50 ++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/apps/connect/src/env/token-bridge.mainnet.ts b/apps/connect/src/env/token-bridge.mainnet.ts index e24b0a99..a9683afc 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", + }, + ], }, }), ], @@ -1555,6 +1581,30 @@ export const ENV: Env = { coinGeckoId: "non-playable-coin", decimals: 18, }, + BioProtocolEthereum: { + key: "BioProtocolEthereum", + symbol: "BIO", + nativeChain: "Ethereum", + tokenId: { + chain: "Ethereum", + address: "0xcb1592591996765Ec0eFc1f92599A19767ee5ffA", + }, + icon: "https://assets.coingecko.com/coins/images/53022/large/bio.jpg", + coinGeckoId: "bio-protocol", + decimals: 18, + }, + BioProtocolSolana: { + key: "BioProtocolSolana", + symbol: "BIO", + nativeChain: "Solana", + tokenId: { + chain: "Solana", + address: "bioJ9JTqW62MLz7UKHU69gtKhPpGi1BQhccj2kmSvUJ", + }, + icon: "https://assets.coingecko.com/coins/images/53022/large/bio.jpg", + coinGeckoId: "bio-protocol", + decimals: 9, + }, }, } ),