diff --git a/docs/cdk/concepts/full-execution-proofs.md b/docs/cdk/concepts/full-execution-proofs.md index ed6667c6..badda0e3 100644 --- a/docs/cdk/concepts/full-execution-proofs.md +++ b/docs/cdk/concepts/full-execution-proofs.md @@ -16,14 +16,14 @@ The table below lists the CDK FEP components and where you can find them. | Component | CDK FEP stack | Notes | |------------------------------------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------| -| Node = RPC and sequencer | cdk-erigon:v2.1.x | Customizable, commonly:
- Sequencer = 1 node
- RPC = multiple nodes | +| Node = RPC and sequencer | cdk-erigon:v2.61.x | Customizable, commonly:
- Sequencer = 1 node
- RPC = multiple nodes | | Data availability | cdk-data-availability | **Only** for validium mode use latest tag | | Contracts | zkevm-contracts | Use Fork ID12 contracts | -| CLI | cdk:v0.3.x | Included in CDK repo | -| Sequence sender | cdk:v0.3.x | Included in CDK repo | -| Aggregator | cdk:v0.3.x | Included in CDK repo | +| CLI | cdk repo | Included in CDK repo | +| Sequence sender | cdk repo | Included in CDK repo | +| Aggregator | cdk repo | Included in CDK repo | | Tx pool manager | zkevm-pool-manager | Use latest tag | -| Prover | zkevm-prover | v8.0.0-RC14 | +| Prover | zkevm-prover | v8.0.0-RC16 | ## Component descriptions