From b653852a2a4b1578d51e4e081cbfe06bb5347c1f Mon Sep 17 00:00:00 2001 From: 0xrajath Date: Wed, 8 Jan 2025 16:06:58 -0500 Subject: [PATCH] chore: updated trinity preprod and testnet dates --- internal/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index 81af0228..b0b19944 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -258,7 +258,7 @@ 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{ @@ -266,7 +266,7 @@ func (c *Config) GetForkDates() (ForkMap, error) { 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{