Skip to content

Commit

Permalink
fix: nightly workflow and update pless-zkevm-node job (#263)
Browse files Browse the repository at this point in the history
* 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
leovct authored Sep 16, 2024
1 parent 12e8039 commit 9163cb9
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 399 deletions.
104 changes: 104 additions & 0 deletions .github/tests/pless-zkevm-node/cardona-sepolia-testnet-genesis.json

Large diffs are not rendered by default.

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
Loading

0 comments on commit 9163cb9

Please sign in to comment.