@0xsquid/squid-types 0.1.135 → 0.1.136
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/fees/index.d.ts +2 -1
- package/dist/fees/index.js +1 -0
- package/dist/fees/index.js.map +1 -1
- package/package.json +1 -1
package/dist/fees/index.d.ts
CHANGED
|
@@ -6,7 +6,8 @@ export declare enum FeeType {
|
|
|
6
6
|
INTEGRATOR_FEE = "Integrator fee",
|
|
7
7
|
CHAINFLIP_FEE = "Chainflip fee",
|
|
8
8
|
EXECUTION_FEE = "Execution fee",
|
|
9
|
-
SETTLEMENT_FEE = "Settlement fee"
|
|
9
|
+
SETTLEMENT_FEE = "Settlement fee",
|
|
10
|
+
SERVICE_FEE = "Service fee"
|
|
10
11
|
}
|
|
11
12
|
export declare enum GasCostType {
|
|
12
13
|
EXECUTE_CALL = "executeCall"
|
package/dist/fees/index.js
CHANGED
|
@@ -10,6 +10,7 @@ var FeeType;
|
|
|
10
10
|
FeeType["CHAINFLIP_FEE"] = "Chainflip fee";
|
|
11
11
|
FeeType["EXECUTION_FEE"] = "Execution fee";
|
|
12
12
|
FeeType["SETTLEMENT_FEE"] = "Settlement fee";
|
|
13
|
+
FeeType["SERVICE_FEE"] = "Service fee";
|
|
13
14
|
})(FeeType || (exports.FeeType = FeeType = {}));
|
|
14
15
|
var GasCostType;
|
|
15
16
|
(function (GasCostType) {
|
package/dist/fees/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fees/index.ts"],"names":[],"mappings":";;;AAEA,IAAY,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fees/index.ts"],"names":[],"mappings":";;;AAEA,IAAY,OASX;AATD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,gDAAqC,CAAA;IACrC,kCAAuB,CAAA;IACvB,4CAAiC,CAAA;IACjC,0CAA+B,CAAA;IAC/B,0CAA+B,CAAA;IAC/B,4CAAiC,CAAA;IACjC,sCAA2B,CAAA;AAC7B,CAAC,EATW,OAAO,uBAAP,OAAO,QASlB;AAED,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,2BAAX,WAAW,QAEtB"}
|