@drift-labs/sdk 2.110.0-beta.2 → 2.110.0-beta.3
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.110.0-beta.
|
|
1
|
+
2.110.0-beta.3
|
|
@@ -529,9 +529,9 @@ exports.MainnetPerpMarkets = [
|
|
|
529
529
|
symbol: 'INJ-PERP',
|
|
530
530
|
baseAssetSymbol: 'INJ',
|
|
531
531
|
marketIndex: 15,
|
|
532
|
-
oracle: new web3_js_1.PublicKey('
|
|
532
|
+
oracle: new web3_js_1.PublicKey('Ac442xcU276nb6gJFUCsNYAwAo6KWuw4xocxmG3nvDym'),
|
|
533
533
|
launchTs: 1698074659000,
|
|
534
|
-
oracleSource: __1.OracleSource.
|
|
534
|
+
oracleSource: __1.OracleSource.PYTH_LAZER,
|
|
535
535
|
pythFeedId: '0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
|
|
536
536
|
pythLazerId: 46,
|
|
537
537
|
},
|
|
@@ -529,9 +529,9 @@ exports.MainnetPerpMarkets = [
|
|
|
529
529
|
symbol: 'INJ-PERP',
|
|
530
530
|
baseAssetSymbol: 'INJ',
|
|
531
531
|
marketIndex: 15,
|
|
532
|
-
oracle: new web3_js_1.PublicKey('
|
|
532
|
+
oracle: new web3_js_1.PublicKey('Ac442xcU276nb6gJFUCsNYAwAo6KWuw4xocxmG3nvDym'),
|
|
533
533
|
launchTs: 1698074659000,
|
|
534
|
-
oracleSource: __1.OracleSource.
|
|
534
|
+
oracleSource: __1.OracleSource.PYTH_LAZER,
|
|
535
535
|
pythFeedId: '0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
|
|
536
536
|
pythLazerId: 46,
|
|
537
537
|
},
|
package/package.json
CHANGED
|
@@ -583,9 +583,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
583
583
|
symbol: 'INJ-PERP',
|
|
584
584
|
baseAssetSymbol: 'INJ',
|
|
585
585
|
marketIndex: 15,
|
|
586
|
-
oracle: new PublicKey('
|
|
586
|
+
oracle: new PublicKey('Ac442xcU276nb6gJFUCsNYAwAo6KWuw4xocxmG3nvDym'),
|
|
587
587
|
launchTs: 1698074659000,
|
|
588
|
-
oracleSource: OracleSource.
|
|
588
|
+
oracleSource: OracleSource.PYTH_LAZER,
|
|
589
589
|
pythFeedId:
|
|
590
590
|
'0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
|
|
591
591
|
pythLazerId: 46,
|