Skip to content
Alchemy Logo

AlchemyTransportConfig

Defined in: packages/common/src/transport/alchemy.ts:24

Configuration options for the Alchemy transport. Extends viem's HttpTransportConfig with Alchemy-specific options while omitting options that are not relevant or supported by Alchemy.

PropertyTypeDescription

apiKey?

string

API key for Alchemy authentication

jwt?

string

JWT token for authentication

url?

string

Custom RPC URL (optional - defaults to chain's Alchemy URL, but can be used to override the chain's Alchemy URL)

Was this page helpful?