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: docs/node/constants.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
9
9
# Network constants
10
10
11
11
This page describes the constants governing the behavior of the network and their values (that are the same for all nodes of a given network).
12
-
These tables are obtained from the source code of the node, in the [massa repository](https://github.com/massalabs/massa/blob/MAIN.3.0/massa-models/src/config/constants.rs),
12
+
These tables are obtained from the source code of the node, in the [massa repository](https://github.com/massalabs/massa/blob/MAIN.4.0/massa-models/src/config/constants.rs),
13
13
and are used in various massa projects, for instance:
14
14
15
15
- Smart contract related constants in [Massa-web3](https://github.com/massalabs/massa-web3/blob/main/src/smartContracts/constants.ts)
@@ -84,7 +84,7 @@ The following constants directly depend on the network deployed.
84
84
| Constant | Description | Value |
85
85
|----------|-------------|-------|
86
86
| GENESIS_TIMESTAMP | Unix timestamp (in milliseconds) of the first block of the network |`1705312800000` Monday, January 15, 2024 10:00:00 AM UTC |
87
-
| VERSION | A string representing the network's version |`"MAIN.3.0"` currently deployed. |
87
+
| VERSION | A string representing the network's version |`"MAIN.4.0"` currently deployed. |
88
88
| CHAINID | A number representing the network |`77658377`| A signed operation contains the CHAINID, and is only valid on the corresponding network |
89
89
90
90
</TabItem>
@@ -94,7 +94,7 @@ The following constants directly depend on the network deployed.
94
94
| Constant | Description | Value |
95
95
|----------|-------------|-------|
96
96
| GENESIS_TIMESTAMP | Unix timestamp (in milliseconds) of the first block of the network |`1704289800000` Wednesday, January 3, 2024 1:50:00 PM UTC |
97
-
| VERSION | A string representing the network's version |`"DEVN.28.14"`|
97
+
| VERSION | A string representing the network's version |`"DEVN.29.0"`|
98
98
| CHAINID | A number representing the network. A signed operation contains the CHAINID, and is only valid on the corresponding network. |`77658366`|
0 commit comments