Skip to content

Commit 331577f

Browse files
committed
fix: update consensusVersion for accounting and validators exit bus oracles
1 parent b0c3278 commit 331577f

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
@@ -88,7 +88,7 @@
8888
},
8989
"accountingOracle": {
9090
"deployParameters": {
91-
"consensusVersion": 4
91+
"consensusVersion": 6
9292
}
9393
},
9494
"hashConsensusForValidatorsExitBusOracle": {
@@ -99,7 +99,7 @@
9999
},
100100
"validatorsExitBusOracle": {
101101
"deployParameters": {
102-
"consensusVersion": 4
102+
"consensusVersion": 5
103103
}
104104
},
105105
"depositSecurityModule": {

scripts/scratch/deploy-params-testnet.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ maxLidoFeeRatePerSecond = "180000000000000000" # Maximum Lido fee rate per secon
7979

8080
# Accounting oracle configuration
8181
[accountingOracle]
82-
consensusVersion = 5 # Consensus version
82+
consensusVersion = 6 # Consensus version
8383

8484
# Hash consensus for validators exit bus oracle
8585
[hashConsensusForValidatorsExitBusOracle]
@@ -88,7 +88,7 @@ epochsPerFrame = 4 # Epochs per consensus frame
8888

8989
# Validators exit bus oracle configuration
9090
[validatorsExitBusOracle]
91-
consensusVersion = 4 # Consensus version
91+
consensusVersion = 5 # Consensus version
9292
maxValidatorsPerRequest = 600 # Maximum validators per request
9393
maxExitRequestsLimit = 13000 # Maximum exit requests limit
9494
exitsPerFrame = 1 # Exits per frame

0 commit comments

Comments
 (0)