@hyperlane-xyz/helloworld 0.5.2 → 0.5.4-0

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 (93) hide show
  1. package/contracts/HelloWorld.sol +9 -8
  2. package/dist/src/deploy/deploy.js +1 -1
  3. package/dist/src/deploy/deploy.js.map +1 -1
  4. package/dist/src/types/@hyperlane-xyz/core/contracts/{AbacusConnectionClient.d.ts → HyperlaneConnectionClient.d.ts} +69 -36
  5. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +1 -0
  6. package/dist/src/types/@hyperlane-xyz/core/{interfaces/IAbacusConnectionManager.js → contracts/HyperlaneConnectionClient.js} +1 -1
  7. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +1 -0
  8. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +65 -32
  9. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +1 -1
  10. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts +1 -1
  11. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  12. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.d.ts +7 -7
  13. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster.d.ts.map +1 -1
  14. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +51 -0
  15. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -0
  16. package/dist/src/types/@hyperlane-xyz/core/interfaces/{IOutbox.js → IInterchainSecurityModule.sol/IInterchainSecurityModule.js} +1 -1
  17. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -0
  18. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +43 -0
  19. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -0
  20. package/dist/src/types/@hyperlane-xyz/core/{contracts/AbacusConnectionClient.js → interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js} +1 -1
  21. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -0
  22. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  23. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  24. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js +3 -0
  25. package/dist/src/types/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  26. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts +58 -10
  27. package/dist/src/types/@hyperlane-xyz/core/interfaces/IMailbox.d.ts.map +1 -1
  28. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.d.ts +2 -2
  29. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.d.ts.map +1 -1
  30. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.js +1 -0
  31. package/dist/src/types/@hyperlane-xyz/core/interfaces/index.js.map +1 -1
  32. package/dist/src/types/contracts/HelloWorld.d.ts +65 -32
  33. package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
  34. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{AbacusConnectionClient__factory.d.ts → HyperlaneConnectionClient__factory.d.ts} +5 -5
  35. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -0
  36. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{AbacusConnectionClient__factory.js → HyperlaneConnectionClient__factory.js} +61 -22
  37. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +1 -0
  38. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +1 -1
  39. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js +65 -26
  40. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +1 -1
  41. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +1 -1
  42. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  43. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js +3 -3
  44. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  45. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -1
  46. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.js +3 -8
  47. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainGasPaymaster__factory.js.map +1 -1
  48. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/{IAbacusConnectionManager__factory.d.ts → IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts} +5 -5
  49. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
  50. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +42 -0
  51. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -0
  52. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +19 -0
  53. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -0
  54. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +31 -0
  55. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -0
  56. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
  57. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
  58. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js +11 -0
  59. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
  60. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts +5 -1
  61. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.d.ts.map +1 -1
  62. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js +81 -3
  63. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IMailbox__factory.js.map +1 -1
  64. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.d.ts +1 -2
  65. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.d.ts.map +1 -1
  66. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.js +25 -5
  67. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/index.js.map +1 -1
  68. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +3 -3
  69. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  70. package/dist/src/types/factories/contracts/HelloWorld__factory.js +71 -32
  71. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  72. package/dist/src/types/index.d.ts +6 -6
  73. package/dist/src/types/index.d.ts.map +1 -1
  74. package/dist/src/types/index.js +7 -7
  75. package/dist/src/types/index.js.map +1 -1
  76. package/package.json +4 -3
  77. package/dist/src/types/@hyperlane-xyz/core/contracts/AbacusConnectionClient.d.ts.map +0 -1
  78. package/dist/src/types/@hyperlane-xyz/core/contracts/AbacusConnectionClient.js.map +0 -1
  79. package/dist/src/types/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager.d.ts +0 -59
  80. package/dist/src/types/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager.d.ts.map +0 -1
  81. package/dist/src/types/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager.js.map +0 -1
  82. package/dist/src/types/@hyperlane-xyz/core/interfaces/IOutbox.d.ts +0 -148
  83. package/dist/src/types/@hyperlane-xyz/core/interfaces/IOutbox.d.ts.map +0 -1
  84. package/dist/src/types/@hyperlane-xyz/core/interfaces/IOutbox.js.map +0 -1
  85. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/AbacusConnectionClient__factory.d.ts.map +0 -1
  86. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/AbacusConnectionClient__factory.js.map +0 -1
  87. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.d.ts.map +0 -1
  88. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.js +0 -63
  89. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.js.map +0 -1
  90. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.d.ts +0 -23
  91. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.d.ts.map +0 -1
  92. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.js +0 -155
  93. package/dist/src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.js.map +0 -1
