Skip to content

Commit

Permalink
Merge pull request ZecHub#89 from Henryquincy/patch-3
Browse files Browse the repository at this point in the history
Update page coinEX and Bybit.tsx
  • Loading branch information
zksquirrel authored Aug 22, 2024
2 parents 8b51f76 + c022f19 commit aee1676
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/app/using-zcash/custodial-exchanges/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,24 @@ const exchanges: Exchange[] = [
logo: 'https://upload.wikimedia.org/wikipedia/commons/8/89/Official_logo_of_OKEx.png',
altText: 'OKEx Logo',
},
{
name: 'CoinEx',
url: 'https://www.coinex.com',
pairs: 'ALL/ZEC',
support: 'Transparent',
depositTime: '15 Minutes',
logo: 'https://logowik.com/content/uploads/images/coinex9788.jpg',
altText: 'CoinEx Logo',
},
{
name: 'Bybit',
url: 'https://www.bybit.com',
pairs: 'ALL/ZEC',
support: 'Transparent',
depositTime: '30 Minutes',
logo: 'https://logowik.com/content/uploads/images/t_bybit5549.jpg',
altText: 'Bybit Logo',
}
];

interface ExchangeCardProps {
Expand Down

0 comments on commit aee1676

Please sign in to comment.