Skip to content

Commit

Permalink
update the devnet makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 25, 2024
1 parent b1094ff commit 3d1f285
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 31 deletions.
30 changes: 0 additions & 30 deletions charts/scroll-sdk/templates/wait-for-l1-script.yaml

This file was deleted.

15 changes: 14 additions & 1 deletion devnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,20 @@ install:
--set l1-devnet.ingress.main.hosts[0].host=$(L1_RPC_HOST) \
--set l1-devnet.ingress.main.hosts[0].paths[0].path=/ \
--set l1-devnet.ingress.main.hosts[0].paths[0].pathType=Prefix \
--set-file bridge-history-api.scrollConfig=scroll-sdk/bridge-history-config.yaml
--values scroll-sdk/admin-system-backend-config.yaml \
--values scroll-sdk/admin-system-cron-config.yaml \
--values scroll-sdk/bridge-history-api-config.yaml \
--values scroll-sdk/bridge-history-fetcher-config.yaml \
--values scroll-sdk/chain-monitor-config.yaml \
--values scroll-sdk/coordinator-api-config.yaml \
--values scroll-sdk/coordinator-cron-config.yaml \
--values scroll-sdk/frontend-config.yaml \
--values scroll-sdk/gas-oracle-config.yaml \
--values scroll-sdk/genesis.yaml \
--values scroll-sdk/rollup-explorer-backend-config.yaml \
--values scroll-sdk/rollup-node.yaml \
--values scroll-sdk/scroll-common-config.yaml \
--values scroll-sdk/scroll-common-config-contracts.yaml

reload-env-files:
./create-env-files.sh scroll-sdk
Expand Down

0 comments on commit 3d1f285

Please sign in to comment.