@drift-labs/sdk 2.102.0-beta.0 → 2.102.0-beta.1
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.102.0-beta.
|
|
1
|
+
2.102.0-beta.1
|
|
@@ -921,7 +921,7 @@ exports.MainnetPerpMarkets = [
|
|
|
921
921
|
symbol: 'PNUT-PERP',
|
|
922
922
|
baseAssetSymbol: 'PNUT',
|
|
923
923
|
marketIndex: 55,
|
|
924
|
-
oracle: new web3_js_1.PublicKey('
|
|
924
|
+
oracle: new web3_js_1.PublicKey('5AcetMtdRHxkse2ny44NcRdsysnXu9deW7Yy5Y63qAHE'),
|
|
925
925
|
launchTs: 1731443152000,
|
|
926
926
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
927
927
|
pythFeedId: '0x116da895807f81f6b5c5f01b109376e7f6834dc8b51365ab7cdfa66634340e54',
|
|
@@ -921,7 +921,7 @@ exports.MainnetPerpMarkets = [
|
|
|
921
921
|
symbol: 'PNUT-PERP',
|
|
922
922
|
baseAssetSymbol: 'PNUT',
|
|
923
923
|
marketIndex: 55,
|
|
924
|
-
oracle: new web3_js_1.PublicKey('
|
|
924
|
+
oracle: new web3_js_1.PublicKey('5AcetMtdRHxkse2ny44NcRdsysnXu9deW7Yy5Y63qAHE'),
|
|
925
925
|
launchTs: 1731443152000,
|
|
926
926
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
927
927
|
pythFeedId: '0x116da895807f81f6b5c5f01b109376e7f6834dc8b51365ab7cdfa66634340e54',
|
package/package.json
CHANGED
|
@@ -1002,7 +1002,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
1002
1002
|
symbol: 'PNUT-PERP',
|
|
1003
1003
|
baseAssetSymbol: 'PNUT',
|
|
1004
1004
|
marketIndex: 55,
|
|
1005
|
-
oracle: new PublicKey('
|
|
1005
|
+
oracle: new PublicKey('5AcetMtdRHxkse2ny44NcRdsysnXu9deW7Yy5Y63qAHE'),
|
|
1006
1006
|
launchTs: 1731443152000,
|
|
1007
1007
|
oracleSource: OracleSource.PYTH_PULL,
|
|
1008
1008
|
pythFeedId:
|