We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b62b commit ca1fcdaCopy full SHA for ca1fcda
category/execution/monad/chain/monad_mainnet.cpp
@@ -28,7 +28,10 @@ MONAD_NAMESPACE_BEGIN
28
29
monad_revision MonadMainnet::get_monad_revision(uint64_t const timestamp) const
30
{
31
- if (MONAD_LIKELY(timestamp >= 1762266600)) { // 2025-11-04T14:30:00.000Z
+ 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
35
return MONAD_SIX;
36
}
37
else if (timestamp >= 1755091800) { // 2025-08-13T13:30:00.000Z
0 commit comments