@0xsquid/squid-types 0.1.97 → 0.1.99
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/path/index.d.ts +1 -0
- package/dist/rfq/index.d.ts +18 -0
- package/dist/routes/index.d.ts +3 -0
- package/dist/routes/index.js.map +1 -1
- package/package.json +1 -1
package/dist/path/index.d.ts
CHANGED
package/dist/rfq/index.d.ts
CHANGED
|
@@ -9,3 +9,21 @@ export declare enum HubEventType {
|
|
|
9
9
|
SETTLEMENT_FILLED = "SettlementFilled",
|
|
10
10
|
SETTLEMENT_PROCESSED = "SettlementProcessed"
|
|
11
11
|
}
|
|
12
|
+
export type Order = {
|
|
13
|
+
fromAddress: string;
|
|
14
|
+
toAddress: string;
|
|
15
|
+
filler: string;
|
|
16
|
+
fromToken: string;
|
|
17
|
+
toToken: string;
|
|
18
|
+
expiry: string;
|
|
19
|
+
fromAssetType: string;
|
|
20
|
+
toAssetType: string;
|
|
21
|
+
fromAmount: string;
|
|
22
|
+
tokenId: string;
|
|
23
|
+
fillAmount: string;
|
|
24
|
+
fillTokenId: string;
|
|
25
|
+
feeRate: string;
|
|
26
|
+
fromChain: string;
|
|
27
|
+
toChain: string;
|
|
28
|
+
postHookHash: string;
|
|
29
|
+
};
|
package/dist/routes/index.d.ts
CHANGED
|
@@ -153,6 +153,8 @@ export interface LiquidityProviderDetails {
|
|
|
153
153
|
name: string;
|
|
154
154
|
logoURI?: string;
|
|
155
155
|
calls?: ChainCall[];
|
|
156
|
+
fillerAddress: string;
|
|
157
|
+
expiry: string;
|
|
156
158
|
}
|
|
157
159
|
export interface Integrator {
|
|
158
160
|
id: string;
|
|
@@ -225,6 +227,7 @@ export interface FeeDetails {
|
|
|
225
227
|
chainFeeAmount: bigint;
|
|
226
228
|
tokenFeeAmount: bigint;
|
|
227
229
|
tierFeeAmount: bigint;
|
|
230
|
+
logoURI: string;
|
|
228
231
|
}
|
|
229
232
|
export interface Hook {
|
|
230
233
|
chainType: ChainType;
|
package/dist/routes/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;AAyGA,IAAY,UAQX;AARD,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2CAA6B,CAAA;IAC7B,+BAAiB,CAAA;IACjB,yBAAW,CAAA;IACX,yBAAW,CAAA;AACb,CAAC,EARW,UAAU,0BAAV,UAAU,QAQrB;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;AAyGA,IAAY,UAQX;AARD,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2CAA6B,CAAA;IAC7B,+BAAiB,CAAA;IACjB,yBAAW,CAAA;IACX,yBAAW,CAAA;AACb,CAAC,EARW,UAAU,0BAAV,UAAU,QAQrB;AA6ED,IAAY,SAMX;AAND,WAAY,SAAS;IACnB,kCAAqB,CAAA;IACrB,sCAAyB,CAAA;IACzB,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,0BAAa,CAAA;AACf,CAAC,EANW,SAAS,yBAAT,SAAS,QAMpB;AAqFD,IAAY,WAWX;AAXD,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;IACX,yDAAU,CAAA;IACV,mEAAe,CAAA;AACjB,CAAC,EAXW,WAAW,2BAAX,WAAW,QAWtB"}
|