@drift-labs/sdk-browser 2.110.0-beta.12 → 2.110.0-beta.13
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.
|
|
1
|
+
2.110.0-beta.13
|
|
@@ -1100,6 +1100,26 @@ 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
|
+
},
|
|
1103
1123
|
];
|
|
1104
1124
|
exports.PerpMarkets = {
|
|
1105
1125
|
devnet: exports.DevnetPerpMarkets,
|
|
@@ -1100,6 +1100,26 @@ 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
|
+
},
|
|
1103
1123
|
];
|
|
1104
1124
|
exports.PerpMarkets = {
|
|
1105
1125
|
devnet: exports.DevnetPerpMarkets,
|
package/package.json
CHANGED
|
@@ -1192,6 +1192,26 @@ 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
|
+
},
|
|
1195
1215
|
];
|
|
1196
1216
|
|
|
1197
1217
|
export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
|