Skip to content

Commit

Permalink
fix: use correct param file for cdk-erigon sequencer (0xPolygon#156)
Browse files Browse the repository at this point in the history
* [bugfix] use correct param file for cdk-erigon sequencer

* Fix README
  • Loading branch information
cffls authored and jarrodwatts committed Jun 27, 2024
1 parent 324011f commit 781aa31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
uses: ./.github/actions/setup-kurtosis-cdk

- name: Deploy Kurtosis CDK package
run: kurtosis run --enclave cdk-v1 --args-file cdk-erigon-sequencer-params.yaml --image-download always .
run: kurtosis run --enclave cdk-v1 --args-file cdk-erigon-sequencer-params.yml --image-download always .

- name: Monitor verified batches
uses: ./.github/actions/monitor-cdk-verified-batches
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kurtosis run --enclave cdk-v1 --args-file params.yml --image-download always .
The command above launches deploys a CDK stack using [zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) as the sequencer. Alternatively, to launch a CDK stack using [cdk-erigon](https://github.com/0xPolygonHermez/cdk-erigon) as a sequencer, you can run the following command.

```bash
kurtosis run --enclave cdk-v1 --args-file cdk-erigon-sequencer-params.yaml --image-download always .
kurtosis run --enclave cdk-v1 --args-file cdk-erigon-sequencer-params.yml --image-download always .
```

Let's do a simple L2 RPC test call.
Expand Down

0 comments on commit 781aa31

Please sign in to comment.