Skip to content

Commit 43a0050

Browse files
committed
fix foundry and fork version
fjord not implemented yet
1 parent 696b9fa commit 43a0050

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

init/5_export_genesis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ go run cmd/main.go genesis l2 \
1010
--outfile.l2 /config/genesis.json \
1111
--outfile.rollup /config/rollup.json \
1212
--l1-rpc $L1_RPC_URL \
13-
--l2-allocs ../packages/contracts-bedrock/state-dump-$DEPLOYMENT_CONTEXT.json
13+
--l2-allocs ../packages/contracts-bedrock/state-dump-$DEPLOYMENT_CONTEXT-ecotone.json
1414

1515
cp ../packages/contracts-bedrock/deployments/$L1_CHAIN_ID-deploy.json /config/deploy.json
1616

init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
1515
RUN apt-get install -y nodejs && npm install -g pnpm
1616

1717
# install foundry
18-
ENV FOUNDRY_VERSION=${FOUNDRY_VERSION:-nightly-cafc2606a2187a42b236df4aa65f4e8cdfcea970}
18+
ENV FOUNDRY_VERSION=${FOUNDRY_VERSION:-nightly}
1919
RUN curl -L https://foundry.paradigm.xyz | sudo -E bash -
2020
RUN . ~/.bashrc && foundryup -v "$FOUNDRY_VERSION"
2121
ENV PATH="~/.foundry/bin:${PATH}"

0 commit comments

Comments
 (0)