*Dont cache eth_getProof

This commit is contained in:
Derrick Hammer 2023-03-29 12:10:14 -04:00
parent 2cfc39d1b4
commit 89f2be35f7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const RPC_NO_CACHE = [
"eth_sendRawTransaction",
"eth_getTransactionReceipt",
"eth_getTransactionCount",
"eth_getProof",
];
const plugin: Plugin = {