@drift-labs/sdk 2.82.0-beta.8 → 2.82.0-beta.9
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 +1 -1
- package/lib/constants/perpMarkets.js +2 -2
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +2 -2
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.82.0-beta.
|
|
1
|
+
2.82.0-beta.9
|
|
@@ -542,9 +542,9 @@ exports.MainnetPerpMarkets = [
|
|
|
542
542
|
symbol: 'KMNO-PERP',
|
|
543
543
|
baseAssetSymbol: 'KMNO',
|
|
544
544
|
marketIndex: 28,
|
|
545
|
-
oracle: new web3_js_1.PublicKey('
|
|
545
|
+
oracle: new web3_js_1.PublicKey('6ynsvjkE2UoiRScbDx7ZxbBsyn7wyvg5P1vENvhtkG1C'),
|
|
546
546
|
launchTs: 1712240681000,
|
|
547
|
-
oracleSource: __1.OracleSource.
|
|
547
|
+
oracleSource: __1.OracleSource.SWITCHBOARD,
|
|
548
548
|
},
|
|
549
549
|
{
|
|
550
550
|
fullName: 'Tensor',
|
package/package.json
CHANGED
|
@@ -553,9 +553,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
553
553
|
symbol: 'KMNO-PERP',
|
|
554
554
|
baseAssetSymbol: 'KMNO',
|
|
555
555
|
marketIndex: 28,
|
|
556
|
-
oracle: new PublicKey('
|
|
556
|
+
oracle: new PublicKey('6ynsvjkE2UoiRScbDx7ZxbBsyn7wyvg5P1vENvhtkG1C'),
|
|
557
557
|
launchTs: 1712240681000,
|
|
558
|
-
oracleSource: OracleSource.
|
|
558
|
+
oracleSource: OracleSource.SWITCHBOARD,
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
561
|
fullName: 'Tensor',
|