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.