Skip to content

Commit c86532c

Browse files
Merge pull request #675 from shutter-network/feat/fork-override-shutter-api-1002
2 parents bb2a31b + 49d5141 commit c86532c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rolling-shutter/app/forks.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ var forkHeightOverrides = map[string]ForkHeightOverrides{
1515
"shutter-service-chiado-1000": {CheckInUpdate: &ForkHeightOverride{
1616
Eon: uint64Ptr(9),
1717
}},
18-
"shutter-api-gnosis-1002": {CheckInUpdate: &ForkHeightOverride{
19-
Eon: uint64Ptr(6),
20-
}},
2118
}
2219

2320
func int64Ptr(value int64) *int64 {

0 commit comments

Comments
 (0)