@gearbox-protocol/sdk 1.8.7 → 1.8.8

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.
@@ -1,2 +1,4 @@
1
+ import { NetworkType } from "../core/constants";
2
+ export declare const stEthPoolWrapper: Record<NetworkType, string>;
1
3
  export declare const deployedContracts: Record<string, string>;
2
4
  export declare function getContractName(address: string): string;
@@ -11,10 +11,14 @@ var __assign = (this && this.__assign) || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.getContractName = exports.deployedContracts = void 0;
14
+ exports.getContractName = exports.deployedContracts = exports.stEthPoolWrapper = void 0;
15
15
  var formatter_1 = require("../utils/formatter");
16
16
  var mappers_1 = require("../utils/mappers");
17
17
  var contracts_1 = require("./contracts");
18
+ exports.stEthPoolWrapper = {
19
+ Mainnet: "Deploy me",
20
+ Goerli: "0x7D625991f71d473E3EA1DC819Ce583cD36D00C88",
21
+ };
18
22
  exports.deployedContracts = {
19
23
  // MAINNET
20
24
  "0x24946bCbBd028D5ABb62ad9B635EB1b1a67AF668": "DAI",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",