@gearbox-protocol/sdk 0.0.72 → 0.0.73

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.
@@ -114,7 +114,7 @@ exports.contractParams = {
114
114
  type: adapters_1.AdapterInterface.CURVE_V1_STECRV_POOL,
115
115
  pool: {
116
116
  Mainnet: "0xDC24316b9AE028F1497c275EB9192a3Ea0f67022",
117
- Kovan: "0x485B855a1B5e05e31e635344aF345C426CA5ae3F"
117
+ Kovan: "0x6db94f454d7e2d2e25e4B2A8231E00925bD08a98"
118
118
  },
119
119
  lpToken: "steCRV"
120
120
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -225,7 +225,7 @@ export const contractParams: Record<SupportedContract, ContractParams> = {
225
225
  type: AdapterInterface.CURVE_V1_STECRV_POOL,
226
226
  pool: {
227
227
  Mainnet: "0xDC24316b9AE028F1497c275EB9192a3Ea0f67022",
228
- Kovan: "0x485B855a1B5e05e31e635344aF345C426CA5ae3F"
228
+ Kovan: "0x6db94f454d7e2d2e25e4B2A8231E00925bD08a98"
229
229
  },
230
230
  lpToken: "steCRV"
231
231
  },