Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit cbcfc18

Browse files
agj017avkos
andauthored
remove redundant constructor of ContractBuilder (#7150)
Co-authored-by: Oleksii Kosynskyi <oleksii.kosynskyi@gmail.com>
1 parent 5ad7e5b commit cbcfc18

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/web3/src/web3.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ export class Web3<
137137
optionsOrContextOrReturnFormat?: ContractInitOptions,
138138
contextOrReturnFormat?: Web3Context | DataFormat,
139139
);
140-
public constructor(
141-
jsonInterface: Abi,
142-
addressOrOptionsOrContext?: Address | ContractInitOptions,
143-
optionsOrContextOrReturnFormat?: ContractInitOptions,
144-
contextOrReturnFormat?: Web3Context | DataFormat,
145-
);
146140
public constructor(
147141
jsonInterface: Abi,
148142
addressOrOptionsOrContext?: Address | ContractInitOptions,

0 commit comments

Comments
 (0)