Skip to content

Commit

Permalink
Incremented decimal places for EOS asset (DeviaVir#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvinacua authored and DeviaVir committed Aug 31, 2017
1 parent 48d5b24 commit 3b00173
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/exchanges/bitfinex/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,23 +196,23 @@
"currency": "USD",
"min_size": "0.001",
"max_size": "50000.0",
"increment": "0.0001",
"increment": "0.0000001",
"label": "EOS/USD"
},
{
"asset": "EOS",
"currency": "BTC",
"min_size": "0.001",
"max_size": "50000.0",
"increment": "0.0001",
"increment": "0.0000001",
"label": "EOS/BTC"
},
{
"asset": "EOS",
"currency": "ETH",
"min_size": "0.001",
"max_size": "50000.0",
"increment": "0.0001",
"increment": "0.0000001",
"label": "EOS/ETH"
},
{
Expand Down Expand Up @@ -287,4 +287,4 @@
"increment": "0.0001",
"label": "BCH/ETH"
}
]
]

0 comments on commit 3b00173

Please sign in to comment.