forked from 0xPolygon/kurtosis-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: nightly workflow and update pless-zkevm-node job (0xPolygon#263)
* fix: nightly workflow and update pless-zkevm-node job * debug: on fork * fix: setup * fix: path * fix: config * chore: use fork9 images
- Loading branch information
Showing
4 changed files
with
256 additions
and
399 deletions.
There are no files selected for viewing
104 changes: 104 additions & 0 deletions
104
.github/tests/pless-zkevm-node/cardona-sepolia-testnet-genesis.json
Large diffs are not rendered by default.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
.github/tests/pless-zkevm-node/cardona-sepolia-testnet-pless-zkevm-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
deploy_l1: false | ||
deploy_zkevm_contracts_on_l1: false | ||
deploy_databases: false | ||
deploy_cdk_central_environment: false | ||
deploy_cdk_bridge_infra: false | ||
deploy_cdk_erigon_node: false | ||
|
||
args: | ||
additional_services: | ||
- pless_zkevm_node | ||
l1_rpc_url: CHANGE_ME | ||
genesis_file: ../../.github/tests/pless-zkevm-node/cardona-sepolia-testnet-genesis.json | ||
data_availability_mode: rollup | ||
|
||
# Cardona/Sepolia is using fork id 9. | ||
# https://sepolia.etherscan.io/address/0x32d33D5137a7cFFb54c5Bf8371172bcEc5f310ff#readProxyContract#F25 | ||
# rollupIDToRollupData(1) => forkID=9 | ||
zkevm_prover_image: hermeznetwork/zkevm-prover:v6.0.4 | ||
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.3-RC1 |
Oops, something went wrong.