diff --git a/src/step.ts b/src/step.ts index c0a7b3b8..429cf70c 100644 --- a/src/step.ts +++ b/src/step.ts @@ -45,6 +45,8 @@ export interface Estimate { feeCosts?: FeeCost[] gasCosts?: GasCost[] + executionDuration: number // estimated duration in seconds + data?: any // differs by tool }