From cbcfc1878502008349f805a2e82e9263a02b717e Mon Sep 17 00:00:00 2001 From: Christopher <43022421+agj017@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:36:25 +0900 Subject: [PATCH] remove redundant constructor of ContractBuilder (#7150) Co-authored-by: Oleksii Kosynskyi --- packages/web3/src/web3.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/web3/src/web3.ts b/packages/web3/src/web3.ts index 9b231e7c6eb..c3362364f9a 100644 --- a/packages/web3/src/web3.ts +++ b/packages/web3/src/web3.ts @@ -137,12 +137,6 @@ export class Web3< optionsOrContextOrReturnFormat?: ContractInitOptions, contextOrReturnFormat?: Web3Context | DataFormat, ); - public constructor( - jsonInterface: Abi, - addressOrOptionsOrContext?: Address | ContractInitOptions, - optionsOrContextOrReturnFormat?: ContractInitOptions, - contextOrReturnFormat?: Web3Context | DataFormat, - ); public constructor( jsonInterface: Abi, addressOrOptionsOrContext?: Address | ContractInitOptions,