Skip to content

Commit

Permalink
add eth_createAccessList to default methods
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 committed Feb 14, 2024
1 parent f4aae5b commit 84ea3b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class DefaultEthereumMethods(
"eth_getLogs",
"eth_maxPriorityFeePerGas",
"eth_getProof",
"eth_createAccessList",
)

private val specialMethods = listOf(
Expand Down

0 comments on commit 84ea3b8

Please sign in to comment.