mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-24 16:29:18 +00:00
Only run web3j for required contracts
This commit is contained in:
parent
fe5ce481c9
commit
1f25548111
@ -3,8 +3,10 @@
|
|||||||
SOLC=$(which solc)
|
SOLC=$(which solc)
|
||||||
WEB3J=$(which web3j)
|
WEB3J=$(which web3j)
|
||||||
|
|
||||||
|
rm -f resources/contracts/*.{abi,bin}
|
||||||
|
|
||||||
# compile contracts
|
# 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
|
$SOLC $f --overwrite --bin --abi --optimize -o resources/contracts
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user