Skip to content

Commit

Permalink
Added XRP and BTG selectors (DeviaVir#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcandle authored and DeviaVir committed Dec 12, 2017
1 parent 96c73d5 commit 940616c
Showing 1 changed file with 51 additions and 3 deletions.
54 changes: 51 additions & 3 deletions extensions/exchanges/cexio/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{
"asset": "ETH",
"currency": "USD",
"min_size": "0.1",
"min_size": "0.01",
"max_size": "1000",
"increment": "0.00000001",
"increment": "0.001",
"label": "ETH/USD"
},
{
Expand Down Expand Up @@ -166,5 +166,53 @@
"max_size": null,
"increment": "0.00000001",
"label": "GHS/BTC"
},
{
"asset": "XRP",
"currency": "USD",
"min_size": "0.00000001",
"max_size": null,
"increment": "0.00000001",
"label": "XRP/USD"
},
{
"asset": "XRP",
"currency": "EUR",
"min_size": "0.00000001",
"max_size": null,
"increment": "0.00000001",
"label": "XRP/USD"
},
{
"asset": "XRP",
"currency": "GBP",
"min_size": "0.00000001",
"max_size": null,
"increment": "0.00000001",
"label": "XRP/USD"
},
{
"asset": "BTG",
"currency": "USD",
"min_size": "0.00000001",
"max_size": null,
"increment": "0.00000001",
"label": "XRP/USD"
},
{
"asset": "BTG",
"currency": "EUR",
"min_size": "0.00000001",
"max_size": null,
"increment": "0.00000001",
"label": "XRP/USD"
},
{
"asset": "BTG",
"currency": "GBP",
"min_size": "0.00000001",
"max_size": null,
"increment": "0.00000001",
"label": "XRP/USD"
}
]
]

0 comments on commit 940616c

Please sign in to comment.