Skip to main content
Provider factories are part of the self-bundled integration. Loader-package users configure built-in providers through Wallets.

Provider matrix

Pass created providers to LayerswapProvider:

Paradex

Paradex peer-depends on the EVM and Starknet packages; it does not re-export their factories:

TON

TON requires an API key and a publicly accessible TON Connect manifest:
The manifest describes your app to TON wallets and must be reachable over HTTPS in production.

Immutable Passport

Create an application in Immutable Hub and register the exact authentication and logout redirect URLs. Install both the Passport and EVM packages, then import their factories from their owning packages:
Your redirect route must render the Passport redirect handler exported by the package. The configured Hub URL and deployed route must match exactly.