@drift-labs/sdk 2.93.0-beta.1 → 2.93.0-beta.3

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.93.0-beta.1
1
+ 2.93.0-beta.3
@@ -87,7 +87,7 @@ exports.MainnetSpotMarkets = [
87
87
  {
88
88
  symbol: 'wBTC',
89
89
  marketIndex: 3,
90
- oracle: new web3_js_1.PublicKey('486kr3pmFPfTsS4aZgcsQ7kS4i9rjMsYYZup6HQNSTT4'),
90
+ oracle: new web3_js_1.PublicKey('9Tq8iN5WnMX2PcZGj4iSFEAgHCi8cM6x8LsDUbuzq8uw'),
91
91
  oracleSource: __1.OracleSource.PYTH_PULL,
92
92
  mint: new web3_js_1.PublicKey('3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh'),
93
93
  precision: new __1.BN(10).pow(numericConstants_1.EIGHT),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.93.0-beta.1",
3
+ "version": "2.93.0-beta.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -44,7 +44,7 @@
44
44
  "@pythnetwork/pyth-solana-receiver": "^0.7.0",
45
45
  "@solana/spl-token": "0.3.7",
46
46
  "@solana/web3.js": "1.92.3",
47
- "@switchboard-xyz/on-demand": "1.2.1",
47
+ "@switchboard-xyz/on-demand": "1.2.30",
48
48
  "anchor-bankrun": "^0.3.0",
49
49
  "node-cache": "^5.1.2",
50
50
  "rpc-websockets": "7.5.1",
@@ -123,7 +123,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
123
123
  {
124
124
  symbol: 'wBTC',
125
125
  marketIndex: 3,
126
- oracle: new PublicKey('486kr3pmFPfTsS4aZgcsQ7kS4i9rjMsYYZup6HQNSTT4'),
126
+ oracle: new PublicKey('9Tq8iN5WnMX2PcZGj4iSFEAgHCi8cM6x8LsDUbuzq8uw'),
127
127
  oracleSource: OracleSource.PYTH_PULL,
128
128
  mint: new PublicKey('3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh'),
129
129
  precision: new BN(10).pow(EIGHT),