From 1c673c3ffe1078e69f64d843f994a0af09b3d1d2 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:07:20 +0000 Subject: [PATCH 1/2] [docs-agent] Add Cronos/Edge/Monad to mainnets and Cronos/Edge/Plasma to testnets in bundler minimum stake table Follow-up to #1452 (Plasma Mainnet). Adds the 0.1 ETH minimum EntryPoint stake requirement for Cronos Mainnet, Edge Mainnet, and Monad Mainnet under Mainnets, and Cronos Testnet, Edge Testnet, and Plasma Testnet under Testnets. Monad Testnet was already in the Testnets table. Refs DOCS-142 Requested-by: @pgtodoroffalch --- content/wallets/pages/bundler-api/bundler-faqs.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/wallets/pages/bundler-api/bundler-faqs.mdx b/content/wallets/pages/bundler-api/bundler-faqs.mdx index 4cebd6d73..b5a5b492b 100644 --- a/content/wallets/pages/bundler-api/bundler-faqs.mdx +++ b/content/wallets/pages/bundler-api/bundler-faqs.mdx @@ -216,6 +216,9 @@ Mainnets: | Ink Mainnet | 0.1 ETH | | DATA Network Mainnet | 0.1 ETH | | Plasma Mainnet | 0.1 ETH | +| Cronos Mainnet | 0.1 ETH | +| Edge Mainnet | 0.1 ETH | +| Monad Mainnet | 0.1 ETH | | Celo Mainnet | 0.1 CELO | | OpBNB Mainnet | 0.4 BNB | @@ -246,6 +249,9 @@ Testnets: | Rise Testnet | 0.1 ETH | | DATA Network Aeneid | 0.1 ETH | | Converge Testnet | 0.1 ETH | +| Cronos Testnet | 0.1 ETH | +| Edge Testnet | 0.1 ETH | +| Plasma Testnet | 0.1 ETH | | Celo Alfajores | 0.1 CELO | | Tea Sepolia | 0.1 ETH | | Educhain Testnet | 0.1 ETH | From 1867c1bc627d8dfa0ee0f6b324a3cd28e482e2c7 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:16:50 +0000 Subject: [PATCH 2/2] [docs-agent] Use native token names (CRO, MON) for Cronos and Monad rows Codex flagged that the Min Stake column is denominated in the chain's native token, and Cronos uses CRO while Monad uses MON. Updated: - Cronos Mainnet: 0.1 ETH -> 0.1 CRO - Cronos Testnet: 0.1 ETH -> 0.1 CRO - Monad Mainnet: 0.1 ETH -> 0.1 MON - Monad Testnet: 0.1 ETH -> 0.1 MON (pre-existing row, updated for consistency now that Monad Mainnet is corrected) Refs DOCS-142 Requested-by: @pgtodoroffalch --- content/wallets/pages/bundler-api/bundler-faqs.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/wallets/pages/bundler-api/bundler-faqs.mdx b/content/wallets/pages/bundler-api/bundler-faqs.mdx index b5a5b492b..05982e81a 100644 --- a/content/wallets/pages/bundler-api/bundler-faqs.mdx +++ b/content/wallets/pages/bundler-api/bundler-faqs.mdx @@ -216,9 +216,9 @@ Mainnets: | Ink Mainnet | 0.1 ETH | | DATA Network Mainnet | 0.1 ETH | | Plasma Mainnet | 0.1 ETH | -| Cronos Mainnet | 0.1 ETH | +| Cronos Mainnet | 0.1 CRO | | Edge Mainnet | 0.1 ETH | -| Monad Mainnet | 0.1 ETH | +| Monad Mainnet | 0.1 MON | | Celo Mainnet | 0.1 CELO | | OpBNB Mainnet | 0.4 BNB | @@ -242,14 +242,14 @@ Testnets: | Unichain Sepolia | 0.1 ETH | | Soneium Minato | 0.1 ETH | | Ink Sepolia | 0.1 ETH | -| Monad Testnet | 0.1 ETH | +| Monad Testnet | 0.1 MON | | Openloot Sepolia | 0.1 ETH | | Wylerchain Sepolia | 0.1 ETH | | Gensyn Testnet | 0.1 ETH | | Rise Testnet | 0.1 ETH | | DATA Network Aeneid | 0.1 ETH | | Converge Testnet | 0.1 ETH | -| Cronos Testnet | 0.1 ETH | +| Cronos Testnet | 0.1 CRO | | Edge Testnet | 0.1 ETH | | Plasma Testnet | 0.1 ETH | | Celo Alfajores | 0.1 CELO |