Skip to content

Commit ff3da9a

Browse files
committed
add galileo case
1 parent ba6263f commit ff3da9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coordinator/internal/utils/version.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ func Version(hardForkName string, ValidiumMode bool) (uint8, error) {
2929
stfVersion = 7
3030
case "feynman":
3131
stfVersion = 8
32+
case "galileo":
33+
stfVersion = 9
3234
default:
3335
return 0, errors.New("unknown fork name " + canonicalName)
3436
}

0 commit comments

Comments
 (0)