File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ command:
1919 " -c" ,
2020 " mkdir -p /data && \
2121 echo \" {number: 0x0}\" > /data/genesis.json && \
22- anvil --host 0.0.0.0 --port 8545 --chain-id ${CHAIN_ID} --state /data/state.json --state-interval 60 --slots-in-an-epoch 3" ]
22+ anvil --host 0.0.0.0 --port 8545 --chain-id ${CHAIN_ID} --state /data/state.json --state-interval 60 --slots-in-an-epoch 3"
23+ ]
2324
2425envFrom :
2526 - configMapRef :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77
88bootstrap :
99 echo " Pulling helm chart..."
10- helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.1.1
10+ helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/dev/ scroll-sdk --version 0.0.1-test
1111 echo " Extracting helm chart..."
1212 tar -xvf * .tgz
1313 $(MAKE ) config
You can’t perform that action at this time.
0 commit comments