add zks_getBytecodeByHash

This commit is contained in:
Termina1
2024-04-15 13:46:04 +02:00
parent 90a8f8ccab
commit cbfb77d2e4

View File

@@ -336,7 +336,7 @@ class DefaultEthereumMethods(
return when (chain) {
Chain.OPTIMISM__MAINNET -> setOf("eth_getAccounts")
Chain.ZKSYNC__MAINNET, Chain.ZKSYNC__TESTNET, Chain.POLYGON_ZKEVM__TESTNET, Chain.POLYGON_ZKEVM__MAINNET ->
setOf("eth_maxPriorityFeePerGas")
setOf("eth_maxPriorityFeePerGas", "zks_getBytecodeByHash")
Chain.TELOS__MAINNET, Chain.TELOS__TESTNET -> setOf(
"eth_syncing",
"net_peerCount",