Skip to content

Commit

Permalink
chore: updated trinity preprod and testnet dates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath authored and seanmcgary committed Jan 14, 2025
1 parent 475489b commit b653852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,15 @@ func (c *Config) GetForkDates() (ForkMap, error) {
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-11",
Fork_Trinity: "2025-01-13",
Fork_Trinity: "2025-01-09",
}, nil
case Chain_Holesky:
return ForkMap{
Fork_Amazon: "1970-01-01", // Amazon hard fork was never on testnet as we backfilled
Fork_Nile: "2024-08-13", // Last calculation end timestamp was 8-12: https://holesky.etherscan.io/tx/0x5fc81b5ed2a78b017ef313c181d8627737a97fef87eee85acedbe39fc8708c56#eventlog
Fork_Panama: "2024-10-01",
Fork_Arno: "2024-12-13",
Fork_Trinity: "2025-01-13",
Fork_Trinity: "2025-01-09",
}, nil
case Chain_Mainnet:
return ForkMap{
Expand Down

0 comments on commit b653852

Please sign in to comment.