Skip to content

Commit 9024a44

Browse files
committed
fix: merge appData in bridge quote
1 parent 214e902 commit 9024a44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-sdk",
3-
"version": "6.0.0-RC.34",
3+
"version": "6.0.0-RC.35",
44
"license": "(MIT OR Apache-2.0)",
55
"files": [
66
"/dist"

src/bridging/BridgingSdk/getQuoteWithBridging.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export async function getQuoteWithBridge<T extends BridgeQuoteResult>(
127127
const { result: swapResult, orderBookApi } = await tradingSdk.getQuoteResults(swapParams, {
128128
...advancedSettings,
129129
appData: {
130+
...advancedSettings?.appData,
130131
metadata: {
131132
hooks: {
132133
pre: advancedSettingsHooks?.pre,

0 commit comments

Comments
 (0)