Skip to content

Commit

Permalink
sdk: add devnet spot market index 4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Dec 2, 2024
1 parent b7a50e0 commit bf4f752
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
SIX,
EIGHT,
NINE,
FIVE,
} from './numericConstants';

export type SpotMarketConfig = {
Expand Down Expand Up @@ -79,6 +80,17 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
pythFeedId:
'0xc1da1b73d7f01e7ddd54b3766cf7fcd644395ad14f70aa706ec5384c59e76692',
},
{
symbol: 'Bonk',
marketIndex: 4,
oracle: new PublicKey('GojbSnJuPdKDT1ZuHuAM5t9oz6bxTo1xhUKpTua2F72p'),
oracleSource: OracleSource.PYTH_PULL,
mint: new PublicKey('7SekVZDmKCCDgTP8m6Hk4CfexFSru9RkwDCczmcwcsP6'),
precision: new BN(10).pow(FIVE),
precisionExp: FIVE,
pythFeedId:
'0x72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419',
},
];

export const MainnetSpotMarkets: SpotMarketConfig[] = [
Expand Down

0 comments on commit bf4f752

Please sign in to comment.