Skip to content

Commit

Permalink
gw chain is part of ecosystem, en build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Mar 5, 2025
1 parent e3ba165 commit f459778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
run: |
ci_run zkstack ecosystem init --dev \
--ignore-prerequisites --verbose \
--observability=false --ecosystem-only
--observability=false
# kl TODO: remove this ^ dev generate-genesis, and second ecosystem init, its only for speed.

Expand Down Expand Up @@ -379,24 +379,6 @@ jobs:
- name: Initialize gateway chain
if: matrix.use_gateway_chain == 'WITH_GATEWAY'
run: |
ci_run zkstack chain create \
--chain-name gateway \
--chain-id 505 \
--prover-mode no-proofs \
--wallet-creation localhost \
--l1-batch-commit-data-generator-mode rollup \
--base-token-address 0x0000000000000000000000000000000000000001 \
--base-token-price-nominator 1 \
--base-token-price-denominator 1 \
--set-as-default false \
--ignore-prerequisites \
--evm-emulator false
ci_run zkstack chain init \
--dev \
--chain gateway \
--validium-type no-da
ci_run zkstack chain convert-to-gateway --chain gateway --ignore-prerequisites
- name: Run gateway
Expand Down
2 changes: 2 additions & 0 deletions core/bin/external_node/src/node_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ impl ExternalNodeBuilder {
self.config.required.eth_client_url.clone(),
self.config.required.gateway_chain_id,
self.config.optional.gateway_url.clone(),
None,
None, // kl todo add dependency chains here
);
self.node.add_layer(query_eth_client_layer);
Ok(self)
Expand Down

0 comments on commit f459778

Please sign in to comment.