docs: update sdk docs 2026-08-03 - #103
Open
JamesLawton wants to merge 1 commit into
Open
Conversation
Document EVERLONG as a new same-chain swap provider on Katana (introduced in 0xsequence/trails-api#1023). Generated by the Trails Docs weekly agent.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
JamesLawton
pushed a commit
that referenced
this pull request
Aug 3, 2026
The previous preview build failed with a generic "unknown error occurred" from Mintlify (deployment reached "Updating all paths..." after successfully validating the config and OpenAPI files). The sibling PR #103 opened seconds later against the same base built cleanly, so this is a transient Mintlify-side hiccup rather than a diff-side issue — retrigger by pushing an empty commit.
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.
What changed
sdk/quote-providers.mdx— addEVERLONGto the "Available Providers" list and add a dedicated section under "Provider Details" describing it (same-chain swap on Katana, exact-input only, explicit selection only — not picked byAUTO).Source of truth
release, merged 2026-07-28.lib/routes/everlong/everlong.goonrelease:IsChainSupported:chainID == ChainIDKatana— Katana (747474) only.checkCapabilitiesForRoute: rejects cross-chain (originChainID != destinationChainIDreturns error) — same-chain only.operationsmap:RouteOperation_Swap: true,RouteOperation_SwapExactInput: true,RouteOperation_SwapExactOutput: false.lib/routes/routes.goonrelease:ExplicitOnlySwapRoutes: []string{"EVERLONG"}— the routing solver'sExplicitOnlySwapProviderarchitecture excludes EVERLONG fromAUTOcandidate lists (seeTestBuildRouteCandidates_ExplicitOnlySwapRouteIgnoredInAutoinlib/intentmachine/routingsolver/route_preference_test.go).Verification
trails-docs/before this change.Generated by the Trails Docs weekly agent.
Generated by Claude Code