Skip to content

Commit

Permalink
add CHAIN_ID to retention.vars
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Nov 15, 2022
1 parent a3fa734 commit af8c4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ gen_all_config(){
setup_apps
echo 'export GENESIS_TIMESTAMP="'"${GENESIS_TIMESTAMP}"'"' > ./dist/retention.vars
echo 'export GENESIS_RESET_INTERVAL="'"${GENESIS_INTERVAL}"'"' >> ./dist/retention.vars
echo 'export CHAIN_ID="'"${CHAIN_ID}"'"' >> ./dist/retention.vars
gen_el_config
gen_cl_config

Expand Down

0 comments on commit af8c4c7

Please sign in to comment.