From 6122b89c440b475252adee1531a39a84f66efb0f Mon Sep 17 00:00:00 2001 From: Trails Docs Agent Date: Mon, 3 Aug 2026 09:24:11 +0000 Subject: [PATCH] docs: update sdk docs 2026-08-03 Document EVERLONG as a new same-chain swap provider on Katana (introduced in 0xsequence/trails-api#1023). Generated by the Trails Docs weekly agent. --- sdk/quote-providers.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sdk/quote-providers.mdx b/sdk/quote-providers.mdx index ca66110..f47bb3b 100644 --- a/sdk/quote-providers.mdx +++ b/sdk/quote-providers.mdx @@ -23,6 +23,7 @@ Trails integrates with multiple liquidity sources and bridge providers to find t - **`WETH`**: Wrap/unwrap ETH ↔ WETH on the same chain - **`SOMNIA_EXCHANGE`**: Uses Somnia Exchange for swaps on Somnia - **`SOMNIA_SWAP`**: Uses Somnia Swap for swaps on Somnia +- **`EVERLONG`**: Uses Everlong for same-chain swaps on Katana ## Configuration @@ -184,6 +185,18 @@ Native swap providers on Somnia (chain id `5031`). Used for on-chain swaps withi ``` +### Everlong + +Native swap provider on Katana (chain id `747474`). Used for same-chain swaps between Everlong-listed tokens. + +- Same-chain swaps only; not used for bridging +- Exact-input (`tradeType: "EXACT_INPUT"`) only — exact-output is not supported +- Requires explicit `swapProvider="EVERLONG"`; not currently selected by AUTO + +```tsx + +``` + ## Best Practices 1. **Use `AUTO` by default**: Let Trails optimize the route for you.