From 2b35fcff4bd2cd80511539a5885c951e5a32ac8d Mon Sep 17 00:00:00 2001 From: bap2pecs <111917526+bap2pecs@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:41:12 -0500 Subject: [PATCH] Update README.md --- deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/README.md b/deployment/README.md index 19bf1191a..adc8a9eb0 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -63,7 +63,7 @@ A new folder will be created witth the following name `deployments/${network}_$( - `chainID`: uint64, chainID of the zkEVM - `trustedAggregator`:address, Trusted aggregator address - `trustedAggregatorTimeout`: uint64, If a sequence is not verified in this timeout everyone can verify it -- `pendingStateTimeout`: uint64, Once a pending state exceeds this timeout it can be consolidated +- `pendingStateTimeout`: uint64, Once a pending state exceeds this timeout it can be consolidated by everyone - `forkID`: uint64, Fork ID of the zkEVM, indicates the prover (zkROM/executor) version - `admin`:address, Admin address, can adjust PolygonZkEVM parameters or stop the emergency state - `zkEVMOwner`: address, Able to put the PolygonZkEVM into emergency state (kill switch)