Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
GDAX now supports Bitcoin Cash (BCH) (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niller2005 authored and DeviaVir committed Dec 20, 2017
1 parent 278455d commit d12bf2e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion extensions/exchanges/gdax/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,29 @@
"max_size": "250",
"increment": "0.01",
"label": "BTC/GBP"
},
{
"asset": "BCH",
"currency": "USD",
"min_size": "0.0001",
"max_size": "250",
"increment": "0.01",
"label": "BCH/USD"
},
{
"asset": "BCH",
"currency": "EUR",
"min_size": "0.0001",
"max_size": "250",
"increment": "0.01",
"label": "BCH/EUR"
},
{
"asset": "BCH",
"currency": "BTC",
"min_size": "0.0001",
"max_size": "250",
"increment": "0.01",
"label": "BCH/BTC"
}
]
]

1 comment on commit d12bf2e

@fuzzyTew
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice the update-products.sh script was not used for this change .. should that script be removed?

Please # to comment.