@hyperlane-xyz/core 1.0.0-beta4 → 1.0.0-beta5
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/dist/@openzeppelin/contracts/index.d.ts +4 -0
- package/dist/@openzeppelin/contracts/index.d.ts.map +1 -1
- package/dist/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.d.ts +43 -0
- package/dist/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.d.ts.map +1 -0
- package/dist/{contracts/MerkleTreeManager.js → @openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js} +1 -1
- package/dist/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js.map +1 -0
- package/dist/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts.map +1 -0
- package/dist/@openzeppelin/{contracts-upgradeable/security → contracts/interfaces/draft-IERC1822.sol}/index.js +0 -0
- package/dist/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
- package/dist/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/dist/{contracts/Inbox.js → @openzeppelin/contracts/interfaces/index.js} +1 -1
- package/dist/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.d.ts +64 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js +4 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.d.ts +64 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.js +4 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +3 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/index.d.ts.map +1 -0
- package/dist/{contracts/middleware/liquidity-layer/interfaces/portal → @openzeppelin/contracts/proxy/ERC1967}/index.js +0 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/index.js.map +1 -0
- package/dist/{contracts/upgrade/UpgradeBeaconProxy.d.ts → @openzeppelin/contracts/proxy/Proxy.d.ts} +5 -5
- package/dist/@openzeppelin/contracts/proxy/Proxy.d.ts.map +1 -0
- package/dist/{interfaces/IInbox.js → @openzeppelin/contracts/proxy/Proxy.js} +1 -1
- package/dist/@openzeppelin/contracts/proxy/Proxy.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/beacon/IBeacon.d.ts +43 -0
- package/dist/@openzeppelin/contracts/proxy/beacon/IBeacon.d.ts.map +1 -0
- package/dist/{interfaces/IOutbox.js → @openzeppelin/contracts/proxy/beacon/IBeacon.js} +1 -1
- package/dist/@openzeppelin/contracts/proxy/beacon/IBeacon.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts/proxy/beacon/index.d.ts.map +1 -0
- package/dist/{contracts/validator-manager → @openzeppelin/contracts/proxy/beacon}/index.js +0 -0
- package/dist/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/index.d.ts +8 -0
- package/dist/@openzeppelin/contracts/proxy/index.d.ts.map +1 -0
- package/dist/{contracts/Outbox.js → @openzeppelin/contracts/proxy/index.js} +1 -1
- package/dist/@openzeppelin/contracts/proxy/index.js.map +1 -0
- package/dist/{contracts/upgrade/UpgradeBeaconController.d.ts → @openzeppelin/contracts/proxy/transparent/ProxyAdmin.d.ts} +60 -25
- package/dist/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.d.ts.map +1 -0
- package/dist/{contracts/mock/MockOutbox.js → @openzeppelin/contracts/proxy/transparent/ProxyAdmin.js} +1 -1
- package/dist/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.d.ts +150 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.d.ts.map +1 -0
- package/dist/@openzeppelin/{contracts-upgradeable/security/ReentrancyGuardUpgradeable.js → contracts/proxy/transparent/TransparentUpgradeableProxy.js} +1 -1
- package/dist/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/index.d.ts +3 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/index.js +3 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/index.d.ts +0 -2
- package/dist/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
- package/dist/contracts/{AbacusConnectionClient.d.ts → HyperlaneConnectionClient.d.ts} +69 -36
- package/dist/contracts/HyperlaneConnectionClient.d.ts.map +1 -0
- package/dist/contracts/{AbacusConnectionClient.js → HyperlaneConnectionClient.js} +1 -1
- package/dist/contracts/HyperlaneConnectionClient.js.map +1 -0
- package/dist/contracts/InterchainGasPaymaster.d.ts +15 -15
- package/dist/contracts/InterchainGasPaymaster.d.ts.map +1 -1
- package/dist/contracts/Mailbox.d.ts +245 -27
- package/dist/contracts/Mailbox.d.ts.map +1 -1
- package/dist/contracts/OwnableMulticall.d.ts +17 -1
- package/dist/contracts/OwnableMulticall.d.ts.map +1 -1
- package/dist/{@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.d.ts → contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable.d.ts} +5 -5
- package/dist/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable.d.ts.map +1 -0
- package/dist/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable.js +4 -0
- package/dist/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable.js.map +1 -0
- package/dist/contracts/PausableReentrancyGuard.sol/index.d.ts +2 -0
- package/dist/contracts/PausableReentrancyGuard.sol/index.d.ts.map +1 -0
- package/dist/contracts/PausableReentrancyGuard.sol/index.js +3 -0
- package/dist/contracts/PausableReentrancyGuard.sol/index.js.map +1 -0
- package/dist/contracts/Router.d.ts +83 -42
- package/dist/contracts/Router.d.ts.map +1 -1
- package/dist/contracts/index.d.ts +5 -7
- package/dist/contracts/index.d.ts.map +1 -1
- package/dist/contracts/isms/MultisigIsm.d.ts +290 -0
- package/dist/contracts/isms/MultisigIsm.d.ts.map +1 -0
- package/dist/contracts/{mock/MockInbox.js → isms/MultisigIsm.js} +1 -1
- package/dist/contracts/isms/MultisigIsm.js.map +1 -0
- package/dist/contracts/isms/index.d.ts +2 -0
- package/dist/contracts/isms/index.d.ts.map +1 -0
- package/dist/contracts/isms/index.js +3 -0
- package/dist/contracts/isms/index.js.map +1 -0
- package/dist/contracts/middleware/InterchainAccountRouter.d.ts +108 -51
- package/dist/contracts/middleware/InterchainAccountRouter.d.ts.map +1 -1
- package/dist/contracts/middleware/InterchainQueryRouter.d.ts +125 -52
- package/dist/contracts/middleware/InterchainQueryRouter.d.ts.map +1 -1
- package/dist/contracts/middleware/index.d.ts +0 -1
- package/dist/contracts/middleware/index.d.ts.map +1 -1
- package/dist/contracts/middleware/liquidity-layer/LiquidityLayerRouter.d.ts +107 -50
- package/dist/contracts/middleware/liquidity-layer/LiquidityLayerRouter.d.ts.map +1 -1
- package/dist/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.d.ts +83 -42
- package/dist/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.d.ts.map +1 -1
- package/dist/contracts/middleware/liquidity-layer/adapters/index.d.ts +0 -1
- package/dist/contracts/middleware/liquidity-layer/adapters/index.d.ts.map +1 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/{ITokenMessenger.d.ts → ICircleBridge.d.ts} +4 -4
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/{adapters/PortalAdapter.js → interfaces/circle/ICircleBridge.js} +1 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts +1 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts.map +1 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/index.d.ts +0 -3
- package/dist/contracts/middleware/liquidity-layer/interfaces/index.d.ts.map +1 -1
- package/dist/contracts/mock/MockHyperlaneEnvironment.d.ts +25 -33
- package/dist/contracts/mock/MockHyperlaneEnvironment.d.ts.map +1 -1
- package/dist/contracts/mock/MockInterchainAccountRouter.d.ts +277 -3
- package/dist/contracts/mock/MockInterchainAccountRouter.d.ts.map +1 -1
- package/dist/contracts/mock/MockMailbox.d.ts +185 -0
- package/dist/contracts/mock/MockMailbox.d.ts.map +1 -0
- package/dist/contracts/mock/MockMailbox.js +4 -0
- package/dist/contracts/mock/MockMailbox.js.map +1 -0
- package/dist/contracts/mock/index.d.ts +1 -3
- package/dist/contracts/mock/index.d.ts.map +1 -1
- package/dist/contracts/test/{TestAbacusConnectionClient.d.ts → TestHyperlaneConnectionClient.d.ts} +74 -57
- package/dist/contracts/test/TestHyperlaneConnectionClient.d.ts.map +1 -0
- package/dist/contracts/test/TestHyperlaneConnectionClient.js +4 -0
- package/dist/contracts/test/TestHyperlaneConnectionClient.js.map +1 -0
- package/dist/contracts/test/TestIsm.d.ts +75 -0
- package/dist/contracts/test/TestIsm.d.ts.map +1 -0
- package/dist/contracts/test/TestIsm.js +4 -0
- package/dist/contracts/test/TestIsm.js.map +1 -0
- package/dist/contracts/test/TestMailbox.d.ts +260 -34
- package/dist/contracts/test/TestMailbox.d.ts.map +1 -1
- package/dist/contracts/test/TestMessage.d.ts +30 -10
- package/dist/contracts/test/TestMessage.d.ts.map +1 -1
- package/dist/contracts/test/TestMultisigIsm.d.ts +306 -0
- package/dist/contracts/test/TestMultisigIsm.d.ts.map +1 -0
- package/dist/contracts/{middleware/liquidity-layer/interfaces/circle/ITokenMessenger.js → test/TestMultisigIsm.js} +1 -1
- package/dist/contracts/test/TestMultisigIsm.js.map +1 -0
- package/dist/contracts/test/TestRecipient.d.ts +25 -1
- package/dist/contracts/test/TestRecipient.d.ts.map +1 -1
- package/dist/contracts/test/TestRouter.d.ts +95 -54
- package/dist/contracts/test/TestRouter.d.ts.map +1 -1
- package/dist/contracts/test/TestSendReceiver.d.ts +14 -6
- package/dist/contracts/test/TestSendReceiver.d.ts.map +1 -1
- package/dist/contracts/test/index.d.ts +3 -8
- package/dist/contracts/test/index.d.ts.map +1 -1
- package/dist/contracts/upgrade/index.d.ts +0 -3
- package/dist/contracts/upgrade/index.d.ts.map +1 -1
- package/dist/factories/@openzeppelin/contracts/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/index.d.ts.map +1 -1
- package/dist/factories/@openzeppelin/contracts/index.js +3 -1
- package/dist/factories/@openzeppelin/contracts/index.js.map +1 -1
- package/dist/factories/{interfaces/IMultisigValidatorManager__factory.d.ts → @openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.d.ts} +5 -5
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js +31 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/index.js +31 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +48 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +110 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/{contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.d.ts → contracts/proxy/ERC1967/ERC1967Upgrade__factory.d.ts} +5 -5
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade__factory.js +63 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +3 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/index.js +11 -0
- package/dist/factories/@openzeppelin/contracts/proxy/ERC1967/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/Proxy__factory.d.ts +12 -0
- package/dist/factories/@openzeppelin/contracts/proxy/Proxy__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/Proxy__factory.js +26 -0
- package/dist/factories/@openzeppelin/contracts/proxy/Proxy__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.d.ts +19 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js +31 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/index.d.ts +5 -0
- package/dist/factories/@openzeppelin/contracts/proxy/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/index.js +35 -0
- package/dist/factories/@openzeppelin/contracts/proxy/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +48 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js +190 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.d.ts +73 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js +185 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/index.d.ts +3 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/index.js +11 -0
- package/dist/factories/@openzeppelin/contracts/proxy/transparent/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.d.ts +0 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.js +1 -2
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.d.ts +1 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.d.ts.map +1 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js +1 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js.map +1 -1
- package/dist/factories/contracts/Create2Factory__factory.d.ts +1 -1
- package/dist/factories/contracts/Create2Factory__factory.js +1 -1
- package/dist/factories/contracts/{AbacusConnectionClient__factory.d.ts → HyperlaneConnectionClient__factory.d.ts} +5 -5
- package/dist/factories/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -0
- package/dist/factories/contracts/{AbacusConnectionClient__factory.js → HyperlaneConnectionClient__factory.js} +61 -22
- package/dist/factories/contracts/HyperlaneConnectionClient__factory.js.map +1 -0
- package/dist/factories/contracts/InterchainGasPaymaster__factory.d.ts +1 -1
- package/dist/factories/contracts/InterchainGasPaymaster__factory.d.ts.map +1 -1
- package/dist/factories/contracts/InterchainGasPaymaster__factory.js +19 -14
- package/dist/factories/contracts/InterchainGasPaymaster__factory.js.map +1 -1
- package/dist/factories/contracts/Mailbox__factory.d.ts +29 -13
- package/dist/factories/contracts/Mailbox__factory.d.ts.map +1 -1
- package/dist/factories/contracts/Mailbox__factory.js +351 -10
- package/dist/factories/contracts/Mailbox__factory.js.map +1 -1
- package/dist/factories/contracts/OwnableMulticall__factory.d.ts +1 -1
- package/dist/factories/contracts/OwnableMulticall__factory.d.ts.map +1 -1
- package/dist/factories/contracts/OwnableMulticall__factory.js +8 -1
- package/dist/factories/contracts/OwnableMulticall__factory.js.map +1 -1
- package/dist/factories/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable__factory.d.ts +19 -0
- package/dist/factories/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable__factory.d.ts.map +1 -0
- package/dist/factories/{@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.js → contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable__factory.js} +5 -5
- package/dist/factories/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable__factory.js.map +1 -0
- package/dist/factories/contracts/PausableReentrancyGuard.sol/index.d.ts +2 -0
- package/dist/factories/contracts/PausableReentrancyGuard.sol/index.d.ts.map +1 -0
- package/dist/factories/contracts/PausableReentrancyGuard.sol/index.js +9 -0
- package/dist/factories/contracts/PausableReentrancyGuard.sol/index.js.map +1 -0
- package/dist/factories/contracts/Router__factory.d.ts.map +1 -1
- package/dist/factories/contracts/Router__factory.js +70 -18
- package/dist/factories/contracts/Router__factory.js.map +1 -1
- package/dist/factories/contracts/index.d.ts +3 -6
- package/dist/factories/contracts/index.d.ts.map +1 -1
- package/dist/factories/contracts/index.js +5 -12
- package/dist/factories/contracts/index.js.map +1 -1
- package/dist/factories/contracts/isms/MultisigIsm__factory.d.ts +55 -0
- package/dist/factories/contracts/isms/MultisigIsm__factory.d.ts.map +1 -0
- package/dist/factories/contracts/isms/MultisigIsm__factory.js +437 -0
- package/dist/factories/contracts/isms/MultisigIsm__factory.js.map +1 -0
- package/dist/factories/contracts/isms/index.d.ts +2 -0
- package/dist/factories/contracts/isms/index.d.ts.map +1 -0
- package/dist/factories/contracts/isms/index.js +9 -0
- package/dist/factories/contracts/isms/index.js.map +1 -0
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.d.ts +9 -2
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.js +112 -37
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.js.map +1 -1
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts +1 -1
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js +107 -30
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js.map +1 -1
- package/dist/factories/contracts/middleware/index.d.ts +0 -1
- package/dist/factories/contracts/middleware/index.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/index.js +1 -3
- package/dist/factories/contracts/middleware/index.js.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js +111 -35
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js +86 -34
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.d.ts +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.js +1 -3
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.js.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/{ITokenMessenger__factory.d.ts → ICircleBridge__factory.d.ts} +5 -5
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/{ITokenMessenger__factory.js → ICircleBridge__factory.js} +5 -5
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.js +3 -3
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.js.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.d.ts +0 -2
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.d.ts.map +1 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.js +1 -4
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.js.map +1 -1
- package/dist/factories/contracts/mock/MockCircleBridge__factory.d.ts +1 -1
- package/dist/factories/contracts/mock/MockCircleBridge__factory.js +1 -1
- package/dist/factories/contracts/mock/MockCircleMessageTransmitter__factory.d.ts +1 -1
- package/dist/factories/contracts/mock/MockCircleMessageTransmitter__factory.js +1 -1
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts +1 -1
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts.map +1 -1
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js +7 -26
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js.map +1 -1
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.d.ts +1 -1
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.d.ts.map +1 -1
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.js +338 -5
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.js.map +1 -1
- package/dist/factories/contracts/mock/MockMailbox__factory.d.ts +45 -0
- package/dist/factories/contracts/mock/MockMailbox__factory.d.ts.map +1 -0
- package/dist/factories/contracts/mock/MockMailbox__factory.js +252 -0
- package/dist/factories/contracts/mock/MockMailbox__factory.js.map +1 -0
- package/dist/factories/contracts/mock/MockToken__factory.d.ts +1 -1
- package/dist/factories/contracts/mock/MockToken__factory.d.ts.map +1 -1
- package/dist/factories/contracts/mock/MockToken__factory.js +1 -1
- package/dist/factories/contracts/mock/MockToken__factory.js.map +1 -1
- package/dist/factories/contracts/mock/index.d.ts +1 -3
- package/dist/factories/contracts/mock/index.d.ts.map +1 -1
- package/dist/factories/contracts/mock/index.js +3 -7
- package/dist/factories/contracts/mock/index.js.map +1 -1
- package/dist/factories/contracts/test/TestHyperlaneConnectionClient__factory.d.ts +55 -0
- package/dist/factories/contracts/test/TestHyperlaneConnectionClient__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestHyperlaneConnectionClient__factory.js +249 -0
- package/dist/factories/contracts/test/TestHyperlaneConnectionClient__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestIsm__factory.d.ts +35 -0
- package/dist/factories/contracts/test/TestIsm__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestIsm__factory.js +104 -0
- package/dist/factories/contracts/test/TestIsm__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestLiquidityLayerMessageRecipient__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestLiquidityLayerMessageRecipient__factory.js +1 -1
- package/dist/factories/contracts/test/TestMailbox__factory.d.ts +1 -8
- package/dist/factories/contracts/test/TestMailbox__factory.d.ts.map +1 -1
- package/dist/factories/contracts/test/TestMailbox__factory.js +346 -11
- package/dist/factories/contracts/test/TestMailbox__factory.js.map +1 -1
- package/dist/factories/contracts/test/TestMerkle__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestMerkle__factory.js +1 -1
- package/dist/factories/contracts/test/TestMessage__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestMessage__factory.d.ts.map +1 -1
- package/dist/factories/contracts/test/TestMessage__factory.js +40 -7
- package/dist/factories/contracts/test/TestMessage__factory.js.map +1 -1
- package/dist/factories/contracts/test/TestMultisigIsm__factory.d.ts +48 -0
- package/dist/factories/contracts/test/TestMultisigIsm__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestMultisigIsm__factory.js +480 -0
- package/dist/factories/contracts/test/TestMultisigIsm__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestQuerySender__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestQuerySender__factory.d.ts.map +1 -1
- package/dist/factories/contracts/test/TestQuerySender__factory.js +1 -1
- package/dist/factories/contracts/test/TestQuerySender__factory.js.map +1 -1
- package/dist/factories/contracts/test/TestQuery__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestQuery__factory.js +1 -1
- package/dist/factories/contracts/test/TestRecipient__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestRecipient__factory.d.ts.map +1 -1
- package/dist/factories/contracts/test/TestRecipient__factory.js +27 -1
- package/dist/factories/contracts/test/TestRecipient__factory.js.map +1 -1
- package/dist/factories/contracts/test/TestRouter__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestRouter__factory.d.ts.map +1 -1
- package/dist/factories/contracts/test/TestRouter__factory.js +98 -36
- package/dist/factories/contracts/test/TestRouter__factory.js.map +1 -1
- package/dist/factories/contracts/test/TestSendReceiver__factory.d.ts +12 -1
- package/dist/factories/contracts/test/TestSendReceiver__factory.d.ts.map +1 -1
- package/dist/factories/contracts/test/TestSendReceiver__factory.js +16 -3
- package/dist/factories/contracts/test/TestSendReceiver__factory.js.map +1 -1
- package/dist/factories/contracts/test/TestTokenRecipient__factory.d.ts +1 -1
- package/dist/factories/contracts/test/TestTokenRecipient__factory.js +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient1__factory.d.ts +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient1__factory.js +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient2__factory.d.ts +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient2__factory.js +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient3__factory.d.ts +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient3__factory.js +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient5__factory.d.ts +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient5__factory.js +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient6__factory.d.ts +1 -1
- package/dist/factories/contracts/test/bad-recipient/BadRecipient6__factory.js +1 -1
- package/dist/factories/contracts/test/index.d.ts +3 -8
- package/dist/factories/contracts/test/index.d.ts.map +1 -1
- package/dist/factories/contracts/test/index.js +7 -17
- package/dist/factories/contracts/test/index.js.map +1 -1
- package/dist/factories/contracts/upgrade/Versioned__factory.d.ts +1 -1
- package/dist/factories/contracts/upgrade/Versioned__factory.js +1 -1
- package/dist/factories/contracts/upgrade/index.d.ts +0 -3
- package/dist/factories/contracts/upgrade/index.d.ts.map +1 -1
- package/dist/factories/contracts/upgrade/index.js +1 -7
- package/dist/factories/contracts/upgrade/index.js.map +1 -1
- package/dist/factories/interfaces/IInterchainAccountRouter__factory.js +4 -4
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -1
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.js +13 -8
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.js.map +1 -1
- package/dist/factories/interfaces/IInterchainQueryRouter__factory.js +6 -6
- package/dist/factories/interfaces/{IAbacusConnectionManager__factory.d.ts → IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts} +5 -5
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/{IAbacusConnectionManager__factory.js → IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js} +22 -30
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +19 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +31 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.js +11 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
- package/dist/factories/{contracts/middleware/liquidity-layer/interfaces → interfaces}/ILiquidityLayerMessageRecipient__factory.d.ts +1 -1
- package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.d.ts.map +1 -0
- package/dist/factories/{contracts/middleware/liquidity-layer/interfaces → interfaces}/ILiquidityLayerMessageRecipient__factory.js +0 -0
- package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.js.map +1 -0
- package/dist/factories/{contracts/test/MysteryMath__factory.d.ts → interfaces/ILiquidityLayerRouter__factory.d.ts} +5 -5
- package/dist/factories/interfaces/ILiquidityLayerRouter__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/ILiquidityLayerRouter__factory.js +62 -0
- package/dist/factories/interfaces/ILiquidityLayerRouter__factory.js.map +1 -0
- package/dist/factories/interfaces/IMailbox__factory.d.ts +5 -1
- package/dist/factories/interfaces/IMailbox__factory.d.ts.map +1 -1
- package/dist/factories/interfaces/IMailbox__factory.js +99 -2
- package/dist/factories/interfaces/IMailbox__factory.js.map +1 -1
- package/dist/factories/interfaces/{IOutbox__factory.d.ts → IMultisigIsm__factory.d.ts} +5 -5
- package/dist/factories/interfaces/IMultisigIsm__factory.d.ts.map +1 -0
- package/dist/factories/{contracts/test/MysteryMath__factory.js → interfaces/IMultisigIsm__factory.js} +39 -41
- package/dist/factories/interfaces/IMultisigIsm__factory.js.map +1 -0
- package/dist/factories/interfaces/index.d.ts +4 -4
- package/dist/factories/interfaces/index.d.ts.map +1 -1
- package/dist/factories/interfaces/index.js +31 -9
- package/dist/factories/interfaces/index.js.map +1 -1
- package/dist/index.d.ts +40 -64
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +42 -66
- package/dist/index.js.map +1 -1
- package/dist/interfaces/IInterchainAccountRouter.d.ts +2 -2
- package/dist/interfaces/IInterchainAccountRouter.d.ts.map +1 -1
- package/dist/interfaces/IInterchainGasPaymaster.d.ts +9 -9
- package/dist/interfaces/IInterchainGasPaymaster.d.ts.map +1 -1
- package/dist/interfaces/IInterchainQueryRouter.d.ts +3 -3
- package/dist/interfaces/IInterchainQueryRouter.d.ts.map +1 -1
- package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +59 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -0
- package/dist/{contracts/AbacusConnectionManager.js → interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js} +1 -1
- package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +43 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +4 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/index.d.ts +3 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/index.d.ts.map +1 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/index.js +3 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/index.js.map +1 -0
- package/dist/{contracts/middleware/liquidity-layer/interfaces → interfaces}/ILiquidityLayerMessageRecipient.d.ts +1 -1
- package/dist/interfaces/ILiquidityLayerMessageRecipient.d.ts.map +1 -0
- package/dist/{contracts/middleware/liquidity-layer/interfaces → interfaces}/ILiquidityLayerMessageRecipient.js +0 -0
- package/dist/interfaces/ILiquidityLayerMessageRecipient.js.map +1 -0
- package/dist/interfaces/ILiquidityLayerRouter.d.ts +51 -0
- package/dist/interfaces/ILiquidityLayerRouter.d.ts.map +1 -0
- package/dist/{contracts/middleware/V2CompatibilityRouter.js → interfaces/ILiquidityLayerRouter.js} +1 -1
- package/dist/interfaces/ILiquidityLayerRouter.js.map +1 -0
- package/dist/interfaces/IMailbox.d.ts +66 -10
- package/dist/interfaces/IMailbox.d.ts.map +1 -1
- package/dist/interfaces/IMultisigIsm.d.ts +82 -0
- package/dist/interfaces/IMultisigIsm.d.ts.map +1 -0
- package/dist/interfaces/IMultisigIsm.js +4 -0
- package/dist/interfaces/IMultisigIsm.js.map +1 -0
- package/dist/interfaces/index.d.ts +5 -4
- package/dist/interfaces/index.d.ts.map +1 -1
- package/dist/interfaces/index.js +1 -0
- package/dist/interfaces/index.js.map +1 -1
- package/package.json +8 -8
- package/dist/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.d.ts.map +0 -1
- package/dist/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.js.map +0 -1
- package/dist/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -2
- package/dist/@openzeppelin/contracts-upgradeable/security/index.d.ts.map +0 -1
- package/dist/@openzeppelin/contracts-upgradeable/security/index.js.map +0 -1
- package/dist/contracts/AbacusConnectionClient.d.ts.map +0 -1
- package/dist/contracts/AbacusConnectionClient.js.map +0 -1
- package/dist/contracts/AbacusConnectionManager.d.ts +0 -213
- package/dist/contracts/AbacusConnectionManager.d.ts.map +0 -1
- package/dist/contracts/AbacusConnectionManager.js.map +0 -1
- package/dist/contracts/Inbox.d.ts +0 -207
- package/dist/contracts/Inbox.d.ts.map +0 -1
- package/dist/contracts/Inbox.js.map +0 -1
- package/dist/contracts/MerkleTreeManager.d.ts +0 -53
- package/dist/contracts/MerkleTreeManager.d.ts.map +0 -1
- package/dist/contracts/MerkleTreeManager.js.map +0 -1
- package/dist/contracts/Outbox.d.ts +0 -331
- package/dist/contracts/Outbox.d.ts.map +0 -1
- package/dist/contracts/Outbox.js.map +0 -1
- package/dist/contracts/middleware/V2CompatibilityRouter.d.ts +0 -306
- package/dist/contracts/middleware/V2CompatibilityRouter.d.ts.map +0 -1
- package/dist/contracts/middleware/V2CompatibilityRouter.js.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/adapters/PortalAdapter.d.ts +0 -394
- package/dist/contracts/middleware/liquidity-layer/adapters/PortalAdapter.d.ts.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/adapters/PortalAdapter.js.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerMessageRecipient.d.ts.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerMessageRecipient.js.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ITokenMessenger.d.ts.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ITokenMessenger.js.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge.d.ts +0 -148
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge.d.ts.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge.js +0 -4
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge.js.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/index.d.ts +0 -2
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/index.d.ts.map +0 -1
- package/dist/contracts/middleware/liquidity-layer/interfaces/portal/index.js.map +0 -1
- package/dist/contracts/mock/MockInbox.d.ts +0 -67
- package/dist/contracts/mock/MockInbox.d.ts.map +0 -1
- package/dist/contracts/mock/MockInbox.js.map +0 -1
- package/dist/contracts/mock/MockOutbox.d.ts +0 -51
- package/dist/contracts/mock/MockOutbox.d.ts.map +0 -1
- package/dist/contracts/mock/MockOutbox.js.map +0 -1
- package/dist/contracts/mock/MockPortalBridge.d.ts +0 -164
- package/dist/contracts/mock/MockPortalBridge.d.ts.map +0 -1
- package/dist/contracts/mock/MockPortalBridge.js +0 -4
- package/dist/contracts/mock/MockPortalBridge.js.map +0 -1
- package/dist/contracts/test/MysteryMath.d.ts +0 -77
- package/dist/contracts/test/MysteryMath.d.ts.map +0 -1
- package/dist/contracts/test/MysteryMath.js +0 -4
- package/dist/contracts/test/MysteryMath.js.map +0 -1
- package/dist/contracts/test/MysteryMathV1.d.ts +0 -85
- package/dist/contracts/test/MysteryMathV1.d.ts.map +0 -1
- package/dist/contracts/test/MysteryMathV1.js +0 -4
- package/dist/contracts/test/MysteryMathV1.js.map +0 -1
- package/dist/contracts/test/MysteryMathV2.d.ts +0 -85
- package/dist/contracts/test/MysteryMathV2.d.ts.map +0 -1
- package/dist/contracts/test/MysteryMathV2.js +0 -4
- package/dist/contracts/test/MysteryMathV2.js.map +0 -1
- package/dist/contracts/test/TestAbacusConnectionClient.d.ts.map +0 -1
- package/dist/contracts/test/TestAbacusConnectionClient.js +0 -4
- package/dist/contracts/test/TestAbacusConnectionClient.js.map +0 -1
- package/dist/contracts/test/TestInbox.d.ts +0 -263
- package/dist/contracts/test/TestInbox.d.ts.map +0 -1
- package/dist/contracts/test/TestInbox.js +0 -4
- package/dist/contracts/test/TestInbox.js.map +0 -1
- package/dist/contracts/test/TestMultisigValidatorManager.d.ts +0 -247
- package/dist/contracts/test/TestMultisigValidatorManager.d.ts.map +0 -1
- package/dist/contracts/test/TestMultisigValidatorManager.js +0 -4
- package/dist/contracts/test/TestMultisigValidatorManager.js.map +0 -1
- package/dist/contracts/test/TestOutbox.d.ts +0 -371
- package/dist/contracts/test/TestOutbox.d.ts.map +0 -1
- package/dist/contracts/test/TestOutbox.js +0 -4
- package/dist/contracts/test/TestOutbox.js.map +0 -1
- package/dist/contracts/test/TestValidatorManager.d.ts +0 -58
- package/dist/contracts/test/TestValidatorManager.d.ts.map +0 -1
- package/dist/contracts/test/TestValidatorManager.js +0 -4
- package/dist/contracts/test/TestValidatorManager.js.map +0 -1
- package/dist/contracts/upgrade/UpgradeBeacon.d.ts +0 -40
- package/dist/contracts/upgrade/UpgradeBeacon.d.ts.map +0 -1
- package/dist/contracts/upgrade/UpgradeBeacon.js +0 -4
- package/dist/contracts/upgrade/UpgradeBeacon.js.map +0 -1
- package/dist/contracts/upgrade/UpgradeBeaconController.d.ts.map +0 -1
- package/dist/contracts/upgrade/UpgradeBeaconController.js +0 -4
- package/dist/contracts/upgrade/UpgradeBeaconController.js.map +0 -1
- package/dist/contracts/upgrade/UpgradeBeaconProxy.d.ts.map +0 -1
- package/dist/contracts/upgrade/UpgradeBeaconProxy.js +0 -4
- package/dist/contracts/upgrade/UpgradeBeaconProxy.js.map +0 -1
- package/dist/contracts/validator-manager/InboxValidatorManager.d.ts +0 -263
- package/dist/contracts/validator-manager/InboxValidatorManager.d.ts.map +0 -1
- package/dist/contracts/validator-manager/InboxValidatorManager.js +0 -4
- package/dist/contracts/validator-manager/InboxValidatorManager.js.map +0 -1
- package/dist/contracts/validator-manager/MultisigValidatorManager.d.ts +0 -239
- package/dist/contracts/validator-manager/MultisigValidatorManager.d.ts.map +0 -1
- package/dist/contracts/validator-manager/MultisigValidatorManager.js +0 -4
- package/dist/contracts/validator-manager/MultisigValidatorManager.js.map +0 -1
- package/dist/contracts/validator-manager/OutboxValidatorManager.d.ts +0 -335
- package/dist/contracts/validator-manager/OutboxValidatorManager.d.ts.map +0 -1
- package/dist/contracts/validator-manager/OutboxValidatorManager.js +0 -4
- package/dist/contracts/validator-manager/OutboxValidatorManager.js.map +0 -1
- package/dist/contracts/validator-manager/index.d.ts +0 -4
- package/dist/contracts/validator-manager/index.d.ts.map +0 -1
- package/dist/contracts/validator-manager/index.js.map +0 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.d.ts.map +0 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable__factory.js.map +0 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -2
- package/dist/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts.map +0 -1
- package/dist/factories/@openzeppelin/contracts-upgradeable/security/index.js +0 -9
- package/dist/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +0 -1
- package/dist/factories/contracts/AbacusConnectionClient__factory.d.ts.map +0 -1
- package/dist/factories/contracts/AbacusConnectionClient__factory.js.map +0 -1
- package/dist/factories/contracts/AbacusConnectionManager__factory.d.ts +0 -55
- package/dist/factories/contracts/AbacusConnectionManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/AbacusConnectionManager__factory.js +0 -276
- package/dist/factories/contracts/AbacusConnectionManager__factory.js.map +0 -1
- package/dist/factories/contracts/Inbox__factory.d.ts +0 -59
- package/dist/factories/contracts/Inbox__factory.d.ts.map +0 -1
- package/dist/factories/contracts/Inbox__factory.js +0 -278
- package/dist/factories/contracts/Inbox__factory.js.map +0 -1
- package/dist/factories/contracts/MerkleTreeManager__factory.d.ts +0 -31
- package/dist/factories/contracts/MerkleTreeManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/MerkleTreeManager__factory.js +0 -67
- package/dist/factories/contracts/MerkleTreeManager__factory.js.map +0 -1
- package/dist/factories/contracts/Outbox__factory.d.ts +0 -59
- package/dist/factories/contracts/Outbox__factory.d.ts.map +0 -1
- package/dist/factories/contracts/Outbox__factory.js +0 -415
- package/dist/factories/contracts/Outbox__factory.js.map +0 -1
- package/dist/factories/contracts/middleware/V2CompatibilityRouter__factory.d.ts +0 -48
- package/dist/factories/contracts/middleware/V2CompatibilityRouter__factory.d.ts.map +0 -1
- package/dist/factories/contracts/middleware/V2CompatibilityRouter__factory.js +0 -389
- package/dist/factories/contracts/middleware/V2CompatibilityRouter__factory.js.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.d.ts +0 -48
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.d.ts.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.js +0 -558
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/PortalAdapter__factory.js.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerMessageRecipient__factory.d.ts.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerMessageRecipient__factory.js.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ITokenMessenger__factory.d.ts.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ITokenMessenger__factory.js.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge__factory.d.ts +0 -56
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge__factory.d.ts.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge__factory.js +0 -204
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/IPortalTokenBridge__factory.js.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/index.d.ts +0 -2
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/index.d.ts.map +0 -1
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/index.js +0 -9
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/portal/index.js.map +0 -1
- package/dist/factories/contracts/mock/MockInbox__factory.d.ts +0 -31
- package/dist/factories/contracts/mock/MockInbox__factory.d.ts.map +0 -1
- package/dist/factories/contracts/mock/MockInbox__factory.js +0 -76
- package/dist/factories/contracts/mock/MockInbox__factory.js.map +0 -1
- package/dist/factories/contracts/mock/MockOutbox__factory.d.ts +0 -45
- package/dist/factories/contracts/mock/MockOutbox__factory.d.ts.map +0 -1
- package/dist/factories/contracts/mock/MockOutbox__factory.js +0 -86
- package/dist/factories/contracts/mock/MockOutbox__factory.js.map +0 -1
- package/dist/factories/contracts/mock/MockPortalBridge__factory.d.ts +0 -79
- package/dist/factories/contracts/mock/MockPortalBridge__factory.d.ts.map +0 -1
- package/dist/factories/contracts/mock/MockPortalBridge__factory.js +0 -296
- package/dist/factories/contracts/mock/MockPortalBridge__factory.js.map +0 -1
- package/dist/factories/contracts/test/MysteryMathV1__factory.d.ts +0 -41
- package/dist/factories/contracts/test/MysteryMathV1__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/MysteryMathV1__factory.js +0 -122
- package/dist/factories/contracts/test/MysteryMathV1__factory.js.map +0 -1
- package/dist/factories/contracts/test/MysteryMathV2__factory.d.ts +0 -41
- package/dist/factories/contracts/test/MysteryMathV2__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/MysteryMathV2__factory.js +0 -122
- package/dist/factories/contracts/test/MysteryMathV2__factory.js.map +0 -1
- package/dist/factories/contracts/test/MysteryMath__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/MysteryMath__factory.js.map +0 -1
- package/dist/factories/contracts/test/TestAbacusConnectionClient__factory.d.ts +0 -48
- package/dist/factories/contracts/test/TestAbacusConnectionClient__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/TestAbacusConnectionClient__factory.js +0 -242
- package/dist/factories/contracts/test/TestAbacusConnectionClient__factory.js.map +0 -1
- package/dist/factories/contracts/test/TestInbox__factory.d.ts +0 -59
- package/dist/factories/contracts/test/TestInbox__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/TestInbox__factory.js +0 -371
- package/dist/factories/contracts/test/TestInbox__factory.js.map +0 -1
- package/dist/factories/contracts/test/TestMultisigValidatorManager__factory.d.ts +0 -59
- package/dist/factories/contracts/test/TestMultisigValidatorManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/TestMultisigValidatorManager__factory.js +0 -349
- package/dist/factories/contracts/test/TestMultisigValidatorManager__factory.js.map +0 -1
- package/dist/factories/contracts/test/TestOutbox__factory.d.ts +0 -59
- package/dist/factories/contracts/test/TestOutbox__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/TestOutbox__factory.js +0 -483
- package/dist/factories/contracts/test/TestOutbox__factory.js.map +0 -1
- package/dist/factories/contracts/test/TestValidatorManager__factory.d.ts +0 -31
- package/dist/factories/contracts/test/TestValidatorManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/test/TestValidatorManager__factory.js +0 -79
- package/dist/factories/contracts/test/TestValidatorManager__factory.js.map +0 -1
- package/dist/factories/contracts/upgrade/UpgradeBeaconController__factory.d.ts +0 -55
- package/dist/factories/contracts/upgrade/UpgradeBeaconController__factory.d.ts.map +0 -1
- package/dist/factories/contracts/upgrade/UpgradeBeaconController__factory.js +0 -130
- package/dist/factories/contracts/upgrade/UpgradeBeaconController__factory.js.map +0 -1
- package/dist/factories/contracts/upgrade/UpgradeBeaconProxy__factory.d.ts +0 -33
- package/dist/factories/contracts/upgrade/UpgradeBeaconProxy__factory.d.ts.map +0 -1
- package/dist/factories/contracts/upgrade/UpgradeBeaconProxy__factory.js +0 -65
- package/dist/factories/contracts/upgrade/UpgradeBeaconProxy__factory.js.map +0 -1
- package/dist/factories/contracts/upgrade/UpgradeBeacon__factory.d.ts +0 -48
- package/dist/factories/contracts/upgrade/UpgradeBeacon__factory.d.ts.map +0 -1
- package/dist/factories/contracts/upgrade/UpgradeBeacon__factory.js +0 -74
- package/dist/factories/contracts/upgrade/UpgradeBeacon__factory.js.map +0 -1
- package/dist/factories/contracts/validator-manager/InboxValidatorManager__factory.d.ts +0 -59
- package/dist/factories/contracts/validator-manager/InboxValidatorManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/validator-manager/InboxValidatorManager__factory.js +0 -373
- package/dist/factories/contracts/validator-manager/InboxValidatorManager__factory.js.map +0 -1
- package/dist/factories/contracts/validator-manager/MultisigValidatorManager__factory.d.ts +0 -36
- package/dist/factories/contracts/validator-manager/MultisigValidatorManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/validator-manager/MultisigValidatorManager__factory.js +0 -286
- package/dist/factories/contracts/validator-manager/MultisigValidatorManager__factory.js.map +0 -1
- package/dist/factories/contracts/validator-manager/OutboxValidatorManager__factory.d.ts +0 -59
- package/dist/factories/contracts/validator-manager/OutboxValidatorManager__factory.d.ts.map +0 -1
- package/dist/factories/contracts/validator-manager/OutboxValidatorManager__factory.js +0 -560
- package/dist/factories/contracts/validator-manager/OutboxValidatorManager__factory.js.map +0 -1
- package/dist/factories/contracts/validator-manager/index.d.ts +0 -4
- package/dist/factories/contracts/validator-manager/index.d.ts.map +0 -1
- package/dist/factories/contracts/validator-manager/index.js +0 -13
- package/dist/factories/contracts/validator-manager/index.js.map +0 -1
- package/dist/factories/interfaces/IAbacusConnectionManager__factory.d.ts.map +0 -1
- package/dist/factories/interfaces/IAbacusConnectionManager__factory.js.map +0 -1
- package/dist/factories/interfaces/IInbox__factory.d.ts +0 -29
- package/dist/factories/interfaces/IInbox__factory.d.ts.map +0 -1
- package/dist/factories/interfaces/IInbox__factory.js +0 -90
- package/dist/factories/interfaces/IInbox__factory.js.map +0 -1
- package/dist/factories/interfaces/IMultisigValidatorManager__factory.d.ts.map +0 -1
- package/dist/factories/interfaces/IMultisigValidatorManager__factory.js +0 -57
- package/dist/factories/interfaces/IMultisigValidatorManager__factory.js.map +0 -1
- package/dist/factories/interfaces/IOutbox__factory.d.ts.map +0 -1
- package/dist/factories/interfaces/IOutbox__factory.js +0 -155
- package/dist/factories/interfaces/IOutbox__factory.js.map +0 -1
- package/dist/interfaces/IAbacusConnectionManager.d.ts +0 -59
- package/dist/interfaces/IAbacusConnectionManager.d.ts.map +0 -1
- package/dist/interfaces/IAbacusConnectionManager.js +0 -4
- package/dist/interfaces/IAbacusConnectionManager.js.map +0 -1
- package/dist/interfaces/IInbox.d.ts +0 -83
- package/dist/interfaces/IInbox.d.ts.map +0 -1
- package/dist/interfaces/IInbox.js.map +0 -1
- package/dist/interfaces/IMultisigValidatorManager.d.ts +0 -59
- package/dist/interfaces/IMultisigValidatorManager.d.ts.map +0 -1
- package/dist/interfaces/IMultisigValidatorManager.js +0 -4
- package/dist/interfaces/IMultisigValidatorManager.js.map +0 -1
- package/dist/interfaces/IOutbox.d.ts +0 -148
- package/dist/interfaces/IOutbox.d.ts.map +0 -1
- package/dist/interfaces/IOutbox.js.map +0 -1
|
@@ -1,56 +1,48 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* Autogenerated file. Do not edit manually. */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
4
|
+
exports.IInterchainSecurityModule__factory = void 0;
|
|
5
5
|
const ethers_1 = require("ethers");
|
|
6
6
|
const _abi = [
|
|
7
7
|
{
|
|
8
|
-
inputs: [
|
|
9
|
-
|
|
10
|
-
internalType: "address",
|
|
11
|
-
name: "_inbox",
|
|
12
|
-
type: "address",
|
|
13
|
-
},
|
|
14
|
-
],
|
|
15
|
-
name: "isInbox",
|
|
8
|
+
inputs: [],
|
|
9
|
+
name: "moduleType",
|
|
16
10
|
outputs: [
|
|
17
11
|
{
|
|
18
|
-
internalType: "
|
|
12
|
+
internalType: "uint8",
|
|
19
13
|
name: "",
|
|
20
|
-
type: "
|
|
14
|
+
type: "uint8",
|
|
21
15
|
},
|
|
22
16
|
],
|
|
23
17
|
stateMutability: "view",
|
|
24
18
|
type: "function",
|
|
25
19
|
},
|
|
26
20
|
{
|
|
27
|
-
inputs: [
|
|
28
|
-
name: "localDomain",
|
|
29
|
-
outputs: [
|
|
21
|
+
inputs: [
|
|
30
22
|
{
|
|
31
|
-
internalType: "
|
|
32
|
-
name: "",
|
|
33
|
-
type: "
|
|
23
|
+
internalType: "bytes",
|
|
24
|
+
name: "_metadata",
|
|
25
|
+
type: "bytes",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
internalType: "bytes",
|
|
29
|
+
name: "_message",
|
|
30
|
+
type: "bytes",
|
|
34
31
|
},
|
|
35
32
|
],
|
|
36
|
-
|
|
37
|
-
type: "function",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
inputs: [],
|
|
41
|
-
name: "outbox",
|
|
33
|
+
name: "verify",
|
|
42
34
|
outputs: [
|
|
43
35
|
{
|
|
44
|
-
internalType: "
|
|
36
|
+
internalType: "bool",
|
|
45
37
|
name: "",
|
|
46
|
-
type: "
|
|
38
|
+
type: "bool",
|
|
47
39
|
},
|
|
48
40
|
],
|
|
49
|
-
stateMutability: "
|
|
41
|
+
stateMutability: "nonpayable",
|
|
50
42
|
type: "function",
|
|
51
43
|
},
|
|
52
44
|
];
|
|
53
|
-
class
|
|
45
|
+
class IInterchainSecurityModule__factory {
|
|
54
46
|
static createInterface() {
|
|
55
47
|
return new ethers_1.utils.Interface(_abi);
|
|
56
48
|
}
|
|
@@ -58,6 +50,6 @@ class IAbacusConnectionManager__factory {
|
|
|
58
50
|
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
59
51
|
}
|
|
60
52
|
}
|
|
61
|
-
exports.
|
|
62
|
-
|
|
63
|
-
//# sourceMappingURL=
|
|
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":["../../../../types/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;aACd;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;aACd;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,kCAAkC;IAE7C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAuC,CAAC;IACzE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACY,CAAC;IACjC,CAAC;;AAdH,gFAeC;AAdiB,sCAAG,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ISpecifiesInterchainSecurityModule, ISpecifiesInterchainSecurityModuleInterface } from "../../../interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import { Signer } from "ethers";
|
|
4
|
+
export declare class ISpecifiesInterchainSecurityModule__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: never[];
|
|
7
|
+
name: string;
|
|
8
|
+
outputs: {
|
|
9
|
+
internalType: string;
|
|
10
|
+
name: string;
|
|
11
|
+
type: string;
|
|
12
|
+
}[];
|
|
13
|
+
stateMutability: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
static createInterface(): ISpecifiesInterchainSecurityModuleInterface;
|
|
17
|
+
static connect(address: string, signerOrProvider: Signer | Provider): ISpecifiesInterchainSecurityModule;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ISpecifiesInterchainSecurityModule__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../types/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,kCAAkC,EAClC,2CAA2C,EAC5C,MAAM,sFAAsF,CAAC;AAC9F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAkBjD,qBAAa,2CAA2C;IACtD,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,2CAA2C;IAKrE,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,kCAAkC;CAOtC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ISpecifiesInterchainSecurityModule__factory = void 0;
|
|
5
|
+
const ethers_1 = require("ethers");
|
|
6
|
+
const _abi = [
|
|
7
|
+
{
|
|
8
|
+
inputs: [],
|
|
9
|
+
name: "interchainSecurityModule",
|
|
10
|
+
outputs: [
|
|
11
|
+
{
|
|
12
|
+
internalType: "contract IInterchainSecurityModule",
|
|
13
|
+
name: "",
|
|
14
|
+
type: "address",
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
stateMutability: "view",
|
|
18
|
+
type: "function",
|
|
19
|
+
},
|
|
20
|
+
];
|
|
21
|
+
class ISpecifiesInterchainSecurityModule__factory {
|
|
22
|
+
static createInterface() {
|
|
23
|
+
return new ethers_1.utils.Interface(_abi);
|
|
24
|
+
}
|
|
25
|
+
static connect(address, signerOrProvider) {
|
|
26
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.ISpecifiesInterchainSecurityModule__factory = ISpecifiesInterchainSecurityModule__factory;
|
|
30
|
+
ISpecifiesInterchainSecurityModule__factory.abi = _abi;
|
|
31
|
+
//# sourceMappingURL=ISpecifiesInterchainSecurityModule__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISpecifiesInterchainSecurityModule__factory.js","sourceRoot":"","sources":["../../../../types/factories/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,0BAA0B;QAChC,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,oCAAoC;gBAClD,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,2CAA2C;IAEtD,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CACxB,IAAI,CAC0C,CAAC;IACnD,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACqB,CAAC;IAC1C,CAAC;;AAhBH,kGAiBC;AAhBiB,+CAAG,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../types/factories/interfaces/IInterchainSecurityModule.sol/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ISpecifiesInterchainSecurityModule__factory = exports.IInterchainSecurityModule__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
var IInterchainSecurityModule__factory_1 = require("./IInterchainSecurityModule__factory");
|
|
8
|
+
Object.defineProperty(exports, "IInterchainSecurityModule__factory", { enumerable: true, get: function () { return IInterchainSecurityModule__factory_1.IInterchainSecurityModule__factory; } });
|
|
9
|
+
var ISpecifiesInterchainSecurityModule__factory_1 = require("./ISpecifiesInterchainSecurityModule__factory");
|
|
10
|
+
Object.defineProperty(exports, "ISpecifiesInterchainSecurityModule__factory", { enumerable: true, get: function () { return ISpecifiesInterchainSecurityModule__factory_1.ISpecifiesInterchainSecurityModule__factory; } });
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/factories/interfaces/IInterchainSecurityModule.sol/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,2FAA0F;AAAjF,wJAAA,kCAAkC,OAAA;AAC3C,6GAA4G;AAAnG,0KAAA,2CAA2C,OAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ILiquidityLayerMessageRecipient, ILiquidityLayerMessageRecipientInterface } from "
|
|
1
|
+
import type { ILiquidityLayerMessageRecipient, ILiquidityLayerMessageRecipientInterface } from "../../interfaces/ILiquidityLayerMessageRecipient";
|
|
2
2
|
import type { Provider } from "@ethersproject/providers";
|
|
3
3
|
import { Signer } from "ethers";
|
|
4
4
|
export declare class ILiquidityLayerMessageRecipient__factory {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILiquidityLayerMessageRecipient__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/ILiquidityLayerMessageRecipient__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,+BAA+B,EAC/B,wCAAwC,EACzC,MAAM,kDAAkD,CAAC;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAsCjD,qBAAa,wCAAwC;IACnD,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,wCAAwC;IAKlE,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,+BAA+B;CAOnC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILiquidityLayerMessageRecipient__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/ILiquidityLayerMessageRecipient__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;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,kBAAkB;QACxB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,wCAAwC;IAEnD,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CACxB,IAAI,CACuC,CAAC;IAChD,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACkB,CAAC;IACvC,CAAC;;AAhBH,4FAiBC;AAhBiB,4CAAG,GAAG,IAAI,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ILiquidityLayerRouter, ILiquidityLayerRouterInterface } from "../../interfaces/ILiquidityLayerRouter";
|
|
2
2
|
import type { Provider } from "@ethersproject/providers";
|
|
3
3
|
import { Signer } from "ethers";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class ILiquidityLayerRouter__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
6
|
inputs: {
|
|
7
7
|
internalType: string;
|
|
@@ -17,7 +17,7 @@ export declare class MysteryMath__factory {
|
|
|
17
17
|
stateMutability: string;
|
|
18
18
|
type: string;
|
|
19
19
|
}[];
|
|
20
|
-
static createInterface():
|
|
21
|
-
static connect(address: string, signerOrProvider: Signer | Provider):
|
|
20
|
+
static createInterface(): ILiquidityLayerRouterInterface;
|
|
21
|
+
static connect(address: string, signerOrProvider: Signer | Provider): ILiquidityLayerRouter;
|
|
22
22
|
}
|
|
23
|
-
//# sourceMappingURL=
|
|
23
|
+
//# sourceMappingURL=ILiquidityLayerRouter__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILiquidityLayerRouter__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/ILiquidityLayerRouter__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,qBAAqB,EACrB,8BAA8B,EAC/B,MAAM,wCAAwC,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAiDjD,qBAAa,8BAA8B;IACzC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,8BAA8B;IAGxD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,qBAAqB;CAOzB"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ILiquidityLayerRouter__factory = void 0;
|
|
5
|
+
const ethers_1 = require("ethers");
|
|
6
|
+
const _abi = [
|
|
7
|
+
{
|
|
8
|
+
inputs: [
|
|
9
|
+
{
|
|
10
|
+
internalType: "uint32",
|
|
11
|
+
name: "_destinationDomain",
|
|
12
|
+
type: "uint32",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
internalType: "bytes32",
|
|
16
|
+
name: "_recipientAddress",
|
|
17
|
+
type: "bytes32",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
internalType: "bytes",
|
|
21
|
+
name: "_messageBody",
|
|
22
|
+
type: "bytes",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
internalType: "address",
|
|
26
|
+
name: "_token",
|
|
27
|
+
type: "address",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
internalType: "uint256",
|
|
31
|
+
name: "_amount",
|
|
32
|
+
type: "uint256",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
internalType: "string",
|
|
36
|
+
name: "_bridge",
|
|
37
|
+
type: "string",
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
name: "dispatchWithTokens",
|
|
41
|
+
outputs: [
|
|
42
|
+
{
|
|
43
|
+
internalType: "bytes32",
|
|
44
|
+
name: "",
|
|
45
|
+
type: "bytes32",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
stateMutability: "payable",
|
|
49
|
+
type: "function",
|
|
50
|
+
},
|
|
51
|
+
];
|
|
52
|
+
class ILiquidityLayerRouter__factory {
|
|
53
|
+
static createInterface() {
|
|
54
|
+
return new ethers_1.utils.Interface(_abi);
|
|
55
|
+
}
|
|
56
|
+
static connect(address, signerOrProvider) {
|
|
57
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.ILiquidityLayerRouter__factory = ILiquidityLayerRouter__factory;
|
|
61
|
+
ILiquidityLayerRouter__factory.abi = _abi;
|
|
62
|
+
//# sourceMappingURL=ILiquidityLayerRouter__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILiquidityLayerRouter__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/ILiquidityLayerRouter__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,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,OAAO;aACd;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;aACf;SACF;QACD,IAAI,EAAE,oBAAoB;QAC1B,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,SAAS;QAC1B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,8BAA8B;IAEzC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAmC,CAAC;IACrE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACQ,CAAC;IAC7B,CAAC;;AAdH,wEAeC;AAdiB,kCAAG,GAAG,IAAI,CAAC"}
|
|
@@ -3,7 +3,11 @@ import type { Provider } from "@ethersproject/providers";
|
|
|
3
3
|
import { Signer } from "ethers";
|
|
4
4
|
export declare class IMailbox__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
|
-
inputs:
|
|
6
|
+
inputs: {
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}[];
|
|
7
11
|
name: string;
|
|
8
12
|
outputs: {
|
|
9
13
|
internalType: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMailbox__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"IMailbox__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/IMailbox__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,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"}
|
|
@@ -6,8 +6,55 @@ const ethers_1 = require("ethers");
|
|
|
6
6
|
const _abi = [
|
|
7
7
|
{
|
|
8
8
|
inputs: [],
|
|
9
|
-
name: "
|
|
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",
|
|
10
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
|
+
},
|
|
11
58
|
{
|
|
12
59
|
internalType: "uint32",
|
|
13
60
|
name: "",
|
|
@@ -19,10 +66,47 @@ const _abi = [
|
|
|
19
66
|
},
|
|
20
67
|
{
|
|
21
68
|
inputs: [],
|
|
22
|
-
name: "
|
|
69
|
+
name: "localDomain",
|
|
23
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: [
|
|
24
100
|
{
|
|
25
101
|
internalType: "address",
|
|
102
|
+
name: "_recipient",
|
|
103
|
+
type: "address",
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
name: "recipientIsm",
|
|
107
|
+
outputs: [
|
|
108
|
+
{
|
|
109
|
+
internalType: "contract IInterchainSecurityModule",
|
|
26
110
|
name: "",
|
|
27
111
|
type: "address",
|
|
28
112
|
},
|
|
@@ -30,6 +114,19 @@ const _abi = [
|
|
|
30
114
|
stateMutability: "view",
|
|
31
115
|
type: "function",
|
|
32
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
|
+
},
|
|
33
130
|
];
|
|
34
131
|
class IMailbox__factory {
|
|
35
132
|
static createInterface() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMailbox__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/IMailbox__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAO/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"IMailbox__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/IMailbox__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAO/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,OAAO;QACb,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;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,UAAU;QAChB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,kBAAkB;QACxB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;YACD;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,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;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,SAAS;QACf,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,cAAc;QACpB,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,MAAM;QACZ,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,iBAAiB;IAE5B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAsB,CAAC;IACxD,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAa,CAAC;IACnE,CAAC;;AAVH,8CAWC;AAViB,qBAAG,GAAG,IAAI,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IMultisigIsm, IMultisigIsmInterface } from "../../interfaces/IMultisigIsm";
|
|
2
2
|
import type { Provider } from "@ethersproject/providers";
|
|
3
3
|
import { Signer } from "ethers";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class IMultisigIsm__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
6
|
inputs: {
|
|
7
7
|
internalType: string;
|
|
@@ -17,7 +17,7 @@ export declare class IOutbox__factory {
|
|
|
17
17
|
stateMutability: string;
|
|
18
18
|
type: string;
|
|
19
19
|
}[];
|
|
20
|
-
static createInterface():
|
|
21
|
-
static connect(address: string, signerOrProvider: Signer | Provider):
|
|
20
|
+
static createInterface(): IMultisigIsmInterface;
|
|
21
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IMultisigIsm;
|
|
22
22
|
}
|
|
23
|
-
//# sourceMappingURL=
|
|
23
|
+
//# sourceMappingURL=IMultisigIsm__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMultisigIsm__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/IMultisigIsm__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,YAAY,EACZ,qBAAqB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAkEjD,qBAAa,qBAAqB;IAChC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,qBAAqB;IAG/C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,YAAY;CAGhB"}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* Autogenerated file. Do not edit manually. */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
4
|
+
exports.IMultisigIsm__factory = void 0;
|
|
5
5
|
const ethers_1 = require("ethers");
|
|
6
6
|
const _abi = [
|
|
7
7
|
{
|
|
8
|
-
inputs: [
|
|
9
|
-
|
|
10
|
-
internalType: "uint256",
|
|
11
|
-
name: "a",
|
|
12
|
-
type: "uint256",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
internalType: "uint256",
|
|
16
|
-
name: "b",
|
|
17
|
-
type: "uint256",
|
|
18
|
-
},
|
|
19
|
-
],
|
|
20
|
-
name: "doMath",
|
|
8
|
+
inputs: [],
|
|
9
|
+
name: "moduleType",
|
|
21
10
|
outputs: [
|
|
22
11
|
{
|
|
23
|
-
internalType: "
|
|
24
|
-
name: "
|
|
25
|
-
type: "
|
|
12
|
+
internalType: "uint8",
|
|
13
|
+
name: "",
|
|
14
|
+
type: "uint8",
|
|
26
15
|
},
|
|
27
16
|
],
|
|
28
|
-
stateMutability: "
|
|
17
|
+
stateMutability: "view",
|
|
29
18
|
type: "function",
|
|
30
19
|
},
|
|
31
20
|
{
|
|
32
|
-
inputs: [
|
|
33
|
-
|
|
21
|
+
inputs: [
|
|
22
|
+
{
|
|
23
|
+
internalType: "bytes",
|
|
24
|
+
name: "_message",
|
|
25
|
+
type: "bytes",
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
name: "validatorsAndThreshold",
|
|
34
29
|
outputs: [
|
|
35
30
|
{
|
|
36
|
-
internalType: "
|
|
37
|
-
name: "",
|
|
38
|
-
type: "
|
|
31
|
+
internalType: "address[]",
|
|
32
|
+
name: "validators",
|
|
33
|
+
type: "address[]",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
internalType: "uint8",
|
|
37
|
+
name: "threshold",
|
|
38
|
+
type: "uint8",
|
|
39
39
|
},
|
|
40
40
|
],
|
|
41
41
|
stateMutability: "view",
|
|
@@ -44,31 +44,29 @@ const _abi = [
|
|
|
44
44
|
{
|
|
45
45
|
inputs: [
|
|
46
46
|
{
|
|
47
|
-
internalType: "
|
|
48
|
-
name: "
|
|
49
|
-
type: "
|
|
47
|
+
internalType: "bytes",
|
|
48
|
+
name: "_metadata",
|
|
49
|
+
type: "bytes",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
internalType: "bytes",
|
|
53
|
+
name: "_message",
|
|
54
|
+
type: "bytes",
|
|
50
55
|
},
|
|
51
56
|
],
|
|
52
|
-
name: "
|
|
53
|
-
outputs: [],
|
|
54
|
-
stateMutability: "nonpayable",
|
|
55
|
-
type: "function",
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
inputs: [],
|
|
59
|
-
name: "stateVar",
|
|
57
|
+
name: "verify",
|
|
60
58
|
outputs: [
|
|
61
59
|
{
|
|
62
|
-
internalType: "
|
|
60
|
+
internalType: "bool",
|
|
63
61
|
name: "",
|
|
64
|
-
type: "
|
|
62
|
+
type: "bool",
|
|
65
63
|
},
|
|
66
64
|
],
|
|
67
|
-
stateMutability: "
|
|
65
|
+
stateMutability: "nonpayable",
|
|
68
66
|
type: "function",
|
|
69
67
|
},
|
|
70
68
|
];
|
|
71
|
-
class
|
|
69
|
+
class IMultisigIsm__factory {
|
|
72
70
|
static createInterface() {
|
|
73
71
|
return new ethers_1.utils.Interface(_abi);
|
|
74
72
|
}
|
|
@@ -76,6 +74,6 @@ class MysteryMath__factory {
|
|
|
76
74
|
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
77
75
|
}
|
|
78
76
|
}
|
|
79
|
-
exports.
|
|
80
|
-
|
|
81
|
-
//# sourceMappingURL=
|
|
77
|
+
exports.IMultisigIsm__factory = IMultisigIsm__factory;
|
|
78
|
+
IMultisigIsm__factory.abi = _abi;
|
|
79
|
+
//# sourceMappingURL=IMultisigIsm__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMultisigIsm__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/IMultisigIsm__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,UAAU;gBAChB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,wBAAwB;QAC9B,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,WAAW;gBACzB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,WAAW;aAClB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,WAAW;gBACjB,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,qBAAqB;IAEhC,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAA0B,CAAC;IAC5D,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAiB,CAAC;IACvE,CAAC;;AAVH,sDAWC;AAViB,yBAAG,GAAG,IAAI,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export
|
|
2
|
-
export { IInbox__factory } from "./IInbox__factory";
|
|
1
|
+
export * as iInterchainSecurityModuleSol from "./IInterchainSecurityModule.sol";
|
|
3
2
|
export { IInterchainAccountRouter__factory } from "./IInterchainAccountRouter__factory";
|
|
4
3
|
export { IInterchainGasPaymaster__factory } from "./IInterchainGasPaymaster__factory";
|
|
5
4
|
export { IInterchainQueryRouter__factory } from "./IInterchainQueryRouter__factory";
|
|
5
|
+
export { ILiquidityLayerMessageRecipient__factory } from "./ILiquidityLayerMessageRecipient__factory";
|
|
6
|
+
export { ILiquidityLayerRouter__factory } from "./ILiquidityLayerRouter__factory";
|
|
6
7
|
export { IMailbox__factory } from "./IMailbox__factory";
|
|
7
8
|
export { IMessageRecipient__factory } from "./IMessageRecipient__factory";
|
|
8
|
-
export {
|
|
9
|
-
export { IOutbox__factory } from "./IOutbox__factory";
|
|
9
|
+
export { IMultisigIsm__factory } from "./IMultisigIsm__factory";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/index.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,4BAA4B,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AACtF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AACtG,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC"}
|