File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ func StateIndexFinalBlock(forkName string) uint64 {
5252 switch forkName {
5353 case "bellatrix" , "capella" , "deneb" :
5454 return StateIndexFinalBlockOld
55+ case "electra" , "fulu" :
56+ return StateIndexFinalBlockElectra
5557 default :
5658 return StateIndexFinalBlockElectra
5759 }
@@ -60,6 +62,8 @@ func StateIndexSyncCommittee(forkName string) uint64 {
6062 switch forkName {
6163 case "bellatrix" , "capella" , "deneb" :
6264 return StateIndexSyncCommitteeOld
65+ case "electra" , "fulu" :
66+ return StateIndexSyncCommitteeElectra
6367 default :
6468 return StateIndexSyncCommitteeElectra
6569 }
@@ -68,6 +72,8 @@ func StateIndexNextSyncCommittee(forkName string) uint64 {
6872 switch forkName {
6973 case "bellatrix" , "capella" , "deneb" :
7074 return StateIndexNextSyncCommitteeOld
75+ case "electra" , "fulu" :
76+ return StateIndexNextSyncCommitteeElectra
7177 default :
7278 return StateIndexNextSyncCommitteeElectra
7379 }
You can’t perform that action at this time.
0 commit comments