Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Nov 19, 2024
1 parent 81f638b commit 68e1240
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/l1-devnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ image:
command:
[
"/bin/bash",
"-c",
"mkdir -p /data && \
echo \"{number: 0x0}\" > /data/genesis.json && \
"-c",
"mkdir -p /data && echo \"{number: 0x0}\" > /data/genesis.json && \
anvil --host 0.0.0.0 --port 8545 --chain-id ${CHAIN_ID} --state /data/state.json --state-interval 60 --slots-in-an-epoch 3"
]

Expand Down

0 comments on commit 68e1240

Please sign in to comment.