@gearbox-protocol/sdk 0.0.63 → 0.0.64

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.
@@ -80,7 +80,7 @@ exports.contractsByNetwork = {
80
80
  CONVEX_FRAX3CRV_POOL: "",
81
81
  CONVEX_CLAIM_ZAP: "",
82
82
  // LIDO
83
- LIDO_STETH_GATEWAY: "",
83
+ LIDO_STETH_GATEWAY: "0x0aaEB0372c2a32088D4F2c9a6ECfB3fFc7Fa2ffF",
84
84
  }
85
85
  };
86
86
  exports.UNISWAP_V3_QUOTER = "0xb27308f9f90d607463bb33ea1bebb41c27ce5ab6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -118,7 +118,7 @@ export const contractsByNetwork: Record<NetworkType,
118
118
  CONVEX_CLAIM_ZAP: "",
119
119
 
120
120
  // LIDO
121
- LIDO_STETH_GATEWAY: "",
121
+ LIDO_STETH_GATEWAY: "0x0aaEB0372c2a32088D4F2c9a6ECfB3fFc7Fa2ffF",
122
122
 
123
123
 
124
124
  }