Closed
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… up references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
Saw the discussion in #205 . Similar takeaways here. Happy to collab on a unified EVM spec |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Yes please! Closing for cleanliness, and let's get a generalized EVM spec up? For charge, and we can then also do a payment channel contract for sessions. |
crumb-trail
added a commit
to crumb-trail/mpp-specs
that referenced
this pull request
Mar 31, 2026
Consolidates the MegaETH (tempoxyz#205) and Sei (tempoxyz#206) charge specs into a single 'evm' payment method that works across all EVM-compatible chains. Three credential types: - transaction: signed ERC-20 transfer (server broadcasts) - permit2: off-chain Permit2 authorization (server submits) - hash: client-broadcast fallback Chain-specific behavior (block time, gas, RPC extensions) is handled via chainId in methodDetails, with informational notes in an appendix. Follows direction from @gakonst in tempoxyz#205/tempoxyz#206 to unify into a general EVM spec. Co-authored-by: Brett DiNovi <bread@megaeth.com> AI Disclosure: This spec was drafted with AI assistance (Claude). All content has been reviewed for RFC compliance and technical accuracy.
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.
Adds payment method spec for Sei, an EVM-compatible L1 with sub-second finality.
Supports the
chargeintent with standard ERC-20 token transfers. Bothhashandtransactioncredential types supportedSei chain IDs: 1329 (mainnet), 1328 (testnet)