We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bacb72 commit 3147301Copy full SHA for 3147301
.github/actions/generate-evm-artifacts/action.yml
@@ -26,10 +26,10 @@ runs:
26
run: forge install
27
- name: Build Foundry
28
shell: bash
29
- run: forge build --skip test script && rm out/build-info/*.json
+ run: forge build --skip test script
30
- name: Generate Typechain
31
32
- run: npx typechain --target ethers-v5 "out/**/*.json" --out-dir typechain
+ run: npx typechain --target ethers-v5 "out/!(build-info)/**/+([a-zA-Z0-9_]).json" --out-dir typechain
33
- name: Archive EVM artifacts (for caching)
34
35
env:
0 commit comments