Variable: DEFAULT_SANDBOX_ORACLE_IDS
const DEFAULT_SANDBOX_ORACLE_IDS: Map<Bytes32, number>;
Defined in: solana-client/src/settlement-layer.ts:249
Default sandbox oracle feed ids, keyed by asset (mint) Bytes32. Each value is the oracle feed id as a number the on-chain config binds that mint to (for the default ORACLE_KIND.Pyth kind, a Pyth price-feed id). Callers settling a pair whose mints aren't listed here pass their own map to SolanaOracleLayer.