mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-24 08:19:32 +00:00
Only run web3j for required contracts
This commit is contained in:
parent
fe5ce481c9
commit
1f25548111
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user