@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/node.js CHANGED
@@ -33789,7 +33789,7 @@ ${payload.actions.map(
33789
33789
  report += "| Contract | Status |\n";
33790
33790
  report += "|---------|------------|\n";
33791
33791
  verified.map((contract) => {
33792
- report += `| ${getContractName(sim, contract.address)}(${contract.name}) | ${verificationStatusToString(contract.status)} |
33792
+ report += `| ${getContractName(sim, contract.address)} | ${verificationStatusToString(contract.status)} |
33793
33793
  `;
33794
33794
  });
33795
33795
  report += "\n";