@hyperlane-xyz/helloworld 1.3.1 → 1.3.2

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.
Files changed (91) hide show
  1. package/dist/src/types/@hyperlane-xyz/core/index.d.ts +2 -0
  2. package/dist/src/types/@hyperlane-xyz/core/index.d.ts.map +1 -1
  3. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.d.ts +51 -0
  4. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.d.ts.map +1 -0
  5. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.js +3 -0
  6. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.js.map +1 -0
  7. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +59 -0
  8. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -0
  9. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +4 -0
  10. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -0
  11. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +43 -0
  12. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -0
  13. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +4 -0
  14. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -0
  15. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  16. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  17. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js +3 -0
  18. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  19. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts +107 -0
  20. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts.map +1 -0
  21. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.js +4 -0
  22. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.js.map +1 -0
  23. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMessageRecipient.d.ts +51 -0
  24. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMessageRecipient.d.ts.map +1 -0
  25. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMessageRecipient.js +3 -0
  26. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMessageRecipient.js.map +1 -0
  27. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.d.ts +6 -0
  28. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.d.ts.map +1 -0
  29. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.js +4 -0
  30. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.js.map +1 -0
  31. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +2 -2
  32. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -1
  33. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +0 -1
  34. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -1
  35. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +2 -2
  36. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -1
  37. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +0 -1
  38. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -1
  39. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +2 -2
  40. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -1
  41. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +0 -1
  42. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -1
  43. package/dist/src/types/factories/@hyperlane-xyz/core/index.d.ts +1 -0
  44. package/dist/src/types/factories/@hyperlane-xyz/core/index.d.ts.map +1 -1
  45. package/dist/src/types/factories/@hyperlane-xyz/core/index.js +2 -1
  46. package/dist/src/types/factories/@hyperlane-xyz/core/index.js.map +1 -1
  47. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.d.ts +19 -0
  48. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -0
  49. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.js +48 -0
  50. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.js.map +1 -0
  51. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +23 -0
  52. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
  53. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +55 -0
  54. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -0
  55. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +19 -0
  56. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -0
  57. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +31 -0
  58. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -0
  59. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  60. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  61. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js +11 -0
  62. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  63. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts +23 -0
  64. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts.map +1 -0
  65. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js +141 -0
  66. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js.map +1 -0
  67. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMessageRecipient__factory.d.ts +19 -0
  68. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMessageRecipient__factory.d.ts.map +1 -0
  69. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMessageRecipient__factory.js +43 -0
  70. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMessageRecipient__factory.js.map +1 -0
  71. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.d.ts +5 -0
  72. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.d.ts.map +1 -0
  73. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.js +37 -0
  74. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.js.map +1 -0
  75. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +2 -2
  76. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -1
  77. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +2 -0
  78. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -1
  79. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +2 -2
  80. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -1
  81. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +2 -0
  82. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -1
  83. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +2 -2
  84. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -1
  85. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +2 -0
  86. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -1
  87. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +1 -1
  88. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  89. package/dist/src/types/factories/contracts/HelloWorld__factory.js +1 -1
  90. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  91. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/factories/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/factories/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC"}
@@ -23,9 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.contracts = void 0;
26
+ exports.interfaces = exports.contracts = void 0;
27
27
  /* Autogenerated file. Do not edit manually. */
28
28
  /* tslint:disable */
29
29
  /* eslint-disable */
30
30
  exports.contracts = __importStar(require("./contracts"));
