From 1f653affe0024ca58caa1930d00f883ccc5077b9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 6 Dec 2023 01:34:42 +0000 Subject: [PATCH] update deployer script to regenerate address --- ops/scripts/deployer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/scripts/deployer.sh b/ops/scripts/deployer.sh index f85b15412..9e85a546c 100755 --- a/ops/scripts/deployer.sh +++ b/ops/scripts/deployer.sh @@ -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.