Skip to content

Commit

Permalink
Update for ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Aug 17, 2022
1 parent 24d4f04 commit a721252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/truffle/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function generate_genesis() {
function init_genesis_data() {
node_type=$1
node_id=$2
cat ${workspace}/genesis/genesis.json
geth --datadir ${workspace}/storage/${node_id} init ${workspace}/genesis/genesis.json
cp ${workspace}/config/config-${node_type}.toml ${workspace}/storage/${node_id}/config.toml
sed -i -e "s/{{NetworkId}}/${BSC_CHAIN_ID}/g" ${workspace}/storage/${node_id}/config.toml
Expand Down

0 comments on commit a721252

Please sign in to comment.