We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d4769 commit 4feefefCopy full SHA for 4feefef
packages/core/scripts/rpc-workarounds.ts
@@ -23,7 +23,7 @@ function normalizeEmptyAddressFields<T>(payload: T): T {
23
}
24
25
export function applyRpcAddressWorkaround(): void {
26
- const provider = ethers.provider as typeof ethers.provider & {
+ const provider = ethers.provider as unknown as {
27
_hardhatProvider?: { send?: JsonRpcSend; [PATCH_FLAG]?: boolean };
28
};
29
0 commit comments