arb1 upgrade v2

This commit is contained in:
tim
2024-10-29 00:53:46 -04:00
parent 874db2074b
commit 864bddddf6
130 changed files with 130 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
rm -r out/ cache/
rm -rf out/ broadcast/ cache/

View File

@@ -22,7 +22,7 @@ cpbroadcast() {
cp broadcast/"$CONTRACT"/"$CHAINID"/run-latest.json deployment/"$TAG"/broadcast/"$CONTRACT"/"$CHAINID"/run-latest.json
}
rm -rf out/ broadcast/ cache/
./bin/clean
./bin/build || exit 1
rm -rf deployment/"$TAG"