We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9650603 commit 99245f7Copy full SHA for 99245f7
sdk/src/constants/spotMarkets.ts
@@ -459,14 +459,15 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
459
symbol: 'JLP',
460
marketIndex: 19,
461
poolId: 0,
462
- oracle: new PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
463
- oracleSource: OracleSource.PYTH_PULL,
+ oracle: new PublicKey('4VMtKepA6iFwMTJ7bBbdcGxavNRKiDjxxRr1CaB2NnFJ'),
+ oracleSource: OracleSource.PYTH_LAZER,
464
mint: new PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
465
precision: new BN(10).pow(SIX),
466
precisionExp: SIX,
467
launchTs: 1719415157000,
468
pythFeedId:
469
'0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
470
+ pythLazerId: 459,
471
},
472
{
473
symbol: 'POPCAT',
0 commit comments