diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/beaconchain/BeaconChainSpecific.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/beaconchain/BeaconChainSpecific.kt index c1e6672b..c756cc29 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/beaconchain/BeaconChainSpecific.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/beaconchain/BeaconChainSpecific.kt @@ -123,6 +123,7 @@ object BeaconChainSpecific : AbstractPollChainSpecific() { } override fun getResponseHeadersToForward(): List = listOf( + "Content-Type", "Eth-Consensus-Version", "Eth-Consensus-Finalized", "Eth-Execution-Optimistic",