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/cdk/how-to/migrate/forkid-9-12.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The high-level steps in the collaborative process are:
38
38
39
39
Please read carefully to fully understand the new architecture before starting the process: [https://docs.polygon.technology/cdk/getting-started/cdk-erigon/](https://docs.polygon.technology/cdk/getting-started/cdk-erigon/)
40
40
41
-
The table below lists the CDK Fork ID 9 components and the new CDK FEP Fork ID 12 component.
41
+
The table below lists the CDK Fork ID 9 components and the new CDK FEP Fork ID 12 components.
42
42
43
43
> 💡 **Please note:** Latest CDK FEP Fork ID 12 components are listed in the [Polygon Knowledge Layer](https://docs.polygon.technology/cdk/releases/stack-components/#cdk-fep-components)
44
44
@@ -63,7 +63,7 @@ The Implementation Provider must prepare in advance for the upgrade to ensure a
63
63
3. Scale up the number of provers in advance. It is recommended that you at least double the number of provers up and running for the scheduled upgrade maintenance window.
64
64
- Ensure all (majority) of the network batches are verified before starting the upgrade process, otherwise there will be additional downtime as we wait for the network to be ready.
65
65
4. Setting up your CDK Erigon node.
66
-
- Please see the [cdk-erigon readme](https://github.com/0xPolygonHermez/cdk-erigon/blob/v1.0.3/README.md) for information on Prereqs, configuration files and running cdk-erigon.
66
+
- Please see the [cdk-erigon readme](https://github.com/0xPolygonHermez/cdk-erigon/blob/v1.0.3/README.md) for information on prereqs, configuration files and running cdk-erigon.
67
67
5. Required CDK-Node pre syncing.
68
68
- Run CDK-Node aggregator component in sync only mode in advance to populate its database.
69
69
- Run CDK-Node l1infotreesync component in advance to populate the sequence sender database.
@@ -162,12 +162,12 @@ go run ./zk/debug_tools/datastream-host \
162
162
> 💡 Please note: For an isolated chain not attached to the Agglayer the chain admin can perform operational step 4on their chain’s rollupmanagercontract.
163
163
Polygon are not involved. Please check the [upgrade procedure for isolated networks](#contract-upgrade-procedure-for-isolated-networks).
164
164
165
-
**Please Note:** Wait for Polygon to send the L1 transaction (tx) and confirm it.
166
-
167
165
4. **Polygon:** Upgrade the Smart Contract (multisig):
168
166
- Upgrade rollup to fork 12.
169
167
- Wait for the Tx to be finalized.
170
168
169
+
**Please Note:** Wait for Polygon to send the L1 transaction (tx) and confirm it.
170
+
171
171
### Steps to Deploy CDK FEP Fork 12 Components
172
172
1. It is recommended to back up your DAC node by taking a snapshot of the DAC database.
0 commit comments