Skip to content

Commit f55a89f

Browse files
author
Dmitry Savonin
committed
fixed setting default chain id as 1
1 parent ee5ac21 commit f55a89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install-acme:
1111
create-genesis:
1212
docker build -t bas-genesis-config ./genesis
1313
rm -rf ./genesis.json
14-
CHAIN_ID=1 envsubst < config.json > tmp_config.json
14+
envsubst < config.json > tmp_config.json
1515
docker run --rm -v ${PWD}/tmp_config.json:/config.json -t bas-genesis-config /config.json > ./genesis.json
1616
rm -f tmp_config.json
1717

0 commit comments

Comments
 (0)