Skip to content

Commit

Permalink
update with latest prod_genesis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
2dpetkov committed Oct 18, 2023
1 parent 195de33 commit 63d8874
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dydx-mainnet-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
"liquidations_config": {
"max_liquidation_fee_ppm": 15000,
"position_block_limits": {
"min_position_notional_liquidated": 1000,
"min_position_notional_liquidated": 1000000000,
"max_position_portion_liquidated_ppm": 100000
},
"subaccount_block_limits": {
Expand Down Expand Up @@ -3264,15 +3264,15 @@
"name": "Mid-Cap",
"initial_margin_ppm": 100000,
"maintenance_fraction_ppm": 500000,
"base_position_notional": 1000000000,
"base_position_notional": 250000000000,
"impact_notional": 5000000000
},
{
"id": 2,
"name": "Long-Tail",
"initial_margin_ppm": 200000,
"maintenance_fraction_ppm": 500000,
"base_position_notional": 1000000000,
"base_position_notional": 100000000000,
"impact_notional": 2500000000
},
{
Expand Down Expand Up @@ -3756,7 +3756,7 @@
"treasury_account": "rewards_treasury",
"denom": "adydx",
"denom_exponent": -18,
"market_id": 1000000,
"market_id": 1000001,
"fee_multiplier_ppm": 0
}
},
Expand Down
8 changes: 4 additions & 4 deletions dydx-mainnet-1/pregenesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
"liquidations_config": {
"max_liquidation_fee_ppm": 15000,
"position_block_limits": {
"min_position_notional_liquidated": 1000,
"min_position_notional_liquidated": 1000000000,
"max_position_portion_liquidated_ppm": 100000
},
"subaccount_block_limits": {
Expand Down Expand Up @@ -1680,15 +1680,15 @@
"name": "Mid-Cap",
"initial_margin_ppm": 100000,
"maintenance_fraction_ppm": 500000,
"base_position_notional": 1000000000,
"base_position_notional": 250000000000,
"impact_notional": 5000000000
},
{
"id": 2,
"name": "Long-Tail",
"initial_margin_ppm": 200000,
"maintenance_fraction_ppm": 500000,
"base_position_notional": 1000000000,
"base_position_notional": 100000000000,
"impact_notional": 2500000000
},
{
Expand Down Expand Up @@ -2172,7 +2172,7 @@
"treasury_account": "rewards_treasury",
"denom": "adydx",
"denom_exponent": -18,
"market_id": 1000000,
"market_id": 1000001,
"fee_multiplier_ppm": 0
}
},
Expand Down

0 comments on commit 63d8874

Please sign in to comment.