Docs/sdk 0.15.0 updates#82
Merged
JamesLawton merged 5 commits intomainfrom Apr 30, 2026
Merged
Conversation
- Add wagmi + react-query provider setup example to TrailsProvider docs - Add paymentMethod quick-start flows to Fund page - Note exchange flow requires allowlist access - Add note that from prop is typed based on paymentMethod Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove paymasterUrls prop from gasless.mdx (removed in 0.15.0) - Remove 4337 paymaster integration section and related content - Fix recoverToAddress -> refundToAddress in refunds.mdx - Fix UseQuoteReturn type: swap -> send in sdk/modes/swap.mdx - Fix button callback swap?.() -> send?.() in headless swap example - Replace TrailsWidget+onCheckout* with Swap+onSwap* in event handling Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…-cases The Aave example was showing users how to manually encode depositETH calldata, but Aave is a natively supported protocol — the lend() action handles the contract calls internally without any ABI encoding. The previous example was also inconsistent (depositETH for USDC). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents the new YieldGetMarkets, YieldGetProviders, YieldGetAggregateBalances, YieldCreateEnterAction, and YieldCreateExitAction endpoints introduced alongside the 0.15.0 SDK update. Adds deprecation notice to the legacy GetEarnPools page. Updates navigation and intro page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Adds GetYieldMarketsRequest/Response, GetYieldProvidersRequest/Response, GetYieldAggregateBalancesRequest/Response, and CreateYieldActionRequest/Response schemas to trails-api.gen.yaml and the corresponding path entries. Regenerates trails-api.gen.json. Adds openapi frontmatter to each yield endpoint MDX page so Mintlify renders the interactive POST panel with request/response schemas. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.