Skip to content

Commit 0cb22da

Browse files
authored
sdK: update market index 33 oracle rr (#1606)
* sdk: add to spot constants market index 34 * revert adminClient.ts change * sdk: update spot market constants oracle index 33
1 parent 5a76f96 commit 0cb22da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,13 +616,13 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
616616
symbol: 'JLP-1',
617617
marketIndex: 33,
618618
poolId: 1,
619-
oracle: new PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
619+
oracle: new PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
620620
oracleSource: OracleSource.PYTH_PULL,
621621
mint: new PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
622622
precision: new BN(10).pow(SIX),
623623
precisionExp: SIX,
624624
pythFeedId:
625-
'0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
625+
'0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
626626
launchTs: 1735255852000,
627627
},
628628
{

0 commit comments

Comments
 (0)