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 3bb1e5be4..6af3c1cd3 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -328,6 +328,14 @@ class DefaultEthereumMethods( "linea_estimateGas", ) + Chain.ROOTSTOCK__MAINNET, Chain.ROOTSTOCK__TESTNET -> listOf( + "rsk_getRawTransactionReceiptByHash", + "rsk_getTransactionReceiptNodesByHash", + "rsk_getRawBlockHeaderByHash", + "rsk_getRawBlockHeaderByNumber", + "rsk_protocolVersion", + ) + else -> emptyList() } }