solution: support new method eth_feeHistory
This commit is contained in:
@@ -61,7 +61,8 @@ class DefaultEthereumMethods(
|
||||
"eth_getBlockByNumber",
|
||||
"eth_getTransactionByBlockNumberAndIndex",
|
||||
"eth_getTransactionReceipt",
|
||||
"eth_getUncleByBlockNumberAndIndex"
|
||||
"eth_getUncleByBlockNumberAndIndex",
|
||||
"eth_feeHistory"
|
||||
)
|
||||
|
||||
private val allowedMethods = anyResponseMethods + firstValueMethods + specialMethods + headVerifiedMethods
|
||||
|
||||
Reference in New Issue
Block a user