Summary
Added CSV export for RPC metrics and a new CU Usage by Network breakdown chart to the Nodes Metrics page.
What’s new
Export Metrics as CSV
You can now export your RPC metrics data directly from the Nodes Metrics page. Click the Export CSV button in the filters bar to download a zip containing three CSVs:
- timeseries_metrics.csv — Request counts, success rate, latency percentiles (avg, p90, p95, p99), and compute unit cost per time interval
- network_usage.csv — Compute unit usage broken down by network (e.g. eth-mainnet, arb-mainnet) per time interval
- methods_breakdown.csv — Aggregated request count and compute unit cost per RPC method over the selected time range
The export respects your current time range and API key filters. The downloaded zip file is named using the selected filter and API key for easy identification (e.g. conduit_metrics_LAST_7_DAYS_my-production-key.zip).
CU Usage by Network Breakdown Chart
A new chart on the Nodes Metrics page showing compute unit usage broken down by network over time.
- Per-network CU usage — Visualizes compute unit consumption across all networks (e.g. eth-mainnet, arb-mainnet) as a stacked area chart over your selected time range
- Zero-usage normalization — Networks with no usage on a given day are explicitly represented as
0, so the chart accurately shows when usage drops to zero rather than hiding gaps - Filtered tooltips — Hovering over a time interval only shows networks with actual usage, keeping the tooltip clean. A Total row at the bottom sums all visible networks
- Chain filter — Use the Chain dropdown to filter the chart to specific networks, with the total CU count updating to reflect the filtered selection
Summary
Renamed Rollups to Chains and updated navigation URLs. Added a dedicated Bundler page and new installation flow for Conduit Account Abstraction.
What’s new
Rollups renamed to Chains
Rollups are now called Chains throughout the platform. Updated URLs from /view-network to /chains for cleaner navigation.
Account Abstraction updates
Added a dedicated Bundler page and a new installation flow for Conduit Account Abstraction. Learn more about Account Abstraction.
RPC Nodes rate-limiting changes
To improve the reliability and throughput of the RPC product, rate-limiting now works differently.
Rate limits are now enforced in Compute Units per second (CU/s). The documentation has been updated to reflect these changes. Read more here
Summary
Launched a new chain for RPC Nodes and quality of life and performance improvements to the app.
What’s new
Added support for Tempo Testnet
Added support for Tempo Testnet to the RPC Nodes offering. Get an API key and start building on Tempo.
Quality of life improvements
- Added quick actions from chain overview to quickly navigate to Access controls, custom domains, and to delete the deployment
Performance improvements
- Updated the app framework to increase speed of navigation
- Updated the data visualization library for better graphs and visualization
Introducing the Conduit Changelog
We’re kicking off changelogs and release notes along with our brand new documentation site!
New Features
- New Network Access Control List configuration for RPC keys
Restricting an API key to specific networks is now significantly easier. Logic for restrictions has been consolidated into the Access Controls tab, and active networks are now configured through a slide-over sidebar.
- New Endpoints pages on Nodes
Seeing a quick overview of usage and RPC URLs across all Conduit-supported chains is now easier. The Endpoints page lists all networks in a compact way, with their RPC URL and the selected API key appended for easy copying. Switch between WebSocket and HTTP endpoints at the top of the list.
- ACLs for Public RPC for your chain
Restrict access to a chain’s RPC. This update enables restricting the public RPC to only allowed API keys (e.g., giving early access to beta testers), as well as restricting which addresses are allowed to deploy smart contracts on the chain.
Visit our Conduit Nodes page or the docs page for more info.
Updates/Enhancements
- Improved latency metrics for RPC performance
P95 and P99 measurements have been added on top of the average to the Response time graph. This provides an even better view of performance across RPC usage.
Upgrades
- Fusaka Ready
We upgraded all testnets on the Conduit platform as part of our preparation for Ethereum’s Fusaka upgrade.