Skip to content

Commit 5e7102b

Browse files
committed
fix: lint
1 parent 02c00a3 commit 5e7102b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/l1-devnet/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2425
envFrom:
2526
- configMapRef:

devnet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77

88
bootstrap:
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

0 commit comments

Comments
 (0)