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

Commit

Permalink
Fixed EOSETH Pair.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chema committed Aug 23, 2018
1 parent 5ab4b1e commit ca3cb18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/exchanges/binance/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"id": "EOSETH",
"asset": "EOS",
"currency": "ETH",
"min_size": "0.01000000",
"max_size": "0.17738500",
"increment": "0.000001",
"min_size": "0.1",
"max_size": "2000",
"increment": "0.00001",
"asset_increment": "0.01",
"label": "EOS/ETH"
},
Expand Down

0 comments on commit ca3cb18

Please sign in to comment.