From e2f9f2a64b951d6159606ad949c376621ad9c3f5 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 23 Apr 2025 17:43:01 +0300 Subject: [PATCH] Add zk methods for Lens & abstract (#656) --- .../dshackle/upstream/calls/DefaultEthereumMethods.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 862446c3..b2f3022a 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -677,7 +677,10 @@ class DefaultEthereumMethods( "zkevm_getBroadcastURI", ) - Chain.ZKSYNC__MAINNET, Chain.ZKSYNC__SEPOLIA -> zxkSyncMethods + Chain.ZKSYNC__MAINNET, Chain.ZKSYNC__SEPOLIA, + Chain.ABSTRACT__MAINNET, Chain.ABSTRACT__SEPOLIA, + Chain.LENS__MAINNET, Chain.LENS__TESTNET, + -> zxkSyncMethods Chain.HARMONY__MAINNET_SHARD_0 -> harmonyMethods