diff --git a/build_contracts.sh b/build_contracts.sh index 1c5b503..7b00d8c 100755 --- a/build_contracts.sh +++ b/build_contracts.sh @@ -3,8 +3,10 @@ SOLC=$(which solc) WEB3J=$(which web3j) +rm -f resources/contracts/*.{abi,bin} + # compile contracts -for f in contracts/*.sol; do +for f in contracts/{TokenReg,MultiSigTokenWallet*}.sol; do $SOLC $f --overwrite --bin --abi --optimize -o resources/contracts done diff --git a/resources/templates/index.html b/resources/templates/index.html index 95de5d5..6dfa10c 100644 --- a/resources/templates/index.html +++ b/resources/templates/index.html @@ -77,7 +77,7 @@