@gearbox-protocol/sdk 1.11.4 → 1.11.6

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.
@@ -17,7 +17,7 @@ var mappers_1 = require("../utils/mappers");
17
17
  var contracts_1 = require("./contracts");
18
18
  exports.stEthPoolWrapper = {
19
19
  Mainnet: "Deploy me",
20
- Goerli: "0x7D625991f71d473E3EA1DC819Ce583cD36D00C88",
20
+ Goerli: "0x3fe62a62C022A069952069b32C9d56718D30B7ec",
21
21
  };
22
22
  exports.deployedContracts = {
23
23
  // MAINNET
@@ -35,11 +35,11 @@ exports.deployedContracts = {
35
35
  "0x9149A40293d0bc17f07DaFC7F6282b267D3C68C8": "WETH",
36
36
  "0x70ba4442e9c76269f9f2c31c8884fc7880f40d4a": "wstETH",
37
37
  // GOERLI pools
38
- "0xEA7D5CaE79Cdf2E07E0aa7edfB1AF7A429Cb7513": "DAI",
39
- "0xF0A7BE2EB39bBbd55fc5597F93E01f62A790e587": "USDC",
40
- "0x560F2aa70003af4A69Bc79bB3c40955d396305aE": "WETH",
41
- "0x9f07160C42d5d8325E3Aa50e0075Ef3A8E4DcA9B": "WBTC",
42
- "0xd720fe603eb3d954a8586433e78f02e248eae4c0": "wstETH",
38
+ "0xfb422E503f8b768184ABA5e73587543d1C871A23": "DAI",
39
+ "0x7c14C88f672d5513C8fa640fA48815f40c781a60": "USDC",
40
+ "0x13376d637dEd73a0df20D192F691a88c8aF7DD0A": "WETH",
41
+ "0x3F926a46893AF659C2768f118D5F189190bAA15C": "WBTC",
42
+ "0xBDF0395fa6f134B8DE35Ef30c61B2B9711CBD67A": "wstETH",
43
43
  };
44
44
  var contractNames = Object.entries(contracts_1.contractsByAddress).reduce(function (acc, _a) {
45
45
  var _b;
@@ -124,7 +124,7 @@ exports.tokenDataByNetwork = {
124
124
  // YEARN TOKENS
125
125
  yvDAI: "0xAAC67551F8d1D052E375BaCf774b494850BBca87",
126
126
  yvUSDC: "0x05724F02a0270F08E525F2681afA9173957c505e",
127
- yvWETH: "0xc4995cD0E9f367dDF97f00e30C2d068B1706427e",
127
+ yvWETH: "0xEe8Adf657c5EF8e10622b6B47014D2C6f6993E5E",
128
128
  yvWBTC: "0x683fcBf347b90C652b4B07648180C0b54c258815",
129
129
  yvCurve_stETH: "0x2681AFa48aCFC2Ae5308bf6127d2fb563763f13E",
130
130
  yvCurve_FRAX: "0x43d45AEf2BAb5fa79e3bBDb2dB7E4443B8123C8f",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.11.4",
3
+ "version": "1.11.6",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",