[docs-agent] Add Cronos/Edge/Monad/Plasma to bundler minimum stake table#1454
[docs-agent] Add Cronos/Edge/Monad/Plasma to bundler minimum stake table#1454alchemy-bot wants to merge 2 commits into
Conversation
… 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
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1c673c3ffe
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| | Ink Mainnet | 0.1 ETH | | ||
| | DATA Network Mainnet | 0.1 ETH | | ||
| | Plasma Mainnet | 0.1 ETH | | ||
| | Cronos Mainnet | 0.1 ETH | |
There was a problem hiding this comment.
Use Cronos native token for stake amounts
For Cronos users, this table says the stake is denominated in the native token, but the Cronos docs state $CRO is the native gas token (content/api-reference/cronos/cronos-api-faq.mdx:44). EntryPoint stake deposits are paid in the chain's native currency, so listing 0.1 ETH here, and on the Cronos Testnet row added below, can lead operators to fund the wrong asset and still be rejected for insufficient stake.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Good catch, applied in 1867c1b — Cronos Mainnet and Cronos Testnet now use 0.1 CRO.
| | Plasma Mainnet | 0.1 ETH | | ||
| | Cronos Mainnet | 0.1 ETH | | ||
| | Edge Mainnet | 0.1 ETH | | ||
| | Monad Mainnet | 0.1 ETH | |
There was a problem hiding this comment.
Use Monad native token for the stake
For Monad Mainnet users, the column is for native-token stake, but Monad's docs define MON/MONAD rather than ETH as the native gas token (content/api-reference/monad/monad-api-quickstart.mdx:44, content/api-reference/monad/monad-api-faq.mdx:44). Listing 0.1 ETH tells paymaster and factory operators to stake an asset the EntryPoint cannot accept on Monad, so they can remain below the required native stake.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Good catch, applied in 1867c1b — Monad Mainnet now uses 0.1 MON. Also updated the pre-existing Monad Testnet row from 0.1 ETH to 0.1 MON for consistency.
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
Summary
Follow-up to #1452 (Plasma Mainnet). Adds the 0.1 ETH minimum EntryPoint stake requirement for six additional chains on the Minimum EntryPoint stake amount table:
Mainnets table
Testnets table
Plasma Mainnet was added in #1452. Monad Testnet was already in the Testnets table at 0.1 ETH, so it does not need a new row.
Canonical chain names verified against
content/wallets/pages/overview/supported-chains.mdxandcontent/api-reference/node-api/node-supported-chains.mdx.Linear
DOCS-142 — https://linear.app/alchemyapi/issue/DOCS-142/add-cronosedgemonadplasma-to-bundler-minimum-stake-table
Requested by
@pgtodoroffalch (via Slack thread)