Skip to content

Commit ca1fcda

Browse files
Baltolijhunsaker
authored andcommitted
Timestamp MONAD_SEVEN for mainnet
1 parent 045b62b commit ca1fcda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

category/execution/monad/chain/monad_mainnet.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ MONAD_NAMESPACE_BEGIN
2828

2929
monad_revision MonadMainnet::get_monad_revision(uint64_t const timestamp) const
3030
{
31-
if (MONAD_LIKELY(timestamp >= 1762266600)) { // 2025-11-04T14:30:00.000Z
31+
if (MONAD_LIKELY(timestamp >= 1762525800)) { // 2025-11-07T14:30:00.000Z
32+
return MONAD_SEVEN;
33+
}
34+
else if (timestamp >= 1762266600) { // 2025-11-04T14:30:00.000Z
3235
return MONAD_SIX;
3336
}
3437
else if (timestamp >= 1755091800) { // 2025-08-13T13:30:00.000Z

0 commit comments

Comments
 (0)