Skip to content

Commit

Permalink
update deployer script to regenerate address
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueShells committed Dec 6, 2023
1 parent ae3f871 commit 1f653af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/scripts/deployer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else [ $CONTRACTS_TARGET_NETWORK == "goerli-testnet" ]
fi

# only gen addresses.json in local. Use exist configmap in k8s environment
if [ $CONTRACTS_TARGET_NETWORK = "local" ] || [ $SKIP_CONTRACT_DEPLOY = "NO"];then
if [ $SKIP_CONTRACT_DEPLOY = "NO"];then
# Start building addresses.json.
echo "{" > addresses.json
# Zip the two files describe above together, then, switch their order and format as JSON.
Expand Down

0 comments on commit 1f653af

Please sign in to comment.