@cowprotocol/cow-sdk 6.3.2-RC.1 → 6.3.2

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.
@@ -8,6 +8,7 @@ export interface BungeeApiOptions {
8
8
  eventsApiBaseUrl?: string;
9
9
  acrossApiBaseUrl?: string;
10
10
  includeBridges?: SupportedBridge[];
11
+ affiliate?: string;
11
12
  }
12
13
  interface IntermediateTokensParams {
13
14
  fromChainId: SupportedChainId;
@@ -169,8 +169,8 @@ export interface BridgeProvider<Q extends BridgeQuoteResult> {
169
169
  * 2. The final amount could affect hook gas costs
170
170
  *
171
171
  * By estimating gas costs independently, we can resolve this dependency cycle.
172
- * For some providers, the `extraGas` flag adds a 150,000 gas‐unit buffer to the hook
173
- * and `extraGasProxyCreation` adds 360,000 gas‐unit buffer for the proxy creation
172
+ * For some providers, the `extraGas` parameter adds additional gas‐unit buffer to the hook
173
+ * and `extraGasProxyCreation` parameter adds additional gas‐unit buffer for the proxy creation
174
174
  * (see DEFAULT_EXTRA_GAS_FOR_HOOK_ESTIMATION and DEFAULT_EXTRA_GAS_PROXY_CREATION).
175
175
  */
176
176
  getGasLimitEstimationForHook(request: Omit<QuoteBridgeRequest, 'amount'> & {