We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e431623 commit 0b733faCopy full SHA for 0b733fa
script/deploymentConfigs/UsdnWusdnEthConfig.sol
@@ -41,7 +41,7 @@ contract UsdnWusdnEthConfig is DeploymentConfig {
41
initStorage.liquidationPenalty = 200; // 200 ticks -> ~2.02%
42
initStorage.emaPeriod = 16 hours;
43
initStorage.fundingSF = 75 * 10 ** (Constants.FUNDING_SF_DECIMALS - 2); // 0.75
44
- initStorage.feeThreshold = 1 ether;
+ initStorage.feeThreshold = 2000 ether;
45
initStorage.openExpoImbalanceLimitBps = 400; // 4%
46
initStorage.withdrawalExpoImbalanceLimitBps = 600; // 6%
47
initStorage.depositExpoImbalanceLimitBps = 400; // 4%
0 commit comments