price() fixes; sepolia redeploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user