We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a784c1b commit 1986d1aCopy full SHA for 1986d1a
.github/workflows/sdk.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Run Typechain
37
run: |
38
cd ci_tests
39
+ rm -r evm_binding
40
npm i -g typechain@8.3.2 @typechain/ethers-v5@11.1.2
41
npx typechain@8.3.2 --target ethers-v5 --out-dir evm_binding/ '../evm/out/*/*.json'
42
id: generate
0 commit comments