@0xsquid/squid-types 0.1.70 → 0.1.71

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.
@@ -80,7 +80,7 @@ export interface RouteActionResponse extends Omit<RouteAction, "fromChain" | "to
80
80
  export interface RouteAction extends QuoteAction {
81
81
  provider?: string;
82
82
  description?: string;
83
- iconURI?: string;
83
+ logoURI?: string;
84
84
  data: SwapDetails | WrapDetails | BridgeDetails | CustomCallDetails;
85
85
  }
86
86
  export declare enum ActionType {
@@ -140,7 +140,7 @@ export interface Hook {
140
140
  fundToken: string;
141
141
  calls: ChainCall[];
142
142
  description: string;
143
- iconURI: string;
143
+ logoURI: string;
144
144
  provider: string;
145
145
  }
146
146
  export interface FallbackAddress {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/squid-types",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "JS and TS types relating to 0xsquid related projects.",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",