Skip to content

Commit

Permalink
feat: add Bitunix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucsky committed Jan 2, 2025
1 parent e7336c1 commit bca955e
Show file tree
Hide file tree
Showing 21 changed files with 630 additions and 471 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented here.

## [3.6.3] - 2025-01-02

- Bitunix

## [3.6.2] - 2024-09-29

- Fix Dockerfile and startup instructions
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Cryptocurrency market trades aggregator./

Currently supporting Kucoin, BitMEX, Bitfinex, Binance, Coinbase, Bitstamp, Deribit, Huobi, Okex, Hitbtc, Poloniex, Bybit, Bitget, Mexc, Gate.io and Crypto.com ([see src/exchanges/](src/exchanges) for detail)
Currently supporting Kucoin, BitMEX, Bitfinex, Binance, Coinbase, Bitstamp, Deribit, Huobi, Okex, Hitbtc, Poloniex, Bybit, Bitget, Bitunix, Mexc, Gate.io and Crypto.com ([see src/exchanges/](src/exchanges) for detail)

![screenshot](https://i.imgur.com/nHJxsdL.gif)

Expand Down Expand Up @@ -118,5 +118,7 @@ If you plan to use real money with this, USE AT YOUR OWN RISK.

## Support this project!

BTC bc1q3f5ndx2zww3pw5c5vctw7t4wfgv05fdsc2graj<br>
SOL FKMNaBJqdpNA1d33hiUEjHaovQ5AiBGACqRuKuxA9q3D<br>
ETH 0x83bBC120a998cF7dFcBa1518CDDCb68Aa0D0c158<br>
COINBASE https://commerce.coinbase.com/checkout/c58bd003-5e47-4cfb-ae25-5292f0a0e1e8
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aggr",
"version": "3.6.2",
"version": "3.6.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions src/assets/exchanges/BITUNIX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/exchanges/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import KRAKEN from './KRAKEN.svg'
import UNISWAP from './UNISWAP.svg'
import KUCOIN from './KUCOIN.svg'
import BITGET from './BITGET.svg'
import BITUNIX from './BITUNIX.svg'
import MEXC from './MEXC.svg'
import GATEIO from './GATEIO.svg'
import CRYPTOCOM from './CRYPTOCOM.svg'
Expand All @@ -42,6 +43,7 @@ export default {
UNISWAP,
KUCOIN,
BITGET,
BITUNIX,
MEXC,
GATEIO,
CRYPTOCOM,
Expand Down
Binary file modified src/assets/fonts/icon.eot
Binary file not shown.
Loading

0 comments on commit bca955e

Please sign in to comment.