@hyperlane-xyz/helloworld 1.5.6-beta0 → 1.5.8
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.
- package/contracts/HelloWorld.sol +13 -11
- package/dist/hardhat.config.js +1 -1
- package/dist/hardhat.config.js.map +1 -1
- package/dist/src/app/app.d.ts +2 -1
- package/dist/src/app/app.d.ts.map +1 -1
- package/dist/src/app/app.js +2 -2
- package/dist/src/app/app.js.map +1 -1
- package/dist/src/app/types.d.ts +2 -2
- package/dist/src/app/types.d.ts.map +1 -1
- package/dist/src/deploy/deploy.d.ts.map +1 -1
- package/dist/src/deploy/deploy.js +1 -2
- package/dist/src/deploy/deploy.js.map +1 -1
- package/dist/src/multiProtocolApp/evmAdapter.d.ts +1 -2
- package/dist/src/multiProtocolApp/evmAdapter.d.ts.map +1 -1
- package/dist/src/multiProtocolApp/evmAdapter.js +2 -6
- package/dist/src/multiProtocolApp/evmAdapter.js.map +1 -1
- package/dist/src/multiProtocolApp/multiProtocolApp.d.ts.map +1 -1
- package/dist/src/multiProtocolApp/multiProtocolApp.js +6 -2
- package/dist/src/multiProtocolApp/multiProtocolApp.js.map +1 -1
- package/dist/src/multiProtocolApp/sealevelAdapter.d.ts +1 -2
- package/dist/src/multiProtocolApp/sealevelAdapter.d.ts.map +1 -1
- package/dist/src/multiProtocolApp/sealevelAdapter.js +6 -5
- package/dist/src/multiProtocolApp/sealevelAdapter.js.map +1 -1
- package/dist/src/multiProtocolApp/types.d.ts +1 -2
- package/dist/src/multiProtocolApp/types.d.ts.map +1 -1
- package/dist/src/scripts/check.js +2 -1
- package/dist/src/scripts/check.js.map +1 -1
- package/dist/src/scripts/deploy.js +2 -1
- package/dist/src/scripts/deploy.js.map +1 -1
- package/dist/src/test/deploy.test.js +1 -1
- package/dist/src/test/deploy.test.js.map +1 -1
- package/dist/src/test/helloworld.test.js +16 -16
- package/dist/src/test/helloworld.test.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts +202 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/{hooks/libs/index.js → HyperlaneConnectionClient.js} +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +279 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/{interfaces/hooks/index.js → Router.js} +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/Router.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts +2 -4
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/index.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts +107 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js +3 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts +76 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/{client/index.js → interfaces/IInterchainGasPaymaster.js} +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.js.map +1 -0
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +3 -25
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +3 -10
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts +44 -163
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts +7 -22
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +2 -2
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/core/index.js +0 -1
- package/dist/src/types/@hyperlane-xyz/core/index.js.map +1 -1
- package/dist/src/types/@hyperlane-xyz/index.d.ts.map +1 -1
- package/dist/src/types/@hyperlane-xyz/index.js +0 -1
- package/dist/src/types/@hyperlane-xyz/index.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +3 -42
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +0 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts +2 -2
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js +0 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js +0 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +2 -3
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +0 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +2 -3
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +0 -1
- package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -1
- package/dist/src/types/@openzeppelin/index.d.ts.map +1 -1
- package/dist/src/types/@openzeppelin/index.js +0 -1
- package/dist/src/types/@openzeppelin/index.js.map +1 -1
- package/dist/src/types/common.d.ts.map +1 -1
- package/dist/src/types/common.js +0 -1
- package/dist/src/types/common.js.map +1 -1
- package/dist/src/types/contracts/HelloWorld.d.ts +75 -294
- package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
- package/dist/src/types/contracts/HelloWorld.js +0 -1
- package/dist/src/types/contracts/HelloWorld.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/MailboxClient__factory.d.ts → HyperlaneConnectionClient__factory.d.ts} +6 -6
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/MailboxClient__factory.js → HyperlaneConnectionClient__factory.js} +63 -22
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/Router__factory.d.ts → Router__factory.d.ts} +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{client/Router__factory.js → Router__factory.js} +71 -37
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js +5 -3
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts +29 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js +98 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts +36 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js +97 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js.map +1 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +2 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +2 -0
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js +26 -181
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts +2 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js +3 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +2 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js +5 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +2 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +2 -0
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +2 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +2 -0
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +2 -2
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -1
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +2 -0
- package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -1
- package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +5 -5
- package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
- package/dist/src/types/factories/contracts/HelloWorld__factory.js +78 -44
- package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
- package/dist/src/types/index.d.ts +10 -10
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/index.js +9 -10
- package/dist/src/types/index.js.map +1 -1
- package/package.json +10 -12
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts +0 -260
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js +0 -4
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts +0 -445
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js +0 -4
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts +0 -3
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts +0 -3
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js +0 -4
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts +0 -50
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js +0 -4
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +0 -2
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts +0 -96
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js +0 -4
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +0 -2
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +0 -1
- package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts +0 -3
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js +0 -11
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts +0 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js +0 -31
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts +0 -31
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js +0 -54
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +0 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js +0 -9
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts +0 -23
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js +0 -79
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +0 -2
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +0 -1
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js +0 -9
- package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +0 -1
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IHyperlaneConnectionClient__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [],
|
|
11
|
+
name: "interchainGasPaymaster",
|
|
12
|
+
outputs: [
|
|
13
|
+
{
|
|
14
|
+
internalType: "contract IInterchainGasPaymaster",
|
|
15
|
+
name: "",
|
|
16
|
+
type: "address",
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
stateMutability: "view",
|
|
20
|
+
type: "function",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
inputs: [],
|
|
24
|
+
name: "interchainSecurityModule",
|
|
25
|
+
outputs: [
|
|
26
|
+
{
|
|
27
|
+
internalType: "contract IInterchainSecurityModule",
|
|
28
|
+
name: "",
|
|
29
|
+
type: "address",
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
stateMutability: "view",
|
|
33
|
+
type: "function",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
inputs: [],
|
|
37
|
+
name: "mailbox",
|
|
38
|
+
outputs: [
|
|
39
|
+
{
|
|
40
|
+
internalType: "contract IMailbox",
|
|
41
|
+
name: "",
|
|
42
|
+
type: "address",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
stateMutability: "view",
|
|
46
|
+
type: "function",
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
inputs: [
|
|
50
|
+
{
|
|
51
|
+
internalType: "address",
|
|
52
|
+
name: "",
|
|
53
|
+
type: "address",
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
name: "setInterchainGasPaymaster",
|
|
57
|
+
outputs: [],
|
|
58
|
+
stateMutability: "nonpayable",
|
|
59
|
+
type: "function",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
inputs: [
|
|
63
|
+
{
|
|
64
|
+
internalType: "address",
|
|
65
|
+
name: "",
|
|
66
|
+
type: "address",
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
name: "setInterchainSecurityModule",
|
|
70
|
+
outputs: [],
|
|
71
|
+
stateMutability: "nonpayable",
|
|
72
|
+
type: "function",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
inputs: [
|
|
76
|
+
{
|
|
77
|
+
internalType: "address",
|
|
78
|
+
name: "",
|
|
79
|
+
type: "address",
|
|
80
|
+
},
|
|
81
|
+
],
|
|
82
|
+
name: "setMailbox",
|
|
83
|
+
outputs: [],
|
|
84
|
+
stateMutability: "nonpayable",
|
|
85
|
+
type: "function",
|
|
86
|
+
},
|
|
87
|
+
];
|
|
88
|
+
class IHyperlaneConnectionClient__factory {
|
|
89
|
+
static createInterface() {
|
|
90
|
+
return new ethers_1.utils.Interface(_abi);
|
|
91
|
+
}
|
|
92
|
+
static connect(address, signerOrProvider) {
|
|
93
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.IHyperlaneConnectionClient__factory = IHyperlaneConnectionClient__factory;
|
|
97
|
+
IHyperlaneConnectionClient__factory.abi = _abi;
|
|
98
|
+
//# sourceMappingURL=IHyperlaneConnectionClient__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IHyperlaneConnectionClient__factory.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,wBAAwB;QAC9B,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,kCAAkC;gBAChD,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,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;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,SAAS;QACf,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,mBAAmB;gBACjC,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,2BAA2B;QACjC,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,6BAA6B;QACnC,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,mCAAmC;IAE9C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAwC,CAAC;IAC1E,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACa,CAAC;IAClC,CAAC;;AAdH,kFAeC;AAdiB,uCAAG,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { IInterchainGasPaymaster, IInterchainGasPaymasterInterface } from "../../../../../@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster";
|
|
4
|
+
export declare class IInterchainGasPaymaster__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(): IInterchainGasPaymasterInterface;
|
|
34
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IInterchainGasPaymaster;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=IInterchainGasPaymaster__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainGasPaymaster__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,gCAAgC,EACjC,MAAM,iFAAiF,CAAC;AAkFzF,qBAAa,gCAAgC;IAC3C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;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,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IInterchainGasPaymaster__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
anonymous: false,
|
|
11
|
+
inputs: [
|
|
12
|
+
{
|
|
13
|
+
indexed: true,
|
|
14
|
+
internalType: "bytes32",
|
|
15
|
+
name: "messageId",
|
|
16
|
+
type: "bytes32",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
indexed: false,
|
|
20
|
+
internalType: "uint256",
|
|
21
|
+
name: "gasAmount",
|
|
22
|
+
type: "uint256",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
indexed: false,
|
|
26
|
+
internalType: "uint256",
|
|
27
|
+
name: "payment",
|
|
28
|
+
type: "uint256",
|
|
29
|
+
},
|
|
30
|
+
],
|
|
31
|
+
name: "GasPayment",
|
|
32
|
+
type: "event",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
inputs: [
|
|
36
|
+
{
|
|
37
|
+
internalType: "bytes32",
|
|
38
|
+
name: "_messageId",
|
|
39
|
+
type: "bytes32",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
internalType: "uint32",
|
|
43
|
+
name: "_destinationDomain",
|
|
44
|
+
type: "uint32",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
internalType: "uint256",
|
|
48
|
+
name: "_gasAmount",
|
|
49
|
+
type: "uint256",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
internalType: "address",
|
|
53
|
+
name: "_refundAddress",
|
|
54
|
+
type: "address",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
name: "payForGas",
|
|
58
|
+
outputs: [],
|
|
59
|
+
stateMutability: "payable",
|
|
60
|
+
type: "function",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
inputs: [
|
|
64
|
+
{
|
|
65
|
+
internalType: "uint32",
|
|
66
|
+
name: "_destinationDomain",
|
|
67
|
+
type: "uint32",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
internalType: "uint256",
|
|
71
|
+
name: "_gasAmount",
|
|
72
|
+
type: "uint256",
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
name: "quoteGasPayment",
|
|
76
|
+
outputs: [
|
|
77
|
+
{
|
|
78
|
+
internalType: "uint256",
|
|
79
|
+
name: "",
|
|
80
|
+
type: "uint256",
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
stateMutability: "view",
|
|
84
|
+
type: "function",
|
|
85
|
+
},
|
|
86
|
+
];
|
|
87
|
+
class IInterchainGasPaymaster__factory {
|
|
88
|
+
static createInterface() {
|
|
89
|
+
return new ethers_1.utils.Interface(_abi);
|
|
90
|
+
}
|
|
91
|
+
static connect(address, signerOrProvider) {
|
|
92
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.IInterchainGasPaymaster__factory = IInterchainGasPaymaster__factory;
|
|
96
|
+
IInterchainGasPaymaster__factory.abi = _abi;
|
|
97
|
+
//# sourceMappingURL=IInterchainGasPaymaster__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainGasPaymaster__factory.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,OAAO;KACd;IACD;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,YAAY;gBAClB,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;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,iBAAiB;QACvB,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;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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { IInterchainSecurityModule, IInterchainSecurityModuleInterface } from "../../../../../../@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
1
|
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { IInterchainSecurityModule, IInterchainSecurityModuleInterface } from "../../../../../../@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule";
|
|
4
4
|
export declare class IInterchainSecurityModule__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
6
|
inputs: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,oHAAoH,CAAC;AA0C5H,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C
|
|
1
|
+
{"version":3,"file":"IInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ISpecifiesInterchainSecurityModule, ISpecifiesInterchainSecurityModuleInterface } from "../../../../../../@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
1
|
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { ISpecifiesInterchainSecurityModule, ISpecifiesInterchainSecurityModuleInterface } from "../../../../../../@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule";
|
|
4
4
|
export declare class ISpecifiesInterchainSecurityModule__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
6
|
inputs: never[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,kCAAkC,EAClC,2CAA2C,EAC5C,MAAM,6HAA6H,CAAC;AAkBrI,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"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
3
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
6
|
exports.ISpecifiesInterchainSecurityModule__factory = void 0;
|
|
5
7
|
const ethers_1 = require("ethers");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C
|
|
1
|
+
{"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,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"}
|
package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { IMailbox, IMailboxInterface } from "../../../../../@hyperlane-xyz/core/contracts/interfaces/IMailbox";
|
|
2
|
-
import type { Provider } from "@ethersproject/providers";
|
|
3
1
|
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { IMailbox, IMailboxInterface } from "../../../../../@hyperlane-xyz/core/contracts/interfaces/IMailbox";
|
|
4
4
|
export declare class IMailbox__factory {
|
|
5
5
|
static readonly abi: ({
|
|
6
6
|
anonymous: boolean;
|
package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMailbox__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IMailbox__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,kEAAkE,CAAC;AAkP1E,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,iBAAiB;IAG3C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,QAAQ;CAGZ"}
|
package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
3
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
6
|
exports.IMailbox__factory = void 0;
|
|
5
7
|
const ethers_1 = require("ethers");
|
|
@@ -88,12 +90,12 @@ const _abi = [
|
|
|
88
90
|
},
|
|
89
91
|
{
|
|
90
92
|
inputs: [],
|
|
91
|
-
name: "
|
|
93
|
+
name: "count",
|
|
92
94
|
outputs: [
|
|
93
95
|
{
|
|
94
|
-
internalType: "
|
|
96
|
+
internalType: "uint32",
|
|
95
97
|
name: "",
|
|
96
|
-
type: "
|
|
98
|
+
type: "uint32",
|
|
97
99
|
},
|
|
98
100
|
],
|
|
99
101
|
stateMutability: "view",
|
|
@@ -135,112 +137,44 @@ const _abi = [
|
|
|
135
137
|
inputs: [
|
|
136
138
|
{
|
|
137
139
|
internalType: "uint32",
|
|
138
|
-
name: "
|
|
140
|
+
name: "_destinationDomain",
|
|
139
141
|
type: "uint32",
|
|
140
142
|
},
|
|
141
143
|
{
|
|
142
144
|
internalType: "bytes32",
|
|
143
|
-
name: "
|
|
145
|
+
name: "_recipientAddress",
|
|
144
146
|
type: "bytes32",
|
|
145
147
|
},
|
|
146
148
|
{
|
|
147
149
|
internalType: "bytes",
|
|
148
|
-
name: "
|
|
149
|
-
type: "bytes",
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
internalType: "bytes",
|
|
153
|
-
name: "customHookMetadata",
|
|
150
|
+
name: "_messageBody",
|
|
154
151
|
type: "bytes",
|
|
155
152
|
},
|
|
156
|
-
{
|
|
157
|
-
internalType: "contract IPostDispatchHook",
|
|
158
|
-
name: "customHook",
|
|
159
|
-
type: "address",
|
|
160
|
-
},
|
|
161
153
|
],
|
|
162
154
|
name: "dispatch",
|
|
163
155
|
outputs: [
|
|
164
156
|
{
|
|
165
157
|
internalType: "bytes32",
|
|
166
|
-
name: "
|
|
158
|
+
name: "",
|
|
167
159
|
type: "bytes32",
|
|
168
160
|
},
|
|
169
161
|
],
|
|
170
|
-
stateMutability: "
|
|
162
|
+
stateMutability: "nonpayable",
|
|
171
163
|
type: "function",
|
|
172
164
|
},
|
|
173
165
|
{
|
|
174
|
-
inputs: [
|
|
175
|
-
|
|
176
|
-
internalType: "uint32",
|
|
177
|
-
name: "destinationDomain",
|
|
178
|
-
type: "uint32",
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
internalType: "bytes32",
|
|
182
|
-
name: "recipientAddress",
|
|
183
|
-
type: "bytes32",
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
internalType: "bytes",
|
|
187
|
-
name: "body",
|
|
188
|
-
type: "bytes",
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
internalType: "bytes",
|
|
192
|
-
name: "defaultHookMetadata",
|
|
193
|
-
type: "bytes",
|
|
194
|
-
},
|
|
195
|
-
],
|
|
196
|
-
name: "dispatch",
|
|
166
|
+
inputs: [],
|
|
167
|
+
name: "latestCheckpoint",
|
|
197
168
|
outputs: [
|
|
198
169
|
{
|
|
199
170
|
internalType: "bytes32",
|
|
200
|
-
name: "
|
|
171
|
+
name: "",
|
|
201
172
|
type: "bytes32",
|
|
202
173
|
},
|
|
203
|
-
],
|
|
204
|
-
stateMutability: "payable",
|
|
205
|
-
type: "function",
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
inputs: [
|
|
209
174
|
{
|
|
210
175
|
internalType: "uint32",
|
|
211
|
-
name: "destinationDomain",
|
|
212
|
-
type: "uint32",
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
internalType: "bytes32",
|
|
216
|
-
name: "recipientAddress",
|
|
217
|
-
type: "bytes32",
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
internalType: "bytes",
|
|
221
|
-
name: "messageBody",
|
|
222
|
-
type: "bytes",
|
|
223
|
-
},
|
|
224
|
-
],
|
|
225
|
-
name: "dispatch",
|
|
226
|
-
outputs: [
|
|
227
|
-
{
|
|
228
|
-
internalType: "bytes32",
|
|
229
|
-
name: "messageId",
|
|
230
|
-
type: "bytes32",
|
|
231
|
-
},
|
|
232
|
-
],
|
|
233
|
-
stateMutability: "payable",
|
|
234
|
-
type: "function",
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
inputs: [],
|
|
238
|
-
name: "latestDispatchedId",
|
|
239
|
-
outputs: [
|
|
240
|
-
{
|
|
241
|
-
internalType: "bytes32",
|
|
242
176
|
name: "",
|
|
243
|
-
type: "
|
|
177
|
+
type: "uint32",
|
|
244
178
|
},
|
|
245
179
|
],
|
|
246
180
|
stateMutability: "view",
|
|
@@ -263,137 +197,48 @@ const _abi = [
|
|
|
263
197
|
inputs: [
|
|
264
198
|
{
|
|
265
199
|
internalType: "bytes",
|
|
266
|
-
name: "
|
|
200
|
+
name: "_metadata",
|
|
267
201
|
type: "bytes",
|
|
268
202
|
},
|
|
269
203
|
{
|
|
270
204
|
internalType: "bytes",
|
|
271
|
-
name: "
|
|
205
|
+
name: "_message",
|
|
272
206
|
type: "bytes",
|
|
273
207
|
},
|
|
274
208
|
],
|
|
275
209
|
name: "process",
|
|
276
210
|
outputs: [],
|
|
277
|
-
stateMutability: "
|
|
211
|
+
stateMutability: "nonpayable",
|
|
278
212
|
type: "function",
|
|
279
213
|
},
|
|
280
214
|
{
|
|
281
215
|
inputs: [
|
|
282
216
|
{
|
|
283
|
-
internalType: "
|
|
284
|
-
name: "
|
|
285
|
-
type: "uint32",
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
internalType: "bytes32",
|
|
289
|
-
name: "recipientAddress",
|
|
290
|
-
type: "bytes32",
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
internalType: "bytes",
|
|
294
|
-
name: "messageBody",
|
|
295
|
-
type: "bytes",
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
internalType: "bytes",
|
|
299
|
-
name: "customHookMetadata",
|
|
300
|
-
type: "bytes",
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
internalType: "contract IPostDispatchHook",
|
|
304
|
-
name: "customHook",
|
|
217
|
+
internalType: "address",
|
|
218
|
+
name: "_recipient",
|
|
305
219
|
type: "address",
|
|
306
220
|
},
|
|
307
221
|
],
|
|
308
|
-
name: "
|
|
222
|
+
name: "recipientIsm",
|
|
309
223
|
outputs: [
|
|
310
224
|
{
|
|
311
|
-
internalType: "
|
|
312
|
-
name: "
|
|
313
|
-
type: "
|
|
225
|
+
internalType: "contract IInterchainSecurityModule",
|
|
226
|
+
name: "",
|
|
227
|
+
type: "address",
|
|
314
228
|
},
|
|
315
229
|
],
|
|
316
230
|
stateMutability: "view",
|
|
317
231
|
type: "function",
|
|
318
232
|
},
|
|
319
233
|
{
|
|
320
|
-
inputs: [
|
|
321
|
-
|
|
322
|
-
internalType: "uint32",
|
|
323
|
-
name: "destinationDomain",
|
|
324
|
-
type: "uint32",
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
internalType: "bytes32",
|
|
328
|
-
name: "recipientAddress",
|
|
329
|
-
type: "bytes32",
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
internalType: "bytes",
|
|
333
|
-
name: "messageBody",
|
|
334
|
-
type: "bytes",
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
|
-
name: "quoteDispatch",
|
|
234
|
+
inputs: [],
|
|
235
|
+
name: "root",
|
|
338
236
|
outputs: [
|
|
339
|
-
{
|
|
340
|
-
internalType: "uint256",
|
|
341
|
-
name: "fee",
|
|
342
|
-
type: "uint256",
|
|
343
|
-
},
|
|
344
|
-
],
|
|
345
|
-
stateMutability: "view",
|
|
346
|
-
type: "function",
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
inputs: [
|
|
350
|
-
{
|
|
351
|
-
internalType: "uint32",
|
|
352
|
-
name: "destinationDomain",
|
|
353
|
-
type: "uint32",
|
|
354
|
-
},
|
|
355
237
|
{
|
|
356
238
|
internalType: "bytes32",
|
|
357
|
-
name: "
|
|
239
|
+
name: "",
|
|
358
240
|
type: "bytes32",
|
|
359
241
|
},
|
|
360
|
-
{
|
|
361
|
-
internalType: "bytes",
|
|
362
|
-
name: "messageBody",
|
|
363
|
-
type: "bytes",
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
internalType: "bytes",
|
|
367
|
-
name: "defaultHookMetadata",
|
|
368
|
-
type: "bytes",
|
|
369
|
-
},
|
|
370
|
-
],
|
|
371
|
-
name: "quoteDispatch",
|
|
372
|
-
outputs: [
|
|
373
|
-
{
|
|
374
|
-
internalType: "uint256",
|
|
375
|
-
name: "fee",
|
|
376
|
-
type: "uint256",
|
|
377
|
-
},
|
|
378
|
-
],
|
|
379
|
-
stateMutability: "view",
|
|
380
|
-
type: "function",
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
inputs: [
|
|
384
|
-
{
|
|
385
|
-
internalType: "address",
|
|
386
|
-
name: "recipient",
|
|
387
|
-
type: "address",
|
|
388
|
-
},
|
|
389
|
-
],
|
|
390
|
-
name: "recipientIsm",
|
|
391
|
-
outputs: [
|
|
392
|
-
{
|
|
393
|
-
internalType: "contract IInterchainSecurityModule",
|
|
394
|
-
name: "module",
|
|
395
|
-
type: "address",
|
|
396
|
-
},
|
|
397
242
|
],
|
|
398
243
|
stateMutability: "view",
|
|
399
244
|
type: "function",
|
package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMailbox__factory.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C
|
|
1
|
+
{"version":3,"file":"IMailbox__factory.js","sourceRoot":"","sources":["../../../../../../../../src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"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"}
|