@drift-labs/sdk 2.97.0-beta.19 → 2.97.0-beta.20
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 +3 -2
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +4 -2
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.97.0-beta.
|
|
1
|
+
2.97.0-beta.20
|
|
@@ -826,9 +826,10 @@ exports.MainnetPerpMarkets = [
|
|
|
826
826
|
symbol: 'DBR-PERP',
|
|
827
827
|
baseAssetSymbol: 'DBR',
|
|
828
828
|
marketIndex: 47,
|
|
829
|
-
oracle: new web3_js_1.PublicKey('
|
|
829
|
+
oracle: new web3_js_1.PublicKey('53j4mz7cQV7mAZekKbV3n2L4bY7jY6eXdgaTkWDLYxq4'),
|
|
830
830
|
launchTs: 1728574493000,
|
|
831
|
-
oracleSource: __1.OracleSource.
|
|
831
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
832
|
+
pythFeedId: '0xf788488fe2df341b10a498e0a789f03209c0938d9ed04bc521f8224748d6d236',
|
|
832
833
|
},
|
|
833
834
|
{
|
|
834
835
|
fullName: 'WLF-5B-1W',
|
package/package.json
CHANGED
|
@@ -902,9 +902,11 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
902
902
|
symbol: 'DBR-PERP',
|
|
903
903
|
baseAssetSymbol: 'DBR',
|
|
904
904
|
marketIndex: 47,
|
|
905
|
-
oracle: new PublicKey('
|
|
905
|
+
oracle: new PublicKey('53j4mz7cQV7mAZekKbV3n2L4bY7jY6eXdgaTkWDLYxq4'),
|
|
906
906
|
launchTs: 1728574493000,
|
|
907
|
-
oracleSource: OracleSource.
|
|
907
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
908
|
+
pythFeedId:
|
|
909
|
+
'0xf788488fe2df341b10a498e0a789f03209c0938d9ed04bc521f8224748d6d236',
|
|
908
910
|
},
|
|
909
911
|
{
|
|
910
912
|
fullName: 'WLF-5B-1W',
|