31
+ exports.interfaces = __importStar(require("./interfaces"));
31
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/factories/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,yDAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/factories/@hyperlane-xyz/core/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,yDAAyC;AACzC,2DAA2C"}
@@ -0,0 +1,19 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { IInterchainGasPaymaster, IInterchainGasPaymasterInterface } from "../../../../@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster";
4
+ export declare class IInterchainGasPaymaster__factory {
5
+ static readonly abi: {
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
11
+ name: string;
12
+ outputs: never[];
13
+ stateMutability: string;
14
+ type: string;
15
+ }[];
16
+ static createInterface(): IInterchainGasPaymasterInterface;
17
+ static connect(address: string, signerOrProvider: Signer | Provider): IInterchainGasPaymaster;
18
+ }
19
+ //# sourceMappingURL=IInterchainGasPaymaster__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainGasPaymaster__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,gCAAgC,EACjC,MAAM,oEAAoE,CAAC;AAiC5E,qBAAa,gCAAgC;IAC3C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,gCAAgC;IAG1D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,uBAAuB;CAO3B"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IInterchainGasPaymaster__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ inputs: [
11
+ {
12
+ internalType: "bytes32",
13
+ name: "_messageId",
14
+ type: "bytes32",
15
+ },
16
+ {
17
+ internalType: "uint32",
18
+ name: "_destinationDomain",
19
+ type: "uint32",
20
+ },
21
+ {
22
+ internalType: "uint256",
23
+ name: "_gas",
24
+ type: "uint256",
25
+ },
26
+ {
27
+ internalType: "address",
28
+ name: "_refundAddress",
29
+ type: "address",
30
+ },
31
+ ],
32
+ name: "payForGas",
33
+ outputs: [],
34
+ stateMutability: "payable",
35
+ type: "function",
36
+ },
37
+ ];
38
+ class IInterchainGasPaymaster__factory {
39
+ static createInterface() {
40
+ return new ethers_1.utils.Interface(_abi);
41
+ }
42
+ static connect(address, signerOrProvider) {
43
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
44
+ }
45
+ }
46
+ exports.IInterchainGasPaymaster__factory = IInterchainGasPaymaster__factory;
47
+ IInterchainGasPaymaster__factory.abi = _abi;
48
+ //# sourceMappingURL=IInterchainGasPaymaster__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainGasPaymaster__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,SAAS;QAC1B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,gCAAgC;IAE3C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAqC,CAAC;IACvE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACU,CAAC;IAC/B,CAAC;;AAdH,4EAeC;AAdiB,oCAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { IInterchainSecurityModule, IInterchainSecurityModuleInterface } from "../../../../../@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
4
+ export declare class IInterchainSecurityModule__factory {
5
+ static readonly abi: {
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
11
+ name: string;
12
+ outputs: {
13
+ internalType: string;
14
+ name: string;
15
+ type: string;
16
+ }[];
17
+ stateMutability: string;
18
+ type: string;
19
+ }[];
20
+ static createInterface(): IInterchainSecurityModuleInterface;
21
+ static connect(address: string, signerOrProvider: Signer | Provider): IInterchainSecurityModule;
22
+ }
23
+ //# sourceMappingURL=IInterchainSecurityModule__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,uGAAuG,CAAC;AAC/G,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AA0CjD,qBAAa,kCAAkC;IAC7C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kCAAkC;IAG5D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,yBAAyB;CAO7B"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.IInterchainSecurityModule__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ inputs: [],
9
+ name: "moduleType",
10
+ outputs: [
11
+ {
12
+ internalType: "uint8",
13
+ name: "",
14
+ type: "uint8",
15
+ },
16
+ ],
17
+ stateMutability: "view",
18
+ type: "function",
19
+ },
20
+ {
21
+ inputs: [
22
+ {
23
+ internalType: "bytes",
24
+ name: "_metadata",
25
+ type: "bytes",
26
+ },
27
+ {
28
+ internalType: "bytes",
29
+ name: "_message",
30
+ type: "bytes",
31
+ },
32
+ ],
33
+ name: "verify",
34
+ outputs: [
35
+ {
36
+ internalType: "bool",
37
+ name: "",
38
+ type: "bool",
39
+ },
40
+ ],
41
+ stateMutability: "nonpayable",
42
+ type: "function",
43
+ },
44
+ ];
45
+ class IInterchainSecurityModule__factory {
46
+ static createInterface() {
47
+ return new ethers_1.utils.Interface(_abi);
48
+ }
49
+ static connect(address, signerOrProvider) {
50
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
51
+ }
52
+ }
53
+ exports.IInterchainSecurityModule__factory = IInterchainSecurityModule__factory;
54
+ IInterchainSecurityModule__factory.abi = _abi;
55
+ //# sourceMappingURL=IInterchainSecurityModule__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;aACd;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;aACd;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,kCAAkC;IAE7C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAuC,CAAC;IACzE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACY,CAAC;IACjC,CAAC;;AAdH,gFAeC;AAdiB,sCAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { ISpecifiesInterchainSecurityModule, ISpecifiesInterchainSecurityModuleInterface } from "../../../../../@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
4
+ export declare class ISpecifiesInterchainSecurityModule__factory {
5
+ static readonly abi: {
6
+ inputs: never[];
7
+ name: string;
8
+ outputs: {
9
+ internalType: string;
10
+ name: string;
11
+ type: string;
12
+ }[];
13
+ stateMutability: string;
14
+ type: string;
15
+ }[];
16
+ static createInterface(): ISpecifiesInterchainSecurityModuleInterface;
17
+ static connect(address: string, signerOrProvider: Signer | Provider): ISpecifiesInterchainSecurityModule;
18
+ }
19
+ //# sourceMappingURL=ISpecifiesInterchainSecurityModule__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,kCAAkC,EAClC,2CAA2C,EAC5C,MAAM,gHAAgH,CAAC;AACxH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAkBjD,qBAAa,2CAA2C;IACtD,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,2CAA2C;IAKrE,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,kCAAkC;CAOtC"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ISpecifiesInterchainSecurityModule__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ inputs: [],
9
+ name: "interchainSecurityModule",
10
+ outputs: [
11
+ {
12
+ internalType: "contract IInterchainSecurityModule",
13
+ name: "",
14
+ type: "address",
15
+ },
16
+ ],
17
+ stateMutability: "view",
18
+ type: "function",
19
+ },
20
+ ];
21
+ class ISpecifiesInterchainSecurityModule__factory {
22
+ static createInterface() {
23
+ return new ethers_1.utils.Interface(_abi);
24
+ }
25
+ static connect(address, signerOrProvider) {
26
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
27
+ }
28
+ }
29
+ exports.ISpecifiesInterchainSecurityModule__factory = ISpecifiesInterchainSecurityModule__factory;
30
+ ISpecifiesInterchainSecurityModule__factory.abi = _abi;
31
+ //# sourceMappingURL=ISpecifiesInterchainSecurityModule__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,0BAA0B;QAChC,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,oCAAoC;gBAClD,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,2CAA2C;IAEtD,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CACxB,IAAI,CAC0C,CAAC;IACnD,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACqB,CAAC;IAC1C,CAAC;;AAhBH,kGAiBC;AAhBiB,+CAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { IInterchainSecurityModule__factory } from "./IInterchainSecurityModule__factory";
2
+ export { ISpecifiesInterchainSecurityModule__factory } from "./ISpecifiesInterchainSecurityModule__factory";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ISpecifiesInterchainSecurityModule__factory = exports.IInterchainSecurityModule__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var IInterchainSecurityModule__factory_1 = require("./IInterchainSecurityModule__factory");
8
+ Object.defineProperty(exports, "IInterchainSecurityModule__factory", { enumerable: true, get: function () { return IInterchainSecurityModule__factory_1.IInterchainSecurityModule__factory; } });
9
+ var ISpecifiesInterchainSecurityModule__factory_1 = require("./ISpecifiesInterchainSecurityModule__factory");
10
+ Object.defineProperty(exports, "ISpecifiesInterchainSecurityModule__factory", { enumerable: true, get: function () { return ISpecifiesInterchainSecurityModule__factory_1.ISpecifiesInterchainSecurityModule__factory; } });
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,2FAA0F;AAAjF,wJAAA,kCAAkC,OAAA;AAC3C,6GAA4G;AAAnG,0KAAA,2CAA2C,OAAA"}
@@ -0,0 +1,23 @@
1
+ import type { IMailbox, IMailboxInterface } from "../../../../@hyperlane-xyz/core/interfaces/IMailbox";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
4
+ export declare class IMailbox__factory {
5
+ static readonly abi: {
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
11
+ name: string;
12
+ outputs: {
13
+ internalType: string;
14
+ name: string;
15
+ type: string;
16
+ }[];
17
+ stateMutability: string;
18
+ type: string;
19
+ }[];
20
+ static createInterface(): IMailboxInterface;
21
+ static connect(address: string, signerOrProvider: Signer | Provider): IMailbox;
22
+ }
23
+ //# sourceMappingURL=IMailbox__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMailbox__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,qDAAqD,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAgIjD,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,iBAAiB;IAG3C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,QAAQ;CAGZ"}
@@ -0,0 +1,141 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.IMailbox__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ inputs: [],
9
+ name: "count",
10
+ outputs: [
11
+ {
12
+ internalType: "uint32",
13
+ name: "",
14
+ type: "uint32",
15
+ },
16
+ ],
17
+ stateMutability: "view",
18
+ type: "function",
19
+ },
20
+ {
21
+ inputs: [
22
+ {
23
+ internalType: "uint32",
24
+ name: "_destinationDomain",
25
+ type: "uint32",
26
+ },
27
+ {
28
+ internalType: "bytes32",
29
+ name: "_recipientAddress",
30
+ type: "bytes32",
31
+ },
32
+ {
33
+ internalType: "bytes",
34
+ name: "_messageBody",
35
+ type: "bytes",
36
+ },
37
+ ],
38
+ name: "dispatch",
39
+ outputs: [
40
+ {
41
+ internalType: "bytes32",
42
+ name: "",
43
+ type: "bytes32",
44
+ },
45
+ ],
46
+ stateMutability: "nonpayable",
47
+ type: "function",
48
+ },
49
+ {
50
+ inputs: [],
51
+ name: "latestCheckpoint",
52
+ outputs: [
53
+ {
54
+ internalType: "bytes32",
55
+ name: "",
56
+ type: "bytes32",
57
+ },
58
+ {
59
+ internalType: "uint32",
60
+ name: "",
61
+ type: "uint32",
62
+ },
63
+ ],
64
+ stateMutability: "view",
65
+ type: "function",
66
+ },
67
+ {
68
+ inputs: [],
69
+ name: "localDomain",
70
+ outputs: [
71
+ {
72
+ internalType: "uint32",
73
+ name: "",
74
+ type: "uint32",
75
+ },
76
+ ],
77
+ stateMutability: "view",
78
+ type: "function",
79
+ },
80
+ {
81
+ inputs: [
82
+ {
83
+ internalType: "bytes",
84
+ name: "_metadata",
85
+ type: "bytes",
86
+ },
87
+ {
88
+ internalType: "bytes",
89
+ name: "_message",
90
+ type: "bytes",
91
+ },
92
+ ],
93
+ name: "process",
94
+ outputs: [],
95
+ stateMutability: "nonpayable",
96
+ type: "function",
97
+ },
98
+ {
99
+ inputs: [
100
+ {
101
+ internalType: "address",
102
+ name: "_recipient",
103
+ type: "address",
104
+ },
105
+ ],
106
+ name: "recipientIsm",
107
+ outputs: [
108
+ {
109
+ internalType: "contract IInterchainSecurityModule",
110
+ name: "",
111
+ type: "address",
112
+ },
113
+ ],
114
+ stateMutability: "view",
115
+ type: "function",
116
+ },
117
+ {
118
+ inputs: [],
119
+ name: "root",
120
+ outputs: [
121
+ {
122
+ internalType: "bytes32",
123
+ name: "",
124
+ type: "bytes32",
125
+ },
126
+ ],
127
+ stateMutability: "view",
128
+ type: "function",
129
+ },
130
+ ];
131
+ class IMailbox__factory {
132
+ static createInterface() {
133
+ return new ethers_1.utils.Interface(_abi);
134
+ }
135
+ static connect(address, signerOrProvider) {
136
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
137
+ }
138
+ }
139
+ exports.IMailbox__factory = IMailbox__factory;
140
+ IMailbox__factory.abi = _abi;
141
+ //# sourceMappingURL=IMailbox__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMailbox__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { IMessageRecipient, IMessageRecipientInterface } from "../../../../@hyperlane-xyz/core/interfaces/IMessageRecipient";
4
+ export declare class IMessageRecipient__factory {
5
+ static readonly abi: {
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
11
+ name: string;
12
+ outputs: never[];
13
+ stateMutability: string;
14
+ type: string;
15
+ }[];
16
+ static createInterface(): IMessageRecipientInterface;
17
+ static connect(address: string, signerOrProvider: Signer | Provider): IMessageRecipient;
18
+ }
19
+ //# sourceMappingURL=IMessageRecipient__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMessageRecipient__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IMessageRecipient__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,iBAAiB,EACjB,0BAA0B,EAC3B,MAAM,8DAA8D,CAAC;AA4BtE,qBAAa,0BAA0B;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,0BAA0B;IAGpD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,iBAAiB;CAGrB"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IMessageRecipient__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ inputs: [
11
+ {
12
+ internalType: "uint32",
13
+ name: "_origin",
14
+ type: "uint32",
15
+ },
16
+ {
17
+ internalType: "bytes32",
18
+ name: "_sender",
19
+ type: "bytes32",
20
+ },
21
+ {
22
+ internalType: "bytes",
23
+ name: "_message",
24
+ type: "bytes",
25
+ },
26
+ ],
27
+ name: "handle",
28
+ outputs: [],
29
+ stateMutability: "nonpayable",
30
+ type: "function",
31
+ },
32
+ ];
33
+ class IMessageRecipient__factory {
34
+ static createInterface() {
35
+ return new ethers_1.utils.Interface(_abi);
36
+ }
37
+ static connect(address, signerOrProvider) {
38
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
39
+ }
40
+ }
41
+ exports.IMessageRecipient__factory = IMessageRecipient__factory;
42
+ IMessageRecipient__factory.abi = _abi;
43
+ //# sourceMappingURL=IMessageRecipient__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMessageRecipient__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IMessageRecipient__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,0BAA0B;IAErC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAA+B,CAAC;IACjE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAsB,CAAC;IAC5E,CAAC;;AAVH,gEAWC;AAViB,8BAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * as iInterchainSecurityModuleSol from "./IInterchainSecurityModule.sol";
2
+ export { IInterchainGasPaymaster__factory } from "./IInterchainGasPaymaster__factory";
3
+ export { IMailbox__factory } from "./IMailbox__factory";
4
+ export { IMessageRecipient__factory } from "./IMessageRecipient__factory";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,4BAA4B,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AACtF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.IMessageRecipient__factory = exports.IMailbox__factory = exports.IInterchainGasPaymaster__factory = exports.iInterchainSecurityModuleSol = void 0;
27
+ /* Autogenerated file. Do not edit manually. */
28
+ /* tslint:disable */
29
+ /* eslint-disable */
30
+ exports.iInterchainSecurityModuleSol = __importStar(require("./IInterchainSecurityModule.sol"));
31
+ var IInterchainGasPaymaster__factory_1 = require("./IInterchainGasPaymaster__factory");
32
+ Object.defineProperty(exports, "IInterchainGasPaymaster__factory", { enumerable: true, get: function () { return IInterchainGasPaymaster__factory_1.IInterchainGasPaymaster__factory; } });
33
+ var IMailbox__factory_1 = require("./IMailbox__factory");
34
+ Object.defineProperty(exports, "IMailbox__factory", { enumerable: true, get: function () { return IMailbox__factory_1.IMailbox__factory; } });
35
+ var IMessageRecipient__factory_1 = require("./IMessageRecipient__factory");
36
+ Object.defineProperty(exports, "IMessageRecipient__factory", { enumerable: true, get: function () { return IMessageRecipient__factory_1.IMessageRecipient__factory; } });
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,gGAAgF;AAChF,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA;AACzC,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2EAA0E;AAAjE,wIAAA,0BAA0B,OAAA"}
@@ -1,6 +1,6 @@
1
- import type { OwnableUpgradeable, OwnableUpgradeableInterface } from "../../../../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable";
2
- import type { Provider } from "@ethersproject/providers";
3
1
  import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { OwnableUpgradeable, OwnableUpgradeableInterface } from "../../../../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable";
