kopia lustrzana https://github.com/bugout-dev/dao
script to get abis from build artifacts
rodzic
efbe486546
commit
17163a480e
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for f in ../build/contracts/*.json ;
|
||||||
|
do
|
||||||
|
cat $f | jq -j ".abi" > abi/$(basename ${f})
|
||||||
|
done
|
Ładowanie…
Reference in New Issue