@drift-labs/sdk 2.95.0-beta.4 → 2.95.0-beta.6

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.95.0-beta.4
1
+ 2.95.0-beta.6
@@ -65,10 +65,10 @@ exports.DevnetPerpMarkets = [
65
65
  symbol: 'MATIC-PERP',
66
66
  baseAssetSymbol: 'MATIC',
67
67
  marketIndex: 5,
68
- oracle: new web3_js_1.PublicKey('5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi'),
68
+ oracle: new web3_js_1.PublicKey('BrzyDgwELy4jjjsqLQpBeUxzrsueYyMhuWpYBaUYcXvi'),
69
69
  launchTs: 1677690149000,
70
70
  oracleSource: __1.OracleSource.PYTH_PULL,
71
- pythFeedId: '0x5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52',
71
+ pythFeedId: '0xffd11c5a1cfd42f80afb2df4d9f264c15f956d68153335374ec10722edd70472',
72
72
  },
73
73
  {
74
74
  fullName: 'Arbitrum',
@@ -770,7 +770,7 @@ exports.MainnetPerpMarkets = [
770
770
  {
771
771
  fullName: 'TON',
772
772
  category: ['L1'],
773
- symbol: 'TON',
773
+ symbol: 'TON-PERP',
774
774
  baseAssetSymbol: 'TON',
775
775
  marketIndex: 42,
776
776
  oracle: new web3_js_1.PublicKey('BNjCXrpEqjdBnuRy2SAUgm5Pq8B73wGFwsf6RYFJiLPY'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.95.0-beta.4",
3
+ "version": "2.95.0-beta.6",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -81,11 +81,11 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
81
81
  symbol: 'MATIC-PERP',
82
82
  baseAssetSymbol: 'MATIC',
83
83
  marketIndex: 5,
84
- oracle: new PublicKey('5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi'),
84
+ oracle: new PublicKey('BrzyDgwELy4jjjsqLQpBeUxzrsueYyMhuWpYBaUYcXvi'),
85
85
  launchTs: 1677690149000, //todo
86
86
  oracleSource: OracleSource.PYTH_PULL,
87
87
  pythFeedId:
88
- '0x5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52',
88
+ '0xffd11c5a1cfd42f80afb2df4d9f264c15f956d68153335374ec10722edd70472',
89
89
  },
90
90
  {
91
91
  fullName: 'Arbitrum',
@@ -843,7 +843,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
843
843
  {
844
844
  fullName: 'TON',
845
845
  category: ['L1'],
846
- symbol: 'TON',
846
+ symbol: 'TON-PERP',
847
847
  baseAssetSymbol: 'TON',
848
848
  marketIndex: 42,
849
849
  oracle: new PublicKey('BNjCXrpEqjdBnuRy2SAUgm5Pq8B73wGFwsf6RYFJiLPY'),