Skip to content

Commit

Permalink
fix cop-chainspec config for multiple l2s
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jul 5, 2024
1 parent 9cfb9bd commit 808c779
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/tests/multiple_l2s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
optimism_package:
network_params:
name: op-rollup-one
network_id: '3151909'
network_params:
name: op-rollup-two
network_id: '3151910'
network_params:
name: op-rollup-one
network_id: '3151909'
network_params:
name: op-rollup-two
network_id: '3151910'
2 changes: 1 addition & 1 deletion src/contracts/contract_deployer.star
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def deploy_l2_contracts(
):
chainspec_files_artifact = plan.upload_files(
src=CHAINSPEC_JQ_FILEPATH,
name="chainspec-config",
name="op-chainspec-config{0}".format(l2_services_suffix),
)

op_genesis = plan.run_sh(
Expand Down

0 comments on commit 808c779

Please sign in to comment.