Type alias RemoteConfiguration

RemoteConfiguration: {
    connect: ConnectConfig;
    dex: DexConfig;
    onramp: OnRampConfig;
    bridge: BridgeConfig;
    allowedNetworks: AllowedNetworkConfig[];
    gasEstimateTokens?: GasEstimateTokenConfig;
    imxAddressMapping?: ImxAddressConfig;
    telemetry?: TelemetryConfig;
}

A type representing various remotely defined configurations which are accessible via the Checkout config and configured based on the Environment.

Type declaration

  • connect: ConnectConfig

    The config used for the Connect.

  • dex: DexConfig

    The config used for the DEX.

  • onramp: OnRampConfig

    The config used for the OnRamp

  • bridge: BridgeConfig

    The config used for the Bridge.

  • allowedNetworks: AllowedNetworkConfig[]

    An array representing the allowed networks.

  • Optional gasEstimateTokens?: GasEstimateTokenConfig

    The config for the tokens used to estimate gas.

  • Optional imxAddressMapping?: ImxAddressConfig

    The IMX address mappings across available networks.

  • Optional telemetry?: TelemetryConfig

    Telemetry config.

Generated using TypeDoc