@drift-labs/sdk 2.86.0-beta.3 → 2.86.0-beta.4
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.86.0-beta.
|
|
1
|
+
2.86.0-beta.4
|
|
@@ -659,7 +659,7 @@ exports.MainnetPerpMarkets = [
|
|
|
659
659
|
symbol: 'POPCAT-PERP',
|
|
660
660
|
baseAssetSymbol: 'POPCAT',
|
|
661
661
|
marketIndex: 34,
|
|
662
|
-
oracle: new web3_js_1.PublicKey('
|
|
662
|
+
oracle: new web3_js_1.PublicKey('3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'),
|
|
663
663
|
launchTs: 1720013054000,
|
|
664
664
|
oracleSource: __1.OracleSource.SWITCHBOARD,
|
|
665
665
|
},
|
|
@@ -230,7 +230,7 @@ exports.MainnetSpotMarkets = [
|
|
|
230
230
|
{
|
|
231
231
|
symbol: 'INF',
|
|
232
232
|
marketIndex: 16,
|
|
233
|
-
oracle: new web3_js_1.PublicKey('
|
|
233
|
+
oracle: new web3_js_1.PublicKey('81SuhCcCQri9w4yPyv56ErtpXuncVyFCDT3fYehceG1M'),
|
|
234
234
|
oracleSource: __1.OracleSource.SWITCHBOARD,
|
|
235
235
|
mint: new web3_js_1.PublicKey('5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm'),
|
|
236
236
|
precision: new __1.BN(10).pow(numericConstants_1.NINE),
|
|
@@ -277,7 +277,7 @@ exports.MainnetSpotMarkets = [
|
|
|
277
277
|
precision: new __1.BN(10).pow(numericConstants_1.NINE),
|
|
278
278
|
precisionExp: numericConstants_1.NINE,
|
|
279
279
|
launchTs: 1720013054000,
|
|
280
|
-
phoenixMarket: new web3_js_1.PublicKey('
|
|
280
|
+
phoenixMarket: new web3_js_1.PublicKey('3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'),
|
|
281
281
|
},
|
|
282
282
|
];
|
|
283
283
|
exports.SpotMarkets = {
|
package/package.json
CHANGED
|
@@ -728,7 +728,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
728
728
|
symbol: 'POPCAT-PERP',
|
|
729
729
|
baseAssetSymbol: 'POPCAT',
|
|
730
730
|
marketIndex: 34,
|
|
731
|
-
oracle: new PublicKey('
|
|
731
|
+
oracle: new PublicKey('3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'),
|
|
732
732
|
launchTs: 1720013054000,
|
|
733
733
|
oracleSource: OracleSource.SWITCHBOARD,
|
|
734
734
|
},
|
|
@@ -295,7 +295,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
295
295
|
{
|
|
296
296
|
symbol: 'INF',
|
|
297
297
|
marketIndex: 16,
|
|
298
|
-
oracle: new PublicKey('
|
|
298
|
+
oracle: new PublicKey('81SuhCcCQri9w4yPyv56ErtpXuncVyFCDT3fYehceG1M'),
|
|
299
299
|
oracleSource: OracleSource.SWITCHBOARD,
|
|
300
300
|
mint: new PublicKey('5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm'),
|
|
301
301
|
precision: new BN(10).pow(NINE),
|
|
@@ -344,7 +344,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
344
344
|
precisionExp: NINE,
|
|
345
345
|
launchTs: 1720013054000,
|
|
346
346
|
phoenixMarket: new PublicKey(
|
|
347
|
-
'
|
|
347
|
+
'3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'
|
|
348
348
|
),
|
|
349
349
|
},
|
|
350
350
|
];
|