eth_getProof support (#267)
This commit is contained in:
@@ -139,7 +139,8 @@ class DefaultEthereumMethods(
|
||||
"eth_getCode",
|
||||
"eth_getUncleByBlockHashAndIndex",
|
||||
"eth_getLogs",
|
||||
"eth_maxPriorityFeePerGas"
|
||||
"eth_maxPriorityFeePerGas",
|
||||
"eth_getProof"
|
||||
)
|
||||
|
||||
private val specialMethods = listOf(
|
||||
|
||||
@@ -41,6 +41,7 @@ class EthereumCallSelector(
|
||||
private val TAG_METHODS = setOf(
|
||||
"eth_getBalance",
|
||||
"eth_getCode",
|
||||
"eth_getProof",
|
||||
"eth_getTransactionCount",
|
||||
// no "eth_getStorageAt" because it has different structure, and therefore separate logic
|
||||
"eth_call",
|
||||
|
||||
Reference in New Issue
Block a user