@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,200 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.HyperlaneConnectionClient__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
+ inputs: [],
80
+ name: "interchainGasPaymaster",
81
+ outputs: [
82
+ {
83
+ internalType: "contract IInterchainGasPaymaster",
84
+ name: "",
85
+ type: "address",
86
+ },
87
+ ],
88
+ stateMutability: "view",
89
+ type: "function",
90
+ },
91
+ {
92
+ inputs: [],
93
+ name: "interchainSecurityModule",
94
+ outputs: [
95
+ {
96
+ internalType: "contract IInterchainSecurityModule",
97
+ name: "",
98
+ type: "address",
99
+ },
100
+ ],
101
+ stateMutability: "view",
102
+ type: "function",
103
+ },
104
+ {
105
+ inputs: [],
106
+ name: "mailbox",
107
+ outputs: [
108
+ {
109
+ internalType: "contract IMailbox",
110
+ name: "",
111
+ type: "address",
112
+ },
113
+ ],
114
+ stateMutability: "view",
115
+ type: "function",
116
+ },
117
+ {
118
+ inputs: [],
119
+ name: "owner",
120
+ outputs: [
121
+ {
122
+ internalType: "address",
123
+ name: "",
124
+ type: "address",
125
+ },
126
+ ],
127
+ stateMutability: "view",
128
+ type: "function",
129
+ },
130
+ {
131
+ inputs: [],
132
+ name: "renounceOwnership",
133
+ outputs: [],
134
+ stateMutability: "nonpayable",
135
+ type: "function",
136
+ },
137
+ {
138
+ inputs: [
139
+ {
140
+ internalType: "address",
141
+ name: "_interchainGasPaymaster",
142
+ type: "address",
143
+ },
144
+ ],
145
+ name: "setInterchainGasPaymaster",
146
+ outputs: [],
147
+ stateMutability: "nonpayable",
148
+ type: "function",
149
+ },
150
+ {
151
+ inputs: [
152
+ {
153
+ internalType: "address",
154
+ name: "_module",
155
+ type: "address",
156
+ },
157
+ ],
158
+ name: "setInterchainSecurityModule",
159
+ outputs: [],
160
+ stateMutability: "nonpayable",
161
+ type: "function",
162
+ },
163
+ {
164
+ inputs: [
165
+ {
166
+ internalType: "address",
167
+ name: "_mailbox",
168
+ type: "address",
169
+ },
170
+ ],
171
+ name: "setMailbox",
172
+ outputs: [],
173
+ stateMutability: "nonpayable",
174
+ type: "function",
175
+ },
176
+ {
177
+ inputs: [
178
+ {
179
+ internalType: "address",
180
+ name: "newOwner",
181
+ type: "address",
182
+ },
183
+ ],
184
+ name: "transferOwnership",
185
+ outputs: [],
186
+ stateMutability: "nonpayable",
187
+ type: "function",
188
+ },
189
+ ];
190
+ class HyperlaneConnectionClient__factory {
191
+ static createInterface() {
192
+ return new ethers_1.utils.Interface(_abi);
193
+ }
194
+ static connect(address, signerOrProvider) {
195
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
196
+ }
197
+ }
198
+ exports.HyperlaneConnectionClient__factory = HyperlaneConnectionClient__factory;
199
+ HyperlaneConnectionClient__factory.abi = _abi;
200
+ //# sourceMappingURL=HyperlaneConnectionClient__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HyperlaneConnectionClient__factory.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/HyperlaneConnectionClient__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import type { IInterchainGasPaymaster, IInterchainGasPaymasterInterface } from "../../../contracts/flattened.sol/IInterchainGasPaymaster";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
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/contracts/flattened.sol/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,uBAAuB,EACvB,gCAAgC,EACjC,MAAM,0DAA0D,CAAC;AAClE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAiCjD,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,46 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.IInterchainGasPaymaster__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ inputs: [
9
+ {
10
+ internalType: "bytes32",
11
+ name: "_messageId",
12
+ type: "bytes32",
13
+ },
14
+ {
15
+ internalType: "uint32",
16
+ name: "_destinationDomain",
17
+ type: "uint32",
18
+ },
19
+ {
20
+ internalType: "uint256",
21
+ name: "_gas",
22
+ type: "uint256",
23
+ },
24
+ {
25
+ internalType: "address",
26
+ name: "_refundAddress",
27
+ type: "address",
28
+ },
29
+ ],
30
+ name: "payForGas",
31
+ outputs: [],
32
+ stateMutability: "payable",
33
+ type: "function",
34
+ },
35
+ ];
36
+ class IInterchainGasPaymaster__factory {
37
+ static createInterface() {
38
+ return new ethers_1.utils.Interface(_abi);
39
+ }
40
+ static connect(address, signerOrProvider) {
41
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
42
+ }
43
+ }
44
+ exports.IInterchainGasPaymaster__factory = IInterchainGasPaymaster__factory;
45
+ IInterchainGasPaymaster__factory.abi = _abi;
46
+ //# sourceMappingURL=IInterchainGasPaymaster__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IInterchainGasPaymaster__factory.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,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 "../../../contracts/flattened.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/contracts/flattened.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,4DAA4D,CAAC;AACpE,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/contracts/flattened.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,23 @@
1
+ import type { IMailbox, IMailboxInterface } from "../../../contracts/flattened.sol/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/contracts/flattened.sol/IMailbox__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,2CAA2C,CAAC;AACnD,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/contracts/flattened.sol/IMailbox__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import type { IMessageRecipient, IMessageRecipientInterface } from "../../../contracts/flattened.sol/IMessageRecipient";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import { Signer } from "ethers";
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/contracts/flattened.sol/IMessageRecipient__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,iBAAiB,EACjB,0BAA0B,EAC3B,MAAM,oDAAoD,CAAC;AAC5D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AA4BjD,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,41 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.IMessageRecipient__factory = void 0;
5
+ const ethers_1 = require("ethers");
6
+ const _abi = [
7
+ {
8
+ inputs: [
9
+ {
10
+ internalType: "uint32",
11
+ name: "_origin",
12
+ type: "uint32",
13
+ },
14
+ {
15
+ internalType: "bytes32",
16
+ name: "_sender",
17
+ type: "bytes32",
18
+ },
19
+ {
20
+ internalType: "bytes",
21
+ name: "_message",
22
+ type: "bytes",
23
+ },
24
+ ],
25
+ name: "handle",
26
+ outputs: [],
27
+ stateMutability: "nonpayable",
28
+ type: "function",
29
+ },
30
+ ];
31
+ class IMessageRecipient__factory {
32
+ static createInterface() {
33
+ return new ethers_1.utils.Interface(_abi);
34
+ }
35
+ static connect(address, signerOrProvider) {
36
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
37
+ }
38
+ }
39
+ exports.IMessageRecipient__factory = IMessageRecipient__factory;
40
+ IMessageRecipient__factory.abi = _abi;
41
+ //# sourceMappingURL=IMessageRecipient__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMessageRecipient__factory.js","sourceRoot":"","sources":["../../../../../../src/types/factories/contracts/flattened.sol/IMessageRecipient__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,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,19 @@
1
+ import type { ISpecifiesInterchainSecurityModule, ISpecifiesInterchainSecurityModuleInterface } from "../../../contracts/flattened.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/contracts/flattened.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,kCAAkC,EAClC,2CAA2C,EAC5C,MAAM,qEAAqE,CAAC;AAC7E,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"}