Skip to content

docs: list Celo on the evm method pages#775

Merged
brendanjryan merged 1 commit into
tempoxyz:mainfrom
celo-org:viral/add-celo-evm-method
Jul 7, 2026
Merged

docs: list Celo on the evm method pages#775
brendanjryan merged 1 commit into
tempoxyz:mainfrom
celo-org:viral/add-celo-evm-method

Conversation

@viral-sangani

Copy link
Copy Markdown
Contributor

Motivation

Celo is being added to mppx's known EVM chains and assets in wevm/mppx#626, following the unified evm method path per draft-evm-charge-00. This PR lists Celo alongside Base on the evm method docs.

Summary

  • Added a known networks/assets table to the EVM charge page (payment-methods/evm/charge.mdx): Base, Base Sepolia, Celo (USDC + USDT), and Celo Sepolia (USDC)
  • Extended the assets/chains export descriptions on the evm SDK reference pages (client and server) to mention celo/celoSepolia

All referenced exports land with wevm/mppx#626 — this PR should merge after that releases. Code samples are unchanged (no twoslash references to the new exports), so the build stays green against the currently published mppx.

Asset metadata behind the new entries was verified on-chain (addresses from Circle's/Tether's official deployments; EIP-712 domains recomputed against on-chain DOMAIN_SEPARATOR(), EIP-3009 probed functionally on both tokens).

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

@viral-sangani is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@brendanjryan brendanjryan merged commit 45ea98d into tempoxyz:main Jul 7, 2026
9 of 10 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 79861f25ec

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +85 to +86
| Celo | `42220` | `evm.assets.celo.USDC`, `evm.assets.celo.USDT` |
| Celo Sepolia | `11142220` | `evm.assets.celoSepolia.USDC` |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Don't publish unreleased Celo asset exports

If this docs change is merged before the corresponding mppx release, this table sends users to evm.assets.celo.* exports that the docs site's pinned SDK dependency doesn't provide yet (package.json/pnpm-lock.yaml are still on mppx 0.8.1, and the Celo exports are only in the referenced upstream PR). Users following the page before that release get compile/runtime failures when they copy these identifiers; either gate this text until the SDK release is available or update the dependency lock alongside it.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants