@gearbox-protocol/sdk 3.0.0-next.258 → 3.0.0-next.259
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.
- package/lib/core/protocols.js +4 -0
- package/package.json +2 -2
package/lib/core/protocols.js
CHANGED
|
@@ -138,6 +138,10 @@ const PROTOCOL_DATA = {
|
|
|
138
138
|
name: "Pump BTC",
|
|
139
139
|
icon: "/protocols/pumpbtc.svg",
|
|
140
140
|
},
|
|
141
|
+
Equalizer: {
|
|
142
|
+
name: "Equalizer",
|
|
143
|
+
icon: "/protocols/equalizer.svg",
|
|
144
|
+
},
|
|
141
145
|
};
|
|
142
146
|
const isExtendedProtocol = (t) => typeof t === "string" && !!PROTOCOL_DATA[t];
|
|
143
147
|
exports.isExtendedProtocol = isExtendedProtocol;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/sdk",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.259",
|
|
4
4
|
"description": "Gearbox SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -28,7 +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/sdk-gov": "^2.
|
|
31
|
+
"@gearbox-protocol/sdk-gov": "^2.32.0",
|
|
32
32
|
"@wagmi/cli": "^2.1.13",
|
|
33
33
|
"axios": "^1.2.6",
|
|
34
34
|
"decimal.js-light": "^2.5.1",
|