@drift-labs/sdk 2.110.0-beta.12 → 2.110.0-beta.14

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.12
1
+ 2.110.0-beta.14
@@ -1100,6 +1100,36 @@ exports.MainnetPerpMarkets = [
1100
1100
  oracleSource: __1.OracleSource.PYTH_PULL,
1101
1101
  pythFeedId: '0x962088abcfdbdb6e30db2e340c8cf887d9efb311b1f2f17b155a63dbb6d40265',
1102
1102
  },
1103
+ {
1104
+ fullName: 'NBAFINALS25-OKC',
1105
+ category: ['Prediction', 'Sport'],
1106
+ symbol: 'NBAFINALS25-OKC-BET',
1107
+ baseAssetSymbol: 'NBAFINALS25-OKC',
1108
+ marketIndex: 67,
1109
+ oracle: new web3_js_1.PublicKey('HieNNSAy9tjtU2mLEcGtgCMViCeZ1881fX7tfezL7wdV'),
1110
+ launchTs: 1739463226000,
1111
+ oracleSource: __1.OracleSource.Prelaunch,
1112
+ },
1113
+ {
1114
+ fullName: 'NBAFINALS25-BOS',
1115
+ category: ['Prediction', 'Sport'],
1116
+ symbol: 'NBAFINALS25-BOS-BET',
1117
+ baseAssetSymbol: 'NBAFINALS25-BOS',
1118
+ marketIndex: 68,
1119
+ oracle: new web3_js_1.PublicKey('HorrnsG8RBMv7dhzbgPX4wqcWbUTV5NwV8r59UwTu4CJ'),
1120
+ launchTs: 1739463226000,
1121
+ oracleSource: __1.OracleSource.Prelaunch,
1122
+ },
1123
+ {
1124
+ fullName: 'KAITO',
1125
+ category: ['AI'],
1126
+ symbol: 'KAITO-PERP',
1127
+ baseAssetSymbol: 'KAITO',
1128
+ marketIndex: 69,
1129
+ oracle: new web3_js_1.PublicKey('92178mkEc5EFbHPaRNrsv9KPBpgbbDQCPzbSpxmDVy6a'),
1130
+ launchTs: 1739545901000,
1131
+ oracleSource: __1.OracleSource.Prelaunch,
1132
+ },
1103
1133
  ];
1104
1134
  exports.PerpMarkets = {
1105
1135
  devnet: exports.DevnetPerpMarkets,
@@ -1100,6 +1100,36 @@ exports.MainnetPerpMarkets = [
1100
1100
  oracleSource: __1.OracleSource.PYTH_PULL,
1101
1101
  pythFeedId: '0x962088abcfdbdb6e30db2e340c8cf887d9efb311b1f2f17b155a63dbb6d40265',
1102
1102
  },
1103
+ {
1104
+ fullName: 'NBAFINALS25-OKC',
1105
+ category: ['Prediction', 'Sport'],
1106
+ symbol: 'NBAFINALS25-OKC-BET',
1107
+ baseAssetSymbol: 'NBAFINALS25-OKC',
1108
+ marketIndex: 67,
1109
+ oracle: new web3_js_1.PublicKey('HieNNSAy9tjtU2mLEcGtgCMViCeZ1881fX7tfezL7wdV'),
1110
+ launchTs: 1739463226000,
1111
+ oracleSource: __1.OracleSource.Prelaunch,
1112
+ },
1113
+ {
1114
+ fullName: 'NBAFINALS25-BOS',
1115
+ category: ['Prediction', 'Sport'],
1116
+ symbol: 'NBAFINALS25-BOS-BET',
1117
+ baseAssetSymbol: 'NBAFINALS25-BOS',
1118
+ marketIndex: 68,
1119
+ oracle: new web3_js_1.PublicKey('HorrnsG8RBMv7dhzbgPX4wqcWbUTV5NwV8r59UwTu4CJ'),
1120
+ launchTs: 1739463226000,
1121
+ oracleSource: __1.OracleSource.Prelaunch,
1122
+ },
1123
+ {
1124
+ fullName: 'KAITO',
1125
+ category: ['AI'],
1126
+ symbol: 'KAITO-PERP',
1127
+ baseAssetSymbol: 'KAITO',
1128
+ marketIndex: 69,
1129
+ oracle: new web3_js_1.PublicKey('92178mkEc5EFbHPaRNrsv9KPBpgbbDQCPzbSpxmDVy6a'),
1130
+ launchTs: 1739545901000,
1131
+ oracleSource: __1.OracleSource.Prelaunch,
1132
+ },
1103
1133
  ];
1104
1134
  exports.PerpMarkets = {
1105
1135
  devnet: exports.DevnetPerpMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.110.0-beta.12",
3
+ "version": "2.110.0-beta.14",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -1192,6 +1192,36 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
1192
1192
  pythFeedId:
1193
1193
  '0x962088abcfdbdb6e30db2e340c8cf887d9efb311b1f2f17b155a63dbb6d40265',
1194
1194
  },
1195
+ {
1196
+ fullName: 'NBAFINALS25-OKC',
1197
+ category: ['Prediction', 'Sport'],
1198
+ symbol: 'NBAFINALS25-OKC-BET',
1199
+ baseAssetSymbol: 'NBAFINALS25-OKC',
1200
+ marketIndex: 67,
1201
+ oracle: new PublicKey('HieNNSAy9tjtU2mLEcGtgCMViCeZ1881fX7tfezL7wdV'),
1202
+ launchTs: 1739463226000,
1203
+ oracleSource: OracleSource.Prelaunch,
1204
+ },
1205
+ {
1206
+ fullName: 'NBAFINALS25-BOS',
1207
+ category: ['Prediction', 'Sport'],
1208
+ symbol: 'NBAFINALS25-BOS-BET',
1209
+ baseAssetSymbol: 'NBAFINALS25-BOS',
1210
+ marketIndex: 68,
1211
+ oracle: new PublicKey('HorrnsG8RBMv7dhzbgPX4wqcWbUTV5NwV8r59UwTu4CJ'),
1212
+ launchTs: 1739463226000,
1213
+ oracleSource: OracleSource.Prelaunch,
1214
+ },
1215
+ {
1216
+ fullName: 'KAITO',
1217
+ category: ['AI'],
1218
+ symbol: 'KAITO-PERP',
1219
+ baseAssetSymbol: 'KAITO',
1220
+ marketIndex: 69,
1221
+ oracle: new PublicKey('92178mkEc5EFbHPaRNrsv9KPBpgbbDQCPzbSpxmDVy6a'),
1222
+ launchTs: 1739545901000,
1223
+ oracleSource: OracleSource.Prelaunch,
1224
+ },
1195
1225
  ];
1196
1226
 
1197
1227
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {