Skip to content

Commit

Permalink
Reduced min_size decimal places for EOS asset (DeviaVir#512)
Browse files Browse the repository at this point in the history
* Incremented decimal places for EOS asset

* Reduced min_size decimal places for EOS asset

* Reduced min_size decimal places for EOS asset
  • Loading branch information
cvinacua authored and DeviaVir committed Aug 31, 2017
1 parent 3b00173 commit ff9597e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/exchanges/bitfinex/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,23 +194,23 @@
{
"asset": "EOS",
"currency": "USD",
"min_size": "0.001",
"min_size": "0.01",
"max_size": "50000.0",
"increment": "0.0000001",
"label": "EOS/USD"
},
{
"asset": "EOS",
"currency": "BTC",
"min_size": "0.001",
"min_size": "0.01",
"max_size": "50000.0",
"increment": "0.0000001",
"label": "EOS/BTC"
},
{
"asset": "EOS",
"currency": "ETH",
"min_size": "0.001",
"min_size": "0.01",
"max_size": "50000.0",
"increment": "0.0000001",
"label": "EOS/ETH"
Expand Down

0 comments on commit ff9597e

Please sign in to comment.