Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit b825253

Browse files
chessaiedmundnoble
authored andcommitted
more accurate 2.31 forkheight for mainnet and testnet
1 parent c00147a commit b825253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Chainweb/Version/Mainnet.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ mainnet = ChainwebVersion
155155
Chainweb228Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 5_659_280) -- 2025-03-18 00:00:00+00:00
156156
Chainweb229Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 5_785_923) -- 2025-05-01 00:00:00+00:00
157157
Chainweb230Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 6_027_616) -- 2025-07-24 00:00:00+00:00
158-
Chainweb231Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 6_269_381) -- 2025-10-16 00:00:00+00:00
158+
Chainweb231Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 6_269_344) -- 2025-10-16 00:00:00+00:00
159159
Chainweb232Pact -> AllChains ForkNever
160160

161161
, _versionGraphs =

src/Chainweb/Version/Testnet04.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ testnet04 = ChainwebVersion
135135
Chainweb228Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_155_146 -- 2025-03-11 00:00:00+00:00
136136
Chainweb229Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_300_466 -- 2025-04-30 12:00:00+00:00
137137
Chainweb230Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_542_190 -- 2025-07-23 12:00:00+00:00
138-
Chainweb231Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_784_009 -- 2025-10-15 12:00:00+00:00
138+
Chainweb231Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_783_985 -- 2025-10-15 12:00:00+00:00
139139
Chainweb232Pact -> AllChains ForkNever
140140

141141
, _versionGraphs =

0 commit comments

Comments
 (0)