@gearbox-protocol/sdk 3.0.0-next.172 → 3.0.0-next.173

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.
@@ -14,12 +14,12 @@ const apy_1 = require("./apy");
14
14
  const POOL_POINTS = {
15
15
  Mainnet: {
16
16
  [contractsRegister_1.poolByNetwork.Mainnet.WETH_V3_TRADE]: {
17
- ezETH: {
18
- amount: sdk_gov_1.PERCENTAGE_FACTOR,
19
- symbol: "ezETH",
20
- duration: "hour",
21
- name: "ezPoint",
22
- },
17
+ // ezETH: {
18
+ // amount: PERCENTAGE_FACTOR,
19
+ // symbol: "ezETH",
20
+ // duration: "hour",
21
+ // name: "ezPoint",
22
+ // },
23
23
  rsETH: {
24
24
  amount: 7500n * 10000n,
25
25
  symbol: "rsETH",
@@ -29,14 +29,14 @@ const POOL_POINTS = {
29
29
  },
30
30
  },
31
31
  Arbitrum: {
32
- [contractsRegister_1.poolByNetwork.Arbitrum.WETH_V3]: {
33
- ezETH: {
34
- amount: sdk_gov_1.PERCENTAGE_FACTOR,
35
- symbol: "ezETH",
36
- duration: "hour",
37
- name: "ezPoint",
38
- },
39
- },
32
+ // [poolByNetwork.Arbitrum.WETH_V3]: {
33
+ // ezETH: {
34
+ // amount: PERCENTAGE_FACTOR,
35
+ // symbol: "ezETH",
36
+ // duration: "hour",
37
+ // name: "ezPoint",
38
+ // },
39
+ // },
40
40
  },
41
41
  Optimism: {},
42
42
  Base: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-next.172",
3
+ "version": "3.0.0-next.173",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",