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 d9739b36..862446c3 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -720,6 +720,10 @@ class DefaultEthereumMethods( "posv_getNetworkInformation", ) + Chain.ZIRCUIT__MAINNET, Chain.ZIRCUIT__TESTNET, Chain.ZIRCUIT__GARFIELD -> listOf( + "zirc_isQuarantined", + ) + else -> emptyList() } }