@0xsquid/squid-types 0.1.104 → 0.1.106

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.
@@ -0,0 +1,13 @@
1
+ export interface FeeData {
2
+ lastBaseFeePerGas?: string;
3
+ maxFeePerGas?: string;
4
+ maxPriorityFeePerGas?: string;
5
+ gasPrice: string;
6
+ }
7
+ export interface AxelarFeeData {
8
+ baseFee: string;
9
+ expressFee: string;
10
+ executeMultiplier: string;
11
+ expressMultiplier: string;
12
+ expressSupported: boolean;
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gas/index.ts"],"names":[],"mappings":""}
package/dist/index.d.ts CHANGED
@@ -12,3 +12,4 @@ export * from "./wrappers";
12
12
  export * from "./path";
13
13
  export * from "./compliance";
14
14
  export * from "./rfq";
15
+ export * from "./gas";
package/dist/index.js CHANGED
@@ -28,4 +28,5 @@ __exportStar(require("./wrappers"), exports);
28
28
  __exportStar(require("./path"), exports);
29
29
  __exportStar(require("./compliance"), exports);
30
30
  __exportStar(require("./rfq"), exports);
31
+ __exportStar(require("./gas"), exports);
31
32
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B;AAC1B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,6CAA2B;AAC3B,yCAAuB;AACvB,+CAA6B;AAC7B,wCAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B;AAC1B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,6CAA2B;AAC3B,yCAAuB;AACvB,+CAA6B;AAC7B,wCAAsB;AACtB,wCAAsB"}
@@ -20,6 +20,7 @@ export interface SquidData {
20
20
  maxFeePerGas?: string;
21
21
  maxPriorityFeePerGas?: string;
22
22
  requestId?: string;
23
+ expiry?: string;
23
24
  }
24
25
  export type ChainCall = EvmContractCall | CosmosCall;
25
26
  export interface EvmContractCall {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/squid/index.ts"],"names":[],"mappings":";;;AAGA,IAAY,cASX;AATD,WAAY,cAAc;IACxB,uDAAqC,CAAA;IACrC,6CAA2B,CAAA;IAC3B,6CAA2B,CAAA;IAC3B,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,6CAA2B,CAAA;IAC3B,6BAAW,CAAA;IACX,mEAAiD,CAAA;AACnD,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AA6BD,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,+EAAuB,CAAA;IACvB,mFAAyB,CAAA;AAC3B,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAsBD,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,6DAAS,CAAA;IACT,mEAAY,CAAA;IACZ,iDAAG,CAAA;IACH,iDAAG,CAAA;IACH,mDAAI,CAAA;AACN,CAAC,EANW,cAAc,8BAAd,cAAc,QAMzB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/squid/index.ts"],"names":[],"mappings":";;;AAGA,IAAY,cASX;AATD,WAAY,cAAc;IACxB,uDAAqC,CAAA;IACrC,6CAA2B,CAAA;IAC3B,6CAA2B,CAAA;IAC3B,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,6CAA2B,CAAA;IAC3B,6BAAW,CAAA;IACX,mEAAiD,CAAA;AACnD,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AA8BD,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,+EAAuB,CAAA;IACvB,mFAAyB,CAAA;AAC3B,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAsBD,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,6DAAS,CAAA;IACT,mEAAY,CAAA;IACZ,iDAAG,CAAA;IACH,iDAAG,CAAA;IACH,mDAAI,CAAA;AACN,CAAC,EANW,cAAc,8BAAd,cAAc,QAMzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/squid-types",
3
- "version": "0.1.104",
3
+ "version": "0.1.106",
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",