problem: ChainLink client fails because eth_getLogs is not available

rel: #136
This commit is contained in:
Igor Artamonov
2021-12-25 12:35:02 -05:00
parent f2b471c56f
commit b397a907b1
2 changed files with 10 additions and 11 deletions

View File

@@ -49,7 +49,8 @@ class DefaultEthereumMethods(
"eth_getTransactionByBlockHashAndIndex",
"eth_getStorageAt",
"eth_getCode",
"eth_getUncleByBlockHashAndIndex"
"eth_getUncleByBlockHashAndIndex",
"eth_getLogs"
)
private val specialMethods = listOf(