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

Commit

Permalink
Remove BTC-E. Run update-products.sh across the exchanges. (#757)
Browse files Browse the repository at this point in the history
Fixes #701
  • Loading branch information
DeviaVir authored Nov 27, 2017
1 parent 410c687 commit 48f7daa
Show file tree
Hide file tree
Showing 13 changed files with 1,366 additions and 1,474 deletions.
26 changes: 13 additions & 13 deletions extensions/exchanges/bitfinex/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"asset": "BTC",
"currency": "USD",
"min_size": "0.004",
"min_size": "0.002",
"max_size": "2000.0",
"increment": "0.001",
"label": "BTC/USD"
Expand Down Expand Up @@ -122,7 +122,7 @@
{
"asset": "BCC",
"currency": "BTC",
"min_size": "0.004",
"min_size": "0.002",
"max_size": "2000.0",
"increment": "0.000001",
"label": "BCC/BTC"
Expand All @@ -138,7 +138,7 @@
{
"asset": "BCC",
"currency": "USD",
"min_size": "0.004",
"min_size": "0.002",
"max_size": "2000.0",
"increment": "0.001",
"label": "BCC/USD"
Expand All @@ -154,7 +154,7 @@
{
"asset": "BTC",
"currency": "EUR",
"min_size": "0.004",
"min_size": "0.002",
"max_size": "2000.0",
"increment": "0.000001",
"label": "BTC/EUR"
Expand Down Expand Up @@ -202,49 +202,49 @@
{
"asset": "EOS",
"currency": "USD",
"min_size": "14.0",
"min_size": "12.0",
"max_size": "50000.0",
"increment": "0.00001",
"label": "EOS/USD"
},
{
"asset": "EOS",
"currency": "BTC",
"min_size": "14.0",
"min_size": "12.0",
"max_size": "50000.0",
"increment": "0.00000001",
"label": "EOS/BTC"
},
{
"asset": "EOS",
"currency": "ETH",
"min_size": "14.0",
"min_size": "12.0",
"max_size": "50000.0",
"increment": "0.00000001",
"label": "EOS/ETH"
},
{
"asset": "SAN",
"currency": "USD",
"min_size": "34.0",
"min_size": "20.0",
"max_size": "200000.0",
"increment": "0.000001",
"increment": "0.00001",
"label": "SAN/USD"
},
{
"asset": "SAN",
"currency": "BTC",
"min_size": "34.0",
"min_size": "20.0",
"max_size": "200000.0",
"increment": "0.000000001",
"increment": "0.00000001",
"label": "SAN/BTC"
},
{
"asset": "SAN",
"currency": "ETH",
"min_size": "34.0",
"min_size": "20.0",
"max_size": "200000.0",
"increment": "0.000000001",
"increment": "0.00000001",
"label": "SAN/ETH"
},
{
Expand Down
Loading

1 comment on commit 48f7daa

@MT00x
Copy link
Contributor

@MT00x MT00x commented on 48f7daa Dec 4, 2017

Choose a reason for hiding this comment

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

@DeviaVir
I think running update-products.sh overwrote commit
"Fix kraken products for krakens update on decimal precision (#616)"

and we loose the changes for decimail precision update in kraken

Please sign in to comment.