@hyperlane-xyz/core 1.0.0-beta0 → 1.0.0-beta2
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/OwnableMulticall.sol +4 -0
- package/contracts/Router.sol +1 -0
- package/contracts/libs/MinimalProxy.sol +16 -0
- package/contracts/middleware/InterchainAccountRouter.sol +12 -2
- package/contracts/mock/MockInterchainAccountRouter.sol +15 -79
- package/dist/@openzeppelin/contracts/access/Ownable.d.ts +90 -0
- package/dist/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/access/Ownable.js +4 -0
- package/dist/@openzeppelin/contracts/access/Ownable.js.map +1 -0
- package/dist/@openzeppelin/contracts/access/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/access/index.js +3 -0
- package/dist/@openzeppelin/contracts/access/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/index.d.ts +9 -0
- package/dist/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/index.js +4 -0
- package/dist/@openzeppelin/contracts/index.js.map +1 -0
- 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/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js +4 -0
- 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/interfaces/draft-IERC1822.sol/index.js +3 -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/@openzeppelin/contracts/interfaces/index.js +4 -0
- 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/@openzeppelin/contracts/proxy/ERC1967/index.js +3 -0
- package/dist/@openzeppelin/contracts/proxy/ERC1967/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/Proxy.d.ts +28 -0
- package/dist/@openzeppelin/contracts/proxy/Proxy.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/Proxy.js +4 -0
- 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/@openzeppelin/contracts/proxy/beacon/IBeacon.js +4 -0
- 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/@openzeppelin/contracts/proxy/beacon/index.js +3 -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/@openzeppelin/contracts/proxy/index.js +4 -0
- package/dist/@openzeppelin/contracts/proxy/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.d.ts +154 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.js +4 -0
- 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/proxy/transparent/TransparentUpgradeableProxy.js +4 -0
- 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/token/ERC20/IERC20.d.ts +139 -0
- package/dist/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/token/ERC20/IERC20.js +4 -0
- package/dist/@openzeppelin/contracts/token/ERC20/IERC20.js.map +1 -0
- package/dist/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/token/ERC20/index.js +3 -0
- package/dist/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/dist/@openzeppelin/contracts/token/index.d.ts +3 -0
- package/dist/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts/token/index.js +4 -0
- package/dist/@openzeppelin/contracts/token/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +99 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/index.js +3 -0
- package/dist/@openzeppelin/contracts-upgradeable/access/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/index.d.ts +9 -0
- package/dist/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/index.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +3 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/index.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +40 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +3 -0
- package/dist/@openzeppelin/contracts-upgradeable/proxy/utils/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.d.ts +204 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.d.ts +139 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.d.ts +163 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +3 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +5 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/ERC20/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/index.d.ts +3 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/index.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/token/index.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +40 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +4 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/index.d.ts.map +1 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/index.js +3 -0
- package/dist/@openzeppelin/contracts-upgradeable/utils/index.js.map +1 -0
- package/dist/@openzeppelin/index.d.ts +5 -0
- package/dist/@openzeppelin/index.d.ts.map +1 -0
- package/dist/@openzeppelin/index.js +4 -0
- package/dist/@openzeppelin/index.js.map +1 -0
- package/dist/common.d.ts +22 -0
- package/dist/common.d.ts.map +1 -0
- package/dist/common.js +4 -0
- package/dist/common.js.map +1 -0
- package/dist/contracts/Create2Factory.d.ts +94 -0
- package/dist/contracts/Create2Factory.d.ts.map +1 -0
- package/dist/contracts/Create2Factory.js +4 -0
- package/dist/contracts/Create2Factory.js.map +1 -0
- package/dist/contracts/HyperlaneConnectionClient.d.ts +202 -0
- package/dist/contracts/HyperlaneConnectionClient.d.ts.map +1 -0
- package/dist/contracts/HyperlaneConnectionClient.js +4 -0
- package/dist/contracts/HyperlaneConnectionClient.js.map +1 -0
- package/dist/contracts/InterchainGasPaymaster.d.ts +162 -0
- package/dist/contracts/InterchainGasPaymaster.d.ts.map +1 -0
- package/dist/contracts/InterchainGasPaymaster.js +4 -0
- package/dist/contracts/InterchainGasPaymaster.js.map +1 -0
- package/dist/contracts/Mailbox.d.ts +352 -0
- package/dist/contracts/Mailbox.d.ts.map +1 -0
- package/dist/contracts/Mailbox.js +4 -0
- package/dist/contracts/Mailbox.js.map +1 -0
- package/dist/contracts/OwnableMulticall.d.ts +139 -0
- package/dist/contracts/OwnableMulticall.d.ts.map +1 -0
- package/dist/contracts/OwnableMulticall.js +4 -0
- package/dist/contracts/OwnableMulticall.js.map +1 -0
- package/dist/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable.d.ts +40 -0
- 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 +271 -0
- package/dist/contracts/Router.d.ts.map +1 -0
- package/dist/contracts/Router.js +4 -0
- package/dist/contracts/Router.js.map +1 -0
- package/dist/contracts/index.d.ts +19 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +4 -0
- package/dist/contracts/index.js.map +1 -0
- package/dist/contracts/isms/MultisigIsm.d.ts +274 -0
- package/dist/contracts/isms/MultisigIsm.d.ts.map +1 -0
- package/dist/contracts/isms/MultisigIsm.js +4 -0
- 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 +366 -0
- package/dist/contracts/middleware/InterchainAccountRouter.d.ts.map +1 -0
- package/dist/contracts/middleware/InterchainAccountRouter.js +4 -0
- package/dist/contracts/middleware/InterchainAccountRouter.js.map +1 -0
- package/dist/contracts/middleware/InterchainQueryRouter.d.ts +414 -0
- package/dist/contracts/middleware/InterchainQueryRouter.d.ts.map +1 -0
- package/dist/contracts/middleware/InterchainQueryRouter.js +4 -0
- package/dist/contracts/middleware/InterchainQueryRouter.js.map +1 -0
- package/dist/contracts/middleware/index.d.ts +5 -0
- package/dist/contracts/middleware/index.d.ts.map +1 -0
- package/dist/contracts/middleware/index.js +4 -0
- package/dist/contracts/middleware/index.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/LiquidityLayerRouter.d.ts +340 -0
- package/dist/contracts/middleware/liquidity-layer/LiquidityLayerRouter.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/LiquidityLayerRouter.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/LiquidityLayerRouter.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.d.ts +465 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/index.d.ts +2 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/index.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/index.js +3 -0
- package/dist/contracts/middleware/liquidity-layer/adapters/index.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/index.d.ts +6 -0
- package/dist/contracts/middleware/liquidity-layer/index.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/index.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/index.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter.d.ts +67 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.d.ts +78 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter.d.ts +59 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts +3 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/index.js +3 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/circle/index.js.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/index.d.ts +4 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/index.d.ts.map +1 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/index.js +4 -0
- package/dist/contracts/middleware/liquidity-layer/interfaces/index.js.map +1 -0
- package/dist/contracts/mock/MockCircleBridge.d.ts +86 -0
- package/dist/contracts/mock/MockCircleBridge.d.ts.map +1 -0
- package/dist/contracts/mock/MockCircleBridge.js +4 -0
- package/dist/contracts/mock/MockCircleBridge.js.map +1 -0
- package/dist/contracts/mock/MockCircleMessageTransmitter.d.ts +77 -0
- package/dist/contracts/mock/MockCircleMessageTransmitter.d.ts.map +1 -0
- package/dist/contracts/mock/MockCircleMessageTransmitter.js +4 -0
- package/dist/contracts/mock/MockCircleMessageTransmitter.js.map +1 -0
- package/dist/contracts/mock/MockHyperlaneEnvironment.d.ts +99 -0
- package/dist/contracts/mock/MockHyperlaneEnvironment.d.ts.map +1 -0
- package/dist/contracts/mock/MockHyperlaneEnvironment.js +4 -0
- package/dist/contracts/mock/MockHyperlaneEnvironment.js.map +1 -0
- package/dist/contracts/mock/MockInterchainAccountRouter.d.ts +390 -0
- package/dist/contracts/mock/MockInterchainAccountRouter.d.ts.map +1 -0
- package/dist/contracts/mock/MockInterchainAccountRouter.js +4 -0
- package/dist/contracts/mock/MockInterchainAccountRouter.js.map +1 -0
- 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/MockToken.d.ts +236 -0
- package/dist/contracts/mock/MockToken.d.ts.map +1 -0
- package/dist/contracts/mock/MockToken.js +4 -0
- package/dist/contracts/mock/MockToken.js.map +1 -0
- package/dist/contracts/mock/index.d.ts +7 -0
- package/dist/contracts/mock/index.d.ts.map +1 -0
- package/dist/contracts/mock/index.js +3 -0
- package/dist/contracts/mock/index.js.map +1 -0
- package/dist/contracts/test/TestHyperlaneConnectionClient.d.ts +226 -0
- 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 +67 -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/TestLiquidityLayerMessageRecipient.d.ts +72 -0
- package/dist/contracts/test/TestLiquidityLayerMessageRecipient.d.ts.map +1 -0
- package/dist/contracts/test/TestLiquidityLayerMessageRecipient.js +4 -0
- package/dist/contracts/test/TestLiquidityLayerMessageRecipient.js.map +1 -0
- package/dist/contracts/test/TestMailbox.d.ts +376 -0
- package/dist/contracts/test/TestMailbox.d.ts.map +1 -0
- package/dist/contracts/test/TestMailbox.js +4 -0
- package/dist/contracts/test/TestMailbox.js.map +1 -0
- package/dist/contracts/test/TestMerkle.d.ts +87 -0
- package/dist/contracts/test/TestMerkle.d.ts.map +1 -0
- package/dist/contracts/test/TestMerkle.js +4 -0
- package/dist/contracts/test/TestMerkle.js.map +1 -0
- package/dist/contracts/test/TestMessage.d.ts +123 -0
- package/dist/contracts/test/TestMessage.d.ts.map +1 -0
- package/dist/contracts/test/TestMessage.js +4 -0
- package/dist/contracts/test/TestMessage.js.map +1 -0
- package/dist/contracts/test/TestMultisigIsm.d.ts +290 -0
- package/dist/contracts/test/TestMultisigIsm.d.ts.map +1 -0
- package/dist/contracts/test/TestMultisigIsm.js +4 -0
- package/dist/contracts/test/TestMultisigIsm.js.map +1 -0
- package/dist/contracts/test/TestQuery.d.ts +87 -0
- package/dist/contracts/test/TestQuery.d.ts.map +1 -0
- package/dist/contracts/test/TestQuery.js +4 -0
- package/dist/contracts/test/TestQuery.js.map +1 -0
- package/dist/contracts/test/TestQuerySender.d.ts +215 -0
- package/dist/contracts/test/TestQuerySender.d.ts.map +1 -0
- package/dist/contracts/test/TestQuerySender.js +4 -0
- package/dist/contracts/test/TestQuerySender.js.map +1 -0
- package/dist/contracts/test/TestRecipient.d.ts +131 -0
- package/dist/contracts/test/TestRecipient.d.ts.map +1 -0
- package/dist/contracts/test/TestRecipient.js +4 -0
- package/dist/contracts/test/TestRecipient.js.map +1 -0
- package/dist/contracts/test/TestRouter.d.ts +344 -0
- package/dist/contracts/test/TestRouter.d.ts.map +1 -0
- package/dist/contracts/test/TestRouter.js +4 -0
- package/dist/contracts/test/TestRouter.js.map +1 -0
- package/dist/contracts/test/TestSendReceiver.d.ts +86 -0
- package/dist/contracts/test/TestSendReceiver.d.ts.map +1 -0
- package/dist/contracts/test/TestSendReceiver.js +4 -0
- package/dist/contracts/test/TestSendReceiver.js.map +1 -0
- package/dist/contracts/test/TestTokenRecipient.d.ts +151 -0
- package/dist/contracts/test/TestTokenRecipient.d.ts.map +1 -0
- package/dist/contracts/test/TestTokenRecipient.js +4 -0
- package/dist/contracts/test/TestTokenRecipient.js.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient1.d.ts +43 -0
- package/dist/contracts/test/bad-recipient/BadRecipient1.d.ts.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient1.js +4 -0
- package/dist/contracts/test/bad-recipient/BadRecipient1.js.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient2.d.ts +43 -0
- package/dist/contracts/test/bad-recipient/BadRecipient2.d.ts.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient2.js +4 -0
- package/dist/contracts/test/bad-recipient/BadRecipient2.js.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient3.d.ts +43 -0
- package/dist/contracts/test/bad-recipient/BadRecipient3.d.ts.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient3.js +4 -0
- package/dist/contracts/test/bad-recipient/BadRecipient3.js.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient5.d.ts +43 -0
- package/dist/contracts/test/bad-recipient/BadRecipient5.d.ts.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient5.js +4 -0
- package/dist/contracts/test/bad-recipient/BadRecipient5.js.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient6.d.ts +43 -0
- package/dist/contracts/test/bad-recipient/BadRecipient6.d.ts.map +1 -0
- package/dist/contracts/test/bad-recipient/BadRecipient6.js +4 -0
- package/dist/contracts/test/bad-recipient/BadRecipient6.js.map +1 -0
- package/dist/contracts/test/bad-recipient/index.d.ts +6 -0
- package/dist/contracts/test/bad-recipient/index.d.ts.map +1 -0
- package/dist/contracts/test/bad-recipient/index.js +3 -0
- package/dist/contracts/test/bad-recipient/index.js.map +1 -0
- package/dist/contracts/test/index.d.ts +16 -0
- package/dist/contracts/test/index.d.ts.map +1 -0
- package/dist/contracts/test/index.js +4 -0
- package/dist/contracts/test/index.js.map +1 -0
- package/dist/contracts/upgrade/Versioned.d.ts +43 -0
- package/dist/contracts/upgrade/Versioned.d.ts.map +1 -0
- package/dist/contracts/upgrade/Versioned.js +4 -0
- package/dist/contracts/upgrade/Versioned.js.map +1 -0
- package/dist/contracts/upgrade/index.d.ts +2 -0
- package/dist/contracts/upgrade/index.d.ts.map +1 -0
- package/dist/contracts/upgrade/index.js +3 -0
- package/dist/contracts/upgrade/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +43 -0
- package/dist/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/access/Ownable__factory.js +70 -0
- package/dist/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/access/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/access/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts/access/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/index.d.ts +5 -0
- package/dist/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/index.js +34 -0
- package/dist/factories/@openzeppelin/contracts/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.d.ts +19 -0
- 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/proxy/ERC1967/ERC1967Upgrade__factory.d.ts +19 -0
- 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/token/ERC20/IERC20__factory.d.ts +36 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +201 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts/token/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts/token/index.js +31 -0
- package/dist/factories/@openzeppelin/contracts/token/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +43 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +83 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/access/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.d.ts +5 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.js +34 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +31 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +19 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +31 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.d.ts +48 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js +324 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable__factory.d.ts +36 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable__factory.js +201 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable__factory.d.ts +36 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable__factory.js +240 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +4 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +35 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/index.js +31 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/token/index.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +19 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +31 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/index.js +9 -0
- package/dist/factories/@openzeppelin/contracts-upgradeable/utils/index.js.map +1 -0
- package/dist/factories/@openzeppelin/index.d.ts +3 -0
- package/dist/factories/@openzeppelin/index.d.ts.map +1 -0
- package/dist/factories/@openzeppelin/index.js +32 -0
- package/dist/factories/@openzeppelin/index.js.map +1 -0
- package/dist/factories/contracts/Create2Factory__factory.d.ts +55 -0
- package/dist/factories/contracts/Create2Factory__factory.d.ts.map +1 -0
- package/dist/factories/contracts/Create2Factory__factory.js +163 -0
- package/dist/factories/contracts/Create2Factory__factory.js.map +1 -0
- package/dist/factories/contracts/HyperlaneConnectionClient__factory.d.ts +43 -0
- package/dist/factories/contracts/HyperlaneConnectionClient__factory.d.ts.map +1 -0
- package/dist/factories/contracts/HyperlaneConnectionClient__factory.js +200 -0
- package/dist/factories/contracts/HyperlaneConnectionClient__factory.js.map +1 -0
- package/dist/factories/contracts/InterchainGasPaymaster__factory.d.ts +62 -0
- package/dist/factories/contracts/InterchainGasPaymaster__factory.d.ts.map +1 -0
- package/dist/factories/contracts/InterchainGasPaymaster__factory.js +178 -0
- package/dist/factories/contracts/InterchainGasPaymaster__factory.js.map +1 -0
- package/dist/factories/contracts/Mailbox__factory.d.ts +59 -0
- package/dist/factories/contracts/Mailbox__factory.d.ts.map +1 -0
- package/dist/factories/contracts/Mailbox__factory.js +452 -0
- package/dist/factories/contracts/Mailbox__factory.js.map +1 -0
- package/dist/factories/contracts/OwnableMulticall__factory.d.ts +78 -0
- package/dist/factories/contracts/OwnableMulticall__factory.d.ts.map +1 -0
- package/dist/factories/contracts/OwnableMulticall__factory.js +143 -0
- package/dist/factories/contracts/OwnableMulticall__factory.js.map +1 -0
- 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/contracts/PausableReentrancyGuard.sol/PausableReentrancyGuardUpgradeable__factory.js +31 -0
- 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 +36 -0
- package/dist/factories/contracts/Router__factory.d.ts.map +1 -0
- package/dist/factories/contracts/Router__factory.js +297 -0
- package/dist/factories/contracts/Router__factory.js.map +1 -0
- package/dist/factories/contracts/index.d.ts +13 -0
- package/dist/factories/contracts/index.d.ts.map +1 -0
- package/dist/factories/contracts/index.js +48 -0
- package/dist/factories/contracts/index.js.map +1 -0
- 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 +400 -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 +65 -0
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.js +486 -0
- package/dist/factories/contracts/middleware/InterchainAccountRouter__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts +58 -0
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js +548 -0
- package/dist/factories/contracts/middleware/InterchainQueryRouter__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/index.d.ts +4 -0
- package/dist/factories/contracts/middleware/index.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/index.js +35 -0
- package/dist/factories/contracts/middleware/index.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts +48 -0
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js +443 -0
- package/dist/factories/contracts/middleware/liquidity-layer/LiquidityLayerRouter__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts +48 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js +641 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/CircleBridgeAdapter__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.d.ts +2 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.js +9 -0
- package/dist/factories/contracts/middleware/liquidity-layer/adapters/index.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/index.d.ts +4 -0
- package/dist/factories/contracts/middleware/liquidity-layer/index.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/index.js +34 -0
- package/dist/factories/contracts/middleware/liquidity-layer/index.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter__factory.d.ts +23 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter__factory.js +91 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/ILiquidityLayerAdapter__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.d.ts +36 -0
- 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/ICircleBridge__factory.js +104 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleBridge__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter__factory.d.ts +23 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter__factory.js +61 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/ICircleMessageTransmitter__factory.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts +3 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.js +11 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/circle/index.js.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.d.ts +3 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.d.ts.map +1 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.js +33 -0
- package/dist/factories/contracts/middleware/liquidity-layer/interfaces/index.js.map +1 -0
- package/dist/factories/contracts/mock/MockCircleBridge__factory.d.ts +59 -0
- package/dist/factories/contracts/mock/MockCircleBridge__factory.d.ts.map +1 -0
- package/dist/factories/contracts/mock/MockCircleBridge__factory.js +151 -0
- package/dist/factories/contracts/mock/MockCircleBridge__factory.js.map +1 -0
- package/dist/factories/contracts/mock/MockCircleMessageTransmitter__factory.d.ts +45 -0
- package/dist/factories/contracts/mock/MockCircleMessageTransmitter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/mock/MockCircleMessageTransmitter__factory.js +142 -0
- package/dist/factories/contracts/mock/MockCircleMessageTransmitter__factory.js.map +1 -0
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts +45 -0
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.d.ts.map +1 -0
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js +147 -0
- package/dist/factories/contracts/mock/MockHyperlaneEnvironment__factory.js.map +1 -0
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.d.ts +69 -0
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.js +512 -0
- package/dist/factories/contracts/mock/MockInterchainAccountRouter__factory.js.map +1 -0
- 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 +48 -0
- package/dist/factories/contracts/mock/MockToken__factory.d.ts.map +1 -0
- package/dist/factories/contracts/mock/MockToken__factory.js +355 -0
- package/dist/factories/contracts/mock/MockToken__factory.js.map +1 -0
- package/dist/factories/contracts/mock/index.d.ts +7 -0
- package/dist/factories/contracts/mock/index.d.ts.map +1 -0
- package/dist/factories/contracts/mock/index.js +19 -0
- package/dist/factories/contracts/mock/index.js.map +1 -0
- 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 +91 -0
- package/dist/factories/contracts/test/TestIsm__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestLiquidityLayerMessageRecipient__factory.d.ts +44 -0
- package/dist/factories/contracts/test/TestLiquidityLayerMessageRecipient__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestLiquidityLayerMessageRecipient__factory.js +111 -0
- package/dist/factories/contracts/test/TestLiquidityLayerMessageRecipient__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestMailbox__factory.d.ts +59 -0
- package/dist/factories/contracts/test/TestMailbox__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestMailbox__factory.js +493 -0
- package/dist/factories/contracts/test/TestMailbox__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestMerkle__factory.d.ts +41 -0
- package/dist/factories/contracts/test/TestMerkle__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestMerkle__factory.js +127 -0
- package/dist/factories/contracts/test/TestMerkle__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestMessage__factory.d.ts +35 -0
- package/dist/factories/contracts/test/TestMessage__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestMessage__factory.js +212 -0
- package/dist/factories/contracts/test/TestMessage__factory.js.map +1 -0
- 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 +443 -0
- package/dist/factories/contracts/test/TestMultisigIsm__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestQuerySender__factory.d.ts +55 -0
- package/dist/factories/contracts/test/TestQuerySender__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestQuerySender__factory.js +253 -0
- package/dist/factories/contracts/test/TestQuerySender__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestQuery__factory.d.ts +66 -0
- package/dist/factories/contracts/test/TestQuery__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestQuery__factory.js +120 -0
- package/dist/factories/contracts/test/TestQuery__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestRecipient__factory.d.ts +55 -0
- package/dist/factories/contracts/test/TestRecipient__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestRecipient__factory.js +184 -0
- package/dist/factories/contracts/test/TestRecipient__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestRouter__factory.d.ts +48 -0
- package/dist/factories/contracts/test/TestRouter__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestRouter__factory.js +433 -0
- package/dist/factories/contracts/test/TestRouter__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestSendReceiver__factory.d.ts +55 -0
- package/dist/factories/contracts/test/TestSendReceiver__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestSendReceiver__factory.js +118 -0
- package/dist/factories/contracts/test/TestSendReceiver__factory.js.map +1 -0
- package/dist/factories/contracts/test/TestTokenRecipient__factory.d.ts +55 -0
- package/dist/factories/contracts/test/TestTokenRecipient__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/TestTokenRecipient__factory.js +232 -0
- package/dist/factories/contracts/test/TestTokenRecipient__factory.js.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient1__factory.d.ts +31 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient1__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient1__factory.js +64 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient1__factory.js.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient2__factory.d.ts +31 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient2__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient2__factory.js +59 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient2__factory.js.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient3__factory.d.ts +31 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient3__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient3__factory.js +64 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient3__factory.js.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient5__factory.d.ts +31 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient5__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient5__factory.js +64 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient5__factory.js.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient6__factory.d.ts +31 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient6__factory.d.ts.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient6__factory.js +64 -0
- package/dist/factories/contracts/test/bad-recipient/BadRecipient6__factory.js.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/index.d.ts +6 -0
- package/dist/factories/contracts/test/bad-recipient/index.d.ts.map +1 -0
- package/dist/factories/contracts/test/bad-recipient/index.js +17 -0
- package/dist/factories/contracts/test/bad-recipient/index.js.map +1 -0
- package/dist/factories/contracts/test/index.d.ts +15 -0
- package/dist/factories/contracts/test/index.d.ts.map +1 -0
- package/dist/factories/contracts/test/index.js +57 -0
- package/dist/factories/contracts/test/index.js.map +1 -0
- package/dist/factories/contracts/upgrade/Versioned__factory.d.ts +31 -0
- package/dist/factories/contracts/upgrade/Versioned__factory.d.ts.map +1 -0
- package/dist/factories/contracts/upgrade/Versioned__factory.js +54 -0
- package/dist/factories/contracts/upgrade/Versioned__factory.js.map +1 -0
- package/dist/factories/contracts/upgrade/index.d.ts +2 -0
- package/dist/factories/contracts/upgrade/index.d.ts.map +1 -0
- package/dist/factories/contracts/upgrade/index.js +9 -0
- package/dist/factories/contracts/upgrade/index.js.map +1 -0
- package/dist/factories/index.d.ts +4 -0
- package/dist/factories/index.d.ts.map +1 -0
- package/dist/factories/index.js +33 -0
- package/dist/factories/index.js.map +1 -0
- package/dist/factories/interfaces/IInterchainAccountRouter__factory.d.ts +33 -0
- package/dist/factories/interfaces/IInterchainAccountRouter__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IInterchainAccountRouter__factory.js +107 -0
- package/dist/factories/interfaces/IInterchainAccountRouter__factory.js.map +1 -0
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.d.ts +19 -0
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.js +46 -0
- package/dist/factories/interfaces/IInterchainGasPaymaster__factory.js.map +1 -0
- package/dist/factories/interfaces/IInterchainQueryRouter__factory.d.ts +33 -0
- package/dist/factories/interfaces/IInterchainQueryRouter__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IInterchainQueryRouter__factory.js +134 -0
- package/dist/factories/interfaces/IInterchainQueryRouter__factory.js.map +1 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +23 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +42 -0
- 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/interfaces/ILiquidityLayerMessageRecipient__factory.d.ts +19 -0
- package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.js +51 -0
- package/dist/factories/interfaces/ILiquidityLayerMessageRecipient__factory.js.map +1 -0
- package/dist/factories/interfaces/ILiquidityLayerRouter__factory.d.ts +23 -0
- 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 +23 -0
- package/dist/factories/interfaces/IMailbox__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IMailbox__factory.js +122 -0
- package/dist/factories/interfaces/IMailbox__factory.js.map +1 -0
- package/dist/factories/interfaces/IMessageRecipient__factory.d.ts +19 -0
- package/dist/factories/interfaces/IMessageRecipient__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IMessageRecipient__factory.js +41 -0
- package/dist/factories/interfaces/IMessageRecipient__factory.js.map +1 -0
- package/dist/factories/interfaces/IMultisigIsm__factory.d.ts +23 -0
- package/dist/factories/interfaces/IMultisigIsm__factory.d.ts.map +1 -0
- package/dist/factories/interfaces/IMultisigIsm__factory.js +104 -0
- package/dist/factories/interfaces/IMultisigIsm__factory.js.map +1 -0
- package/dist/factories/interfaces/index.d.ts +10 -0
- package/dist/factories/interfaces/index.d.ts.map +1 -0
- package/dist/factories/interfaces/index.js +47 -0
- package/dist/factories/interfaces/index.js.map +1 -0
- package/dist/index.d.ts +138 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +160 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/IInterchainAccountRouter.d.ts +83 -0
- package/dist/interfaces/IInterchainAccountRouter.d.ts.map +1 -0
- package/dist/interfaces/IInterchainAccountRouter.js +4 -0
- package/dist/interfaces/IInterchainAccountRouter.js.map +1 -0
- package/dist/interfaces/IInterchainGasPaymaster.d.ts +51 -0
- package/dist/interfaces/IInterchainGasPaymaster.d.ts.map +1 -0
- package/dist/interfaces/IInterchainGasPaymaster.js +4 -0
- package/dist/interfaces/IInterchainGasPaymaster.js.map +1 -0
- package/dist/interfaces/IInterchainQueryRouter.d.ts +91 -0
- package/dist/interfaces/IInterchainQueryRouter.d.ts.map +1 -0
- package/dist/interfaces/IInterchainQueryRouter.js +4 -0
- package/dist/interfaces/IInterchainQueryRouter.js.map +1 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +51 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -0
- package/dist/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +4 -0
- 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/interfaces/ILiquidityLayerMessageRecipient.d.ts +51 -0
- package/dist/interfaces/ILiquidityLayerMessageRecipient.d.ts.map +1 -0
- package/dist/interfaces/ILiquidityLayerMessageRecipient.js +4 -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/interfaces/ILiquidityLayerRouter.js +4 -0
- package/dist/interfaces/ILiquidityLayerRouter.js.map +1 -0
- package/dist/interfaces/IMailbox.d.ts +99 -0
- package/dist/interfaces/IMailbox.d.ts.map +1 -0
- package/dist/interfaces/IMailbox.js +4 -0
- package/dist/interfaces/IMailbox.js.map +1 -0
- package/dist/interfaces/IMessageRecipient.d.ts +51 -0
- package/dist/interfaces/IMessageRecipient.d.ts.map +1 -0
- package/dist/interfaces/IMessageRecipient.js +4 -0
- package/dist/interfaces/IMessageRecipient.js.map +1 -0
- package/dist/interfaces/IMultisigIsm.d.ts +75 -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 +11 -0
- package/dist/interfaces/index.d.ts.map +1 -0
- package/dist/interfaces/index.js +4 -0
- package/dist/interfaces/index.js.map +1 -0
- package/package.json +4 -3
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.IInterchainAccountRouter__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
|
+
components: [
|
|
16
|
+
{
|
|
17
|
+
internalType: "address",
|
|
18
|
+
name: "to",
|
|
19
|
+
type: "address",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
internalType: "bytes",
|
|
23
|
+
name: "data",
|
|
24
|
+
type: "bytes",
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
internalType: "struct Call[]",
|
|
28
|
+
name: "calls",
|
|
29
|
+
type: "tuple[]",
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
name: "dispatch",
|
|
33
|
+
outputs: [
|
|
34
|
+
{
|
|
35
|
+
internalType: "bytes32",
|
|
36
|
+
name: "",
|
|
37
|
+
type: "bytes32",
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
stateMutability: "nonpayable",
|
|
41
|
+
type: "function",
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
inputs: [
|
|
45
|
+
{
|
|
46
|
+
internalType: "uint32",
|
|
47
|
+
name: "_destinationDomain",
|
|
48
|
+
type: "uint32",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
internalType: "address",
|
|
52
|
+
name: "target",
|
|
53
|
+
type: "address",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
internalType: "bytes",
|
|
57
|
+
name: "data",
|
|
58
|
+
type: "bytes",
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
name: "dispatch",
|
|
62
|
+
outputs: [
|
|
63
|
+
{
|
|
64
|
+
internalType: "bytes32",
|
|
65
|
+
name: "",
|
|
66
|
+
type: "bytes32",
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
stateMutability: "nonpayable",
|
|
70
|
+
type: "function",
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
inputs: [
|
|
74
|
+
{
|
|
75
|
+
internalType: "uint32",
|
|
76
|
+
name: "_originDomain",
|
|
77
|
+
type: "uint32",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
internalType: "address",
|
|
81
|
+
name: "_sender",
|
|
82
|
+
type: "address",
|
|
83
|
+
},
|
|
84
|
+
],
|
|
85
|
+
name: "getInterchainAccount",
|
|
86
|
+
outputs: [
|
|
87
|
+
{
|
|
88
|
+
internalType: "address",
|
|
89
|
+
name: "",
|
|
90
|
+
type: "address",
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
stateMutability: "view",
|
|
94
|
+
type: "function",
|
|
95
|
+
},
|
|
96
|
+
];
|
|
97
|
+
class IInterchainAccountRouter__factory {
|
|
98
|
+
static createInterface() {
|
|
99
|
+
return new ethers_1.utils.Interface(_abi);
|
|
100
|
+
}
|
|
101
|
+
static connect(address, signerOrProvider) {
|
|
102
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.IInterchainAccountRouter__factory = IInterchainAccountRouter__factory;
|
|
106
|
+
IInterchainAccountRouter__factory.abi = _abi;
|
|
107
|
+
//# sourceMappingURL=IInterchainAccountRouter__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainAccountRouter__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/IInterchainAccountRouter__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,UAAU,EAAE;oBACV;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,IAAI;wBACV,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,OAAO;wBACrB,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,OAAO;qBACd;iBACF;gBACD,YAAY,EAAE,eAAe;gBAC7B,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;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;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,MAAM;gBACZ,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;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,sBAAsB;QAC5B,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,iCAAiC;IAE5C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAsC,CAAC;IACxE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACW,CAAC;IAChC,CAAC;;AAdH,8EAeC;AAdiB,qCAAG,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { IInterchainGasPaymaster, IInterchainGasPaymasterInterface } from "../../interfaces/IInterchainGasPaymaster";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import { Signer } from "ethers";
|
|
4
|
+
export declare class IInterchainGasPaymaster__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: {
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}[];
|
|
11
|
+
name: string;
|
|
12
|
+
outputs: never[];
|
|
13
|
+
stateMutability: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
static createInterface(): IInterchainGasPaymasterInterface;
|
|
17
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IInterchainGasPaymaster;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=IInterchainGasPaymaster__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainGasPaymaster__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,uBAAuB,EACvB,gCAAgC,EACjC,MAAM,0CAA0C,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAiCjD,qBAAa,gCAAgC;IAC3C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,gCAAgC;IAG1D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,uBAAuB;CAO3B"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.IInterchainGasPaymaster__factory = void 0;
|
|
5
|
+
const ethers_1 = require("ethers");
|
|
6
|
+
const _abi = [
|
|
7
|
+
{
|
|
8
|
+
inputs: [
|
|
9
|
+
{
|
|
10
|
+
internalType: "bytes32",
|
|
11
|
+
name: "_messageId",
|
|
12
|
+
type: "bytes32",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
internalType: "uint32",
|
|
16
|
+
name: "_destinationDomain",
|
|
17
|
+
type: "uint32",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
internalType: "uint256",
|
|
21
|
+
name: "_gas",
|
|
22
|
+
type: "uint256",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
internalType: "address",
|
|
26
|
+
name: "_refundAddress",
|
|
27
|
+
type: "address",
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
name: "payForGas",
|
|
31
|
+
outputs: [],
|
|
32
|
+
stateMutability: "payable",
|
|
33
|
+
type: "function",
|
|
34
|
+
},
|
|
35
|
+
];
|
|
36
|
+
class IInterchainGasPaymaster__factory {
|
|
37
|
+
static createInterface() {
|
|
38
|
+
return new ethers_1.utils.Interface(_abi);
|
|
39
|
+
}
|
|
40
|
+
static connect(address, signerOrProvider) {
|
|
41
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.IInterchainGasPaymaster__factory = IInterchainGasPaymaster__factory;
|
|
45
|
+
IInterchainGasPaymaster__factory.abi = _abi;
|
|
46
|
+
//# sourceMappingURL=IInterchainGasPaymaster__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainGasPaymaster__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/IInterchainGasPaymaster__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAU/C,mCAAiD;AAEjD,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,SAAS;QAC1B,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AAEF,MAAa,gCAAgC;IAE3C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAqC,CAAC;IACvE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACU,CAAC;IAC/B,CAAC;;AAdH,4EAeC;AAdiB,oCAAG,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { IInterchainQueryRouter, IInterchainQueryRouterInterface } from "../../interfaces/IInterchainQueryRouter";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import { Signer } from "ethers";
|
|
4
|
+
export declare class IInterchainQueryRouter__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: ({
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
components?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
components: {
|
|
13
|
+
internalType: string;
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
}[];
|
|
17
|
+
internalType: string;
|
|
18
|
+
name: string;
|
|
19
|
+
type: string;
|
|
20
|
+
})[];
|
|
21
|
+
name: string;
|
|
22
|
+
outputs: {
|
|
23
|
+
internalType: string;
|
|
24
|
+
name: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
stateMutability: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}[];
|
|
30
|
+
static createInterface(): IInterchainQueryRouterInterface;
|
|
31
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IInterchainQueryRouter;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=IInterchainQueryRouter__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainQueryRouter__factory.d.ts","sourceRoot":"","sources":["../../../types/factories/interfaces/IInterchainQueryRouter__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,yCAAyC,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AAyHjD,qBAAa,+BAA+B;IAC1C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,+BAA+B;IAGzD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,sBAAsB;CAO1B"}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.IInterchainQueryRouter__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
|
+
components: [
|
|
16
|
+
{
|
|
17
|
+
internalType: "address",
|
|
18
|
+
name: "to",
|
|
19
|
+
type: "address",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
internalType: "bytes",
|
|
23
|
+
name: "data",
|
|
24
|
+
type: "bytes",
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
internalType: "struct Call[]",
|
|
28
|
+
name: "calls",
|
|
29
|
+
type: "tuple[]",
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
internalType: "bytes[]",
|
|
33
|
+
name: "callbacks",
|
|
34
|
+
type: "bytes[]",
|
|
35
|
+
},
|
|
36
|
+
],
|
|
37
|
+
name: "query",
|
|
38
|
+
outputs: [
|
|
39
|
+
{
|
|
40
|
+
internalType: "bytes32",
|
|
41
|
+
name: "",
|
|
42
|
+
type: "bytes32",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
stateMutability: "nonpayable",
|
|
46
|
+
type: "function",
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
inputs: [
|
|
50
|
+
{
|
|
51
|
+
internalType: "uint32",
|
|
52
|
+
name: "_destinationDomain",
|
|
53
|
+
type: "uint32",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
internalType: "address",
|
|
57
|
+
name: "target",
|
|
58
|
+
type: "address",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
internalType: "bytes",
|
|
62
|
+
name: "queryData",
|
|
63
|
+
type: "bytes",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
internalType: "bytes",
|
|
67
|
+
name: "callback",
|
|
68
|
+
type: "bytes",
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
name: "query",
|
|
72
|
+
outputs: [
|
|
73
|
+
{
|
|
74
|
+
internalType: "bytes32",
|
|
75
|
+
name: "",
|
|
76
|
+
type: "bytes32",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
stateMutability: "nonpayable",
|
|
80
|
+
type: "function",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
inputs: [
|
|
84
|
+
{
|
|
85
|
+
internalType: "uint32",
|
|
86
|
+
name: "_destinationDomain",
|
|
87
|
+
type: "uint32",
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
components: [
|
|
91
|
+
{
|
|
92
|
+
internalType: "address",
|
|
93
|
+
name: "to",
|
|
94
|
+
type: "address",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
internalType: "bytes",
|
|
98
|
+
name: "data",
|
|
99
|
+
type: "bytes",
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
internalType: "struct Call",
|
|
103
|
+
name: "call",
|
|
104
|
+
type: "tuple",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
internalType: "bytes",
|
|
108
|
+
name: "callback",
|
|
109
|
+
type: "bytes",
|
|
110
|
+
},
|
|
111
|
+
],
|
|
112
|
+
name: "query",
|
|
113
|
+
outputs: [
|
|
114
|
+
{
|
|
115
|
+
internalType: "bytes32",
|
|
116
|
+
name: "",
|
|
117
|
+
type: "bytes32",
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
stateMutability: "nonpayable",
|
|
121
|
+
type: "function",
|
|
122
|
+
},
|
|
123
|
+
];
|
|
124
|
+
class IInterchainQueryRouter__factory {
|
|
125
|
+
static createInterface() {
|
|
126
|
+
return new ethers_1.utils.Interface(_abi);
|
|
127
|
+
}
|
|
128
|
+
static connect(address, signerOrProvider) {
|
|
129
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
exports.IInterchainQueryRouter__factory = IInterchainQueryRouter__factory;
|
|
133
|
+
IInterchainQueryRouter__factory.abi = _abi;
|
|
134
|
+
//# sourceMappingURL=IInterchainQueryRouter__factory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainQueryRouter__factory.js","sourceRoot":"","sources":["../../../types/factories/interfaces/IInterchainQueryRouter__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,UAAU,EAAE;oBACV;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,IAAI;wBACV,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,OAAO;wBACrB,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,OAAO;qBACd;iBACF;gBACD,YAAY,EAAE,eAAe;gBAC7B,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,OAAO;QACb,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;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;YACD;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,OAAO;QACb,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;YACN;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,UAAU,EAAE;oBACV;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,IAAI;wBACV,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,OAAO;wBACrB,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,OAAO;qBACd;iBACF;gBACD,YAAY,EAAE,aAAa;gBAC3B,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,OAAO;aACd;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,OAAO;QACb,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;CACF,CAAC;AAEF,MAAa,+BAA+B;IAE1C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAoC,CAAC;IACtE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACS,CAAC;IAC9B,CAAC;;AAdH,0EAeC;AAdiB,mCAAG,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { IInterchainSecurityModule, IInterchainSecurityModuleInterface } from "../../../interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import { Signer } from "ethers";
|
|
4
|
+
export declare class IInterchainSecurityModule__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: {
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}[];
|
|
11
|
+
name: string;
|
|
12
|
+
outputs: {
|
|
13
|
+
internalType: string;
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
}[];
|
|
17
|
+
stateMutability: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}[];
|
|
20
|
+
static createInterface(): IInterchainSecurityModuleInterface;
|
|
21
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IInterchainSecurityModule;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=IInterchainSecurityModule__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IInterchainSecurityModule__factory.d.ts","sourceRoot":"","sources":["../../../../types/factories/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,6EAA6E,CAAC;AACrF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AA6BjD,qBAAa,kCAAkC;IAC7C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;QAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kCAAkC;IAG5D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,yBAAyB;CAO7B"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.IInterchainSecurityModule__factory = void 0;
|
|
5
|
+
const ethers_1 = require("ethers");
|
|
6
|
+
const _abi = [
|
|
7
|
+
{
|
|
8
|
+
inputs: [
|
|
9
|
+
{
|
|
10
|
+
internalType: "bytes",
|
|
11
|
+
name: "_metadata",
|
|
12
|
+
type: "bytes",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
internalType: "bytes",
|
|
16
|
+
name: "_message",
|
|
17
|
+
type: "bytes",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
name: "verify",
|
|
21
|
+
outputs: [
|
|
22
|
+
{
|
|
23
|
+
internalType: "bool",
|
|
24
|
+
name: "",
|
|
25
|
+
type: "bool",
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
stateMutability: "nonpayable",
|
|
29
|
+
type: "function",
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
class IInterchainSecurityModule__factory {
|
|
33
|
+
static createInterface() {
|
|
34
|
+
return new ethers_1.utils.Interface(_abi);
|
|
35
|
+
}
|
|
36
|
+
static connect(address, signerOrProvider) {
|
|
37
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.IInterchainSecurityModule__factory = IInterchainSecurityModule__factory;
|
|
41
|
+
IInterchainSecurityModule__factory.abi = _abi;
|
|
42
|
+
//# 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;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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ILiquidityLayerMessageRecipient, ILiquidityLayerMessageRecipientInterface } from "../../interfaces/ILiquidityLayerMessageRecipient";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import { Signer } from "ethers";
|
|
4
|
+
export declare class ILiquidityLayerMessageRecipient__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: {
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}[];
|
|
11
|
+
name: string;
|
|
12
|
+
outputs: never[];
|
|
13
|
+
stateMutability: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
static createInterface(): ILiquidityLayerMessageRecipientInterface;
|
|
17
|
+
static connect(address: string, signerOrProvider: Signer | Provider): ILiquidityLayerMessageRecipient;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ILiquidityLayerMessageRecipient__factory.d.ts.map
|
|
@@ -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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ILiquidityLayerMessageRecipient__factory = void 0;
|
|
5
|
+
const ethers_1 = require("ethers");
|
|
6
|
+
const _abi = [
|
|
7
|
+
{
|
|
8
|
+
inputs: [
|
|
9
|
+
{
|
|
10
|
+
internalType: "uint32",
|
|
11
|
+
name: "_origin",
|
|
12
|
+
type: "uint32",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
internalType: "bytes32",
|
|
16
|
+
name: "_sender",
|
|
17
|
+
type: "bytes32",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
internalType: "bytes",
|
|
21
|
+
name: "_message",
|
|
22
|
+
type: "bytes",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
internalType: "address",
|
|
26
|
+
name: "_token",
|
|
27
|
+
type: "address",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
internalType: "uint256",
|
|
31
|
+
name: "_amount",
|
|
32
|
+
type: "uint256",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
name: "handleWithTokens",
|
|
36
|
+
outputs: [],
|
|
37
|
+
stateMutability: "nonpayable",
|
|
38
|
+
type: "function",
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
class ILiquidityLayerMessageRecipient__factory {
|
|
42
|
+
static createInterface() {
|
|
43
|
+
return new ethers_1.utils.Interface(_abi);
|
|
44
|
+
}
|
|
45
|
+
static connect(address, signerOrProvider) {
|
|
46
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.ILiquidityLayerMessageRecipient__factory = ILiquidityLayerMessageRecipient__factory;
|
|
50
|
+
ILiquidityLayerMessageRecipient__factory.abi = _abi;
|
|
51
|
+
//# sourceMappingURL=ILiquidityLayerMessageRecipient__factory.js.map
|
|
@@ -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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { ILiquidityLayerRouter, ILiquidityLayerRouterInterface } from "../../interfaces/ILiquidityLayerRouter";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import { Signer } from "ethers";
|
|
4
|
+
export declare class ILiquidityLayerRouter__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: {
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}[];
|
|
11
|
+
name: string;
|
|
12
|
+
outputs: {
|
|
13
|
+
internalType: string;
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
}[];
|
|
17
|
+
stateMutability: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}[];
|
|
20
|
+
static createInterface(): ILiquidityLayerRouterInterface;
|
|
21
|
+
static connect(address: string, signerOrProvider: Signer | Provider): ILiquidityLayerRouter;
|
|
22
|
+
}
|
|
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"}
|