Skip to content

Commit 0c0e904

Browse files
committed
Update genesis setup
1 parent a8b48de commit 0c0e904

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apk add --no-cache ca-certificates
2323
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
2424

2525
# Copy the genesis.json file into the container
26-
COPY facet-chain/*.json.gz /
26+
COPY genesis-files/*.json.gz /
2727
RUN cd / && gunzip *.json.gz
2828

2929
# Copy the init-geth.sh script into the container

facet-chain/facet-mainnet.json.gz

-29.1 MB
Binary file not shown.

facet-chain/facet-sepolia.json.gz

-29.1 MB
Binary file not shown.
209 KB
Binary file not shown.

0 commit comments

Comments
 (0)