problem: ChainLink client fails because eth_getLogs is not available
rel: #136
This commit is contained in:
@@ -49,7 +49,8 @@ class DefaultEthereumMethods(
|
||||
"eth_getTransactionByBlockHashAndIndex",
|
||||
"eth_getStorageAt",
|
||||
"eth_getCode",
|
||||
"eth_getUncleByBlockHashAndIndex"
|
||||
"eth_getUncleByBlockHashAndIndex",
|
||||
"eth_getLogs"
|
||||
)
|
||||
|
||||
private val specialMethods = listOf(
|
||||
|
||||
Reference in New Issue
Block a user