---
title: "Updates to the Hiero JSON-RPC Relay Default Configuration for Ethereum-Style Alignment | April 2026"
id: "21290"
type: "post"
slug: "upcoming-change-hiero-json-rpc-relay-default-configuration-updates-v0-77-0-20th-april-2026"
published_at: "2026-02-24T18:54:22+00:00"
modified_at: "2026-04-23T06:01:46+00:00"
url: "https://hedera.com/blog/upcoming-change-hiero-json-rpc-relay-default-configuration-updates-v0-77-0-20th-april-2026/"
markdown_url: "https://hedera.com/blog/upcoming-change-hiero-json-rpc-relay-default-configuration-updates-v0-77-0-20th-april-2026.md"
excerpt: "The April 2026 release of the Hiero JSON-RPC Relay (v0.77.0), updates several default configuration values to better align the Relay’s behavior with what developers expect from standard Ethereum JSON-RPC implementations."
taxonomy_category:
  - "Uncategorized"
---

[Skip to content](#content)
blog

# Updates to the Hiero JSON-RPC Relay Default Configuration for Ethereum-Style Alignment | April 2026

February 24, 2026

![Luke Forrest](/wp-content/uploads/2026/02/luke_forrest_avatar.jpeg)

Luke Forrest

Developer Relations Engineer

The April 2026 release of the Hiero JSON-RPC Relay (v0.77.0), updates several default configuration values to better align the Relay’s behavior with what developers expect from standard Ethereum JSON-RPC implementations.

### **What’s Changing**

| Configuration | Current Default | Updated Default |
| --- | --- | --- |
| ENABLE_TX_POOL | false | true |
| REDIS_ENABLED | true | false |
| USE_ASYNC_TX_PROCESSING | true | false |
| RATE_LIMIT_DISABLED | false | true |
| SUBSCRIPTIONS_ENABLED | false | true |
| HBAR_RATE_LIMIT_TINYBAR | 25,000,000,000 | 0 |

If you explicitly set these configuration values today, nothing changes for you. If you rely on defaults, your relay behavior will change after upgrading:

- **Transaction pool enabled by default** (*`ENABLE_TX_POOL=true`*) Expect increased in-memory tracking of pending transactions versus previous defaults.
- **WebSocket subscriptions enabled by default** (`SUBSCRIPTIONS_ENABLED=true`) Expect more long-lived connections and potentially higher resource usage depending on client behavior.
- **Redis is disabled by default** (`REDIS_ENABLED=false`). Redis-backed behavior is not used with defaults after upgrading unless this setting is explicitly configured.
- **Async transaction processing is disabled by default** (*`USE_ASYNC_TX_PROCESSING=false`*). Transaction processing runs synchronously by default, which shifts where load is handled and can change memory and CPU usage patterns compared to the previous default.
- **Relay internal rate limiting disabled by default** (`RATE_LIMIT_DISABLED=true, HBAR_RATE_LIMIT_TINYBAR=0`) Any rate limiting for the endpoint would be handled outside the Relay unless these settings are explicitly configured. This may result in additional spend on metered instances.

### **Why Is This Change Happening?**

The relay is often used as the “Ethereum-like” interface for tools such as wallets, indexers, explorers, and dApp backends. Many of these tools implicitly assume common Ethereum node behaviors.

These default changes move the Relay closer to those expectations, while still allowing operators to override any setting.

### **What You Need to Do**

Before you upgrade to the Hiero JSON-RPC Relay v0.77.0, decide whether you want the new defaults or to preserve the existing behavior.

#### **Option A: Accept the new defaults**

No action needed.

#### **Option B: Preserve existing behavior**

If you prefer to keep the existing behavior to avoid changes, you can explicitly set these values in your environment / Helm values / compose file:

![code window background](https://hedera.com/wp-content/uploads/2025/12/CodeSnippetBackground-scaled.jpg)```
# Preserve prior defaults
ENABLE_TX_POOL=false
REDIS_ENABLED=true
USE_ASYNC_TX_PROCESSING=true
RATE_LIMIT_DISABLED=false
SUBSCRIPTIONS_ENABLED=false
HBAR_RATE_LIMIT_TINYBAR=25000000000
```

Copy

### **Conclusion**

If you are currently using the Hiero JSON-RPC Relay, review the changes above and explicitly set any values you want to preserve or update before upgrading to v0.77.0.  
  
If you have any questions or need guidance during this transition, please reach out on the Hedera [Discord](http://hedera.com/discord)
 server or other official community channels.

[Back to Blog](/blog)

discover

See more articles

[View All](/blog)

![Image](https://hedera.com/wp-content/uploads/2026/08/V1-1024x576.png)

August 31, 2026

### x402 bounty on Hedera winners announced

Meet the five winners of the x402 bounty on Hedera. Each received $1,000 for open source pay-per-request builds running on Hedera testnet.

[Read More](https://hedera.com/blog/x402-bounty-on-hedera-winners-announced/)

![Image](https://hedera.com/wp-content/uploads/2026/08/Regulation_Blog-1024x576.png)

August 5, 2026

### Details decide. What digital asset policy did in July 2026

Halfway through 2026, the regulatory picture is coming into focus. Hedera Chief Policy Officer Nilmini Rubin and VP Global Policy Isadora Arredondo break down what moved in June across the

[Read More](https://hedera.com/blog/details-decide-what-digital-asset-policy-did-in-july-2026/)

![Deploy Multichain Dapps](https://hedera.com/wp-content/uploads/2026/07/HH600301_DeployMultichainDapps_Final-1024x576.png)

July 17, 2026

### Deploy Multichain Dapps on Hedera in 60 Seconds with scaffold-hbar

Deploying multichain dapps on Hedera has never been easier! With just one command, you can spin up a fully functional dapp using Next.js, Hardhat or Foundry, and AI agent context…

[Read More](https://hedera.com/blog/deploy-multichain-dapps-on-hedera-in-60-seconds-with-scaffold-hbar/)

## Ready to get started?

Discover why Hedera is the trusted institutional-grade network powering the new digital economy.

[Start Building](/start-building)

[Contact](/contact)

We use cookies to deliver the best experience on our website and to analyze traffic. By continuing to use this site, you consent to our cookie policy.

Review our [Privacy Policy](/privacy)
 to understand how Hedera collects and uses information.

Accept All CookiesAccept Necessary Cookies
