Skip to content

Commit 3f8bf6b

Browse files
authored
fix(bridge): capture surplus by Near intents provider (#6582)
1 parent f6a3ae9 commit 3f8bf6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/cowswap-frontend/src/tradingSdk/bridgingSdk.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export const bungeeBridgeProvider = new BungeeBridgeProvider({
2121
affiliate: bungeeApiBase ? bungeeAffiliateCode : undefined,
2222
},
2323
})
24+
2425
export const acrossBridgeProvider = new AcrossBridgeProvider()
26+
2527
export const nearIntentsBridgeProvider = new NearIntentsBridgeProvider()
2628

2729
export const bridgingSdk = new BridgingSdk({

0 commit comments

Comments
 (0)