You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename /protected to /protected-eip3009 in e2e servers
Rename the EVM EIP-3009 payment endpoint from /protected to
/protected-eip3009 for consistency with existing naming conventions
(/protected-svm, /protected-permit2).
Updated servers:
- Express (TypeScript)
- Hono (TypeScript)
- Gin (Go)
- FastAPI (Python)
- Flask (Python)
Also updated test configs, README documentation, and the server
protocol specification.
0 commit comments