mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-29 23:16:51 +00:00
Rename GDAX -> CoinbasePro
This commit is contained in:
@@ -45,7 +45,7 @@ const (
|
||||
btcmarkets = "..%s..%sexchanges%sbtcmarkets%s"
|
||||
coinut = "..%s..%sexchanges%scoinut%s"
|
||||
exmo = "..%s..%sexchanges%sexmo%s"
|
||||
gdax = "..%s..%sexchanges%sgdax%s"
|
||||
coinbasepro = "..%s..%sexchanges%scoinbasepro%s"
|
||||
gemini = "..%s..%sexchanges%sgemini%s"
|
||||
hitbtc = "..%s..%sexchanges%shitbtc%s"
|
||||
huobi = "..%s..%sexchanges%shuobi%s"
|
||||
@@ -197,7 +197,7 @@ func addPaths() {
|
||||
codebasePaths["exchanges btcmarkets"] = fmt.Sprintf(btcmarkets, path, path, path, path)
|
||||
codebasePaths["exchanges coinut"] = fmt.Sprintf(coinut, path, path, path, path)
|
||||
codebasePaths["exchanges exmo"] = fmt.Sprintf(exmo, path, path, path, path)
|
||||
codebasePaths["exchanges gdax"] = fmt.Sprintf(gdax, path, path, path, path)
|
||||
codebasePaths["exchanges coinbasepro"] = fmt.Sprintf(coinbasepro, path, path, path, path)
|
||||
codebasePaths["exchanges gemini"] = fmt.Sprintf(gemini, path, path, path, path)
|
||||
codebasePaths["exchanges hitbtc"] = fmt.Sprintf(hitbtc, path, path, path, path)
|
||||
codebasePaths["exchanges huobi"] = fmt.Sprintf(huobi, path, path, path, path)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{define "exchanges gdax" -}}
|
||||
{{define "exchanges coinbasepro" -}}
|
||||
{{template "header" .}}
|
||||
## GDAX Exchange
|
||||
## CoinbasePro Exchange
|
||||
|
||||
### Current Features
|
||||
|
||||
@@ -31,7 +31,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader
|
||||
| BTCMarkets | Yes | No | NA |
|
||||
| COINUT | Yes | No | NA |
|
||||
| Exmo | Yes | NA | NA |
|
||||
| GDAX(Coinbase) | Yes | Yes | No|
|
||||
| CoinbasePro | Yes | Yes | No|
|
||||
| Gemini | Yes | No | No |
|
||||
| HitBTC | Yes | Yes | No |
|
||||
| Huobi.Pro | Yes | No |No |
|
||||
|
||||
Reference in New Issue
Block a user