Skip to content

Commit

Permalink
remove ethers gen
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 5, 2023
1 parent f577568 commit b49b0f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/protocol/abis/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
"outDir": "./dist/esm"
},
"include": ["./src-generated"],
"exclude": ["./src-generated/ethers"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ try {
// Generate all ABIs
build(`--solidity ${path.join(ABIS_BUILD_DIR)}`)

// Generate ethers typings
build(`--ethersTypes ${path.join(ABIS_BUILD_DIR, 'ethers')}`)

// Generate web3 typings
build(`--web3Types ${path.join(ABIS_BUILD_DIR, 'web3')}`)

Expand Down

0 comments on commit b49b0f1

Please sign in to comment.