@drift-labs/sdk 2.121.0-beta.7 → 2.121.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.121.0-beta.
|
|
1
|
+
2.121.0-beta.8
|
|
@@ -516,12 +516,12 @@ exports.MainnetSpotMarkets = [
|
|
|
516
516
|
symbol: 'JLP-1',
|
|
517
517
|
marketIndex: 33,
|
|
518
518
|
poolId: 1,
|
|
519
|
-
oracle: new web3_js_1.PublicKey('
|
|
519
|
+
oracle: new web3_js_1.PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
|
|
520
520
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
521
521
|
mint: new web3_js_1.PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
|
|
522
522
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
523
523
|
precisionExp: numericConstants_1.SIX,
|
|
524
|
-
pythFeedId: '
|
|
524
|
+
pythFeedId: '0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
|
|
525
525
|
launchTs: 1735255852000,
|
|
526
526
|
},
|
|
527
527
|
{
|
|
@@ -516,12 +516,12 @@ exports.MainnetSpotMarkets = [
|
|
|
516
516
|
symbol: 'JLP-1',
|
|
517
517
|
marketIndex: 33,
|
|
518
518
|
poolId: 1,
|
|
519
|
-
oracle: new web3_js_1.PublicKey('
|
|
519
|
+
oracle: new web3_js_1.PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
|
|
520
520
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
521
521
|
mint: new web3_js_1.PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
|
|
522
522
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
523
523
|
precisionExp: numericConstants_1.SIX,
|
|
524
|
-
pythFeedId: '
|
|
524
|
+
pythFeedId: '0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
|
|
525
525
|
launchTs: 1735255852000,
|
|
526
526
|
},
|
|
527
527
|
{
|
package/package.json
CHANGED
|
@@ -616,13 +616,13 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
616
616
|
symbol: 'JLP-1',
|
|
617
617
|
marketIndex: 33,
|
|
618
618
|
poolId: 1,
|
|
619
|
-
oracle: new PublicKey('
|
|
619
|
+
oracle: new PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
|
|
620
620
|
oracleSource: OracleSource.PYTH_PULL,
|
|
621
621
|
mint: new PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
|
|
622
622
|
precision: new BN(10).pow(SIX),
|
|
623
623
|
precisionExp: SIX,
|
|
624
624
|
pythFeedId:
|
|
625
|
-
'
|
|
625
|
+
'0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
|
|
626
626
|
launchTs: 1735255852000,
|
|
627
627
|
},
|
|
628
628
|
{
|