SolanaAdapterConfig
Defined in: types.ts:10
The configuration of pulsarSolanaAdapter.
Properties
rpcUrls
rpcUrls:
Partial<Record<SolanaClusterMoniker,string>>
Defined in: types.ts:15
RPC URLs by cluster moniker (mainnet, devnet, testnet, localnet), used by retryTxAction when the
transaction has no rpcUrl. Clusters without a URL fall back to the public mainnet-beta endpoint.
Last updated on