@gearbox-protocol/sdk 3.0.0-prevfour.13 → 3.0.0-prevfour.14
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.
|
@@ -13,9 +13,9 @@ const formatter_1 = require("../utils/formatter");
|
|
|
13
13
|
const math_1 = require("../utils/math");
|
|
14
14
|
const merklAPI_1 = require("./merklAPI");
|
|
15
15
|
const DEFAULT_POOLS_WITH_EXTRA_REWARDS = {
|
|
16
|
-
Mainnet: [
|
|
16
|
+
Mainnet: [],
|
|
17
17
|
Arbitrum: [],
|
|
18
|
-
Optimism: ["
|
|
18
|
+
Optimism: ["sdWETHV3"],
|
|
19
19
|
Base: [],
|
|
20
20
|
};
|
|
21
21
|
class GearboxRewardsApi {
|
|
@@ -13,13 +13,6 @@ const math_1 = require("../utils/math");
|
|
|
13
13
|
const POOL_POINTS = {
|
|
14
14
|
Mainnet: {
|
|
15
15
|
[contractsRegister_1.poolByNetwork.Mainnet.WETH_V3_TRADE]: {
|
|
16
|
-
// !& ezETH
|
|
17
|
-
// ezETH: {
|
|
18
|
-
// amount: PERCENTAGE_FACTOR,
|
|
19
|
-
// symbol: "ezETH",
|
|
20
|
-
// duration: "hour",
|
|
21
|
-
// name: "ezPoint",
|
|
22
|
-
// },
|
|
23
16
|
rsETH: {
|
|
24
17
|
amount: 7500n * 10000n,
|
|
25
18
|
symbol: "rsETH",
|
|
@@ -36,6 +29,13 @@ const POOL_POINTS = {
|
|
|
36
29
|
name: "Lombard LUX",
|
|
37
30
|
estimation: "absolute",
|
|
38
31
|
},
|
|
32
|
+
pumpBTC: {
|
|
33
|
+
amount: 172800n * 10000n,
|
|
34
|
+
symbol: "pumpBTC",
|
|
35
|
+
duration: "day",
|
|
36
|
+
name: "Pump BTC",
|
|
37
|
+
estimation: "absolute",
|
|
38
|
+
},
|
|
39
39
|
},
|
|
40
40
|
},
|
|
41
41
|
Arbitrum: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/sdk",
|
|
3
|
-
"version": "3.0.0-prevfour.
|
|
3
|
+
"version": "3.0.0-prevfour.14",
|
|
4
4
|
"description": "Gearbox SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -28,8 +28,7 @@
|
|
|
28
28
|
"test": "npx mocha -r ts-node/register -r dotenv/config 'src/**/*.spec.ts'"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@gearbox-protocol/
|
|
32
|
-
"@gearbox-protocol/sdk-gov": "^2.32.2",
|
|
31
|
+
"@gearbox-protocol/sdk-gov": "^2.33.1",
|
|
33
32
|
"@wagmi/cli": "^2.1.13",
|
|
34
33
|
"axios": "^1.2.6",
|
|
35
34
|
"decimal.js-light": "^2.5.1",
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
"@gearbox-protocol/router": "^1.5.5",
|
|
53
52
|
"@gearbox-protocol/router-v3": "^1.37.0",
|
|
54
53
|
"@openzeppelin/contracts": "^4.9.3",
|
|
55
|
-
"@redstone-finance/evm-connector": "^0.
|
|
54
|
+
"@redstone-finance/evm-connector": "^0.7.3",
|
|
56
55
|
"@types/chai": "^4.3.3",
|
|
57
56
|
"@types/deep-eql": "^4.0.0",
|
|
58
57
|
"@types/jest": "^28.1.7",
|