add zirc_isQuarantined (#643)

This commit is contained in:
a10zn8
2025-03-20 16:51:55 +03:00
committed by GitHub
parent b8cf73a166
commit 2b2533f8ba

View File

@@ -720,6 +720,10 @@ class DefaultEthereumMethods(
"posv_getNetworkInformation",
)
Chain.ZIRCUIT__MAINNET, Chain.ZIRCUIT__TESTNET, Chain.ZIRCUIT__GARFIELD -> listOf(
"zirc_isQuarantined",
)
else -> emptyList()
}
}