Skip to content

Commit

Permalink
Updating precision to example values (second try) (#90)
Browse files Browse the repository at this point in the history
Considering Ethereum 120$, Trust is 1$, Kayen 10$
  • Loading branch information
koliadych authored and vshatravenko committed Feb 8, 2019
1 parent 13e1968 commit 53c4c75
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions templates/config/peatio/seed/markets.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
bid_unit: usd
ask_fee: 0.0015
bid_fee: 0.0015
min_ask_price: 0.0
max_bid_price: 0.0
min_ask_amount: 0.0
min_bid_amount: 0.0
ask_precision: 4
bid_precision: 4
min_ask_price: 1.00
max_bid_price: 1000.00
min_ask_amount: 0.01
min_bid_amount: 0.01
ask_precision: 2
bid_precision: 2
position: 1
enabled: true

Expand All @@ -17,26 +17,26 @@
bid_unit: eth
ask_fee: 0.0015
bid_fee: 0.0015
min_ask_price: 0.0
max_bid_price: 0.0
min_ask_amount: 0.0
min_bid_amount: 0.0
ask_precision: 4
bid_precision: 4
min_ask_price: 0.001
max_bid_price: 100.00
min_ask_amount: 0.001
min_bid_amount: 0.001
ask_precision: 6
bid_precision: 6
position: 2
enabled: true

- id: kyneth
ask_unit: kyn
bid_unit: eth
- id: kyneth
ask_unit: kyn
bid_unit: eth
ask_fee: 0.0015
bid_fee: 0.0015
min_ask_price: 0.0
max_bid_price: 0.0
min_ask_amount: 0.0
min_bid_amount: 0.0
ask_precision: 4
bid_precision: 4
min_ask_price: 0.00100
max_bid_price: 1.00000
min_ask_amount: 0.01
min_bid_amount: 0.01
ask_precision: 5
bid_precision: 5
position: 3
enabled: true

0 comments on commit 53c4c75

Please sign in to comment.