@gearbox-protocol/sdk 0.0.90 → 0.0.91

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.
@@ -119,7 +119,7 @@ exports.contractParams = {
119
119
  type: adapters_1.AdapterInterface.CURVE_V1_STECRV_POOL,
120
120
  pool: {
121
121
  Mainnet: "0xDC24316b9AE028F1497c275EB9192a3Ea0f67022",
122
- Kovan: "0x6db94f454d7e2d2e25e4b2a8231e00925bd08a98"
122
+ Kovan: "0xF5C73b58B70709e89aA1D322d48b0D0C71123cB4"
123
123
  },
124
124
  lpToken: "steCRV"
125
125
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -231,7 +231,7 @@ export const contractParams: Record<SupportedContract, ContractParams> = {
231
231
  type: AdapterInterface.CURVE_V1_STECRV_POOL,
232
232
  pool: {
233
233
  Mainnet: "0xDC24316b9AE028F1497c275EB9192a3Ea0f67022",
234
- Kovan: "0x6db94f454d7e2d2e25e4b2a8231e00925bd08a98"
234
+ Kovan: "0xF5C73b58B70709e89aA1D322d48b0D0C71123cB4"
235
235
  },
236
236
  lpToken: "steCRV"
237
237
  },