We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a3ae9 commit 3f8bf6bCopy full SHA for 3f8bf6b
apps/cowswap-frontend/src/tradingSdk/bridgingSdk.ts
@@ -21,7 +21,9 @@ export const bungeeBridgeProvider = new BungeeBridgeProvider({
21
affiliate: bungeeApiBase ? bungeeAffiliateCode : undefined,
22
},
23
})
24
+
25
export const acrossBridgeProvider = new AcrossBridgeProvider()
26
27
export const nearIntentsBridgeProvider = new NearIntentsBridgeProvider()
28
29
export const bridgingSdk = new BridgingSdk({
0 commit comments