@0xsquid/squid-types 0.1.62 → 0.1.63

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.
@@ -1,8 +1,9 @@
1
1
  import { Token } from "../tokens";
2
2
  export declare enum FeeType {
3
- AXELAR_FEE = "Axelar Fee",
4
- GAS_RECEIVER_FEE = "Gas Receiver Fee",
5
- EXPRESS_FEE = "Express Fee"
3
+ AXELAR_FEE = "Axelar fee",
4
+ GAS_RECEIVER_FEE = "Gas receiver fee",
5
+ BOOST_FEE = "Boost fee",
6
+ INTEGRATOR_FEE = "Integrator fee"
6
7
  }
7
8
  export declare enum GasCostType {
8
9
  EXECUTE_CALL = "executeCall"
@@ -3,9 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GasCostType = exports.FeeType = void 0;
4
4
  var FeeType;
5
5
  (function (FeeType) {
6
- FeeType["AXELAR_FEE"] = "Axelar Fee";
7
- FeeType["GAS_RECEIVER_FEE"] = "Gas Receiver Fee";
8
- FeeType["EXPRESS_FEE"] = "Express Fee";
6
+ FeeType["AXELAR_FEE"] = "Axelar fee";
7
+ FeeType["GAS_RECEIVER_FEE"] = "Gas receiver fee";
8
+ FeeType["BOOST_FEE"] = "Boost fee";
9
+ FeeType["INTEGRATOR_FEE"] = "Integrator fee";
9
10
  })(FeeType || (exports.FeeType = FeeType = {}));
10
11
  var GasCostType;
11
12
  (function (GasCostType) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fees/index.ts"],"names":[],"mappings":";;;AAEA,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,gDAAqC,CAAA;IACrC,sCAA2B,CAAA;AAC7B,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB;AAED,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,2BAAX,WAAW,QAEtB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fees/index.ts"],"names":[],"mappings":";;;AAEA,IAAY,OAKX;AALD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,gDAAqC,CAAA;IACrC,kCAAuB,CAAA;IACvB,4CAAiC,CAAA;AACnC,CAAC,EALW,OAAO,uBAAP,OAAO,QAKlB;AAED,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,2BAAX,WAAW,QAEtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/squid-types",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
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",