Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Jan 6, 2025
2 parents ec6c4cd + 75de772 commit 41dacb8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/connect/public/images/tokens/bio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -1570,6 +1596,30 @@ export const ENV: Env = {
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,
},
},
}
),
Expand Down

0 comments on commit 41dacb8

Please sign in to comment.