[docs-agent] Add X Layer and Arc minimum EntryPoint stake to bundler FAQs - #1485
[docs-agent] Add X Layer and Arc minimum EntryPoint stake to bundler FAQs#1485alchemy-bot wants to merge 2 commits into
Conversation
…FAQs Adds X Layer Mainnet, X Layer Testnet, Arc Mainnet, and Arc Testnet at 0.1 ETH (global default) to the Minimum EntryPoint stake amount tables. Confirmed by tx-team in-thread that these chains follow the default (no MIN_STAKE_VALUE override in their rundler configs). World Chain Mainnet and World Chain Sepolia already exist in the tables at 0.1 ETH. Refs DOCS-166 Requested-by: @seansing
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 68f97861ae
ℹ️ 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".
| | X Layer Mainnet | 0.1 ETH | | ||
| | Arc Mainnet | 0.1 ETH | |
There was a problem hiding this comment.
Use native token symbols for new chains
These new rows label the EntryPoint stake as ETH even though the table is explicitly denominated in each chain's native token. X Layer's native gas token is OKB (OKX), and this repo's Arc docs state that Arc uses USDC as the native gas token (content/api-reference/arc/arc-api-faq.mdx:9); the same ETH labels were also added for the testnet rows below. As written, developers following this table may fund or stake the wrong asset, so these entries should be changed to the correct native-token denominations and amounts.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Good catch — applied in 1b0a094.
- X Layer Mainnet + X Layer Testnet:
0.1 ETH→0.1 OKB(OKB is X Layer's native gas token per OKX docs at web3.okx.com/xlayer) - Arc Mainnet + Arc Testnet:
0.1 ETH→0.1 USDC(USDC is Arc's native gas token percontent/api-reference/arc/arc-api-faq.mdx:9)
This follows the established convention in the table (Celo → CELO, OpBNB → BNB) and matches the recent Cronos/Monad correction in PR #1454. The rundler default MIN_STAKE_VALUE is 10^17 wei of the chain's native gas token, not literally ETH.
… Arc (USDC) Applied codex P2 feedback on PR #1485. X Layer's native gas token is OKB (per OKX docs at web3.okx.com/xlayer); Arc's native gas token is USDC (per content/api-reference/arc/arc-api-faq.mdx line 9). The Min Stake column is denominated in each chain's native gas token (see Celo → 0.1 CELO, OpBNB → 0.4 BNB precedent, and the recent Cronos/Monad correction in PR #1454). The rundler config's default MIN_STAKE_VALUE is 10^17 wei of the chain's gas token — which is 0.1 OKB on X Layer and 0.1 USDC on Arc, not 0.1 ETH. Refs DOCS-166 Requested-by: @seansing
Summary
Adds four rows to the "Minimum EntryPoint stake amount" tables on the Bundler FAQs page:
Mainnets:
Testnets:
All four use the global default (0.1 ETH) — confirmed by tx-team (@rwilson-alchemy) in-thread that the rundler configs for these chains do not override
MIN_STAKE_VALUE, so they inherit the default.World Chain Mainnet and World Chain Sepolia were also requested but already exist in the tables at 0.1 ETH (no change needed).
Follow-up to #1452 (DOCS-141, Plasma Mainnet).
Linear
DOCS-166 — https://linear.app/alchemyapi/issue/DOCS-166/add-world-chain-x-layer-and-arc-minimum-entrypoint-stake-to-bundler
Requested by
@seansing (via Slack thread)