@hubbleprotocol/hubble-config
Version:
Hubble Protocol configuration
19 lines (17 loc) • 494 B
text/typescript
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;
};