We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc09ae9 commit fde8b1fCopy full SHA for fde8b1f
v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/edr-provider.ts
@@ -112,7 +112,6 @@ export class EdrProvider extends EventEmitter implements EthereumProvider {
112
readonly #provider: Provider;
113
readonly #jsonRpcRequestWrapper?: JsonRpcRequestWrapperFunction;
114
115
- #failedStackTraces: number = 0;
116
#nextRequestId = 1;
117
118
/**
0 commit comments