@0xsquid/squid-types 0.1.73 → 0.1.75

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.
@@ -100,6 +100,9 @@ export interface WrapDetails {
100
100
  direction: WrapDirection;
101
101
  calls: ChainCall[];
102
102
  custom?: Record<string, any>;
103
+ logoURI?: string;
104
+ name?: string;
105
+ provider?: string;
103
106
  }
104
107
  export interface _SwapDetails extends Omit<SwapDetails, "dex"> {
105
108
  dex: DexName;
@@ -122,16 +125,21 @@ export interface SwapDetails {
122
125
  exchangeProvider?: string;
123
126
  address?: string;
124
127
  custom?: Record<string, any>;
128
+ logoURI?: string;
129
+ provider?: string;
125
130
  }
126
131
  export interface BridgeDetails {
127
132
  target: string;
128
133
  provider: string;
129
134
  type: BridgeType;
130
135
  name: string;
136
+ logoURI?: string;
131
137
  calls?: ChainCall[];
132
138
  }
133
139
  export interface CustomCallDetails {
134
140
  name: string;
141
+ logoURI?: string;
142
+ provider?: string;
135
143
  calls: ChainCall[];
136
144
  }
137
145
  export interface Hook {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;AA6FA,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2CAA6B,CAAA;IAC7B,+BAAiB,CAAA;AACnB,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB;AAkED,IAAY,WASX;AATD,WAAY,WAAW;IACrB,yDAAU,CAAA;IACV,mEAAe,CAAA;IACf,+DAAa,CAAA;IACb,qDAAQ,CAAA;IACR,+DAAa,CAAA;IACb,yEAAkB,CAAA;IAClB,qEAAgB,CAAA;IAChB,2DAAW,CAAA;AACb,CAAC,EATW,WAAW,2BAAX,WAAW,QAStB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;AA6FA,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2CAA6B,CAAA;IAC7B,+BAAiB,CAAA;AACnB,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB;AA0ED,IAAY,WASX;AATD,WAAY,WAAW;IACrB,yDAAU,CAAA;IACV,mEAAe,CAAA;IACf,+DAAa,CAAA;IACb,qDAAQ,CAAA;IACR,+DAAa,CAAA;IACb,yEAAkB,CAAA;IAClB,qEAAgB,CAAA;IAChB,2DAAW,CAAA;AACb,CAAC,EATW,WAAW,2BAAX,WAAW,QAStB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/squid-types",
3
- "version": "0.1.73",
3
+ "version": "0.1.75",
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",