Skip to content

@swapped/connect-sdk / core / ResolvedWalletSdkConfig

Type Alias: ResolvedWalletSdkConfig

ResolvedWalletSdkConfig = WalletSdkConfig & object

Defined in: src/config/remote-config.resolve.ts:42

Wallet SDK config after applying a remote override. Conditions are evaluated against the current platform; supportedNetworks comes from the override or the current WALLET_SDK_CONFIG entry.

Type Declaration

disabled

disabled: boolean

requiresDeepLink: boolean

requiresPopup

requiresPopup: boolean

supportedNetworks?

optional supportedNetworks?: Network[]