Skip to content

Commit

Permalink
fix: workflow cancun test network
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Dec 3, 2024
1 parent b0781ba commit ff1eb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jerigon-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run cancun test network
run: |
docker pull ghcr.io/0xpolygonzero/erigon:feat-zero
kurtosis run --enclave cancun-testnet github.com/ethpandaops/ethereum-package@4.0.0 \
kurtosis run --enclave cancun-testnet github.com/ethpandaops/ethereum-package@4.4.0 \
--args-file jerigon-test-network/network_params.yml
- name: Generate blocks with transactions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jerigon-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run cancun test network
run: |
docker pull ghcr.io/0xpolygonzero/erigon:feat-zero
kurtosis run --enclave cancun-testnet github.com/ethpandaops/ethereum-package@4.0.0 \
kurtosis run --enclave cancun-testnet github.com/ethpandaops/ethereum-package@4.4.0 \
--args-file jerigon-test-network/network_params.yml
- name: Generate blocks with transactions
Expand Down

0 comments on commit ff1eb8d

Please sign in to comment.