Skip to content

Commit

Permalink
sdk: spot-market-index-22 (drift-labs#1167)
Browse files Browse the repository at this point in the history
* sdk: spot-market-index-22

* update oracleSource

* update mint
  • Loading branch information
0xbigz authored Jul 31, 2024
1 parent e8bcf52 commit 79a1594
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,17 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
precisionExp: NINE,
launchTs: 1721316817000,
},
{
symbol: 'PYUSD',
marketIndex: 22,
oracle: new PublicKey('HpMoKp3TCd3QT4MWYUKk2zCBwmhr5Df45fB6wdxYqEeh'),
oracleSource: OracleSource.PYTH_STABLE_COIN_PULL,
mint: new PublicKey('2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo'),
precision: new BN(10).pow(SIX),
precisionExp: SIX,
pythFeedId:
'0xc1da1b73d7f01e7ddd54b3766cf7fcd644395ad14f70aa706ec5384c59e76692',
},
];

export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {
Expand Down

0 comments on commit 79a1594

Please sign in to comment.