@gearbox-protocol/sdk 3.0.0-vfour.315 → 3.0.0-vfour.316

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.
@@ -1908,9 +1908,9 @@ const tickerInfoTokensByNetwork = {
1908
1908
  PT_beraSTONE_10APR2025: [
1909
1909
  {
1910
1910
  symbol: "beraSTONE/ETH",
1911
- dataId: "beraETH_FUNDAMENTAL",
1911
+ dataId: "beraSTONE_FUNDAMENTAL",
1912
1912
  address: "0x692072eE081c9Ded28d2CfD27513E578d895FD0d",
1913
- priceFeed: "0xf12b7879713FA998B39b3C7C9c2631E40a0b9dfB",
1913
+ priceFeed: "0xD35f2Fe7cc74e143F3f526c6e2c399fE58e31Cf1",
1914
1914
  reserve: false
1915
1915
  }
1916
1916
  ],
@@ -1874,9 +1874,9 @@ const tickerInfoTokensByNetwork = {
1874
1874
  PT_beraSTONE_10APR2025: [
1875
1875
  {
1876
1876
  symbol: "beraSTONE/ETH",
1877
- dataId: "beraETH_FUNDAMENTAL",
1877
+ dataId: "beraSTONE_FUNDAMENTAL",
1878
1878
  address: "0x692072eE081c9Ded28d2CfD27513E578d895FD0d",
1879
- priceFeed: "0xf12b7879713FA998B39b3C7C9c2631E40a0b9dfB",
1879
+ priceFeed: "0xD35f2Fe7cc74e143F3f526c6e2c399fE58e31Cf1",
1880
1880
  reserve: false
1881
1881
  }
1882
1882
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.315",
3
+ "version": "3.0.0-vfour.316",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",