@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
13 lines • 462 B
TypeScript
import { Address } from '@solana/kit';
export declare const U16_MAX: number;
export interface ScopeConfig {
oracleMappings: Address;
oraclePrices: Address;
programId: Address;
configurationAccount: Address;
kliquidityProgramId: Address;
}
export declare const SCOPE_MAINNET_CONFIG: ScopeConfig;
export declare const SCOPE_DEVNET_CONFIG: ScopeConfig;
export declare const SCOPE_LOCALNET_CONFIG: ScopeConfig;
//# sourceMappingURL=index.d.ts.map