Skip to content

Commit

Permalink
Merge branch 'main' into feat/BLOCK-365
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Sep 14, 2023
2 parents 93fbf48 + 93225cf commit 0f488df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,21 +341,21 @@ genesis:
margin:
params:
leverage_max: "10"
interest_rate_max: "1.0"
interest_rate_min: "1.0"
interest_rate_increase: "1.0"
interest_rate_decrease: "1.0"
health_gain_factor: "1.0"
interest_rate_max: "0.00000027"
interest_rate_min: "0.00000003"
interest_rate_increase: "0.000000000333333333"
interest_rate_decrease: "0.000000000333333333"
health_gain_factor: "0.000000022"
epoch_length: 1
removal_queue_threshold: "1.0"
removal_queue_threshold: "0.35"
max_open_positions: 9999
pool_open_threshold: "1.0"
force_close_fund_percentage: "1.0"
force_close_fund_address: ""
incremental_interest_payment_fund_percentage: "1.0"
incremental_interest_payment_fund_address: ""
sq_modifier: "1.0"
safety_factor: "1.0"
force_close_fund_address: "elys1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqnrec2l"
incremental_interest_payment_fund_percentage: "0.35"
incremental_interest_payment_fund_address: "elys1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqnrec2l"
sq_modifier: "10000000000000000000000000"
safety_factor: "1.05"
incremental_interest_payment_enabled: true
whitelisting_enabled: false
invariant_check_epoch: day
Expand Down

0 comments on commit 0f488df

Please sign in to comment.