Skip to content

Commit

Permalink
feat: add xt, onus, bifinance exchanges (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-orion authored Apr 22, 2024
1 parent e31e295 commit 1bf900e
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/images/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export const Images = {
jupiter: require('./platforms/jupiter.png'),
htx: require('./platforms/htx.png'),
bitconomy: require('./platforms/bitconomy.png'),
onus: require('./platforms/onus.png'),
bifinance: require('./platforms/bifinance.png'),
xtcom: require('./platforms/xtcom.png'),
},
card: {
joinMainnet: require('./card/joinMainnet.png'),
Expand Down
Binary file added src/assets/images/platforms/bifinance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/onus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/xtcom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/platforms/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/screens/MainnetLanding/components/Platforms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ const platforms: Platform[] = [
logo: Images.platforms.bitconomy,
link: 'https://www.biconomy.com/exchange/ICE_USDT',
},
{
logo: Images.platforms.xtcom,
link: 'https://www.xt.com/en/trade/ice_usdt',
},
{
logo: Images.platforms.onus,
link: 'https://goonus.io/en/markets/ICE_USD/',
},
{
logo: Images.platforms.bifinance,
link: 'https://www.bifinance.com/trade?symbol=ICE/USDT',
},
{
logo: Images.platforms.pancake,
link: 'https://pancakeswap.finance/swap?outputCurrency=0xc335Df7C25b72eEC661d5Aa32a7c2B7b2a1D1874&inputCurrency=0x55d398326f99059fF775485246999027B3197955',
Expand Down

0 comments on commit 1bf900e

Please sign in to comment.