@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.
- package/dist/bridging/providers/bungee/BungeeApi.d.ts +1 -0
- package/dist/bridging/types.d.ts +2 -2
- package/dist/{index-30900188.js → index-ba4aa036.js} +5 -5
- package/dist/index-ba4aa036.js.map +1 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.module.js +4 -4
- package/dist/index.module.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/src/bridging/PROVIDER_README.md +5 -4
- package/dist/{utils-b896fbcb.js → utils-5a0554e7.js} +1 -1
- package/dist/{utils-b896fbcb.js.map → utils-5a0554e7.js.map} +1 -1
- package/dist/{utils-f8578eba.js → utils-6b3b66e7.js} +1 -1
- package/dist/{utils-f8578eba.js.map → utils-6b3b66e7.js.map} +1 -1
- package/dist/{utils-a099ea1c.js → utils-c9bb9a82.js} +2 -2
- package/dist/{utils-a099ea1c.js.map → utils-c9bb9a82.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-30900188.js.map +0 -1
package/dist/bridging/types.d.ts
CHANGED
|
@@ -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`
|
|
173
|
-
* and `extraGasProxyCreation` adds
|
|
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'> & {
|