@@ -1,148 +0,0 @@
1
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
2
- import type { FunctionFragment, Result } from "@ethersproject/abi";
3
- import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
5
- export interface IOutboxInterface extends utils.Interface {
6
- functions: {
7
- "cacheCheckpoint()": FunctionFragment;
8
- "cachedCheckpoints(bytes32)": FunctionFragment;
9
- "count()": FunctionFragment;
10
- "dispatch(uint32,bytes32,bytes)": FunctionFragment;
11
- "fail()": FunctionFragment;
12
- "latestCachedCheckpoint()": FunctionFragment;
13
- "latestCheckpoint()": FunctionFragment;
14
- "localDomain()": FunctionFragment;
15
- "validatorManager()": FunctionFragment;
16
- };
17
- getFunction(nameOrSignatureOrTopic: "cacheCheckpoint" | "cachedCheckpoints" | "count" | "dispatch" | "fail" | "latestCachedCheckpoint" | "latestCheckpoint" | "localDomain" | "validatorManager"): FunctionFragment;
18
- encodeFunctionData(functionFragment: "cacheCheckpoint", values?: undefined): string;
19
- encodeFunctionData(functionFragment: "cachedCheckpoints", values: [BytesLike]): string;
20
- encodeFunctionData(functionFragment: "count", values?: undefined): string;
21
- encodeFunctionData(functionFragment: "dispatch", values: [BigNumberish, BytesLike, BytesLike]): string;
22
- encodeFunctionData(functionFragment: "fail", values?: undefined): string;
23
- encodeFunctionData(functionFragment: "latestCachedCheckpoint", values?: undefined): string;
24
- encodeFunctionData(functionFragment: "latestCheckpoint", values?: undefined): string;
25
- encodeFunctionData(functionFragment: "localDomain", values?: undefined): string;
26
- encodeFunctionData(functionFragment: "validatorManager", values?: undefined): string;
27
- decodeFunctionResult(functionFragment: "cacheCheckpoint", data: BytesLike): Result;
28
- decodeFunctionResult(functionFragment: "cachedCheckpoints", data: BytesLike): Result;
29
- decodeFunctionResult(functionFragment: "count", data: BytesLike): Result;
30
- decodeFunctionResult(functionFragment: "dispatch", data: BytesLike): Result;
31
- decodeFunctionResult(functionFragment: "fail", data: BytesLike): Result;
32
- decodeFunctionResult(functionFragment: "latestCachedCheckpoint", data: BytesLike): Result;
33
- decodeFunctionResult(functionFragment: "latestCheckpoint", data: BytesLike): Result;
34
- decodeFunctionResult(functionFragment: "localDomain", data: BytesLike): Result;
35
- decodeFunctionResult(functionFragment: "validatorManager", data: BytesLike): Result;
36
- events: {};
37
- }
38
- export interface IOutbox extends BaseContract {
39
- connect(signerOrProvider: Signer | Provider | string): this;
40
- attach(addressOrName: string): this;
41
- deployed(): Promise<this>;
42
- interface: IOutboxInterface;
43
- queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
44
- listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
45
- listeners(eventName?: string): Array<Listener>;
46
- removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
47
- removeAllListeners(eventName?: string): this;
48
- off: OnEvent<this>;
49
- on: OnEvent<this>;
50
- once: OnEvent<this>;
51
- removeListener: OnEvent<this>;
52
- functions: {
53
- cacheCheckpoint(overrides?: Overrides & {
54
- from?: string | Promise<string>;
55
- }): Promise<ContractTransaction>;
56
- cachedCheckpoints(arg0: BytesLike, overrides?: CallOverrides): Promise<[BigNumber]>;
57
- count(overrides?: Overrides & {
58
- from?: string | Promise<string>;
59
- }): Promise<ContractTransaction>;
60
- dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
61
- from?: string | Promise<string>;
62
- }): Promise<ContractTransaction>;
63
- fail(overrides?: Overrides & {
64
- from?: string | Promise<string>;
65
- }): Promise<ContractTransaction>;
66
- latestCachedCheckpoint(overrides?: CallOverrides): Promise<[string, BigNumber] & {
67
- root: string;
68
- index: BigNumber;
69
- }>;
70
- latestCheckpoint(overrides?: CallOverrides): Promise<[string, BigNumber]>;
71
- localDomain(overrides?: CallOverrides): Promise<[number]>;
72
- validatorManager(overrides?: CallOverrides): Promise<[string]>;
73
- };
74
- cacheCheckpoint(overrides?: Overrides & {
75
- from?: string | Promise<string>;
76
- }): Promise<ContractTransaction>;
77
- cachedCheckpoints(arg0: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
78
- count(overrides?: Overrides & {
79
- from?: string | Promise<string>;
80
- }): Promise<ContractTransaction>;
81
- dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
82
- from?: string | Promise<string>;
83
- }): Promise<ContractTransaction>;
84
- fail(overrides?: Overrides & {
85
- from?: string | Promise<string>;
86
- }): Promise<ContractTransaction>;
87
- latestCachedCheckpoint(overrides?: CallOverrides): Promise<[string, BigNumber] & {
88
- root: string;
89
- index: BigNumber;
90
- }>;
91
- latestCheckpoint(overrides?: CallOverrides): Promise<[string, BigNumber]>;
92
- localDomain(overrides?: CallOverrides): Promise<number>;
93
- validatorManager(overrides?: CallOverrides): Promise<string>;
94
- callStatic: {
95
- cacheCheckpoint(overrides?: CallOverrides): Promise<void>;
96
- cachedCheckpoints(arg0: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
97
- count(overrides?: CallOverrides): Promise<BigNumber>;
98
- dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
99
- fail(overrides?: CallOverrides): Promise<void>;
100
- latestCachedCheckpoint(overrides?: CallOverrides): Promise<[string, BigNumber] & {
101
- root: string;
102
- index: BigNumber;
103
- }>;
104
- latestCheckpoint(overrides?: CallOverrides): Promise<[string, BigNumber]>;
105
- localDomain(overrides?: CallOverrides): Promise<number>;
106
- validatorManager(overrides?: CallOverrides): Promise<string>;
107
- };
108
- filters: {};
109
- estimateGas: {
110
- cacheCheckpoint(overrides?: Overrides & {
111
- from?: string | Promise<string>;
112
- }): Promise<BigNumber>;
113
- cachedCheckpoints(arg0: BytesLike, overrides?: CallOverrides): Promise<BigNumber>;
114
- count(overrides?: Overrides & {
115
- from?: string | Promise<string>;
116
- }): Promise<BigNumber>;
117
- dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
118
- from?: string | Promise<string>;
119
- }): Promise<BigNumber>;
120
- fail(overrides?: Overrides & {
121
- from?: string | Promise<string>;
122
- }): Promise<BigNumber>;
123
- latestCachedCheckpoint(overrides?: CallOverrides): Promise<BigNumber>;
124
- latestCheckpoint(overrides?: CallOverrides): Promise<BigNumber>;
125
- localDomain(overrides?: CallOverrides): Promise<BigNumber>;
126
- validatorManager(overrides?: CallOverrides): Promise<BigNumber>;
127
- };
128
- populateTransaction: {
129
- cacheCheckpoint(overrides?: Overrides & {
130
- from?: string | Promise<string>;
131
- }): Promise<PopulatedTransaction>;
132
- cachedCheckpoints(arg0: BytesLike, overrides?: CallOverrides): Promise<PopulatedTransaction>;
133
- count(overrides?: Overrides & {
134
- from?: string | Promise<string>;
135
- }): Promise<PopulatedTransaction>;
136
- dispatch(_destinationDomain: BigNumberish, _recipientAddress: BytesLike, _messageBody: BytesLike, overrides?: Overrides & {
137
- from?: string | Promise<string>;
138
- }): Promise<PopulatedTransaction>;
139
- fail(overrides?: Overrides & {
140
- from?: string | Promise<string>;
141
- }): Promise<PopulatedTransaction>;
142
- latestCachedCheckpoint(overrides?: CallOverrides): Promise<PopulatedTransaction>;
143
- latestCheckpoint(overrides?: CallOverrides): Promise<PopulatedTransaction>;
144
- localDomain(overrides?: CallOverrides): Promise<PopulatedTransaction>;
145
- validatorManager(overrides?: CallOverrides): Promise<PopulatedTransaction>;
146
- };
147
- }
148
- //# sourceMappingURL=IOutbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOutbox.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/IOutbox.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOutbox.js","sourceRoot":"","sources":["../../../../../../src/types/@hyperlane-xyz/core/interfaces/IOutbox.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AbacusConnectionClient__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/AbacusConnectionClient__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,kEAAkE,CAAC;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAoJjD,qBAAa,+BAA+B;IAC1C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,+BAA+B;IAGzD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,sBAAsB;CAO1B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AbacusConnectionClient__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/AbacusConnectionClient__factory.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAbacusConnectionManager__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,wBAAwB,EACxB,iCAAiC,EAClC,MAAM,qEAAqE,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAkDjD,qBAAa,iCAAiC;IAC5C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,iCAAiC;IAG3D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,wBAAwB;CAO5B"}
@@ -1,63 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.IAbacusConnectionManager__factory = void 0;
5
- const ethers_1 = require("ethers");
6
- const _abi = [
7
- {
8
- inputs: [
9
- {
10
- internalType: "address",
11
- name: "_inbox",
12
- type: "address",
13
- },
14
- ],
15
- name: "isInbox",
16
- outputs: [
17
- {
18
- internalType: "bool",
19
- name: "",
20
- type: "bool",
21
- },
22
- ],
23
- stateMutability: "view",
24
- type: "function",
25
- },
26
- {
27
- inputs: [],
28
- name: "localDomain",
29
- outputs: [
30
- {
31
- internalType: "uint32",
32
- name: "",
33
- type: "uint32",
34
- },
35
- ],
36
- stateMutability: "view",
37
- type: "function",
38
- },
39
- {
40
- inputs: [],
41
- name: "outbox",
42
- outputs: [
43
- {
44
- internalType: "contract IOutbox",
45
- name: "",
46
- type: "address",
47
- },
48
- ],
49
- stateMutability: "view",
50
- type: "function",
51
- },
52
- ];
53
- class IAbacusConnectionManager__factory {
54
- static createInterface() {
55
- return new ethers_1.utils.Interface(_abi);
56
- }
57
- static connect(address, signerOrProvider) {
58
- return new ethers_1.Contract(address, _abi, signerOrProvider);
59
- }
60
- }
61
- exports.IAbacusConnectionManager__factory = IAbacusConnectionManager__factory;
62
- IAbacusConnectionManager__factory.abi = _abi;
63
- //# sourceMappingURL=IAbacusConnectionManager__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAbacusConnectionManager__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IAbacusConnectionManager__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,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,SAAS;QACf,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,kBAAkB;gBAChC,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,iCAAiC;IAE5C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAsC,CAAC;IACxE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACW,CAAC;IAChC,CAAC;;AAdH,8EAeC;AAdiB,qCAAG,GAAG,IAAI,CAAC"}
@@ -1,23 +0,0 @@
1
- import type { IOutbox, IOutboxInterface } from "../../../../@hyperlane-xyz/core/interfaces/IOutbox";
2
- import type { Provider } from "@ethersproject/providers";
3
- import { Signer } from "ethers";
4
- export declare class IOutbox__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(): IOutboxInterface;
21
- static connect(address: string, signerOrProvider: Signer | Provider): IOutbox;
22
- }
23
- //# sourceMappingURL=IOutbox__factory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOutbox__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,OAAO,EACP,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAC5D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AA8IjD,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,gBAAgB;IAG1C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,OAAO;CAGX"}
@@ -1,155 +0,0 @@
1
- "use strict";
2
- /* Autogenerated file. Do not edit manually. */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.IOutbox__factory = void 0;
5
- const ethers_1 = require("ethers");
6
- const _abi = [
7
- {
8
- inputs: [],
9
- name: "cacheCheckpoint",
10
- outputs: [],
11
- stateMutability: "nonpayable",
12
- type: "function",
13
- },
14
- {
15
- inputs: [
16
- {
17
- internalType: "bytes32",
18
- name: "",
19
- type: "bytes32",
20
- },
21
- ],
22
- name: "cachedCheckpoints",
23
- outputs: [
24
- {
25
- internalType: "uint256",
26
- name: "",
27
- type: "uint256",
28
- },
29
- ],
30
- stateMutability: "view",
31
- type: "function",
32
- },
33
- {
34
- inputs: [],
35
- name: "count",
36
- outputs: [
37
- {
38
- internalType: "uint256",
39
- name: "",
40
- type: "uint256",
41
- },
42
- ],
43
- stateMutability: "nonpayable",
44
- type: "function",
45
- },
46
- {
47
- inputs: [
48
- {
49
- internalType: "uint32",
50
- name: "_destinationDomain",
51
- type: "uint32",
52
- },
53
- {
54
- internalType: "bytes32",
55
- name: "_recipientAddress",
56
- type: "bytes32",
57
- },
58
- {
59
- internalType: "bytes",
60
- name: "_messageBody",
61
- type: "bytes",
62
- },
63
- ],
64
- name: "dispatch",
65
- outputs: [
66
- {
67
- internalType: "uint256",
68
- name: "",
69
- type: "uint256",
70
- },
71
- ],
72
- stateMutability: "nonpayable",
73
- type: "function",
74
- },
75
- {
76
- inputs: [],
77
- name: "fail",
78
- outputs: [],
79
- stateMutability: "nonpayable",
80
- type: "function",
81
- },
82
- {
83
- inputs: [],
84
- name: "latestCachedCheckpoint",
85
- outputs: [
86
- {
87
- internalType: "bytes32",
88
- name: "root",
89
- type: "bytes32",
90
- },
91
- {
92
- internalType: "uint256",
93
- name: "index",
94
- type: "uint256",
95
- },
96
- ],
97
- stateMutability: "view",
98
- type: "function",
99
- },
100
- {
101
- inputs: [],
102
- name: "latestCheckpoint",
103
- outputs: [
104
- {
105
- internalType: "bytes32",
106
- name: "",
107
- type: "bytes32",
108
- },
109
- {
110
- internalType: "uint256",
111
- name: "",
112
- type: "uint256",
113
- },
114
- ],
115
- stateMutability: "view",
116
- type: "function",
117
- },
118
- {
119
- inputs: [],
120
- name: "localDomain",
121
- outputs: [
122
- {
123
- internalType: "uint32",
124
- name: "",
125
- type: "uint32",
126
- },
127
- ],
128
- stateMutability: "view",
129
- type: "function",
130
- },
131
- {
132
- inputs: [],
133
- name: "validatorManager",
134
- outputs: [
135
- {
136
- internalType: "address",
137
- name: "",
138
- type: "address",
139
- },
140
- ],
141
- stateMutability: "view",
142
- type: "function",
143
- },
144
- ];
145
- class IOutbox__factory {
146
- static createInterface() {
147
- return new ethers_1.utils.Interface(_abi);
148
- }
149
- static connect(address, signerOrProvider) {
150
- return new ethers_1.Contract(address, _abi, signerOrProvider);
151
- }
152
- }
153
- exports.IOutbox__factory = IOutbox__factory;
154
- IOutbox__factory.abi = _abi;
155
- //# sourceMappingURL=IOutbox__factory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOutbox__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/@hyperlane-xyz/core/interfaces/IOutbox__factory.ts"],"names":[],"mappings":"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"}