Skip to content

Commit

Permalink
add joe token config (#1168)
Browse files Browse the repository at this point in the history
* add Joe token config

* fix config key

* upper case symbol
  • Loading branch information
sebastianscatularo authored Nov 5, 2024
1 parent 0e521ea commit 98e2dad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ export const ENV: Env = {
"0x1d9a4d969e7a0d67052fee38da3086a89cb2fddfa322849ee0215b85ff01fa60::coin::T",
Bsc: "0xE90669eB2dc5109710500b8a54cC847ad8702E6b",
},
joeEthereum: {
Solana: "47uDEdzSvmwtWZi4The5upP1gB3i9zaGpCVYYLoJhf79",
},
spx6900: {
Solana: "J3NKxxXZcnNiMjKw9hYb2K4LUxgwB6t1FtPtQVsv3KFr",
Base: "0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C",
Expand Down Expand Up @@ -581,6 +584,19 @@ export const ENV: Env = {
decimals: 8,
coinGeckoId: "lorenzo-stbtc",
},
joeEthereum: {
key: "joeEthereum",
symbol: "JOE",
nativeChain: "Ethereum",
icon: "https://coin-images.coingecko.com/coins/images/32333/large/joe.png?1697452551",
tokenId: {
chain: "Ethereum",
address: "0x76e222b07c53d28b89b0bac18602810fc22b49a8",
},
coinGeckoId: "joe-coin",
decimals: 8,
displayName: "Joe Coin",
},
spx6900: {
key: "spx6900",
symbol: "SPX6900",
Expand Down

0 comments on commit 98e2dad

Please sign in to comment.