Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions deployment/testV1ToV2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Important note

This is just a test deployment to test the upgradability between previous and new systems from the node prespective
This is just a test deployment to test the upgradability between previous and new systems from the node perspective

## Requirements

Expand All @@ -14,7 +14,7 @@ cd deployment
cp deploy_parameters.json.example deploy_parameters.json
```

Fill created `deploy_parameters.json` with appropiate parameters.
Fill created `deploy_parameters.json` with appropriate parameters.
See below for more information about the `deploy_parameters.json`

```
Expand All @@ -31,15 +31,15 @@ deploy:testnet:v1ToV2:localhost
- `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 by everyone
- `emergencyCouncilAddress`:address, Emergency council addres
- `polTokenAddress`: address, Matic token address, only if deploy on testnet can be left blank and will fullfilled by the scripts.
- `zkEVMDeployerAddress`: address, Address of the `PolygonZkEVMDeployer`. Can be left blank, will be fullfilled automatically with the `deploy:deployer:ZkEVM:goerli` script.
- `emergencyCouncilAddress`:address, Emergency council address
- `polTokenAddress`: address, Matic token address, only if deploy on testnet can be left blank and will fulfilled by the scripts.
- `zkEVMDeployerAddress`: address, Address of the `PolygonZkEVMDeployer`. Can be left blank, will be fulfilled automatically with the `deploy:deployer:ZkEVM:goerli` script.

- `realVerifier`: bool, Indicates whether deploy a real verifier or not for the new created
- `trustedSequencerURL`: string, trustedSequencer URL
- `networkName`: string, networkName
- `description`:string, Description of the new rollup type
- `trustedSequencer`: address, trusted sequencer addresss
- `trustedSequencer`: address, trusted sequencer address
- `chainID`: uint64, chainID of the new rollup
- `adminZkEVM`:address, Admin address, can adjust Rollup parameters
- `forkID`: uint64, Fork ID of the new rollup, indicates the prover (zkROM/executor) version
Expand Down