@drift-labs/sdk 2.95.0-beta.4 → 2.95.0-beta.5
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 +1 -1
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.95.0-beta.
|
|
1
|
+
2.95.0-beta.5
|
|
@@ -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
|
@@ -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'),
|