@cowprotocol/cow-sdk 6.0.0-RC.17 → 6.0.0-RC.18

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.
@@ -151,7 +151,7 @@ export interface SuggestedFeesResponse {
151
151
  /**
152
152
  * The expected time (in seconds) for a fill to be made. Represents 75th percentile of the 7-day rolling average of times (updated daily). Times are dynamic by origin/destination token/chain for a given amount.
153
153
  */
154
- expectedFillTimeSec: string;
154
+ estimatedFillTimeSec: string;
155
155
  /**
156
156
  * The recommended deadline (UNIX timestamp in seconds) for the relayer to fill the deposit. After this destination chain timestamp, the fill will revert on the destination chain.
157
157
  */