@bgd-labs/toolbox 0.0.32 → 0.0.33
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node.js +1 -1
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +1 -1
- package/dist/node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33785,7 +33785,7 @@ ${payload.actions.map(
|
|
|
33785
33785
|
report += "| Contract | Status |\n";
|
|
33786
33786
|
report += "|---------|------------|\n";
|
|
33787
33787
|
verified.map((contract) => {
|
|
33788
|
-
report += `| ${getContractName(sim, contract.address)}
|
|
33788
|
+
report += `| ${getContractName(sim, contract.address)} | ${verificationStatusToString(contract.status)} |
|
|
33789
33789
|
`;
|
|
33790
33790
|
});
|
|
33791
33791
|
report += "\n";
|