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

Commit fc3d121

Browse files
disable a ts error
1 parent d2fb9d3 commit fc3d121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web3-eth/src/web3_eth.ts

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export class Web3Eth extends Web3Context<Web3EthExecutionAPI, RegisteredSubscrip
106106
typeof providerOrContext === 'string' ||
107107
isSupportedProvider(providerOrContext as SupportedProviders<any>)
108108
) {
109+
// @ts-ignore disable the error: "A 'super' call must be a root-level statement within a constructor of a derived class that contains initialized properties, parameter properties, or private identifiers."
109110
super({
110111
provider: providerOrContext as SupportedProviders<any>,
111112
registeredSubscriptions,

0 commit comments

Comments
 (0)