@gearbox-protocol/deploy-tools 4.10.0 → 4.10.1
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 +4 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -347113,6 +347113,9 @@ var AddressProviderV3Visitor = class extends AbstractVisitor {
|
|
|
347113
347113
|
case "CONTROLLER_TIMELOCK":
|
|
347114
347114
|
contract2 = "CONTROLLER_TIMELOCK_V3";
|
|
347115
347115
|
break;
|
|
347116
|
+
case "DEGEN_NFT":
|
|
347117
|
+
contract2 = "DEGEN_NFT";
|
|
347118
|
+
break;
|
|
347116
347119
|
default:
|
|
347117
347120
|
throw new Error(`unknow address provider key '${contract2}'`);
|
|
347118
347121
|
}
|
|
@@ -351809,7 +351812,7 @@ function getRenderer(opts) {
|
|
|
351809
351812
|
}
|
|
351810
351813
|
|
|
351811
351814
|
// package.json
|
|
351812
|
-
var version3 = "4.10.
|
|
351815
|
+
var version3 = "4.10.1";
|
|
351813
351816
|
|
|
351814
351817
|
// src/version.ts
|
|
351815
351818
|
var version_default = version3;
|