You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/toolkit/src/main/resources/fork.conf
+75-3Lines changed: 75 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,78 @@ trc20Contracts = [
53
53
}
54
54
]
55
55
56
-
latestBlockHeaderTimestamp = 1747986162000 # MilliSecond. Used in init setup, setting to current timestamp reduces debug log output and speeds up initialization. This setting does not impact the underlying block production logic.
57
-
maintenanceTimeInterval = 21600000
58
-
nextMaintenanceTime = 1747996162000 # MilliSecond. Set next maintenance time. It could be anytime. If you set an expired time, it will trigger maintenance logic immediately after node startup.
56
+
chainParameters = {
57
+
latestBlockHeaderTimestamp = 1747986162000 # MilliSecond. Used in init setup, setting to current timestamp reduces debug log output and speeds up initialization. This setting does not impact the underlying block production logic.
58
+
maintenanceTimeInterval = 11100000
59
+
nextMaintenanceTime = 1747996162000 # MilliSecond. Set next maintenance time. It could be anytime. If you set an expired time, it will trigger maintenance logic immediately after node startup.
0 commit comments