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

Commit

Permalink
QCX added support for BCH (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmroche authored and DeviaVir committed Aug 7, 2017
1 parent 8ff9150 commit 69bea58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/exchanges/quadriga/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,14 @@
"max_size": "10000",
"increment": "0.00001",
"label": "LTC/CAD"
},
{
"id": "BCHCAD",
"asset": "BCH",
"currency": "CAD",
"min_size": "0.00001",
"max_size": "10000",
"increment": "0.00001",
"label": "BCH/CAD"
}
]

0 comments on commit 69bea58

Please sign in to comment.