@spicenet-io/spiceflow-ui 3.3.85-next.0 → 3.3.85
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.
|
@@ -16,7 +16,6 @@ export interface ResolvedExactOutputSwap {
|
|
|
16
16
|
export interface ExactOutputVenue {
|
|
17
17
|
name: string;
|
|
18
18
|
chainIds: number[];
|
|
19
|
-
preferred?: boolean;
|
|
20
19
|
resolve: (intent: ExactOutputSwapIntent, chainId: number, recipient: Address) => Promise<ResolvedExactOutputSwap | null>;
|
|
21
20
|
}
|
|
22
21
|
export interface ExactOutputRegistry {
|
package/package.json
CHANGED
|
File without changes
|