@cowprotocol/cow-sdk 6.2.0-RC.1 → 6.2.0-RC.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.
@@ -1,4 +1,4 @@
1
- export type SupportedBridge = 'across' | 'cctp';
1
+ export type SupportedBridge = 'across' | 'cctp' | 'gnosis-native-bridge';
2
2
  export interface BungeeQuoteAPIRequest {
3
3
  userAddress: string;
4
4
  originChainId: string;
@@ -105,7 +105,8 @@ export interface BungeeQuoteAPIResponse {
105
105
  }
106
106
  export declare enum BungeeBridge {
107
107
  'Across' = "across",
108
- 'CircleCCTP' = "cctp"
108
+ 'CircleCCTP' = "cctp",
109
+ 'GnosisNative' = "gnosis-native-bridge"
109
110
  }
110
111
  export declare const BungeeBridgeNames: Record<string, BungeeBridge>;
111
112
  export interface BungeeQuote {