Skip to content

Commit 2fa6588

Browse files
committed
fix: update maxBalanceExitRequestedPerReportInEth and consolidationEthAmountPerDayLimit
1 parent 331577f commit 2fa6588

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/defaults/local-devnet-defaults.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@
116116
"deprecatedOneOffCLBalanceDecreaseBPLimit": 500,
117117
"annualBalanceIncreaseBPLimit": 1000,
118118
"simulatedShareRateDeviationBPLimit": 250,
119-
"maxBalanceExitRequestedPerReportInEth": 64000,
119+
"maxBalanceExitRequestedPerReportInEth": 19200,
120120
"maxItemsPerExtraDataTransaction": 8,
121121
"maxNodeOperatorsPerExtraDataItem": 24,
122122
"requestTimestampMargin": 128,
123123
"maxPositiveTokenRebase": 5000000,
124124
"maxCLBalanceDecreaseBP": 360,
125125
"clBalanceOraclesErrorUpperBPLimit": 50,
126-
"consolidationEthAmountPerDayLimit": 57600,
126+
"consolidationEthAmountPerDayLimit": 93375,
127127
"exitedValidatorEthAmountLimit": 32
128128
}
129129
},

scripts/scratch/deploy-params-testnet.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ appearedEthAmountPerDayLimit = 57600 # Appeared ETH amount per
107107
deprecatedOneOffCLBalanceDecreaseBPLimit = 500 # Deprecated one-off CL balance decrease limit (BP)
108108
annualBalanceIncreaseBPLimit = 1000 # Annual balance increase limit (BP)
109109
simulatedShareRateDeviationBPLimit = 250 # Simulated share rate deviation limit (BP)
110-
maxBalanceExitRequestedPerReportInEth = 64000 # Maximum exit ETH per report
110+
maxBalanceExitRequestedPerReportInEth = 19200 # Maximum exit ETH per report (600*32)
111111
maxEffectiveBalanceWeightWCType01 = 32 # maxEB equivalent weight for WC type 1
112112
maxEffectiveBalanceWeightWCType02 = 2048 # maxEB equivalent weight for WC type 2
113113
maxItemsPerExtraDataTransaction = 8 # Maximum items per extra data transaction
@@ -116,7 +116,7 @@ requestTimestampMargin = 128 # Request timestamp margi
116116
maxPositiveTokenRebase = 5000000 # Maximum positive token rebase
117117
maxCLBalanceDecreaseBP = 360 # Max CL balance decrease over sliding window (BP, 360 = 3.6%)
118118
clBalanceOraclesErrorUpperBPLimit = 50 # CL balance oracles error upper limit (BP)
119-
consolidationEthAmountPerDayLimit = 57600 # Consolidation ETH amount per day limit
119+
consolidationEthAmountPerDayLimit = 93375 # Consolidation ETH amount per day limit
120120
exitedValidatorEthAmountLimit = 32 # Exited validator ETH amount limit in ETH units
121121

122122
# Oracle daemon configuration

0 commit comments

Comments
 (0)