Skip to content

Commit

Permalink
add eth_getBlockReceipts as possibleNotIndexedMethods for ethereum me…
Browse files Browse the repository at this point in the history
…thods (#362)
  • Loading branch information
a10zn8 authored Dec 11, 2023
1 parent a73fc09 commit 8f7377b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class DefaultEthereumMethods(
"eth_getTransactionByBlockNumberAndIndex",
"eth_getUncleByBlockHashAndIndex",
"eth_getUncleCountByBlockHash",
"eth_getBlockReceipts",
)

private val firstValueMethods = listOf(
Expand Down

0 comments on commit 8f7377b

Please sign in to comment.