mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 07:26:46 +00:00
ZB: Remove exchange implementation (#1450)
This commit is contained in:
@@ -221,7 +221,6 @@ Yes means supported, No means not yet implemented and NA means protocol unsuppor
|
||||
| Okx | Yes | Yes | NA |
|
||||
| Poloniex | Yes | Yes | NA |
|
||||
| Yobit | Yes | NA | NA |
|
||||
| ZB.COM | Yes | Yes | NA |
|
||||
```
|
||||
|
||||
#### Add exchange to the list of [supported exchanges](../exchanges/support.go):
|
||||
@@ -252,7 +251,6 @@ var Exchanges = []string{
|
||||
"okx",
|
||||
"poloniex",
|
||||
"yobit",
|
||||
"zb",
|
||||
```
|
||||
|
||||
#### Increment the default number of supported exchanges in [config/config_test.go](../config/config_test.go):
|
||||
|
||||
@@ -68,4 +68,3 @@ $ ./gctcli withdrawcryptofunds --exchange=binance --currency=USDT --address=TJU9
|
||||
| Okx | Yes | Yes | |
|
||||
| Poloniex | Yes | Yes | |
|
||||
| Yobit | No | No | |
|
||||
| ZB.COM | Yes | No | Addresses must be created via their website first |
|
||||
|
||||
@@ -89,5 +89,4 @@ A helper tool [cmd/dbseed](../cmd/dbseed/README.md) has been created for assisti
|
||||
| Okcoin | Y |
|
||||
| Okx | Y |
|
||||
| Poloniex | Y |
|
||||
| Yobit | |
|
||||
| ZB | Y |
|
||||
| Yobit | |
|
||||
|
||||
Reference in New Issue
Block a user