From b49b0f1a00ebb07f9147ea1b1b8e125d127b8e9d Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Tue, 5 Dec 2023 15:19:38 +0200 Subject: [PATCH] remove ethers gen --- packages/protocol/abis/tsconfig.json | 1 - .../protocol/scripts/prepare-contracts-and-abis-publishing.ts | 3 --- 2 files changed, 4 deletions(-) diff --git a/packages/protocol/abis/tsconfig.json b/packages/protocol/abis/tsconfig.json index 7335abbe062..f1dda77be5d 100644 --- a/packages/protocol/abis/tsconfig.json +++ b/packages/protocol/abis/tsconfig.json @@ -19,5 +19,4 @@ "outDir": "./dist/esm" }, "include": ["./src-generated"], - "exclude": ["./src-generated/ethers"] } \ No newline at end of file diff --git a/packages/protocol/scripts/prepare-contracts-and-abis-publishing.ts b/packages/protocol/scripts/prepare-contracts-and-abis-publishing.ts index e1e1d9eee49..aafc5b2f0c4 100644 --- a/packages/protocol/scripts/prepare-contracts-and-abis-publishing.ts +++ b/packages/protocol/scripts/prepare-contracts-and-abis-publishing.ts @@ -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')}`)