docs: add ERC-4337 entrypoint v0.8 support#1184
Open
athanor-alchemyplatform[bot] wants to merge 1 commit intomainfrom
Open
docs: add ERC-4337 entrypoint v0.8 support#1184athanor-alchemyplatform[bot] wants to merge 1 commit intomainfrom
athanor-alchemyplatform[bot] wants to merge 1 commit intomainfrom
Conversation
- Update eth_supportedEntryPoints example in bundler.yaml to list all three supported entrypoint addresses (v0.6, v0.7, v0.8) - Update eth_sendUserOperation example entrypoint address to v0.8 (0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108) - Update EntryPoint schema default in portfolio/components/schemas.yaml to v0.8 address and add all three addresses to the description - Add EntryPoint v0.6/v0.7/v0.8 address comments to the ERC-20 gas sponsorship example script (pay-gas-with-any-erc20-token.mdx) - Add EntryPoint version comment to estimate-gas-with-any-token.mdx - Fix UserOperationRequest and UserOperationStruct type definitions in types.mdx to map v0.8.0 to the PackedUserOperation (v7) format, matching the ERC-4337 spec (v0.8 uses the same packed structure as v0.7) EntryPoint contract addresses: v0.6: 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 v0.7: 0x0000000071727De22E5E9d8BAf0edAc6f37da032 v0.8: 0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108 Requested-by: https://alchemyinsights.slack.com/archives/C0AKT9ZDWBE/p1775513208531459
🔗 Preview Mode
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates docs to reflect ERC-4337 entrypoint v0.8 support in Alchemy's low-level infra APIs for wallet.
Changes
src/openrpc/alchemy/bundler/bundler.yaml: Updatedeth_supportedEntryPointsandeth_sendUserOperationexamples to include v0.8 entrypoint address (0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108)src/openapi/portfolio/components/schemas.yaml: UpdatedEntryPointschema to include v0.8 address and set as defaultcontent/wallets/pages/low-level-infra/gas-manager/gas-sponsorship/using-sdk/pay-gas-with-any-erc20-token.mdx: Added comments for all three entrypoint versionscontent/wallets/shared/estimate-gas-with-any-token.mdx: Added inline comments for v0.7 and v0.8 alternativescontent/wallets/pages/resources/types.mdx: Fixed TypeScript type mappings forUserOperationRequestandUserOperationStructto correctly handle v0.8.0Entrypoint Addresses
0x5FF137D4b0FDCD49DcA30c7CF57E578a026d27890x0000000071727De22E5E9d8BAf0edAc6f37da0320x4337084D9E255Ff0702461CF8895CE9E3b5Ff108