@drift-labs/sdk 2.49.0-beta.11 → 2.49.0-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 CHANGED
@@ -1 +1 @@
1
- 2.49.0-beta.11
1
+ 2.49.0-beta.12
@@ -194,6 +194,16 @@ exports.DevnetPerpMarkets = [
194
194
  launchTs: 1700542800000,
195
195
  oracleSource: __1.OracleSource.PYTH,
196
196
  },
197
+ {
198
+ fullName: 'Celestia',
199
+ category: ['Data'],
200
+ symbol: 'TIA-PERP',
201
+ baseAssetSymbol: 'TIA',
202
+ marketIndex: 19,
203
+ oracle: new web3_js_1.PublicKey('4GiL1Y6u6JkPb7ckakzJgc414h6P7qoYnEKFcd1YtSB9'),
204
+ launchTs: 1701880540000,
205
+ oracleSource: __1.OracleSource.PYTH,
206
+ },
197
207
  ];
198
208
  exports.MainnetPerpMarkets = [
199
209
  {
@@ -386,6 +396,16 @@ exports.MainnetPerpMarkets = [
386
396
  launchTs: 1700542800000,
387
397
  oracleSource: __1.OracleSource.PYTH,
388
398
  },
399
+ {
400
+ fullName: 'Celestia',
401
+ category: ['Data'],
402
+ symbol: 'TIA-PERP',
403
+ baseAssetSymbol: 'TIA',
404
+ marketIndex: 19,
405
+ oracle: new web3_js_1.PublicKey('funeUsHgi2QKkLdUPASRLuYkaK8JaazCEz3HikbkhVt'),
406
+ launchTs: 1701880540000,
407
+ oracleSource: __1.OracleSource.PYTH,
408
+ },
389
409
  ];
390
410
  exports.PerpMarkets = {
391
411
  devnet: exports.DevnetPerpMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.49.0-beta.11",
3
+ "version": "2.49.0-beta.12",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -204,6 +204,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
204
204
  launchTs: 1700542800000,
205
205
  oracleSource: OracleSource.PYTH,
206
206
  },
207
+ {
208
+ fullName: 'Celestia',
209
+ category: ['Data'],
210
+ symbol: 'TIA-PERP',
211
+ baseAssetSymbol: 'TIA',
212
+ marketIndex: 19,
213
+ oracle: new PublicKey('4GiL1Y6u6JkPb7ckakzJgc414h6P7qoYnEKFcd1YtSB9'),
214
+ launchTs: 1701880540000,
215
+ oracleSource: OracleSource.PYTH,
216
+ },
207
217
  ];
208
218
 
209
219
  export const MainnetPerpMarkets: PerpMarketConfig[] = [
@@ -397,6 +407,16 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
397
407
  launchTs: 1700542800000,
398
408
  oracleSource: OracleSource.PYTH,
399
409
  },
410
+ {
411
+ fullName: 'Celestia',
412
+ category: ['Data'],
413
+ symbol: 'TIA-PERP',
414
+ baseAssetSymbol: 'TIA',
415
+ marketIndex: 19,
416
+ oracle: new PublicKey('funeUsHgi2QKkLdUPASRLuYkaK8JaazCEz3HikbkhVt'),
417
+ launchTs: 1701880540000,
418
+ oracleSource: OracleSource.PYTH,
419
+ },
400
420
  ];
401
421
 
402
422
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {