Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/margin features #289

Merged
merged 8 commits into from
Dec 2, 2023
6 changes: 6 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,12 @@ genesis:
incremental_borrow_interest_payment_enabled: true
whitelisting_enabled: false
invariant_check_epoch: day
take_profit_borrow_interest_rate_min: "0.00000003"
funding_fee_base_rate: "0.0003"
funding_fee_max_rate: "0.001"
funding_fee_min_rate: "-0.001"
funding_fee_collection_address: "elys1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqnrec2l"
swap_fee: "0.001"
stablestake:
params:
deposit_denom: "uusdc"
Expand Down
Loading
Loading