Skip to content

Commit 48c8b53

Browse files
Update docs/cdk/how-to/integrate-da.md
Co-authored-by: hsutaiyu <51791408+hsutaiyu@users.noreply.github.com>
1 parent 071c7f6 commit 48c8b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cdk/how-to/integrate-da.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ This section shows you how to deploy the Docker image containing your custom DAC
9696
2. Edit the following parameters in the [`/docker/scripts/v2/create_rollup_parameters_docker.json`](https://github.com/0xPolygonHermez/zkevm-contracts/blob/v6.0.0-rc.1-fork.9/docker/scripts/v2/create_rollup_parameters_docker.json) file:
9797
9898
```json
99-
"consensusContract": "PolygonValidiumEtrog", # CHANGE THIS TO YOUR CONTRACT NAME
100-
"dataAvailabilityProtocol": "PolygonDataCommittee", # ADD THIS PARAMETER
99+
"consensusContract": "PolygonValidiumEtrog", // CHANGE THIS TO YOUR CONTRACT NAME
100+
"dataAvailabilityProtocol": "PolygonDataCommittee", // ADD THIS PARAMETER
101101
```
102102
103103
3. Run the following command:

0 commit comments

Comments
 (0)