@gearbox-protocol/deploy-tools 3.0.0-next.3 → 3.0.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 +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -316725,7 +316725,7 @@ function normalizeMultisigTx(tx) {
|
|
|
316725
316725
|
};
|
|
316726
316726
|
}
|
|
316727
316727
|
if (!t.contractInputsValues.signature) {
|
|
316728
|
-
throw new Error(`missing signature in tx ${t.to}.${t.contractMethod}`);
|
|
316728
|
+
throw new Error(`missing signature in tx ${t.to}.${t.contractMethod.name}`);
|
|
316729
316729
|
}
|
|
316730
316730
|
const sighash = id2(t.contractInputsValues.signature).substring(0, 10);
|
|
316731
316731
|
const frag = FunctionFragment2.from(t.contractInputsValues.signature);
|
|
@@ -325829,7 +325829,7 @@ function zeroLT() {
|
|
|
325829
325829
|
}
|
|
325830
325830
|
|
|
325831
325831
|
// package.json
|
|
325832
|
-
var version3 = "3.0.0
|
|
325832
|
+
var version3 = "3.0.0";
|
|
325833
325833
|
|
|
325834
325834
|
// src/index.ts
|
|
325835
325835
|
var program2 = new Command();
|