@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.mjs CHANGED
@@ -33685,7 +33685,7 @@ ${payload.actions.map(
33685
33685
  report += "| Contract | Status |\n";
33686
33686
  report += "|---------|------------|\n";
33687
33687
  verified.map((contract) => {
33688
- report += `| ${getContractName(sim, contract.address)}(${contract.name}) | ${verificationStatusToString(contract.status)} |
33688
+ report += `| ${getContractName(sim, contract.address)} | ${verificationStatusToString(contract.status)} |
33689
33689
  `;
33690
33690
  });
33691
33691
  report += "\n";