sepolia redeploy

This commit is contained in:
tim
2025-11-13 18:17:05 -04:00
parent af90b490c9
commit 1717aa0724
71 changed files with 73 additions and 3 deletions

View File

@@ -84,10 +84,10 @@ WTETH=$(token WTETH)
if [ "$1" == "broadcast" ]; then
OUT=deployment/$CHAINID/v1
git rm -rf $OUT > /dev/null 2>&1
mkdir -p $OUT
git rm -rf $OUT
cp -r out $OUT/
git add $OUT
cp -r out $OUT/ > /dev/null 2>&1
git add $OUT/out > /dev/null 2>&1
fi
# Build and insert the JSON object directly in jq