@hyperlane-xyz/helloworld 1.0.0-beta3 → 1.0.0-beta7

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 (132) hide show
  1. package/LICENSE.md +195 -0
  2. package/contracts/HelloWorld.sol +7 -38
  3. package/contracts/flattened.sol +2593 -0
  4. package/dist/src/scripts/check.js +1 -1
  5. package/dist/src/scripts/check.js.map +1 -1
  6. package/dist/src/scripts/deploy.js +1 -1
  7. package/dist/src/scripts/deploy.js.map +1 -1
  8. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +9 -1
  9. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -1
  10. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts +9 -1
  11. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts.map +1 -1
  12. package/dist/src/types/contracts/HelloWorld.d.ts +1 -38
  13. package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
  14. package/dist/src/types/contracts/flattened.sol/ContextUpgradeable.d.ts +40 -0
  15. package/dist/src/types/contracts/flattened.sol/ContextUpgradeable.d.ts.map +1 -0
  16. package/dist/src/types/contracts/flattened.sol/ContextUpgradeable.js +4 -0
  17. package/dist/src/types/contracts/flattened.sol/ContextUpgradeable.js.map +1 -0
  18. package/dist/src/types/contracts/flattened.sol/HelloWorld.d.ts +359 -0
  19. package/dist/src/types/contracts/flattened.sol/HelloWorld.d.ts.map +1 -0
  20. package/dist/src/types/contracts/flattened.sol/HelloWorld.js +4 -0
  21. package/dist/src/types/contracts/flattened.sol/HelloWorld.js.map +1 -0
  22. package/dist/src/types/contracts/flattened.sol/HyperlaneConnectionClient.d.ts +202 -0
  23. package/dist/src/types/contracts/flattened.sol/HyperlaneConnectionClient.d.ts.map +1 -0
  24. package/dist/src/types/contracts/flattened.sol/HyperlaneConnectionClient.js +4 -0
  25. package/dist/src/types/contracts/flattened.sol/HyperlaneConnectionClient.js.map +1 -0
  26. package/dist/src/types/contracts/flattened.sol/IInterchainGasPaymaster.d.ts +51 -0
  27. package/dist/src/types/contracts/flattened.sol/IInterchainGasPaymaster.d.ts.map +1 -0
  28. package/dist/src/types/contracts/flattened.sol/IInterchainGasPaymaster.js +4 -0
  29. package/dist/src/types/contracts/flattened.sol/IInterchainGasPaymaster.js.map +1 -0
  30. package/dist/src/types/contracts/flattened.sol/IInterchainSecurityModule.d.ts +59 -0
  31. package/dist/src/types/contracts/flattened.sol/IInterchainSecurityModule.d.ts.map +1 -0
  32. package/dist/src/types/contracts/flattened.sol/IInterchainSecurityModule.js +4 -0
  33. package/dist/src/types/contracts/flattened.sol/IInterchainSecurityModule.js.map +1 -0
  34. package/dist/src/types/contracts/flattened.sol/IMailbox.d.ts +107 -0
  35. package/dist/src/types/contracts/flattened.sol/IMailbox.d.ts.map +1 -0
  36. package/dist/src/types/contracts/flattened.sol/IMailbox.js +4 -0
  37. package/dist/src/types/contracts/flattened.sol/IMailbox.js.map +1 -0
  38. package/dist/src/types/contracts/flattened.sol/IMessageRecipient.d.ts +51 -0
  39. package/dist/src/types/contracts/flattened.sol/IMessageRecipient.d.ts.map +1 -0
  40. package/dist/src/types/contracts/flattened.sol/IMessageRecipient.js +4 -0
  41. package/dist/src/types/contracts/flattened.sol/IMessageRecipient.js.map +1 -0
  42. package/dist/src/types/contracts/flattened.sol/ISpecifiesInterchainSecurityModule.d.ts +43 -0
  43. package/dist/src/types/contracts/flattened.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -0
  44. package/dist/src/types/contracts/flattened.sol/ISpecifiesInterchainSecurityModule.js +4 -0
  45. package/dist/src/types/contracts/flattened.sol/ISpecifiesInterchainSecurityModule.js.map +1 -0
  46. package/dist/src/types/contracts/flattened.sol/Initializable.d.ts +40 -0
  47. package/dist/src/types/contracts/flattened.sol/Initializable.d.ts.map +1 -0
  48. package/dist/src/types/contracts/flattened.sol/Initializable.js +4 -0
  49. package/dist/src/types/contracts/flattened.sol/Initializable.js.map +1 -0
  50. package/dist/src/types/contracts/flattened.sol/OwnableUpgradeable.d.ts +99 -0
  51. package/dist/src/types/contracts/flattened.sol/OwnableUpgradeable.d.ts.map +1 -0
  52. package/dist/src/types/contracts/flattened.sol/OwnableUpgradeable.js +4 -0
  53. package/dist/src/types/contracts/flattened.sol/OwnableUpgradeable.js.map +1 -0
  54. package/dist/src/types/contracts/flattened.sol/Router.d.ts +279 -0
  55. package/dist/src/types/contracts/flattened.sol/Router.d.ts.map +1 -0
  56. package/dist/src/types/contracts/flattened.sol/Router.js +4 -0
  57. package/dist/src/types/contracts/flattened.sol/Router.js.map +1 -0
  58. package/dist/src/types/contracts/flattened.sol/index.d.ts +12 -0
  59. package/dist/src/types/contracts/flattened.sol/index.d.ts.map +1 -0
  60. package/dist/src/types/contracts/flattened.sol/index.js +3 -0
  61. package/dist/src/types/contracts/flattened.sol/index.js.map +1 -0
  62. package/dist/src/types/contracts/index.d.ts +2 -0
  63. package/dist/src/types/contracts/index.d.ts.map +1 -1
  64. package/dist/src/types/contracts/index.js +1 -0
  65. package/dist/src/types/contracts/index.js.map +1 -1
  66. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -1
  67. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +13 -0
  68. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -1
  69. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts.map +1 -1
  70. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js +19 -0
  71. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js.map +1 -1
  72. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +1 -1
  73. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  74. package/dist/src/types/factories/contracts/HelloWorld__factory.js +1 -57
  75. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  76. package/dist/src/types/factories/contracts/flattened.sol/ContextUpgradeable__factory.d.ts +19 -0
  77. package/dist/src/types/factories/contracts/flattened.sol/ContextUpgradeable__factory.d.ts.map +1 -0
  78. package/dist/src/types/factories/contracts/flattened.sol/ContextUpgradeable__factory.js +31 -0
  79. package/dist/src/types/factories/contracts/flattened.sol/ContextUpgradeable__factory.js.map +1 -0
  80. package/dist/src/types/factories/contracts/flattened.sol/HelloWorld__factory.d.ts +59 -0
  81. package/dist/src/types/factories/contracts/flattened.sol/HelloWorld__factory.d.ts.map +1 -0
  82. package/dist/src/types/factories/contracts/flattened.sol/HelloWorld__factory.js +487 -0
  83. package/dist/src/types/factories/contracts/flattened.sol/HelloWorld__factory.js.map +1 -0
  84. package/dist/src/types/factories/contracts/flattened.sol/HyperlaneConnectionClient__factory.d.ts +43 -0
  85. package/dist/src/types/factories/contracts/flattened.sol/HyperlaneConnectionClient__factory.d.ts.map +1 -0
  86. package/dist/src/types/factories/contracts/flattened.sol/HyperlaneConnectionClient__factory.js +200 -0
  87. package/dist/src/types/factories/contracts/flattened.sol/HyperlaneConnectionClient__factory.js.map +1 -0
  88. package/dist/src/types/factories/contracts/flattened.sol/IInterchainGasPaymaster__factory.d.ts +19 -0
  89. package/dist/src/types/factories/contracts/flattened.sol/IInterchainGasPaymaster__factory.d.ts.map +1 -0
  90. package/dist/src/types/factories/contracts/flattened.sol/IInterchainGasPaymaster__factory.js +46 -0
  91. package/dist/src/types/factories/contracts/flattened.sol/IInterchainGasPaymaster__factory.js.map +1 -0
  92. package/dist/src/types/factories/contracts/flattened.sol/IInterchainSecurityModule__factory.d.ts +23 -0
  93. package/dist/src/types/factories/contracts/flattened.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
  94. package/dist/src/types/factories/contracts/flattened.sol/IInterchainSecurityModule__factory.js +55 -0
  95. package/dist/src/types/factories/contracts/flattened.sol/IInterchainSecurityModule__factory.js.map +1 -0
  96. package/dist/src/types/factories/contracts/flattened.sol/IMailbox__factory.d.ts +23 -0
  97. package/dist/src/types/factories/contracts/flattened.sol/IMailbox__factory.d.ts.map +1 -0
  98. package/dist/src/types/factories/contracts/flattened.sol/IMailbox__factory.js +141 -0
  99. package/dist/src/types/factories/contracts/flattened.sol/IMailbox__factory.js.map +1 -0
  100. package/dist/src/types/factories/contracts/flattened.sol/IMessageRecipient__factory.d.ts +19 -0
  101. package/dist/src/types/factories/contracts/flattened.sol/IMessageRecipient__factory.d.ts.map +1 -0
  102. package/dist/src/types/factories/contracts/flattened.sol/IMessageRecipient__factory.js +41 -0
  103. package/dist/src/types/factories/contracts/flattened.sol/IMessageRecipient__factory.js.map +1 -0
  104. package/dist/src/types/factories/contracts/flattened.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +19 -0
  105. package/dist/src/types/factories/contracts/flattened.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -0
  106. package/dist/src/types/factories/contracts/flattened.sol/ISpecifiesInterchainSecurityModule__factory.js +31 -0
  107. package/dist/src/types/factories/contracts/flattened.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -0
  108. package/dist/src/types/factories/contracts/flattened.sol/Initializable__factory.d.ts +19 -0
  109. package/dist/src/types/factories/contracts/flattened.sol/Initializable__factory.d.ts.map +1 -0
  110. package/dist/src/types/factories/contracts/flattened.sol/Initializable__factory.js +31 -0
  111. package/dist/src/types/factories/contracts/flattened.sol/Initializable__factory.js.map +1 -0
  112. package/dist/src/types/factories/contracts/flattened.sol/OwnableUpgradeable__factory.d.ts +43 -0
  113. package/dist/src/types/factories/contracts/flattened.sol/OwnableUpgradeable__factory.d.ts.map +1 -0
  114. package/dist/src/types/factories/contracts/flattened.sol/OwnableUpgradeable__factory.js +83 -0
  115. package/dist/src/types/factories/contracts/flattened.sol/OwnableUpgradeable__factory.js.map +1 -0
  116. package/dist/src/types/factories/contracts/flattened.sol/Router__factory.d.ts +36 -0
  117. package/dist/src/types/factories/contracts/flattened.sol/Router__factory.d.ts.map +1 -0
  118. package/dist/src/types/factories/contracts/flattened.sol/Router__factory.js +310 -0
  119. package/dist/src/types/factories/contracts/flattened.sol/Router__factory.js.map +1 -0
  120. package/dist/src/types/factories/contracts/flattened.sol/index.d.ts +12 -0
  121. package/dist/src/types/factories/contracts/flattened.sol/index.d.ts.map +1 -0
  122. package/dist/src/types/factories/contracts/flattened.sol/index.js +29 -0
  123. package/dist/src/types/factories/contracts/flattened.sol/index.js.map +1 -0
  124. package/dist/src/types/factories/contracts/index.d.ts +1 -0
  125. package/dist/src/types/factories/contracts/index.d.ts.map +1 -1
  126. package/dist/src/types/factories/contracts/index.js +25 -1
  127. package/dist/src/types/factories/contracts/index.js.map +1 -1
  128. package/dist/src/types/index.d.ts +2 -2
  129. package/dist/src/types/index.d.ts.map +1 -1
  130. package/dist/src/types/index.js +1 -1
  131. package/dist/src/types/index.js.map +1 -1
  132. package/package.json +6 -6
