@cowprotocol/cow-sdk 6.0.0-RC.72 → 6.0.0-RC.74

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.
@@ -4,7 +4,7 @@ import { TokenInfo } from '../common/types/tokens';
4
4
  import { Address, Amounts, EnrichedOrder, OrderKind } from '../order-book';
5
5
  import { EvmCall } from '../common/types/ethereum';
6
6
  import type { AccountAddress } from '../common/types/wallets';
7
- import { OrderPostingResult, QuoteAndPost, QuoteResults, QuoterParameters, SwapAdvancedSettings, TradeOptionalParameters, TraderParameters } from '../trading';
7
+ import { OrderPostingResult, QuoteAndPost, QuoteResults, QuoterParameters, SigningStepManager, SwapAdvancedSettings, TradeOptionalParameters, TraderParameters } from '../trading';
8
8
  import { Signer } from '@ethersproject/abstract-signer';
9
9
  import { JsonRpcProvider } from '@ethersproject/providers';
10
10
  export interface BridgeProviderInfo {
@@ -234,7 +234,7 @@ export interface BridgeQuoteAndPost {
234
234
  /**
235
235
  * Callback to post the swap order.
236
236
  */
237
- postSwapOrderFromQuote(advancedSettings?: SwapAdvancedSettings): Promise<OrderPostingResult>;
237
+ postSwapOrderFromQuote(advancedSettings?: SwapAdvancedSettings, signingStepManager?: SigningStepManager): Promise<OrderPostingResult>;
238
238
  }
239
239
  export interface BridgeCosts<T = bigint> {
240
240
  bridgingFee: {