@drift-labs/sdk-browser 2.157.0-beta.6 → 2.157.0-beta.7

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.157.0-beta.6
1
+ 2.157.0-beta.7
@@ -830,7 +830,7 @@ exports.MainnetSpotMarkets = [
830
830
  symbol: 'syrupUSDC',
831
831
  marketIndex: 57,
832
832
  poolId: 0,
833
- oracle: new web3_js_1.PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
833
+ oracle: new web3_js_1.PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
834
834
  oracleSource: types_1.OracleSource.PYTH_LAZER,
835
835
  mint: new web3_js_1.PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
836
836
  precision: new anchor_1.BN(10).pow(numericConstants_1.SIX),
@@ -830,7 +830,7 @@ exports.MainnetSpotMarkets = [
830
830
  symbol: 'syrupUSDC',
831
831
  marketIndex: 57,
832
832
  poolId: 0,
833
- oracle: new web3_js_1.PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
833
+ oracle: new web3_js_1.PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
834
834
  oracleSource: types_1.OracleSource.PYTH_LAZER,
835
835
  mint: new web3_js_1.PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
836
836
  precision: new anchor_1.BN(10).pow(numericConstants_1.SIX),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk-browser",
3
- "version": "2.157.0-beta.6",
3
+ "version": "2.157.0-beta.7",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "module": "./lib/browser/index.js",
@@ -950,7 +950,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
950
950
  symbol: 'syrupUSDC',
951
951
  marketIndex: 57,
952
952
  poolId: 0,
953
- oracle: new PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
953
+ oracle: new PublicKey('6cvX4Sgcuw53y8yYXLcpAjZ7fn1VcLKojVS23tor9sVx'),
954
954
  oracleSource: OracleSource.PYTH_LAZER,
955
955
  mint: new PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
956
956
  precision: new BN(10).pow(SIX),