@drift-labs/sdk 2.32.1-beta.11 → 2.32.1-beta.12
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 +6 -6
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +6 -6
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.32.1-beta.
|
|
1
|
+
2.32.1-beta.12
|
|
@@ -111,7 +111,7 @@ exports.DevnetPerpMarkets = [
|
|
|
111
111
|
baseAssetSymbol: '1MPEPE',
|
|
112
112
|
marketIndex: 10,
|
|
113
113
|
oracle: new web3_js_1.PublicKey('Gz9RfgDeAFSsH7BHDGyNTgCik74rjNwsodJpsCizzmkj'),
|
|
114
|
-
launchTs:
|
|
114
|
+
launchTs: 1683781239000,
|
|
115
115
|
oracleSource: __1.OracleSource.PYTH_1M,
|
|
116
116
|
},
|
|
117
117
|
{
|
|
@@ -121,7 +121,7 @@ exports.DevnetPerpMarkets = [
|
|
|
121
121
|
baseAssetSymbol: 'OP',
|
|
122
122
|
marketIndex: 11,
|
|
123
123
|
oracle: new web3_js_1.PublicKey('8ctSiDhA7eJoii4TkKV8Rx4KFdz3ycsA1FXy9wq56quG'),
|
|
124
|
-
launchTs:
|
|
124
|
+
launchTs: 1686091480000,
|
|
125
125
|
oracleSource: __1.OracleSource.PYTH,
|
|
126
126
|
},
|
|
127
127
|
{
|
|
@@ -131,7 +131,7 @@ exports.DevnetPerpMarkets = [
|
|
|
131
131
|
baseAssetSymbol: 'RNDR',
|
|
132
132
|
marketIndex: 12,
|
|
133
133
|
oracle: new web3_js_1.PublicKey('C2QvUPBiU3fViSyqA4nZgGyYqLgYf9PRpd8B8oLoo48w'),
|
|
134
|
-
launchTs:
|
|
134
|
+
launchTs: 1687201081000,
|
|
135
135
|
oracleSource: __1.OracleSource.PYTH,
|
|
136
136
|
},
|
|
137
137
|
];
|
|
@@ -243,7 +243,7 @@ exports.MainnetPerpMarkets = [
|
|
|
243
243
|
baseAssetSymbol: '1MPEPE',
|
|
244
244
|
marketIndex: 10,
|
|
245
245
|
oracle: new web3_js_1.PublicKey('FSfxunDmjjbDV2QxpyxFCAPKmYJHSLnLuvQXDLkMzLBm'),
|
|
246
|
-
launchTs:
|
|
246
|
+
launchTs: 1683781239000,
|
|
247
247
|
oracleSource: __1.OracleSource.PYTH_1M,
|
|
248
248
|
},
|
|
249
249
|
{
|
|
@@ -253,7 +253,7 @@ exports.MainnetPerpMarkets = [
|
|
|
253
253
|
baseAssetSymbol: 'OP',
|
|
254
254
|
marketIndex: 11,
|
|
255
255
|
oracle: new web3_js_1.PublicKey('4o4CUwzFwLqCvmA5x1G4VzoZkAhAcbiuiYyjWX1CVbY2'),
|
|
256
|
-
launchTs:
|
|
256
|
+
launchTs: 1686091480000,
|
|
257
257
|
oracleSource: __1.OracleSource.PYTH,
|
|
258
258
|
},
|
|
259
259
|
{
|
|
@@ -263,7 +263,7 @@ exports.MainnetPerpMarkets = [
|
|
|
263
263
|
baseAssetSymbol: 'RNDR',
|
|
264
264
|
marketIndex: 12,
|
|
265
265
|
oracle: new web3_js_1.PublicKey('CYGfrBJB9HgLf9iZyN4aH5HvUAi2htQ4MjPxeXMf4Egn'),
|
|
266
|
-
launchTs:
|
|
266
|
+
launchTs: 1687201081000,
|
|
267
267
|
oracleSource: __1.OracleSource.PYTH,
|
|
268
268
|
},
|
|
269
269
|
];
|
package/package.json
CHANGED
|
@@ -121,7 +121,7 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
121
121
|
baseAssetSymbol: '1MPEPE',
|
|
122
122
|
marketIndex: 10,
|
|
123
123
|
oracle: new PublicKey('Gz9RfgDeAFSsH7BHDGyNTgCik74rjNwsodJpsCizzmkj'),
|
|
124
|
-
launchTs:
|
|
124
|
+
launchTs: 1683781239000,
|
|
125
125
|
oracleSource: OracleSource.PYTH_1M,
|
|
126
126
|
},
|
|
127
127
|
{
|
|
@@ -131,7 +131,7 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
131
131
|
baseAssetSymbol: 'OP',
|
|
132
132
|
marketIndex: 11,
|
|
133
133
|
oracle: new PublicKey('8ctSiDhA7eJoii4TkKV8Rx4KFdz3ycsA1FXy9wq56quG'),
|
|
134
|
-
launchTs:
|
|
134
|
+
launchTs: 1686091480000,
|
|
135
135
|
oracleSource: OracleSource.PYTH,
|
|
136
136
|
},
|
|
137
137
|
{
|
|
@@ -141,7 +141,7 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
141
141
|
baseAssetSymbol: 'RNDR',
|
|
142
142
|
marketIndex: 12,
|
|
143
143
|
oracle: new PublicKey('C2QvUPBiU3fViSyqA4nZgGyYqLgYf9PRpd8B8oLoo48w'),
|
|
144
|
-
launchTs:
|
|
144
|
+
launchTs: 1687201081000,
|
|
145
145
|
oracleSource: OracleSource.PYTH,
|
|
146
146
|
},
|
|
147
147
|
];
|
|
@@ -254,7 +254,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
254
254
|
baseAssetSymbol: '1MPEPE',
|
|
255
255
|
marketIndex: 10,
|
|
256
256
|
oracle: new PublicKey('FSfxunDmjjbDV2QxpyxFCAPKmYJHSLnLuvQXDLkMzLBm'),
|
|
257
|
-
launchTs:
|
|
257
|
+
launchTs: 1683781239000,
|
|
258
258
|
oracleSource: OracleSource.PYTH_1M,
|
|
259
259
|
},
|
|
260
260
|
{
|
|
@@ -264,7 +264,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
264
264
|
baseAssetSymbol: 'OP',
|
|
265
265
|
marketIndex: 11,
|
|
266
266
|
oracle: new PublicKey('4o4CUwzFwLqCvmA5x1G4VzoZkAhAcbiuiYyjWX1CVbY2'),
|
|
267
|
-
launchTs:
|
|
267
|
+
launchTs: 1686091480000,
|
|
268
268
|
oracleSource: OracleSource.PYTH,
|
|
269
269
|
},
|
|
270
270
|
{
|
|
@@ -274,7 +274,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
274
274
|
baseAssetSymbol: 'RNDR',
|
|
275
275
|
marketIndex: 12,
|
|
276
276
|
oracle: new PublicKey('CYGfrBJB9HgLf9iZyN4aH5HvUAi2htQ4MjPxeXMf4Egn'),
|
|
277
|
-
launchTs:
|
|
277
|
+
launchTs: 1687201081000,
|
|
278
278
|
oracleSource: OracleSource.PYTH,
|
|
279
279
|
},
|
|
280
280
|
];
|