Skip to content

Commit 99245f7

Browse files
authored
sdk: update jlp oracle to pyth lazer (#1980)
1 parent 9650603 commit 99245f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,15 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
459459
symbol: 'JLP',
460460
marketIndex: 19,
461461
poolId: 0,
462-
oracle: new PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
463-
oracleSource: OracleSource.PYTH_PULL,
462+
oracle: new PublicKey('4VMtKepA6iFwMTJ7bBbdcGxavNRKiDjxxRr1CaB2NnFJ'),
463+
oracleSource: OracleSource.PYTH_LAZER,
464464
mint: new PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
465465
precision: new BN(10).pow(SIX),
466466
precisionExp: SIX,
467467
launchTs: 1719415157000,
468468
pythFeedId:
469469
'0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
470+
pythLazerId: 459,
470471
},
471472
{
472473
symbol: 'POPCAT',

0 commit comments

Comments
 (0)