@gearbox-protocol/deploy-tools 3.4.1-next.8 → 4.1.0
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/dist/index.mjs +2 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -325924,6 +325924,7 @@ var CreditConfiguratorV3Parser = class extends AbstractParser {
|
|
|
325924
325924
|
parseAddress("credit facade"),
|
|
325925
325925
|
this.#parseCreditManagerOpts
|
|
325926
325926
|
],
|
|
325927
|
+
"addCollateralToken(address,uint16)": [parseToken(), parsePercent()],
|
|
325927
325928
|
"setController(address)": [parseAddress()],
|
|
325928
325929
|
"allowAdapter(address)": [parseAddress()],
|
|
325929
325930
|
"setFees(uint16,uint16,uint16,uint16,uint16)": [
|
|
@@ -328598,7 +328599,7 @@ function zeroLT() {
|
|
|
328598
328599
|
}
|
|
328599
328600
|
|
|
328600
328601
|
// package.json
|
|
328601
|
-
var version3 = "
|
|
328602
|
+
var version3 = "4.0.0";
|
|
328602
328603
|
|
|
328603
328604
|
// src/index.ts
|
|
328604
328605
|
var program2 = new Command();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/deploy-tools",
|
|
3
3
|
"description": "Gearbox deploy tools",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.1.0",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@chialab/esbuild-plugin-commonjs": "^0.18.0",
|
|
39
39
|
"@ethereum-sourcify/bytecode-utils": "^1.2.1",
|
|
40
40
|
"@ethereum-sourcify/lib-sourcify": "^1.4.1",
|
|
41
|
-
"@gearbox-protocol/deploy-tools-node": "
|
|
42
|
-
"@gearbox-protocol/deploy-tools-shared": "
|
|
43
|
-
"@gearbox-protocol/deploy-tools-types": "
|
|
41
|
+
"@gearbox-protocol/deploy-tools-node": "4.1.0",
|
|
42
|
+
"@gearbox-protocol/deploy-tools-shared": "4.1.0",
|
|
43
|
+
"@gearbox-protocol/deploy-tools-types": "4.1.0",
|
|
44
44
|
"@gearbox-protocol/sdk-gov": "^1.28.2",
|
|
45
45
|
"@types/lodash-es": "^4.17.12",
|
|
46
46
|
"@types/node": "^20.10.8",
|