From 84ea3b86a1b4022d23948e72d935addea15c4483 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Wed, 14 Feb 2024 17:10:48 +0300 Subject: [PATCH] add eth_createAccessList to default methods --- .../emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt index 5cb1b67d0..3a7df6b8a 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -97,6 +97,7 @@ class DefaultEthereumMethods( "eth_getLogs", "eth_maxPriorityFeePerGas", "eth_getProof", + "eth_createAccessList", ) private val specialMethods = listOf(