*Dont cache eth_getProof
This commit is contained in:
parent
2cfc39d1b4
commit
89f2be35f7
|
@ -39,6 +39,7 @@ const RPC_NO_CACHE = [
|
||||||
"eth_sendRawTransaction",
|
"eth_sendRawTransaction",
|
||||||
"eth_getTransactionReceipt",
|
"eth_getTransactionReceipt",
|
||||||
"eth_getTransactionCount",
|
"eth_getTransactionCount",
|
||||||
|
"eth_getProof",
|
||||||
];
|
];
|
||||||
|
|
||||||
const plugin: Plugin = {
|
const plugin: Plugin = {
|
||||||
|
|
Loading…
Reference in New Issue