Skip to content

Commit

Permalink
implements sccp-2136 (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny authored Nov 6, 2024
1 parent cd66f93 commit ca82c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish/deployed/mainnet-ovm/perpsv2-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"offchainDelayedOrderMinAge": "2",
"offchainDelayedOrderMaxAge": "30",
"maxLeverage": "27.5",
"maxMarketValue": "5952400",
"maxMarketValue": "0",
"maxFundingVelocity": "36",
"skewScale": "75000000",
"offchainPriceDivergence": "0.10",
Expand Down
2 changes: 1 addition & 1 deletion publish/deployed/sepolia-ovm/perpsv2-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"offchainDelayedOrderMinAge": "2",
"offchainDelayedOrderMaxAge": "30",
"maxLeverage": "27.5",
"maxMarketValue": "5952400",
"maxMarketValue": "0",
"maxFundingVelocity": "36",
"skewScale": "75000000",
"offchainPriceDivergence": "0.10",
Expand Down

0 comments on commit ca82c8e

Please sign in to comment.