From a9552afeb503aef86b6d4474ebe40e725c221496 Mon Sep 17 00:00:00 2001 From: Trails Docs Agent Date: Mon, 3 Aug 2026 09:24:11 +0000 Subject: [PATCH 1/3] 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. From cc6e56c0c34d379dd6d2ef23710c29326223a551 Mon Sep 17 00:00:00 2001 From: Michael Standen Date: Thu, 17 Sep 2026 15:09:44 +1200 Subject: [PATCH 2/3] docs: everlong is selected by AUTO on katana trails-api #1067 restored EVERLONG to Katana's SwapRoutes and dropped the ExplicitOnlySwapRoutes mechanism. --- sdk/quote-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/quote-providers.mdx b/sdk/quote-providers.mdx index f47bb3b..1438c45 100644 --- a/sdk/quote-providers.mdx +++ b/sdk/quote-providers.mdx @@ -191,7 +191,7 @@ Native swap provider on Katana (chain id `747474`). Used for same-chain swaps be - 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 +- Selected by `AUTO` for Katana swaps, ranked after `WETH` and ahead of `SUSHI`, `RELAY` and `LIFI` ```tsx From 66f70bd26f04fdf7a9157e58ae0ce9890cd96021 Mon Sep 17 00:00:00 2001 From: Michael Standen Date: Thu, 17 Sep 2026 15:13:27 +1200 Subject: [PATCH 3/3] docs: drop AUTO ranking detail from everlong section --- sdk/quote-providers.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/quote-providers.mdx b/sdk/quote-providers.mdx index 1438c45..fddc205 100644 --- a/sdk/quote-providers.mdx +++ b/sdk/quote-providers.mdx @@ -191,7 +191,6 @@ Native swap provider on Katana (chain id `747474`). Used for same-chain swaps be - Same-chain swaps only; not used for bridging - Exact-input (`tradeType: "EXACT_INPUT"`) only — exact-output is not supported -- Selected by `AUTO` for Katana swaps, ranked after `WETH` and ahead of `SUSHI`, `RELAY` and `LIFI` ```tsx