@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.
package/dist/routes/index.d.ts
CHANGED
|
@@ -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 {
|
package/dist/routes/index.js.map
CHANGED
|
@@ -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;
|
|
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"}
|