@bgd-labs/toolbox 0.0.30 → 0.0.31

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.d.mts CHANGED
@@ -14069,7 +14069,7 @@ type RenderTenderlyReportParams = {
14069
14069
  config: {
14070
14070
  etherscanApiKey: string;
14071
14071
  };
14072
- getContractName: (address: Address) => string;
14072
+ getContractName?: (address: Address) => string;
14073
14073
  };
14074
14074
  declare function renderTenderlyReport({ client, sim, payloadId, payload, onchainLogs: { createdLog, queuedLog, executedLog }, eventCache, config, getContractName, }: RenderTenderlyReportParams): Promise<{
14075
14075
  report: string;
package/dist/index.d.ts CHANGED
@@ -14069,7 +14069,7 @@ type RenderTenderlyReportParams = {
14069
14069
  config: {
14070
14070
  etherscanApiKey: string;
14071
14071
  };
14072
- getContractName: (address: Address) => string;
14072
+ getContractName?: (address: Address) => string;
14073
14073
  };
14074
14074
  declare function renderTenderlyReport({ client, sim, payloadId, payload, onchainLogs: { createdLog, queuedLog, executedLog }, eventCache, config, getContractName, }: RenderTenderlyReportParams): Promise<{
14075
14075
  report: string;