feat(services): add JustaName ENS Resolver#659
Open
mariano-aguero wants to merge 1 commit into
Open
Conversation
|
@mariano-aguero is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
🔀 Changed Services✅ Added
|
|
Thanks for submitting a service to the MPP directory! If you want your service included in the curated Required
Recommended
Review criteriaWe prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready. |
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
GET /ens/v2/resolveandGET /ens/v2/reverse(1000 base units = 0.001 USDC per request, batch up to 50).method: "evm"— adds anEVM_USDC_BASE_PAYMENTpreset (USDC on Base mainnet) alongside the existingTEMPO_PAYMENTandSTRIPE_PAYMENTpresets.Why a new preset
The
evmpayment method is formally specified inmpp-specs/specs/methods/evm/draft-evm-charge-00.md(DiNovi / Swenberg / Scott, 2026) but the schema in this repo didn't yet have a preset for it.EVM_USDC_BASE_PAYMENTmirrors the existingTEMPO_PAYMENT/STRIPE_PAYMENTshape:Happy to rename / restructure if the maintainers prefer a different shape (e.g. a generic
EVM_PAYMENTparametrised by chain + token, or per-chain constantsEVM_USDC_BASE_PAYMENT/EVM_USDC_OPTIMISM_PAYMENT/ etc.).Live and accepting payments
Two real settlements on Base mainnet today via MPP-charge (
draft-evm-charge-00,type="authorization"/ EIP-3009transferWithAuthorization), settled through the Coinbase CDP facilitator:GET /ens/v2/resolve?ens=vitalik.ethGET /ens/v2/reverse?address=0xd8dA…6045&coinType=60Both transferred 0.001 USDC to
0xC529EDD6D47C60923902514C7C0B3993ae42C2ec. The pricing endpoint advertises bothx402andmpp-chargeschemes per route:Also registered on MPPScan.
Discovery surfaces already live
discoverreturns the full route list.Checklist
schemas/services.tspnpm check:typespassespnpm buildpassespnpm exec vitest run --mode production schemas/services.test.ts scripts/generate-discovery.test.ts— 5683/5683 passingpnpm exec biome check schemas/services.tscleanpnpm generate:discoveryregenerates correctly (94 services, 848 endpoints, +2 from before)Notes for reviewers
serviceUrl === url(no proxy host) — same pattern as Papercut (Add molty.cash to service registry #600 precedent: molty.cash also lists x402-on-Base as a settlement rail).payments: [EVM_USDC_BASE_PAYMENT]reflects the actual/ens/v2/pricingdeclaration; we don't accept Tempo today, so we don't claim it.