Skip to main content
Defined in: server-extensions.ts:187 Returns the default CDP scheme registrations:
  • exact for all EVM networks (eip155:*)
  • upto for all EVM networks (eip155:*)
  • exact for all Solana networks (solana:*)
Pass the result to paymentMiddlewareFromConfig (Express / Hono) or any other framework adapter to replicate the same scheme coverage when building middleware manually.

Returns

CdpSchemeRegistration[] Array of scheme+network registrations for EVM (exact+upto) and Solana (exact).

Example