@@ -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/contracts/flattened.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,19 @@
1
+ import type { Initializable, InitializableInterface } from "../../../contracts/flattened.sol/Initializable";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
4
+ export declare class Initializable__factory {
5
+ static readonly abi: {
6
+ anonymous: boolean;
7
+ inputs: {
8
+ indexed: boolean;
9
+ internalType: string;
10
+ name: string;
11
+ type: string;
12
+ }[];
13
+ name: string;
14
+ type: string;
15
+ }[];
16
+ static createInterface(): InitializableInterface;
17
+ static connect(address: string, signerOrProvider: Signer | Provider): Initializable;
18
+ }
19
+ //# sourceMappingURL=Initializable__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Initializable__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/Initializable__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,aAAa,EACb,sBAAsB,EACvB,MAAM,gDAAgD,CAAC;AACxD,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"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Initializable__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ anonymous: false,
9
+ inputs: [
10
+ {
11
+ indexed: false,
12
+ internalType: "uint8",
13
+ name: "version",
14
+ type: "uint8",
15
+ },
16
+ ],
17
+ name: "Initialized",
18
+ type: "event",
19
+ },
20
+ ];
21
+ class Initializable__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.Initializable__factory = Initializable__factory;
30
+ Initializable__factory.abi = _abi;
31
+ //# sourceMappingURL=Initializable__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Initializable__factory.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/Initializable__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;CACF,CAAC;AAEF,MAAa,sBAAsB;IAEjC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAA2B,CAAC;IAC7D,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAkB,CAAC;IACxE,CAAC;;AAVH,wDAWC;AAViB,0BAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { OwnableUpgradeable, OwnableUpgradeableInterface } from "../../../contracts/flattened.sol/OwnableUpgradeable";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
4
+ export declare class OwnableUpgradeable__factory {
5
+ static readonly abi: ({
6
+ anonymous: boolean;
7
+ inputs: {
8
+ indexed: boolean;
9
+ internalType: string;
10
+ name: string;
11
+ type: string;
12
+ }[];
13
+ name: string;
14
+ type: string;
15
+ outputs?: undefined;
16
+ stateMutability?: undefined;
17
+ } | {
18
+ inputs: never[];
19
+ name: string;
20
+ outputs: {
21
+ internalType: string;
22
+ name: string;
23
+ type: string;
24
+ }[];
25
+ stateMutability: string;
26
+ type: string;
27
+ anonymous?: undefined;
28
+ } | {
29
+ inputs: {
30
+ internalType: string;
31
+ name: string;
32
+ type: string;
33
+ }[];
34
+ name: string;
35
+ outputs: never[];
36
+ stateMutability: string;
37
+ type: string;
38
+ anonymous?: undefined;
39
+ })[];
40
+ static createInterface(): OwnableUpgradeableInterface;
41
+ static connect(address: string, signerOrProvider: Signer | Provider): OwnableUpgradeable;
42
+ }
43
+ //# sourceMappingURL=OwnableUpgradeable__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OwnableUpgradeable__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/OwnableUpgradeable__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,kBAAkB,EAClB,2BAA2B,EAC5B,MAAM,qDAAqD,CAAC;AAC7D,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"}
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.OwnableUpgradeable__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ anonymous: false,
9
+ inputs: [
10
+ {
11
+ indexed: false,
12
+ internalType: "uint8",
13
+ name: "version",
14
+ type: "uint8",
15
+ },
16
+ ],
17
+ name: "Initialized",
18
+ type: "event",
19
+ },
20
+ {
21
+ anonymous: false,
22
+ inputs: [
23
+ {
24
+ indexed: true,
25
+ internalType: "address",
26
+ name: "previousOwner",
27
+ type: "address",
28
+ },
29
+ {
30
+ indexed: true,
31
+ internalType: "address",
32
+ name: "newOwner",
33
+ type: "address",
34
+ },
35
+ ],
36
+ name: "OwnershipTransferred",
37
+ type: "event",
38
+ },
39
+ {
40
+ inputs: [],
41
+ name: "owner",
42
+ outputs: [
43
+ {
44
+ internalType: "address",
45
+ name: "",
46
+ type: "address",
47
+ },
48
+ ],
49
+ stateMutability: "view",
50
+ type: "function",
51
+ },
52
+ {
53
+ inputs: [],
54
+ name: "renounceOwnership",
55
+ outputs: [],
56
+ stateMutability: "nonpayable",
57
+ type: "function",
58
+ },
59
+ {
60
+ inputs: [
61
+ {
62
+ internalType: "address",
63
+ name: "newOwner",
64
+ type: "address",
65
+ },
66
+ ],
67
+ name: "transferOwnership",
68
+ outputs: [],
69
+ stateMutability: "nonpayable",
70
+ type: "function",
71
+ },
72
+ ];
73
+ class OwnableUpgradeable__factory {
74
+ static createInterface() {
75
+ return new ethers_1.utils.Interface(_abi);
76
+ }
77
+ static connect(address, signerOrProvider) {
78
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
79
+ }
80
+ }
81
+ exports.OwnableUpgradeable__factory = OwnableUpgradeable__factory;
82
+ OwnableUpgradeable__factory.abi = _abi;
83
+ //# sourceMappingURL=OwnableUpgradeable__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OwnableUpgradeable__factory.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/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"}
@@ -0,0 +1,36 @@
1
+ import type { Router, RouterInterface } from "../../../contracts/flattened.sol/Router";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
4
+ export declare class Router__factory {
5
+ static readonly abi: ({
6
+ anonymous: boolean;
7
+ inputs: {
8
+ indexed: boolean;
9
+ internalType: string;
10
+ name: string;
11
+ type: string;
12
+ }[];
13
+ name: string;
14
+ type: string;
15
+ outputs?: undefined;
16
+ stateMutability?: undefined;
17
+ } | {
18
+ inputs: {
19
+ internalType: string;
20
+ name: string;
21
+ type: string;
22
+ }[];
23
+ name: string;
24
+ outputs: {
25
+ internalType: string;
26
+ name: string;
27
+ type: string;
28
+ }[];
29
+ stateMutability: string;
30
+ type: string;
31
+ anonymous?: undefined;
32
+ })[];
33
+ static createInterface(): RouterInterface;
34
+ static connect(address: string, signerOrProvider: Signer | Provider): Router;
35
+ }
36
+ //# sourceMappingURL=Router__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Router__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/Router__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,MAAM,EACN,eAAe,EAChB,MAAM,yCAAyC,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAySjD,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,eAAe;IAGzC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM;CAG7E"}
@@ -0,0 +1,310 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Router__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ anonymous: false,
9
+ inputs: [
10
+ {
11
+ indexed: false,
12
+ internalType: "uint8",
13
+ name: "version",
14
+ type: "uint8",
15
+ },
16
+ ],
17
+ name: "Initialized",
18
+ type: "event",
19
+ },
20
+ {
21
+ anonymous: false,
22
+ inputs: [
23
+ {
24
+ indexed: true,
25
+ internalType: "address",
26
+ name: "interchainGasPaymaster",
27
+ type: "address",
28
+ },
29
+ ],
30
+ name: "InterchainGasPaymasterSet",
31
+ type: "event",
32
+ },
33
+ {
34
+ anonymous: false,
35
+ inputs: [
36
+ {
37
+ indexed: true,
38
+ internalType: "address",
39
+ name: "module",
40
+ type: "address",
41
+ },
42
+ ],
43
+ name: "InterchainSecurityModuleSet",
44
+ type: "event",
45
+ },
46
+ {
47
+ anonymous: false,
48
+ inputs: [
49
+ {
50
+ indexed: true,
51
+ internalType: "address",
52
+ name: "mailbox",
53
+ type: "address",
54
+ },
55
+ ],
56
+ name: "MailboxSet",
57
+ type: "event",
58
+ },
59
+ {
60
+ anonymous: false,
61
+ inputs: [
62
+ {
63
+ indexed: true,
64
+ internalType: "address",
65
+ name: "previousOwner",
66
+ type: "address",
67
+ },
68
+ {
69
+ indexed: true,
70
+ internalType: "address",
71
+ name: "newOwner",
72
+ type: "address",
73
+ },
74
+ ],
75
+ name: "OwnershipTransferred",
76
+ type: "event",
77
+ },
78
+ {
79
+ anonymous: false,
80
+ inputs: [
81
+ {
82
+ indexed: true,
83
+ internalType: "uint32",
84
+ name: "domain",
85
+ type: "uint32",
86
+ },
87
+ {
88
+ indexed: true,
89
+ internalType: "bytes32",
90
+ name: "router",
91
+ type: "bytes32",
92
+ },
93
+ ],
94
+ name: "RemoteRouterEnrolled",
95
+ type: "event",
96
+ },
97
+ {
98
+ inputs: [],
99
+ name: "domains",
100
+ outputs: [
101
+ {
102
+ internalType: "uint32[]",
103
+ name: "",
104
+ type: "uint32[]",
105
+ },
106
+ ],
107
+ stateMutability: "view",
108
+ type: "function",
109
+ },
110
+ {
111
+ inputs: [
112
+ {
113
+ internalType: "uint32",
114
+ name: "_domain",
115
+ type: "uint32",
116
+ },
117
+ {
118
+ internalType: "bytes32",
119
+ name: "_router",
120
+ type: "bytes32",
121
+ },
122
+ ],
123
+ name: "enrollRemoteRouter",
124
+ outputs: [],
125
+ stateMutability: "nonpayable",
126
+ type: "function",
127
+ },
128
+ {
129
+ inputs: [
130
+ {
131
+ internalType: "uint32[]",
132
+ name: "_domains",
133
+ type: "uint32[]",
134
+ },
135
+ {
136
+ internalType: "bytes32[]",
137
+ name: "_addresses",
138
+ type: "bytes32[]",
139
+ },
140
+ ],
141
+ name: "enrollRemoteRouters",
142
+ outputs: [],
143
+ stateMutability: "nonpayable",
144
+ type: "function",
145
+ },
146
+ {
147
+ inputs: [
148
+ {
149
+ internalType: "uint32",
150
+ name: "_origin",
151
+ type: "uint32",
152
+ },
153
+ {
154
+ internalType: "bytes32",
155
+ name: "_sender",
156
+ type: "bytes32",
157
+ },
158
+ {
159
+ internalType: "bytes",
160
+ name: "_message",
161
+ type: "bytes",
162
+ },
163
+ ],
164
+ name: "handle",
165
+ outputs: [],
166
+ stateMutability: "nonpayable",
167
+ type: "function",
168
+ },
169
+ {
170
+ inputs: [],
171
+ name: "interchainGasPaymaster",
172
+ outputs: [
173
+ {
174
+ internalType: "contract IInterchainGasPaymaster",
175
+ name: "",
176
+ type: "address",
177
+ },
178
+ ],
179
+ stateMutability: "view",
180
+ type: "function",
181
+ },
182
+ {
183
+ inputs: [],
184
+ name: "interchainSecurityModule",
185
+ outputs: [
186
+ {
187
+ internalType: "contract IInterchainSecurityModule",
188
+ name: "",
189
+ type: "address",
190
+ },
191
+ ],
192
+ stateMutability: "view",
193
+ type: "function",
194
+ },
195
+ {
196
+ inputs: [],
197
+ name: "mailbox",
198
+ outputs: [
199
+ {
200
+ internalType: "contract IMailbox",
201
+ name: "",
202
+ type: "address",
203
+ },
204
+ ],
205
+ stateMutability: "view",
206
+ type: "function",
207
+ },
208
+ {
209
+ inputs: [],
210
+ name: "owner",
211
+ outputs: [
212
+ {
213
+ internalType: "address",
214
+ name: "",
215
+ type: "address",
216
+ },
217
+ ],
218
+ stateMutability: "view",
219
+ type: "function",
220
+ },
221
+ {
222
+ inputs: [],
223
+ name: "renounceOwnership",
224
+ outputs: [],
225
+ stateMutability: "nonpayable",
226
+ type: "function",
227
+ },
228
+ {
229
+ inputs: [
230
+ {
231
+ internalType: "uint32",
232
+ name: "_domain",
233
+ type: "uint32",
234
+ },
235
+ ],
236
+ name: "routers",
237
+ outputs: [
238
+ {
239
+ internalType: "bytes32",
240
+ name: "",
241
+ type: "bytes32",
242
+ },
243
+ ],
244
+ stateMutability: "view",
245
+ type: "function",
246
+ },
247
+ {
248
+ inputs: [
249
+ {
250
+ internalType: "address",
251
+ name: "_interchainGasPaymaster",
252
+ type: "address",
253
+ },
254
+ ],
255
+ name: "setInterchainGasPaymaster",
256
+ outputs: [],
257
+ stateMutability: "nonpayable",
258
+ type: "function",
259
+ },
260
+ {
261
+ inputs: [
262
+ {
263
+ internalType: "address",
264
+ name: "_module",
265
+ type: "address",
266
+ },
267
+ ],
268
+ name: "setInterchainSecurityModule",
269
+ outputs: [],
270
+ stateMutability: "nonpayable",
271
+ type: "function",
272
+ },
273
+ {
274
+ inputs: [
275
+ {
276
+ internalType: "address",
277
+ name: "_mailbox",
278
+ type: "address",
279
+ },
280
+ ],
281
+ name: "setMailbox",
282
+ outputs: [],
283
+ stateMutability: "nonpayable",
284
+ type: "function",
285
+ },
286
+ {
287
+ inputs: [
288
+ {
289
+ internalType: "address",
290
+ name: "newOwner",
291
+ type: "address",
292
+ },
293
+ ],
294
+ name: "transferOwnership",
295
+ outputs: [],
296
+ stateMutability: "nonpayable",
297
+ type: "function",
298
+ },
299
+ ];
300
+ class Router__factory {
301
+ static createInterface() {
302
+ return new ethers_1.utils.Interface(_abi);
303
+ }
304
+ static connect(address, signerOrProvider) {
305
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
306
+ }
307
+ }
308
+ exports.Router__factory = Router__factory;
309
+ Router__factory.abi = _abi;
310
+ //# sourceMappingURL=Router__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Router__factory.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/Router__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ export { ContextUpgradeable__factory } from "./ContextUpgradeable__factory";
2
+ export { HelloWorld__factory } from "./HelloWorld__factory";
3
+ export { HyperlaneConnectionClient__factory } from "./HyperlaneConnectionClient__factory";
4
+ export { IInterchainGasPaymaster__factory } from "./IInterchainGasPaymaster__factory";
5
+ export { IInterchainSecurityModule__factory } from "./IInterchainSecurityModule__factory";
6
+ export { IMailbox__factory } from "./IMailbox__factory";
7
+ export { IMessageRecipient__factory } from "./IMessageRecipient__factory";
8
+ export { ISpecifiesInterchainSecurityModule__factory } from "./ISpecifiesInterchainSecurityModule__factory";
9
+ export { Initializable__factory } from "./Initializable__factory";
10
+ export { OwnableUpgradeable__factory } from "./OwnableUpgradeable__factory";
11
+ export { Router__factory } from "./Router__factory";
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AACtF,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Router__factory = exports.OwnableUpgradeable__factory = exports.Initializable__factory = exports.ISpecifiesInterchainSecurityModule__factory = exports.IMessageRecipient__factory = exports.IMailbox__factory = exports.IInterchainSecurityModule__factory = exports.IInterchainGasPaymaster__factory = exports.HyperlaneConnectionClient__factory = exports.HelloWorld__factory = exports.ContextUpgradeable__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var ContextUpgradeable__factory_1 = require("./ContextUpgradeable__factory");
8
+ Object.defineProperty(exports, "ContextUpgradeable__factory", { enumerable: true, get: function () { return ContextUpgradeable__factory_1.ContextUpgradeable__factory; } });
9
+ var HelloWorld__factory_1 = require("./HelloWorld__factory");
10
+ Object.defineProperty(exports, "HelloWorld__factory", { enumerable: true, get: function () { return HelloWorld__factory_1.HelloWorld__factory; } });
11
+ var HyperlaneConnectionClient__factory_1 = require("./HyperlaneConnectionClient__factory");
12
+ Object.defineProperty(exports, "HyperlaneConnectionClient__factory", { enumerable: true, get: function () { return HyperlaneConnectionClient__factory_1.HyperlaneConnectionClient__factory; } });
13
+ var IInterchainGasPaymaster__factory_1 = require("./IInterchainGasPaymaster__factory");
14
+ Object.defineProperty(exports, "IInterchainGasPaymaster__factory", { enumerable: true, get: function () { return IInterchainGasPaymaster__factory_1.IInterchainGasPaymaster__factory; } });
15
+ var IInterchainSecurityModule__factory_1 = require("./IInterchainSecurityModule__factory");
16
+ Object.defineProperty(exports, "IInterchainSecurityModule__factory", { enumerable: true, get: function () { return IInterchainSecurityModule__factory_1.IInterchainSecurityModule__factory; } });
17
+ var IMailbox__factory_1 = require("./IMailbox__factory");
18
+ Object.defineProperty(exports, "IMailbox__factory", { enumerable: true, get: function () { return IMailbox__factory_1.IMailbox__factory; } });
19
+ var IMessageRecipient__factory_1 = require("./IMessageRecipient__factory");
20
+ Object.defineProperty(exports, "IMessageRecipient__factory", { enumerable: true, get: function () { return IMessageRecipient__factory_1.IMessageRecipient__factory; } });
21
+ var ISpecifiesInterchainSecurityModule__factory_1 = require("./ISpecifiesInterchainSecurityModule__factory");
22
+ Object.defineProperty(exports, "ISpecifiesInterchainSecurityModule__factory", { enumerable: true, get: function () { return ISpecifiesInterchainSecurityModule__factory_1.ISpecifiesInterchainSecurityModule__factory; } });
23
+ var Initializable__factory_1 = require("./Initializable__factory");
24
+ Object.defineProperty(exports, "Initializable__factory", { enumerable: true, get: function () { return Initializable__factory_1.Initializable__factory; } });
25
+ var OwnableUpgradeable__factory_1 = require("./OwnableUpgradeable__factory");
26
+ Object.defineProperty(exports, "OwnableUpgradeable__factory", { enumerable: true, get: function () { return OwnableUpgradeable__factory_1.OwnableUpgradeable__factory; } });
27
+ var Router__factory_1 = require("./Router__factory");
28
+ Object.defineProperty(exports, "Router__factory", { enumerable: true, get: function () { return Router__factory_1.Router__factory; } });
29
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,2FAA0F;AAAjF,wJAAA,kCAAkC,OAAA;AAC3C,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA;AACzC,2FAA0F;AAAjF,wJAAA,kCAAkC,OAAA;AAC3C,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2EAA0E;AAAjE,wIAAA,0BAA0B,OAAA;AACnC,6GAA4G;AAAnG,0KAAA,2CAA2C,OAAA;AACpD,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,qDAAoD;AAA3C,kHAAA,eAAe,OAAA"}
@@ -1,2 +1,3 @@
1
+ export * as flattenedSol from "./flattened.sol";
1
2
  export { HelloWorld__factory } from "./HelloWorld__factory";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/factories/contracts/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/factories/contracts/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,YAAY,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}