Skip to content

Commit d8273db

Browse files
authored
Update forkid-9-12.md
Addition steps in the section. Steps to deploy CDK FEP Fork 12 components.
1 parent 9db3d70 commit d8273db

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/cdk/how-to/migrate/forkid-9-12.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,16 @@ Polygon are not involved. Please check the [upgrade procedure for isolated netwo
176176
```
177177
178178
3. Start the stateless Executor.
179-
4. Start the CDK-Erigon Sequencer.
180-
5. Verify in the sequencer’s logs that new blocks are being generated with fork ID 12.
181-
6. Start the Pool Manager (if used/needed).
182-
7. Start CDK-Erigon RPCs (if used/needed).
183-
8. Start the Bridge.
184-
9. Start the CDK aggregator and Sequence Sender components.
185-
10. Start the stateless Prover.
179+
4. Start CDK-Erigon Sequencer
180+
- On a fork upgrade, once the upgrade Tx is finalized you can start the sequencer. Once started, check logs and ensure new blocks are generated with new forkid.
181+
- You would expect to see starting block #5796790 as forkid 12. If you see the starting block 5796790 as fork id 9 there is a problem.
182+
If the new block is on the old fork id 9, you need to resync sequencer from scratch or get one of the rpc datadirs (that were synced till the halt and are currenctly stopped) and replace it to become the new sequencer.
183+
6. Verify in the sequencer’s logs that new blocks are being generated with fork ID 12.
184+
7. Start the Pool Manager (if used/needed).
185+
8. Start CDK-Erigon RPCs (if used/needed).
186+
9. Start the Bridge.
187+
10. Start the CDK aggregator and Sequence Sender components.
188+
11. Start the stateless Prover.
186189
187190
### Polygon Steps for CDK Chains Attached to the Agglayer
188191
@@ -305,4 +308,4 @@ Update FROM node version [0.6.7+cdk.1](https://hub.docker.com/layers/0xpolygon/c
305308

306309
- `cast send $TIMELOCK_ADDR $SCHEDULE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
307310
- Wait timelock delay
308-
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
311+
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`

0 commit comments

Comments
 (0)