@drift-labs/sdk 2.86.0-beta.10 → 2.86.0-beta.11
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 +4 -4
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +4 -4
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.86.0-beta.
|
|
1
|
+
2.86.0-beta.11
|
|
@@ -282,8 +282,8 @@ exports.DevnetPerpMarkets = [
|
|
|
282
282
|
{
|
|
283
283
|
fullName: 'Wen',
|
|
284
284
|
category: ['Solana', 'Meme'],
|
|
285
|
-
symbol: '
|
|
286
|
-
baseAssetSymbol: '
|
|
285
|
+
symbol: '1KWEN-PERP',
|
|
286
|
+
baseAssetSymbol: '1KWEN',
|
|
287
287
|
marketIndex: 25,
|
|
288
288
|
oracle: new web3_js_1.PublicKey('F47c7aJgYkfKXQ9gzrJaEpsNwUKHprysregTWXrtYLFp'),
|
|
289
289
|
launchTs: 1720572064000,
|
|
@@ -677,8 +677,8 @@ exports.MainnetPerpMarkets = [
|
|
|
677
677
|
{
|
|
678
678
|
fullName: 'Wen',
|
|
679
679
|
category: ['Solana', 'Meme'],
|
|
680
|
-
symbol: '
|
|
681
|
-
baseAssetSymbol: '
|
|
680
|
+
symbol: '1KWEN-PERP',
|
|
681
|
+
baseAssetSymbol: '1KWEN',
|
|
682
682
|
marketIndex: 35,
|
|
683
683
|
oracle: new web3_js_1.PublicKey('F47c7aJgYkfKXQ9gzrJaEpsNwUKHprysregTWXrtYLFp'),
|
|
684
684
|
launchTs: 1720633344000,
|
package/package.json
CHANGED
|
@@ -318,8 +318,8 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
318
318
|
{
|
|
319
319
|
fullName: 'Wen',
|
|
320
320
|
category: ['Solana', 'Meme'],
|
|
321
|
-
symbol: '
|
|
322
|
-
baseAssetSymbol: '
|
|
321
|
+
symbol: '1KWEN-PERP',
|
|
322
|
+
baseAssetSymbol: '1KWEN',
|
|
323
323
|
marketIndex: 25,
|
|
324
324
|
oracle: new PublicKey('F47c7aJgYkfKXQ9gzrJaEpsNwUKHprysregTWXrtYLFp'),
|
|
325
325
|
launchTs: 1720572064000,
|
|
@@ -747,8 +747,8 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
747
747
|
{
|
|
748
748
|
fullName: 'Wen',
|
|
749
749
|
category: ['Solana', 'Meme'],
|
|
750
|
-
symbol: '
|
|
751
|
-
baseAssetSymbol: '
|
|
750
|
+
symbol: '1KWEN-PERP',
|
|
751
|
+
baseAssetSymbol: '1KWEN',
|
|
752
752
|
marketIndex: 35,
|
|
753
753
|
oracle: new PublicKey('F47c7aJgYkfKXQ9gzrJaEpsNwUKHprysregTWXrtYLFp'),
|
|
754
754
|
launchTs: 1720633344000,
|