From 0df10c199dac923f65acd5d52d175f8eedcfc9a7 Mon Sep 17 00:00:00 2001 From: kaleb <62237347+kaleb-keny@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:39:55 +0200 Subject: [PATCH] implement 2046 (#2154) --- publish/deployed/goerli-ovm/perpsv2-markets.json | 4 ++-- publish/deployed/mainnet-ovm/perpsv2-markets.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/publish/deployed/goerli-ovm/perpsv2-markets.json b/publish/deployed/goerli-ovm/perpsv2-markets.json index 31ecc05037..7948e132b9 100644 --- a/publish/deployed/goerli-ovm/perpsv2-markets.json +++ b/publish/deployed/goerli-ovm/perpsv2-markets.json @@ -827,7 +827,7 @@ "offchainDelayedOrderMinAge": "2", "offchainDelayedOrderMaxAge": "60", "maxLeverage": "27.5", - "maxMarketValue": "200000", + "maxMarketValue": "400000", "maxFundingVelocity": "36", "skewScale": "14250000", "offchainPriceDivergence": "0.10", @@ -911,7 +911,7 @@ "offchainDelayedOrderMinAge": "2", "offchainDelayedOrderMaxAge": "60", "maxLeverage": "27.5", - "maxMarketValue": "7000", + "maxMarketValue": "14000", "maxFundingVelocity": "36", "skewScale": "112500", "offchainPriceDivergence": "0.10", diff --git a/publish/deployed/mainnet-ovm/perpsv2-markets.json b/publish/deployed/mainnet-ovm/perpsv2-markets.json index 31ecc05037..7948e132b9 100644 --- a/publish/deployed/mainnet-ovm/perpsv2-markets.json +++ b/publish/deployed/mainnet-ovm/perpsv2-markets.json @@ -827,7 +827,7 @@ "offchainDelayedOrderMinAge": "2", "offchainDelayedOrderMaxAge": "60", "maxLeverage": "27.5", - "maxMarketValue": "200000", + "maxMarketValue": "400000", "maxFundingVelocity": "36", "skewScale": "14250000", "offchainPriceDivergence": "0.10", @@ -911,7 +911,7 @@ "offchainDelayedOrderMinAge": "2", "offchainDelayedOrderMaxAge": "60", "maxLeverage": "27.5", - "maxMarketValue": "7000", + "maxMarketValue": "14000", "maxFundingVelocity": "36", "skewScale": "112500", "offchainPriceDivergence": "0.10",