From 7f4d85f5b6bb7bbea25292810b5ef681775bb6db Mon Sep 17 00:00:00 2001 From: Andrey Bronin Date: Tue, 6 May 2025 16:19:43 +0300 Subject: [PATCH] add zk methods support for zero network (#661) * add zk methods support for zero network * disable validate peers for 0g galileo testnet --- foundation/src/main/resources/public | 2 +- .../dshackle/upstream/calls/DefaultEthereumMethods.kt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/foundation/src/main/resources/public b/foundation/src/main/resources/public index b47a9386..0219ad62 160000 --- a/foundation/src/main/resources/public +++ b/foundation/src/main/resources/public @@ -1 +1 @@ -Subproject commit b47a93861c67a79375f65a84e4941ba11fe9571c +Subproject commit 0219ad62b8d0c785c515816b8e2b2a092956e535 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 b2f3022a..1b40c381 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -680,6 +680,7 @@ class DefaultEthereumMethods( Chain.ZKSYNC__MAINNET, Chain.ZKSYNC__SEPOLIA, Chain.ABSTRACT__MAINNET, Chain.ABSTRACT__SEPOLIA, Chain.LENS__MAINNET, Chain.LENS__TESTNET, + Chain.ZERO__MAINNET, -> zxkSyncMethods Chain.HARMONY__MAINNET_SHARD_0 ->