price() fixes; sepolia redeploy

This commit is contained in:
tim
2025-11-25 23:11:38 -04:00
parent 2efcd4c0d3
commit cce229b99c
29 changed files with 140 additions and 57 deletions

View File

@@ -82,7 +82,7 @@ DIVE=$(token DIVE)
BUTC=$(token BUTC)
WTETH=$(token WTETH)
if [ "$1" == "broadcast" ]; then
if [ "$1" == "broadcast" ] || [ "$1" == "record" ]; then
OUT=deployment/$CHAINID/v1
git rm -rf $OUT > /dev/null 2>&1
mkdir -p $OUT