@0xsquid/squid-types 0.1.194 → 0.1.196
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
CHANGED
|
@@ -72,7 +72,9 @@ export interface PathAction {
|
|
|
72
72
|
}
|
|
73
73
|
export declare enum PathFeature {
|
|
74
74
|
includeCoralPaths = "1",
|
|
75
|
-
onlyCoralPaths = "2"
|
|
75
|
+
onlyCoralPaths = "2",
|
|
76
|
+
includeCoralV2Paths = "3",
|
|
77
|
+
onlyCoralV2Paths = "4"
|
|
76
78
|
}
|
|
77
79
|
export interface PathParams {
|
|
78
80
|
fromChainId: string;
|
package/dist/path/index.js
CHANGED
|
@@ -5,6 +5,8 @@ var PathFeature;
|
|
|
5
5
|
(function (PathFeature) {
|
|
6
6
|
PathFeature["includeCoralPaths"] = "1";
|
|
7
7
|
PathFeature["onlyCoralPaths"] = "2";
|
|
8
|
+
PathFeature["includeCoralV2Paths"] = "3";
|
|
9
|
+
PathFeature["onlyCoralV2Paths"] = "4";
|
|
8
10
|
// Add more features as needed
|
|
9
11
|
})(PathFeature || (exports.PathFeature = PathFeature = {}));
|
|
10
12
|
//# sourceMappingURL=index.js.map
|
package/dist/path/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/path/index.ts"],"names":[],"mappings":";;;AAuFA,IAAY,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/path/index.ts"],"names":[],"mappings":";;;AAuFA,IAAY,WAMX;AAND,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,mCAAoB,CAAA;IACpB,wCAAyB,CAAA;IACzB,qCAAsB,CAAA;IACtB,8BAA8B;AAChC,CAAC,EANW,WAAW,2BAAX,WAAW,QAMtB"}
|
package/dist/routes/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export interface RouteRequest {
|
|
|
32
32
|
customParams?: {
|
|
33
33
|
jitoTipFeeInLamports?: string;
|
|
34
34
|
};
|
|
35
|
+
overrideGasRefundAddress?: string;
|
|
35
36
|
}
|
|
36
37
|
export interface RouteRequestPopulated {
|
|
37
38
|
fromChain: ChainData;
|
|
@@ -52,6 +53,7 @@ export interface RouteRequestPopulated {
|
|
|
52
53
|
customParams?: {
|
|
53
54
|
jitoTipFeeInLamports?: string;
|
|
54
55
|
};
|
|
56
|
+
overrideGasRefundAddress?: string;
|
|
55
57
|
}
|
|
56
58
|
export interface Estimate extends Omit<Route, "actions"> {
|
|
57
59
|
actions: RouteActionResponse[];
|
package/dist/routes/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;AA+GA,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;AAsFD,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;AAiFD,IAAY,WAoBX;AApBD,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;IACf,gEAAa,CAAA;IACb,0EAAkB,CAAA;IAClB,4DAAW,CAAA;IACX,0DAAU,CAAA;IACV,oEAAe,CAAA;IACf,4DAAW,CAAA;IACX,sEAAgB,CAAA;IAChB,kEAAc,CAAA;IACd,4EAAmB,CAAA;AACrB,CAAC,EApBW,WAAW,2BAAX,WAAW,QAoBtB"}
|