Exchanges: Remove ANX from codebase (#408)

* Remove ANX from codebase

* Doc changes
This commit is contained in:
Adrian Gallagher
2020-01-03 14:12:52 +11:00
committed by GitHub
parent f8ef6da93d
commit 4e05ad41e3
31 changed files with 42 additions and 4585 deletions

View File

@@ -138,7 +138,7 @@ func main() {
}
func parseCLFlags() {
flag.StringVar(&exchangesToUseOverride, "exchanges", "", "a + delimited list of exchange names to run tests against eg -exchanges=bitfinex+anx")
flag.StringVar(&exchangesToUseOverride, "exchanges", "", "a + delimited list of exchange names to run tests against eg -exchanges=bitfinex+okex")
flag.StringVar(&exchangesToExcludeOverride, "excluded-exchanges", "", "a + delimited list of exchange names to ignore when they're being temperamental eg -exchangesToExlude=lbank")
flag.StringVar(&assetTypeOverride, "asset", "", "the asset type to run tests against (where applicable)")
flag.StringVar(&currencyPairOverride, "currency", "", "the currency to run tests against (where applicable)")

View File

@@ -34,11 +34,6 @@
},
"exchanges": {
"alphapoint": {},
"anx": {
"key": "Key",
"secret": "Secret",
"otpSecret": "-"
},
"binance": {
"key": "Key",
"secret": "Secret",