File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ appearedEthAmountPerDayLimit = 57600 # Appeared ETH amount per
107107deprecatedOneOffCLBalanceDecreaseBPLimit = 500 # Deprecated one-off CL balance decrease limit (BP)
108108annualBalanceIncreaseBPLimit = 1000 # Annual balance increase limit (BP)
109109simulatedShareRateDeviationBPLimit = 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)
111111maxEffectiveBalanceWeightWCType01 = 32 # maxEB equivalent weight for WC type 1
112112maxEffectiveBalanceWeightWCType02 = 2048 # maxEB equivalent weight for WC type 2
113113maxItemsPerExtraDataTransaction = 8 # Maximum items per extra data transaction
@@ -116,7 +116,7 @@ requestTimestampMargin = 128 # Request timestamp margi
116116maxPositiveTokenRebase = 5000000 # Maximum positive token rebase
117117maxCLBalanceDecreaseBP = 360 # Max CL balance decrease over sliding window (BP, 360 = 3.6%)
118118clBalanceOraclesErrorUpperBPLimit = 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
120120exitedValidatorEthAmountLimit = 32 # Exited validator ETH amount limit in ETH units
121121
122122# Oracle daemon configuration
You can’t perform that action at this time.
0 commit comments