Skip to content

Commit

Permalink
add BioProtocol ntt
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti committed Jan 4, 2025
1 parent 21f3993 commit 75de772
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ export const ENV: Env = {
type: "wormhole",
},
],
quoter: "Nqd6XqA8LbsCuG8MLWWuP865NV6jR1MbXeKxD4HLKDJ",
},
],
HoudiniSwap: [
Expand Down Expand Up @@ -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",
},
],
},
}),
],
Expand Down Expand Up @@ -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,
},
},
}
),
Expand Down

0 comments on commit 75de772

Please sign in to comment.