4
4
  export declare class OwnableUpgradeable__factory {
5
5
  static readonly abi: ({
6
6
  anonymous: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"OwnableUpgradeable__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,2EAA2E,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAsEjD,qBAAa,2BAA2B;IACtC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,2BAA2B;IAGrD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,kBAAkB;CAGtB"}
1
+ {"version":3,"file":"OwnableUpgradeable__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,2EAA2E,CAAC;AAsEnF,qBAAa,2BAA2B;IACtC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,2BAA2B;IAGrD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,kBAAkB;CAGtB"}
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  /* Autogenerated file. Do not edit manually. */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
3
5
  Object.defineProperty(exports, "__esModule", { value: true });
4
6
  exports.OwnableUpgradeable__factory = void 0;
5
7
  const ethers_1 = require("ethers");
@@ -1 +1 @@
1
- {"version":3,"file":"OwnableUpgradeable__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,OAAO;KACd;IACD;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,sBAAsB;QAC5B,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,OAAO;QACb,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,2BAA2B;IAEtC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAgC,CAAC;IAClE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAuB,CAAC;IAC7E,CAAC;;AAVH,kEAWC;AAViB,+BAAG,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"OwnableUpgradeable__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,OAAO;KACd;IACD;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,sBAAsB;QAC5B,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,OAAO;QACb,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,2BAA2B;IAEtC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAgC,CAAC;IAClE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAuB,CAAC;IAC7E,CAAC;;AAVH,kEAWC;AAViB,+BAAG,GAAG,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
- import type { Initializable, InitializableInterface } from "../../../../../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable";
2
- import type { Provider } from "@ethersproject/providers";
3
1
  import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { Initializable, InitializableInterface } from "../../../../../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable";
4
4
  export declare class Initializable__factory {
5
5
  static readonly abi: {
6
6
  anonymous: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Initializable__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,aAAa,EACb,sBAAsB,EACvB,MAAM,8EAA8E,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAkBjD,qBAAa,sBAAsB;IACjC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,sBAAsB;IAGhD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,aAAa;CAGjB"}
1
+ {"version":3,"file":"Initializable__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,aAAa,EACb,sBAAsB,EACvB,MAAM,8EAA8E,CAAC;AAkBtF,qBAAa,sBAAsB;IACjC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,sBAAsB;IAGhD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,aAAa;CAGjB"}