From 7bf9fce7afe1d59ac882b4e32a601f3259d00651 Mon Sep 17 00:00:00 2001 From: bgravenorst Date: Tue, 11 Nov 2025 05:54:52 +1000 Subject: [PATCH 1/2] Fix bundler admonition. Signed-off-by: bgravenorst --- services/get-started/pricing/credit-cost.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/get-started/pricing/credit-cost.mdx b/services/get-started/pricing/credit-cost.mdx index efc25450390..ae7baf7f6d3 100644 --- a/services/get-started/pricing/credit-cost.mdx +++ b/services/get-started/pricing/credit-cost.mdx @@ -94,7 +94,8 @@ All Solana methods are charged at 160 credits per request. ## Bundler API :::info -The Bundler API methods are currently only available on Ethereum Mainnet and Sepolia. +Refer to the [supported networks section](../../reference/ethereum/json-rpc-methods/bundler/index.mdx#supported-networks) +for the list of networks that support the Bundler API. ::: From ceee4fc916aa051f8c3bddadaad62495b8625747 Mon Sep 17 00:00:00 2001 From: bgravenorst Date: Tue, 11 Nov 2025 05:59:13 +1000 Subject: [PATCH 2/2] Used incorrect link. Signed-off-by: bgravenorst --- services/get-started/pricing/credit-cost.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/get-started/pricing/credit-cost.mdx b/services/get-started/pricing/credit-cost.mdx index ae7baf7f6d3..3983b608fac 100644 --- a/services/get-started/pricing/credit-cost.mdx +++ b/services/get-started/pricing/credit-cost.mdx @@ -94,7 +94,7 @@ All Solana methods are charged at 160 credits per request. ## Bundler API :::info -Refer to the [supported networks section](../../reference/ethereum/json-rpc-methods/bundler/index.mdx#supported-networks) +Refer to the [supported networks section](../../concepts/bundler.md#supported-networks) for the list of networks that support the Bundler API. :::