docs: deprecate Handler.feePayer in favor of Handler.relay#295
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jxom
reviewed
Apr 14, 2026
jxom
reviewed
Apr 15, 2026
| @@ -89,7 +89,7 @@ export function getConfig(options: getConfig.Options = {}) { | |||
| http('https://sponsor.moderato.tempo.xyz'), | |||
Member
There was a problem hiding this comment.
Think we might need to update this service to the new Relay now. It's in https://github.com/tempoxyz/tempo-apps/tree/main/apps/fee-payer
- Replace Handler.feePayer.mdx with deprecation notice and migration guide
- Update all code examples to use Handler.relay({ feePayer: { ... } })
- Update withFeePayer → withRelay in transport examples
- Update internal links from handler.feePayer to handler.relay
- Update old SDK redirect to point to handler.relay
Amp-Thread-ID: https://ampcode.com/threads/T-019d8de3-aa62-7298-ae7d-0d9196db28ee
Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019d8de3-aa62-7298-ae7d-0d9196db28ee Co-authored-by: Amp <amp@ampcode.com>
Sponsorship is now automatic — clients no longer need feePayer: true. To opt out, pass feePayer: false per-transaction. Amp-Thread-ID: https://ampcode.com/threads/T-019d8de3-aa62-7298-ae7d-0d9196db28ee Co-authored-by: Amp <amp@ampcode.com>
f2d22d5 to
1c87134
Compare
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.
Reflects the deprecation of
Handler.feePayerintempoxyz/accounts@84a36ab. Fee payer functionality is now accessed viaHandler.relay({ feePayer: { ... } }).Changes
handler.feePayer.mdx→ replaced with deprecation notice + migration guideHandler.feePayer({ account })toHandler.relay({ feePayer: { account } })withFeePayer→withRelayacross snippets andwagmi.config.tsHandler.feePayerreferences now point toHandler.relayhandler.relay