Skip to content

Commit

Permalink
fix: set arno preprod fork back to 12/12
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Dec 12, 2024
1 parent 7976efd commit 5e8126a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (c *Config) GetForkDates() (ForkMap, error) {
Fork_Amazon: "1970-01-01", // Amazon hard fork was never on preprod as we backfilled
Fork_Nile: "2024-08-14", // Last calculation end timestamp was 8-13: https://holesky.etherscan.io/tx/0xb5a6855e88c79312b7c0e1c9f59ae9890b97f157ea27e69e4f0fadada4712b64#eventlog
Fork_Panama: "2024-10-01",
Fork_Arno: "2024-12-04",
Fork_Arno: "2024-12-12",
}, nil
case Chain_Holesky:
return ForkMap{
Expand Down

0 comments on commit 5e8126a

Please sign in to comment.