@drift-labs/sdk 2.86.0-beta.31 → 2.86.0-beta.32
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 +2 -2
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +2 -2
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.86.0-beta.
|
|
1
|
+
2.86.0-beta.32
|
|
@@ -639,9 +639,9 @@ exports.MainnetPerpMarkets = [
|
|
|
639
639
|
symbol: 'CLOUD-PERP',
|
|
640
640
|
baseAssetSymbol: 'CLOUD',
|
|
641
641
|
marketIndex: 31,
|
|
642
|
-
oracle: new web3_js_1.PublicKey('
|
|
642
|
+
oracle: new web3_js_1.PublicKey('4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS'),
|
|
643
643
|
launchTs: 1717597648000,
|
|
644
|
-
oracleSource: __1.OracleSource.
|
|
644
|
+
oracleSource: __1.OracleSource.SWITCHBOARD,
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
fullName: 'IO',
|
package/package.json
CHANGED
|
@@ -708,9 +708,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
708
708
|
symbol: 'CLOUD-PERP',
|
|
709
709
|
baseAssetSymbol: 'CLOUD',
|
|
710
710
|
marketIndex: 31,
|
|
711
|
-
oracle: new PublicKey('
|
|
711
|
+
oracle: new PublicKey('4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS'),
|
|
712
712
|
launchTs: 1717597648000,
|
|
713
|
-
oracleSource: OracleSource.
|
|
713
|
+
oracleSource: OracleSource.SWITCHBOARD,
|
|
714
714
|
},
|
|
715
715
|
{
|
|
716
716
|
fullName: 'IO',
|