add eth_createAccessList to default methods

This commit is contained in:
a10zn8
2024-02-14 17:10:48 +03:00
parent f4aae5b7f5
commit 84ea3b86a1

View File

@@ -97,6 +97,7 @@ class DefaultEthereumMethods(
"eth_getLogs", "eth_getLogs",
"eth_maxPriorityFeePerGas", "eth_maxPriorityFeePerGas",
"eth_getProof", "eth_getProof",
"eth_createAccessList",
) )
private val specialMethods = listOf( private val specialMethods = listOf(