mirror of
https://github.com/getwax/eth-global-lisbon-hackathon.git
synced 2026-01-09 15:57:55 -05:00
Add in bls aa contracts
This commit is contained in:
@@ -14,6 +14,6 @@ cd contracts
|
||||
rm -rf artifacts types dist
|
||||
|
||||
mkdir -p artifacts
|
||||
cp `find ../artifacts/contracts -type f | grep -v -E 'Test|dbg|bls|IOracle'` artifacts/
|
||||
cp `find ../artifacts/contracts -type f | grep -v -E 'Test|dbg|IOracle'` artifacts/
|
||||
npx typechain --target ethers-v5 --out-dir types artifacts/**
|
||||
npx tsc index.ts -d --outDir dist
|
||||
|
||||
Reference in New Issue
Block a user