@gearbox-protocol/sdk 1.9.0 → 1.9.1

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.
@@ -67,7 +67,7 @@ exports.contractsByNetwork = {
67
67
  SUSHISWAP_ROUTER: "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",
68
68
  // CURVE
69
69
  CURVE_3CRV_POOL: "0x6491f8A62678c90C84b237791d9D7cF21b4D1418",
70
- CURVE_FRAX_USDC_POOL: "DEPLOY_ME",
70
+ CURVE_FRAX_USDC_POOL: "0xDcEF968d416a41Cdac0ED8702fAC8128A64241A2",
71
71
  CURVE_STETH_GATEWAY: "0xcD4b22ed0E2aD95d648C6E4c45B38f83D0Cbb654",
72
72
  CURVE_FRAX_POOL: token_1.tokenDataByNetwork.Goerli.FRAX3CRV,
73
73
  CURVE_LUSD_POOL: token_1.tokenDataByNetwork.Goerli.LUSD3CRV,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",