Skip to content

Commit 0b733fa

Browse files
authored
refactor(parameters): the fee threshold for shortdn is now 2000 WUSDN (#909)
1 parent e431623 commit 0b733fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/deploymentConfigs/UsdnWusdnEthConfig.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ contract UsdnWusdnEthConfig is DeploymentConfig {
4141
initStorage.liquidationPenalty = 200; // 200 ticks -> ~2.02%
4242
initStorage.emaPeriod = 16 hours;
4343
initStorage.fundingSF = 75 * 10 ** (Constants.FUNDING_SF_DECIMALS - 2); // 0.75
44-
initStorage.feeThreshold = 1 ether;
44+
initStorage.feeThreshold = 2000 ether;
4545
initStorage.openExpoImbalanceLimitBps = 400; // 4%
4646
initStorage.withdrawalExpoImbalanceLimitBps = 600; // 6%
4747
initStorage.depositExpoImbalanceLimitBps = 400; // 4%

0 commit comments

Comments
 (0)