@gearbox-protocol/sdk 1.27.7 → 1.27.8

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.
@@ -46,6 +46,7 @@ struct GenericLPPriceFeedData {
46
46
  }
47
47
 
48
48
  struct RedStonePriceFeedData {
49
+ Tokens token;
49
50
  string tokenSymbol;
50
51
  bytes32 dataFeedId;
51
52
  address[10] signers;
@@ -395,6 +396,7 @@ contract PriceFeedDataLive {
395
396
 
396
397
  redStonePriceFeeds.push(
397
398
  RedStonePriceFeedData({
399
+ token: Tokens.SHIB,
398
400
  tokenSymbol: "SHIB",
399
401
  dataFeedId: "redstone-main-demo",
400
402
  signers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.27.7",
3
+ "version": "1.27.8",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",