We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6263f commit ff3da9aCopy full SHA for ff3da9a
coordinator/internal/utils/version.go
@@ -29,6 +29,8 @@ func Version(hardForkName string, ValidiumMode bool) (uint8, error) {
29
stfVersion = 7
30
case "feynman":
31
stfVersion = 8
32
+ case "galileo":
33
+ stfVersion = 9
34
default:
35
return 0, errors.New("unknown fork name " + canonicalName)
36
}
0 commit comments