From 89f2be35f71e11732e53525e86575cf74eccf69e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 29 Mar 2023 12:10:14 -0400 Subject: [PATCH] *Dont cache eth_getProof --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index baf8860..89e21fa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -39,6 +39,7 @@ const RPC_NO_CACHE = [ "eth_sendRawTransaction", "eth_getTransactionReceipt", "eth_getTransactionCount", + "eth_getProof", ]; const plugin: Plugin = {