Add Primev FastRPC facilitator (Ethereum mainnet)#624
Open
techgangboss wants to merge 4 commits intoMerit-Systems:mainfrom
Open
Add Primev FastRPC facilitator (Ethereum mainnet)#624techgangboss wants to merge 4 commits intoMerit-Systems:mainfrom
techgangboss wants to merge 4 commits intoMerit-Systems:mainfrom
Conversation
Adds Primev FastRPC as an x402 facilitator operating on Ethereum mainnet. Introduces Ethereum as a new supported network across the facilitators package and scan app chain definitions. - New facilitator: Primev FastRPC (fee-free, sub-200ms settlement via mev-commit) - Relay address: 0x488d87a9A88a6A878B3E7cf0bEece8984af9518D - Adds Network.ETHEREUM enum + USDC_ETHEREUM_TOKEN constant - Adds Chain.ETHEREUM to scan app with labels, icons, and chain ID mapping Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
@techgangboss is attempting to deploy a commit to the Merit Systems Team on Vercel. A member of the Team first needs to authorize it. |
…acilitators - Add Chain.ETHEREUM to SUPPORTED_CHAINS array for UI visibility - Export ethereumFacilitators from lists/index.ts for API consistency Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes VADE bot review: CHAIN_ICONS references /ethereum.png but the file was missing, causing 404 in the UI chain selector. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Custom domain now live, replacing Vercel deployment URL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Changes
Facilitators package (
packages/external/facilitators/)types.ts: AddedNetwork.ETHEREUMto enumconstants.ts: AddedUSDC_ETHEREUM_TOKEN(USDC at0xA0b86991...)facilitators/primev.ts: New facilitator configfacilitators/index.ts: Export primev facilitatorlists/all.ts: Added to allFacilitators arraylists/network.ts: AddedethereumFacilitatorslistlists/index.ts: ExportethereumFacilitatorsScan app (
apps/scan/)types/chain.ts: AddedChain.ETHEREUMwith label, icon, chain ID, and added toSUPPORTED_CHAINSlib/facilitators.ts: Added Ethereum to chain mappublic/primev.svg: Official Primev logo (black & orange)public/ethereum.png: Ethereum chain iconFacilitator Details
primevhttps://facilitator.primev.xyz0x488d87a9A88a6A878B3E7cf0bEece8984af9518Deip155:1)transferWithAuthorization#E97D25(Primev orange)Note
This PR adds Ethereum mainnet as a new network. Sync/indexing infrastructure for Ethereum may need to be configured separately by the x402scan team.
🤖 Generated with Claude Code