UNPKG

@hubbleprotocol/hubble-config

Version:
19 lines (17 loc) 494 B
import { PublicKey } from '@solana/web3.js'; export type PythConfig = { solProductInfo: PublicKey; solPriceInfo: PublicKey; ethProductInfo: PublicKey; ethPriceInfo: PublicKey; btcProductInfo: PublicKey; btcPriceInfo: PublicKey; srmProductInfo: PublicKey; srmPriceInfo: PublicKey; rayProductInfo: PublicKey; rayPriceInfo: PublicKey; fttProductInfo: PublicKey; fttPriceInfo: PublicKey; msolProductInfo: PublicKey | undefined; msolPriceInfo: PublicKey | undefined; };