@neutral-trade/sdk - v0.1.2
    Preparing search index...

    Interface NeutralTradeConfig

    interface NeutralTradeConfig {
        fallbackPrices?: Partial<Record<SupportedToken, number>>;
        registryUrl?: string;
        rpcUrl: string;
    }
    Index

    Properties

    fallbackPrices?: Partial<Record<SupportedToken, number>>

    Optional fallback prices map. Prices are fetched from Pyth Network first; fallback is used only if Pyth returns incomplete data

    registryUrl?: string

    Optional registry URL to fetch vault configurations from. If provided, fetched vaults will override built-in vaults.

    rpcUrl: string