@hyperlane-xyz/sdk 1.5.8 → 3.0.0-beta0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/dist/app/HyperlaneApp.d.ts +1 -1
  2. package/dist/app/HyperlaneApp.d.ts.map +1 -1
  3. package/dist/app/HyperlaneApp.js +1 -1
  4. package/dist/app/HyperlaneApp.js.map +1 -1
  5. package/dist/consts/chainMetadata.d.ts +8 -0
  6. package/dist/consts/chainMetadata.d.ts.map +1 -1
  7. package/dist/consts/chainMetadata.js +215 -3
  8. package/dist/consts/chainMetadata.js.map +1 -1
  9. package/dist/consts/chains.d.ts +14 -6
  10. package/dist/consts/chains.d.ts.map +1 -1
  11. package/dist/consts/chains.js +22 -6
  12. package/dist/consts/chains.js.map +1 -1
  13. package/dist/consts/environments/index.d.ts +1351 -297
  14. package/dist/consts/environments/index.d.ts.map +1 -1
  15. package/dist/consts/environments/index.js +1 -2
  16. package/dist/consts/environments/index.js.map +1 -1
  17. package/dist/consts/environments/mainnet.json +826 -147
  18. package/dist/consts/environments/testnet.json +524 -167
  19. package/dist/consts/multisigIsm.d.ts +2 -2
  20. package/dist/consts/multisigIsm.d.ts.map +1 -1
  21. package/dist/consts/multisigIsm.js +128 -111
  22. package/dist/consts/multisigIsm.js.map +1 -1
  23. package/dist/contracts/contracts.d.ts +1 -1
  24. package/dist/contracts/contracts.d.ts.map +1 -1
  25. package/dist/contracts/contracts.js +8 -2
  26. package/dist/contracts/contracts.js.map +1 -1
  27. package/dist/core/CoreDeployer.hardhat-test.js +65 -13
  28. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  29. package/dist/core/HyperlaneCore.d.ts +6 -2
  30. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  31. package/dist/core/HyperlaneCore.js +16 -3
  32. package/dist/core/HyperlaneCore.js.map +1 -1
  33. package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
  34. package/dist/core/HyperlaneCoreChecker.js +2 -2
  35. package/dist/core/HyperlaneCoreChecker.js.map +1 -1
  36. package/dist/core/HyperlaneCoreDeployer.d.ts +7 -2
  37. package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
  38. package/dist/core/HyperlaneCoreDeployer.js +52 -29
  39. package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
  40. package/dist/core/MultiProtocolCore.d.ts +1 -1
  41. package/dist/core/MultiProtocolCore.d.ts.map +1 -1
  42. package/dist/core/MultiProtocolCore.js +2 -3
  43. package/dist/core/MultiProtocolCore.js.map +1 -1
  44. package/dist/core/MultiProtocolCore.test.js +2 -2
  45. package/dist/core/MultiProtocolCore.test.js.map +1 -1
  46. package/dist/core/TestCoreApp.d.ts +0 -1
  47. package/dist/core/TestCoreApp.d.ts.map +1 -1
  48. package/dist/core/TestCoreDeployer.d.ts +1 -5
  49. package/dist/core/TestCoreDeployer.d.ts.map +1 -1
  50. package/dist/core/TestCoreDeployer.js +0 -20
  51. package/dist/core/TestCoreDeployer.js.map +1 -1
  52. package/dist/core/adapters/EvmCoreAdapter.d.ts +1 -1
  53. package/dist/core/adapters/EvmCoreAdapter.d.ts.map +1 -1
  54. package/dist/core/adapters/SealevelCoreAdapter.d.ts +1 -1
  55. package/dist/core/adapters/SealevelCoreAdapter.d.ts.map +1 -1
  56. package/dist/core/adapters/SealevelCoreAdapter.js +0 -1
  57. package/dist/core/adapters/SealevelCoreAdapter.js.map +1 -1
  58. package/dist/core/adapters/types.d.ts +1 -1
  59. package/dist/core/adapters/types.d.ts.map +1 -1
  60. package/dist/core/contracts.d.ts +3 -9
  61. package/dist/core/contracts.d.ts.map +1 -1
  62. package/dist/core/contracts.js +0 -1
  63. package/dist/core/contracts.js.map +1 -1
  64. package/dist/core/testHyperlaneDeploy.hardhat-test.js +8 -3
  65. package/dist/core/testHyperlaneDeploy.hardhat-test.js.map +1 -1
  66. package/dist/core/types.d.ts +3 -0
  67. package/dist/core/types.d.ts.map +1 -1
  68. package/dist/core/types.js.map +1 -1
  69. package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
  70. package/dist/deploy/HyperlaneAppChecker.js +3 -5
  71. package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
  72. package/dist/deploy/HyperlaneDeployer.d.ts +14 -7
  73. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  74. package/dist/deploy/HyperlaneDeployer.js +90 -70
  75. package/dist/deploy/HyperlaneDeployer.js.map +1 -1
  76. package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts +10 -0
  77. package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts.map +1 -0
  78. package/dist/deploy/HyperlaneProxyFactoryDeployer.js +34 -0
  79. package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -0
  80. package/dist/deploy/contracts.d.ts +13 -0
  81. package/dist/deploy/contracts.d.ts.map +1 -0
  82. package/dist/deploy/contracts.js +20 -0
  83. package/dist/deploy/contracts.js.map +1 -0
  84. package/dist/deploy/proxy.d.ts +1 -0
  85. package/dist/deploy/proxy.d.ts.map +1 -1
  86. package/dist/deploy/proxy.js +8 -1
  87. package/dist/deploy/proxy.js.map +1 -1
  88. package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
  89. package/dist/deploy/verify/ContractVerifier.js +7 -2
  90. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  91. package/dist/gas/HyperlaneIgp.d.ts.map +1 -1
  92. package/dist/gas/HyperlaneIgp.js +2 -1
  93. package/dist/gas/HyperlaneIgp.js.map +1 -1
  94. package/dist/gas/HyperlaneIgpChecker.d.ts +2 -2
  95. package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
  96. package/dist/gas/HyperlaneIgpChecker.js +5 -12
  97. package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
  98. package/dist/gas/HyperlaneIgpDeployer.d.ts +4 -6
  99. package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
  100. package/dist/gas/HyperlaneIgpDeployer.js +13 -43
  101. package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
  102. package/dist/gas/contracts.d.ts +2 -4
  103. package/dist/gas/contracts.d.ts.map +1 -1
  104. package/dist/gas/contracts.js +1 -3
  105. package/dist/gas/contracts.js.map +1 -1
  106. package/dist/gas/types.d.ts +2 -6
  107. package/dist/gas/types.d.ts.map +1 -1
  108. package/dist/gas/types.js.map +1 -1
  109. package/dist/hook/HyperlaneHookDeployer.d.ts +38 -10
  110. package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
  111. package/dist/hook/HyperlaneHookDeployer.js +135 -68
  112. package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
  113. package/dist/hook/contracts.d.ts +10 -18
  114. package/dist/hook/contracts.d.ts.map +1 -1
  115. package/dist/hook/contracts.js +9 -13
  116. package/dist/hook/contracts.js.map +1 -1
  117. package/dist/hook/types.d.ts +45 -12
  118. package/dist/hook/types.d.ts.map +1 -1
  119. package/dist/hook/types.js +11 -6
  120. package/dist/hook/types.js.map +1 -1
  121. package/dist/index.d.ts +15 -9
  122. package/dist/index.d.ts.map +1 -1
  123. package/dist/index.js +36 -16
  124. package/dist/index.js.map +1 -1
  125. package/dist/ism/HyperlaneIsmFactory.d.ts +8 -5
  126. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  127. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +6 -6
  128. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  129. package/dist/ism/HyperlaneIsmFactory.js +95 -75
  130. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  131. package/dist/ism/contracts.d.ts +4 -3
  132. package/dist/ism/contracts.d.ts.map +1 -1
  133. package/dist/ism/contracts.js +3 -2
  134. package/dist/ism/contracts.js.map +1 -1
  135. package/dist/ism/types.d.ts +27 -8
  136. package/dist/ism/types.d.ts.map +1 -1
  137. package/dist/ism/types.js +33 -1
  138. package/dist/ism/types.js.map +1 -1
  139. package/dist/metadata/ChainMetadataManager.d.ts +0 -10
  140. package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
  141. package/dist/metadata/ChainMetadataManager.js +2 -14
  142. package/dist/metadata/ChainMetadataManager.js.map +1 -1
  143. package/dist/metadata/agentConfig.d.ts +615 -1440
  144. package/dist/metadata/agentConfig.d.ts.map +1 -1
  145. package/dist/metadata/agentConfig.js +61 -94
  146. package/dist/metadata/agentConfig.js.map +1 -1
  147. package/dist/metadata/agentConfig.test.js +9 -9
  148. package/dist/metadata/agentConfig.test.js.map +1 -1
  149. package/dist/metadata/chainMetadataTypes.d.ts +1 -1
  150. package/dist/metadata/chainMetadataTypes.js +4 -4
  151. package/dist/metadata/chainMetadataTypes.js.map +1 -1
  152. package/dist/metadata/deploymentArtifacts.d.ts +5 -2
  153. package/dist/metadata/deploymentArtifacts.d.ts.map +1 -1
  154. package/dist/metadata/deploymentArtifacts.js +1 -0
  155. package/dist/metadata/deploymentArtifacts.js.map +1 -1
  156. package/dist/metadata/matchingList.d.ts +13 -13
  157. package/dist/metadata/matchingList.d.ts.map +1 -1
  158. package/dist/metadata/matchingList.js +2 -6
  159. package/dist/metadata/matchingList.js.map +1 -1
  160. package/dist/middleware/account/InterchainAccountDeployer.d.ts +2 -7
  161. package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
  162. package/dist/middleware/account/InterchainAccountDeployer.js +4 -9
  163. package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
  164. package/dist/middleware/account/accounts.hardhat-test.js +8 -6
  165. package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
  166. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts +2 -7
  167. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts.map +1 -1
  168. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js +7 -11
  169. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js.map +1 -1
  170. package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js +7 -7
  171. package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js.map +1 -1
  172. package/dist/middleware/query/InterchainQuery.d.ts.map +1 -1
  173. package/dist/middleware/query/InterchainQuery.js +1 -0
  174. package/dist/middleware/query/InterchainQuery.js.map +1 -1
  175. package/dist/middleware/query/InterchainQueryDeployer.d.ts +2 -7
  176. package/dist/middleware/query/InterchainQueryDeployer.d.ts.map +1 -1
  177. package/dist/middleware/query/InterchainQueryDeployer.js +3 -4
  178. package/dist/middleware/query/InterchainQueryDeployer.js.map +1 -1
  179. package/dist/middleware/query/queries.hardhat-test.js +8 -9
  180. package/dist/middleware/query/queries.hardhat-test.js.map +1 -1
  181. package/dist/providers/MultiProvider.d.ts +7 -2
  182. package/dist/providers/MultiProvider.d.ts.map +1 -1
  183. package/dist/providers/MultiProvider.js +12 -1
  184. package/dist/providers/MultiProvider.js.map +1 -1
  185. package/dist/router/GasRouterDeployer.d.ts.map +1 -1
  186. package/dist/router/GasRouterDeployer.js +1 -1
  187. package/dist/router/GasRouterDeployer.js.map +1 -1
  188. package/dist/router/HyperlaneRouterChecker.d.ts +1 -1
  189. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  190. package/dist/router/HyperlaneRouterChecker.js +6 -6
  191. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  192. package/dist/router/HyperlaneRouterDeployer.d.ts +1 -1
  193. package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
  194. package/dist/router/HyperlaneRouterDeployer.js +15 -18
  195. package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
  196. package/dist/router/ProxiedRouterChecker.js +1 -1
  197. package/dist/router/ProxiedRouterChecker.js.map +1 -1
  198. package/dist/router/types.d.ts +14 -12
  199. package/dist/router/types.d.ts.map +1 -1
  200. package/dist/router/types.js +7 -7
  201. package/dist/router/types.js.map +1 -1
  202. package/dist/test/testUtils.d.ts +1 -3
  203. package/dist/test/testUtils.d.ts.map +1 -1
  204. package/dist/test/testUtils.js +18 -45
  205. package/dist/test/testUtils.js.map +1 -1
  206. package/dist/token/adapters/EvmTokenAdapter.d.ts +65 -0
  207. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -0
  208. package/dist/token/adapters/EvmTokenAdapter.js +119 -0
  209. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -0
  210. package/dist/token/adapters/ITokenAdapter.d.ts +30 -0
  211. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -0
  212. package/dist/token/adapters/ITokenAdapter.js +3 -0
  213. package/dist/token/adapters/ITokenAdapter.js.map +1 -0
  214. package/dist/token/adapters/SealevelTokenAdapter.d.ts +117 -0
  215. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -0
  216. package/dist/token/adapters/SealevelTokenAdapter.js +435 -0
  217. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -0
  218. package/dist/token/adapters/serialization.d.ts +50 -0
  219. package/dist/token/adapters/serialization.d.ts.map +1 -0
  220. package/dist/token/adapters/serialization.js +117 -0
  221. package/dist/token/adapters/serialization.js.map +1 -0
  222. package/dist/token/config.d.ts +48 -0
  223. package/dist/token/config.d.ts.map +1 -0
  224. package/dist/token/config.js +34 -0
  225. package/dist/token/config.js.map +1 -0
  226. package/dist/token/contracts.d.ts +9 -0
  227. package/dist/token/contracts.d.ts.map +1 -0
  228. package/dist/token/contracts.js +3 -0
  229. package/dist/token/contracts.js.map +1 -0
  230. package/dist/token/deploy.d.ts +40 -0
  231. package/dist/token/deploy.d.ts.map +1 -0
  232. package/dist/token/deploy.js +262 -0
  233. package/dist/token/deploy.js.map +1 -0
  234. package/package.json +9 -7
  235. package/dist/consts/agentStartBlocks.d.ts +0 -3
  236. package/dist/consts/agentStartBlocks.d.ts.map +0 -1
  237. package/dist/consts/agentStartBlocks.js +0 -28
  238. package/dist/consts/agentStartBlocks.js.map +0 -1
  239. package/dist/consts/environments/test.json +0 -41
  240. package/dist/hook/config.d.ts +0 -4
  241. package/dist/hook/config.d.ts.map +0 -1
  242. package/dist/hook/config.js +0 -9
  243. package/dist/hook/config.js.map +0 -1
  244. package/dist/ism/HyperlaneIsmFactoryDeployer.d.ts +0 -11
  245. package/dist/ism/HyperlaneIsmFactoryDeployer.d.ts.map +0 -1
  246. package/dist/ism/HyperlaneIsmFactoryDeployer.js +0 -39
  247. package/dist/ism/HyperlaneIsmFactoryDeployer.js.map +0 -1
@@ -1,418 +1,1472 @@
1
1
  import { ChainName } from '../../types';
2
2
  export declare const hyperlaneEnvironments: {
3
- test: {
4
- test1: {
5
- storageGasOracle: string;
6
- validatorAnnounce: string;
3
+ testnet: {
4
+ basegoerli: {
5
+ merkleRootMultisigIsmFactory: string;
6
+ messageIdMultisigIsmFactory: string;
7
+ aggregationIsmFactory: string;
8
+ aggregationHookFactory: string;
9
+ routingIsmFactory: string;
7
10
  proxyAdmin: string;
8
11
  mailbox: string;
9
- interchainGasPaymaster: string;
10
- defaultIsmInterchainGasPaymaster: string;
11
- legacyMultisigIsm: string;
12
- merkleRootMultisigIsm: string;
13
- messageIdMultisigIsm: string;
14
- aggregationIsm: string;
15
- routingIsm: string;
16
- };
17
- test2: {
18
- storageGasOracle: string;
19
12
  validatorAnnounce: string;
20
- proxyAdmin: string;
21
- mailbox: string;
22
- interchainGasPaymaster: string;
23
- defaultIsmInterchainGasPaymaster: string;
24
- legacyMultisigIsm: string;
25
- merkleRootMultisigIsm: string;
26
- messageIdMultisigIsm: string;
27
- aggregationIsm: string;
28
- routingIsm: string;
29
- };
30
- test3: {
13
+ defaultIsm: string;
14
+ merkleTreeHook: string;
31
15
  storageGasOracle: string;
32
- validatorAnnounce: string;
33
- proxyAdmin: string;
34
- mailbox: string;
35
16
  interchainGasPaymaster: string;
36
- defaultIsmInterchainGasPaymaster: string;
37
- legacyMultisigIsm: string;
38
- merkleRootMultisigIsm: string;
39
- messageIdMultisigIsm: string;
40
- aggregationIsm: string;
41
- routingIsm: string;
17
+ aggregationHook: string;
18
+ protocolFee: string;
19
+ alfajores: {
20
+ MERKLE_ROOT_MULTISIG: string;
21
+ LEGACY_MULTISIG: string;
22
+ };
23
+ fuji: {
24
+ MERKLE_ROOT_MULTISIG: string;
25
+ LEGACY_MULTISIG: string;
26
+ };
27
+ mumbai: {
28
+ MERKLE_ROOT_MULTISIG: string;
29
+ LEGACY_MULTISIG: string;
30
+ };
31
+ bsctestnet: {
32
+ MERKLE_ROOT_MULTISIG: string;
33
+ LEGACY_MULTISIG: string;
34
+ };
35
+ goerli: {
36
+ MERKLE_ROOT_MULTISIG: string;
37
+ LEGACY_MULTISIG: string;
38
+ UNUSED: string;
39
+ };
40
+ scrollsepolia: {
41
+ MERKLE_ROOT_MULTISIG: string;
42
+ LEGACY_MULTISIG: string;
43
+ };
44
+ sepolia: {
45
+ MERKLE_ROOT_MULTISIG: string;
46
+ LEGACY_MULTISIG: string;
47
+ };
48
+ moonbasealpha: {
49
+ MERKLE_ROOT_MULTISIG: string;
50
+ LEGACY_MULTISIG: string;
51
+ };
52
+ optimismgoerli: {
53
+ MERKLE_ROOT_MULTISIG: string;
54
+ LEGACY_MULTISIG: string;
55
+ };
56
+ arbitrumgoerli: {
57
+ MERKLE_ROOT_MULTISIG: string;
58
+ LEGACY_MULTISIG: string;
59
+ };
60
+ polygonzkevmtestnet: {
61
+ MERKLE_ROOT_MULTISIG: string;
62
+ LEGACY_MULTISIG: string;
63
+ };
64
+ ROUTING: string;
65
+ AGGREGATION: string;
66
+ fallbackRoutingHook: string;
42
67
  };
43
- };
44
- testnet: {
45
- alfajores: {
46
- storageGasOracle: string;
47
- validatorAnnounce: string;
48
- proxyAdmin: string;
49
- mailbox: string;
50
- interchainGasPaymaster: string;
51
- defaultIsmInterchainGasPaymaster: string;
52
- multisigIsm: string;
53
- testRecipient: string;
54
- interchainAccountIsm: string;
55
- aggregationIsmFactory: string;
56
- routingIsmFactory: string;
57
- interchainQueryRouter: string;
58
- interchainAccountRouter: string;
68
+ arbitrumgoerli: {
59
69
  merkleRootMultisigIsmFactory: string;
60
70
  messageIdMultisigIsmFactory: string;
61
- timelockController: string;
62
- };
63
- fuji: {
64
- storageGasOracle: string;
65
- validatorAnnounce: string;
66
- proxyAdmin: string;
67
- mailbox: string;
68
- interchainGasPaymaster: string;
69
- defaultIsmInterchainGasPaymaster: string;
70
- multisigIsm: string;
71
- testRecipient: string;
72
- interchainAccountIsm: string;
73
71
  aggregationIsmFactory: string;
72
+ aggregationHookFactory: string;
74
73
  routingIsmFactory: string;
75
- interchainQueryRouter: string;
76
- interchainAccountRouter: string;
77
- merkleRootMultisigIsmFactory: string;
78
- messageIdMultisigIsmFactory: string;
79
- timelockController: string;
80
- };
81
- mumbai: {
82
- storageGasOracle: string;
83
- validatorAnnounce: string;
84
74
  proxyAdmin: string;
85
75
  mailbox: string;
76
+ validatorAnnounce: string;
77
+ defaultIsm: string;
78
+ merkleTreeHook: string;
79
+ storageGasOracle: string;
86
80
  interchainGasPaymaster: string;
87
- defaultIsmInterchainGasPaymaster: string;
88
- multisigIsm: string;
89
- testRecipient: string;
90
- interchainAccountIsm: string;
91
- aggregationIsmFactory: string;
92
- routingIsmFactory: string;
93
- interchainQueryRouter: string;
94
- interchainAccountRouter: string;
81
+ aggregationHook: string;
82
+ protocolFee: string;
83
+ };
84
+ optimismgoerli: {
95
85
  merkleRootMultisigIsmFactory: string;
96
86
  messageIdMultisigIsmFactory: string;
97
- timelockController: string;
98
- };
99
- bsctestnet: {
100
- storageGasOracle: string;
101
- validatorAnnounce: string;
102
- proxyAdmin: string;
103
- mailbox: string;
104
- interchainGasPaymaster: string;
105
- defaultIsmInterchainGasPaymaster: string;
106
- multisigIsm: string;
107
- testRecipient: string;
108
- interchainAccountIsm: string;
109
87
  aggregationIsmFactory: string;
88
+ aggregationHookFactory: string;
110
89
  routingIsmFactory: string;
111
- interchainQueryRouter: string;
112
- interchainAccountRouter: string;
113
- merkleRootMultisigIsmFactory: string;
114
- messageIdMultisigIsmFactory: string;
115
- timelockController: string;
116
- };
117
- goerli: {
118
- storageGasOracle: string;
119
- validatorAnnounce: string;
120
90
  proxyAdmin: string;
121
91
  mailbox: string;
92
+ validatorAnnounce: string;
93
+ defaultIsm: string;
94
+ merkleTreeHook: string;
95
+ storageGasOracle: string;
122
96
  interchainGasPaymaster: string;
123
- defaultIsmInterchainGasPaymaster: string;
124
- multisigIsm: string;
125
- testRecipient: string;
126
- interchainAccountIsm: string;
127
- aggregationIsmFactory: string;
128
- routingIsmFactory: string;
129
- interchainQueryRouter: string;
130
- interchainAccountRouter: string;
97
+ aggregationHook: string;
98
+ protocolFee: string;
99
+ };
100
+ scrollsepolia: {
131
101
  merkleRootMultisigIsmFactory: string;
132
102
  messageIdMultisigIsmFactory: string;
133
- timelockController: string;
134
- };
135
- moonbasealpha: {
136
- storageGasOracle: string;
137
- validatorAnnounce: string;
103
+ aggregationIsmFactory: string;
104
+ aggregationHookFactory: string;
105
+ routingIsmFactory: string;
138
106
  proxyAdmin: string;
139
107
  mailbox: string;
108
+ validatorAnnounce: string;
109
+ defaultIsm: string;
110
+ merkleTreeHook: string;
111
+ storageGasOracle: string;
140
112
  interchainGasPaymaster: string;
141
- defaultIsmInterchainGasPaymaster: string;
142
- multisigIsm: string;
143
- testRecipient: string;
144
- aggregationIsmFactory: string;
145
- routingIsmFactory: string;
146
- interchainAccountIsm: string;
147
- interchainAccountRouter: string;
113
+ aggregationHook: string;
114
+ protocolFee: string;
115
+ alfajores: {
116
+ MERKLE_ROOT_MULTISIG: string;
117
+ LEGACY_MULTISIG: string;
118
+ MESSAGE_ID_MULTISIG: string;
119
+ };
120
+ basegoerli: {
121
+ MERKLE_ROOT_MULTISIG: string;
122
+ LEGACY_MULTISIG: string;
123
+ MESSAGE_ID_MULTISIG: string;
124
+ };
125
+ fuji: {
126
+ MERKLE_ROOT_MULTISIG: string;
127
+ LEGACY_MULTISIG: string;
128
+ MESSAGE_ID_MULTISIG: string;
129
+ };
130
+ mumbai: {
131
+ MERKLE_ROOT_MULTISIG: string;
132
+ LEGACY_MULTISIG: string;
133
+ MESSAGE_ID_MULTISIG: string;
134
+ };
135
+ bsctestnet: {
136
+ MERKLE_ROOT_MULTISIG: string;
137
+ LEGACY_MULTISIG: string;
138
+ MESSAGE_ID_MULTISIG: string;
139
+ };
140
+ goerli: {
141
+ MERKLE_ROOT_MULTISIG: string;
142
+ LEGACY_MULTISIG: string;
143
+ MESSAGE_ID_MULTISIG: string;
144
+ };
145
+ sepolia: {
146
+ MERKLE_ROOT_MULTISIG: string;
147
+ LEGACY_MULTISIG: string;
148
+ MESSAGE_ID_MULTISIG: string;
149
+ };
150
+ moonbasealpha: {
151
+ MERKLE_ROOT_MULTISIG: string;
152
+ LEGACY_MULTISIG: string;
153
+ MESSAGE_ID_MULTISIG: string;
154
+ };
155
+ optimismgoerli: {
156
+ MERKLE_ROOT_MULTISIG: string;
157
+ LEGACY_MULTISIG: string;
158
+ MESSAGE_ID_MULTISIG: string;
159
+ };
160
+ arbitrumgoerli: {
161
+ MERKLE_ROOT_MULTISIG: string;
162
+ LEGACY_MULTISIG: string;
163
+ MESSAGE_ID_MULTISIG: string;
164
+ };
165
+ polygonzkevmtestnet: {
166
+ MERKLE_ROOT_MULTISIG: string;
167
+ LEGACY_MULTISIG: string;
168
+ MESSAGE_ID_MULTISIG: string;
169
+ };
170
+ ROUTING: string;
171
+ AGGREGATION: string;
172
+ fallbackRoutingHook: string;
173
+ };
174
+ alfajores: {
148
175
  merkleRootMultisigIsmFactory: string;
149
176
  messageIdMultisigIsmFactory: string;
150
- timelockController: string;
151
- };
152
- optimismgoerli: {
153
- storageGasOracle: string;
154
- validatorAnnounce: string;
177
+ aggregationIsmFactory: string;
178
+ aggregationHookFactory: string;
179
+ routingIsmFactory: string;
155
180
  proxyAdmin: string;
156
181
  mailbox: string;
182
+ validatorAnnounce: string;
183
+ merkleTreeHook: string;
184
+ storageGasOracle: string;
157
185
  interchainGasPaymaster: string;
158
- defaultIsmInterchainGasPaymaster: string;
159
- multisigIsm: string;
160
- testRecipient: string;
161
- interchainAccountIsm: string;
162
- aggregationIsmFactory: string;
163
- routingIsmFactory: string;
164
- interchainQueryRouter: string;
165
- interchainAccountRouter: string;
186
+ aggregationHook: string;
187
+ protocolFee: string;
188
+ defaultIsm: string;
189
+ basegoerli: {
190
+ MERKLE_ROOT_MULTISIG: string;
191
+ LEGACY_MULTISIG: string;
192
+ };
193
+ fuji: {
194
+ MERKLE_ROOT_MULTISIG: string;
195
+ LEGACY_MULTISIG: string;
196
+ };
197
+ mumbai: {
198
+ MERKLE_ROOT_MULTISIG: string;
199
+ LEGACY_MULTISIG: string;
200
+ };
201
+ bsctestnet: {
202
+ MERKLE_ROOT_MULTISIG: string;
203
+ LEGACY_MULTISIG: string;
204
+ };
205
+ goerli: {
206
+ MERKLE_ROOT_MULTISIG: string;
207
+ LEGACY_MULTISIG: string;
208
+ };
209
+ scrollsepolia: {
210
+ MERKLE_ROOT_MULTISIG: string;
211
+ LEGACY_MULTISIG: string;
212
+ };
213
+ sepolia: {
214
+ MERKLE_ROOT_MULTISIG: string;
215
+ LEGACY_MULTISIG: string;
216
+ };
217
+ moonbasealpha: {
218
+ MERKLE_ROOT_MULTISIG: string;
219
+ LEGACY_MULTISIG: string;
220
+ };
221
+ optimismgoerli: {
222
+ MERKLE_ROOT_MULTISIG: string;
223
+ LEGACY_MULTISIG: string;
224
+ };
225
+ arbitrumgoerli: {
226
+ MERKLE_ROOT_MULTISIG: string;
227
+ LEGACY_MULTISIG: string;
228
+ };
229
+ polygonzkevmtestnet: {
230
+ MERKLE_ROOT_MULTISIG: string;
231
+ LEGACY_MULTISIG: string;
232
+ };
233
+ ROUTING: string;
234
+ AGGREGATION: string;
235
+ fallbackRoutingHook: string;
236
+ };
237
+ polygonzkevmtestnet: {
166
238
  merkleRootMultisigIsmFactory: string;
167
239
  messageIdMultisigIsmFactory: string;
168
- timelockController: string;
169
- };
170
- arbitrumgoerli: {
171
- storageGasOracle: string;
172
- validatorAnnounce: string;
240
+ aggregationIsmFactory: string;
241
+ aggregationHookFactory: string;
242
+ routingIsmFactory: string;
173
243
  proxyAdmin: string;
174
244
  mailbox: string;
245
+ validatorAnnounce: string;
246
+ defaultIsm: string;
247
+ merkleTreeHook: string;
248
+ storageGasOracle: string;
175
249
  interchainGasPaymaster: string;
176
- defaultIsmInterchainGasPaymaster: string;
177
- multisigIsm: string;
178
- testRecipient: string;
179
- interchainAccountIsm: string;
180
- aggregationIsmFactory: string;
181
- routingIsmFactory: string;
182
- interchainQueryRouter: string;
183
- interchainAccountRouter: string;
184
- merkleRootMultisigIsmFactory: string;
185
- messageIdMultisigIsmFactory: string;
186
- timelockController: string;
250
+ aggregationHook: string;
251
+ protocolFee: string;
187
252
  };
188
253
  sepolia: {
254
+ merkleRootMultisigIsmFactory: string;
255
+ messageIdMultisigIsmFactory: string;
256
+ aggregationIsmFactory: string;
257
+ aggregationHookFactory: string;
258
+ routingIsmFactory: string;
259
+ proxyAdmin: string;
260
+ defaultIsm: string;
189
261
  storageGasOracle: string;
262
+ interchainGasPaymaster: string;
263
+ aggregationHook: string;
264
+ protocolFee: string;
265
+ mailbox: string;
266
+ merkleTreeHook: string;
190
267
  validatorAnnounce: string;
268
+ fallbackRoutingHook: string;
269
+ };
270
+ fuji: {
271
+ merkleRootMultisigIsmFactory: string;
272
+ messageIdMultisigIsmFactory: string;
273
+ aggregationIsmFactory: string;
274
+ aggregationHookFactory: string;
275
+ routingIsmFactory: string;
191
276
  proxyAdmin: string;
192
277
  mailbox: string;
278
+ validatorAnnounce: string;
279
+ defaultIsm: string;
280
+ merkleTreeHook: string;
281
+ storageGasOracle: string;
193
282
  interchainGasPaymaster: string;
194
- defaultIsmInterchainGasPaymaster: string;
195
- multisigIsm: string;
196
- testRecipient: string;
197
- interchainAccountIsm: string;
283
+ aggregationHook: string;
284
+ protocolFee: string;
285
+ alfajores: {
286
+ MERKLE_ROOT_MULTISIG: string;
287
+ LEGACY_MULTISIG: string;
288
+ };
289
+ basegoerli: {
290
+ MERKLE_ROOT_MULTISIG: string;
291
+ LEGACY_MULTISIG: string;
292
+ };
293
+ mumbai: {
294
+ MERKLE_ROOT_MULTISIG: string;
295
+ LEGACY_MULTISIG: string;
296
+ };
297
+ bsctestnet: {
298
+ MERKLE_ROOT_MULTISIG: string;
299
+ LEGACY_MULTISIG: string;
300
+ };
301
+ goerli: {
302
+ MERKLE_ROOT_MULTISIG: string;
303
+ LEGACY_MULTISIG: string;
304
+ };
305
+ scrollsepolia: {
306
+ MERKLE_ROOT_MULTISIG: string;
307
+ LEGACY_MULTISIG: string;
308
+ };
309
+ sepolia: {
310
+ MERKLE_ROOT_MULTISIG: string;
311
+ LEGACY_MULTISIG: string;
312
+ };
313
+ moonbasealpha: {
314
+ MERKLE_ROOT_MULTISIG: string;
315
+ LEGACY_MULTISIG: string;
316
+ };
317
+ optimismgoerli: {
318
+ MERKLE_ROOT_MULTISIG: string;
319
+ LEGACY_MULTISIG: string;
320
+ };
321
+ arbitrumgoerli: {
322
+ MERKLE_ROOT_MULTISIG: string;
323
+ LEGACY_MULTISIG: string;
324
+ };
325
+ polygonzkevmtestnet: {
326
+ MERKLE_ROOT_MULTISIG: string;
327
+ LEGACY_MULTISIG: string;
328
+ };
329
+ ROUTING: string;
330
+ AGGREGATION: string;
331
+ fallbackRoutingHook: string;
332
+ };
333
+ bsctestnet: {
334
+ merkleRootMultisigIsmFactory: string;
335
+ messageIdMultisigIsmFactory: string;
198
336
  aggregationIsmFactory: string;
337
+ aggregationHookFactory: string;
199
338
  routingIsmFactory: string;
200
- interchainQueryRouter: string;
201
- interchainAccountRouter: string;
339
+ proxyAdmin: string;
340
+ defaultIsm: string;
341
+ storageGasOracle: string;
342
+ interchainGasPaymaster: string;
343
+ aggregationHook: string;
344
+ protocolFee: string;
345
+ mailbox: string;
346
+ merkleTreeHook: string;
347
+ validatorAnnounce: string;
348
+ alfajores: {
349
+ MERKLE_ROOT_MULTISIG: string;
350
+ LEGACY_MULTISIG: string;
351
+ };
352
+ basegoerli: {
353
+ MERKLE_ROOT_MULTISIG: string;
354
+ LEGACY_MULTISIG: string;
355
+ };
356
+ fuji: {
357
+ MERKLE_ROOT_MULTISIG: string;
358
+ LEGACY_MULTISIG: string;
359
+ };
360
+ mumbai: {
361
+ MERKLE_ROOT_MULTISIG: string;
362
+ LEGACY_MULTISIG: string;
363
+ };
364
+ goerli: {
365
+ MERKLE_ROOT_MULTISIG: string;
366
+ LEGACY_MULTISIG: string;
367
+ };
368
+ scrollsepolia: {
369
+ MERKLE_ROOT_MULTISIG: string;
370
+ LEGACY_MULTISIG: string;
371
+ };
372
+ sepolia: {
373
+ MERKLE_ROOT_MULTISIG: string;
374
+ LEGACY_MULTISIG: string;
375
+ };
376
+ moonbasealpha: {
377
+ MERKLE_ROOT_MULTISIG: string;
378
+ LEGACY_MULTISIG: string;
379
+ };
380
+ optimismgoerli: {
381
+ MERKLE_ROOT_MULTISIG: string;
382
+ LEGACY_MULTISIG: string;
383
+ };
384
+ arbitrumgoerli: {
385
+ MERKLE_ROOT_MULTISIG: string;
386
+ LEGACY_MULTISIG: string;
387
+ };
388
+ polygonzkevmtestnet: {
389
+ MERKLE_ROOT_MULTISIG: string;
390
+ LEGACY_MULTISIG: string;
391
+ };
392
+ ROUTING: string;
393
+ AGGREGATION: string;
394
+ fallbackRoutingHook: string;
395
+ };
396
+ goerli: {
202
397
  merkleRootMultisigIsmFactory: string;
203
398
  messageIdMultisigIsmFactory: string;
204
- timelockController: string;
205
- };
206
- solanadevnet: {
399
+ aggregationIsmFactory: string;
400
+ aggregationHookFactory: string;
401
+ routingIsmFactory: string;
402
+ proxyAdmin: string;
403
+ defaultIsm: string;
207
404
  storageGasOracle: string;
405
+ interchainGasPaymaster: string;
406
+ aggregationHook: string;
407
+ protocolFee: string;
408
+ merkleTreeHook: string;
409
+ mailbox: string;
208
410
  validatorAnnounce: string;
411
+ alfajores: {
412
+ MERKLE_ROOT_MULTISIG: string;
413
+ LEGACY_MULTISIG: string;
414
+ };
415
+ basegoerli: {
416
+ MERKLE_ROOT_MULTISIG: string;
417
+ LEGACY_MULTISIG: string;
418
+ };
419
+ fuji: {
420
+ MERKLE_ROOT_MULTISIG: string;
421
+ LEGACY_MULTISIG: string;
422
+ };
423
+ mumbai: {
424
+ MERKLE_ROOT_MULTISIG: string;
425
+ LEGACY_MULTISIG: string;
426
+ };
427
+ bsctestnet: {
428
+ MERKLE_ROOT_MULTISIG: string;
429
+ LEGACY_MULTISIG: string;
430
+ };
431
+ scrollsepolia: {
432
+ MERKLE_ROOT_MULTISIG: string;
433
+ LEGACY_MULTISIG: string;
434
+ };
435
+ sepolia: {
436
+ MERKLE_ROOT_MULTISIG: string;
437
+ LEGACY_MULTISIG: string;
438
+ };
439
+ moonbasealpha: {
440
+ MERKLE_ROOT_MULTISIG: string;
441
+ LEGACY_MULTISIG: string;
442
+ };
443
+ optimismgoerli: {
444
+ MERKLE_ROOT_MULTISIG: string;
445
+ LEGACY_MULTISIG: string;
446
+ };
447
+ arbitrumgoerli: {
448
+ MERKLE_ROOT_MULTISIG: string;
449
+ LEGACY_MULTISIG: string;
450
+ };
451
+ polygonzkevmtestnet: {
452
+ MERKLE_ROOT_MULTISIG: string;
453
+ LEGACY_MULTISIG: string;
454
+ };
455
+ ROUTING: string;
456
+ AGGREGATION: string;
457
+ fallbackRoutingHook: string;
458
+ opStackHook: string;
459
+ };
460
+ moonbasealpha: {
461
+ merkleRootMultisigIsmFactory: string;
462
+ messageIdMultisigIsmFactory: string;
463
+ aggregationIsmFactory: string;
464
+ aggregationHookFactory: string;
465
+ routingIsmFactory: string;
209
466
  proxyAdmin: string;
210
467
  mailbox: string;
468
+ defaultIsm: string;
469
+ merkleTreeHook: string;
470
+ storageGasOracle: string;
211
471
  interchainGasPaymaster: string;
212
- defaultIsmInterchainGasPaymaster: string;
213
- multisigIsm: string;
214
- testRecipient: string;
215
- interchainAccountIsm: string;
216
- aggregationIsmFactory: string;
217
- routingIsmFactory: string;
218
- interchainQueryRouter: string;
219
- interchainAccountRouter: string;
472
+ aggregationHook: string;
473
+ protocolFee: string;
474
+ validatorAnnounce: string;
475
+ };
476
+ mumbai: {
220
477
  merkleRootMultisigIsmFactory: string;
221
478
  messageIdMultisigIsmFactory: string;
479
+ aggregationIsmFactory: string;
480
+ aggregationHookFactory: string;
481
+ routingIsmFactory: string;
482
+ defaultIsm: string;
483
+ merkleTreeHook: string;
484
+ proxyAdmin: string;
485
+ storageGasOracle: string;
486
+ interchainGasPaymaster: string;
487
+ aggregationHook: string;
488
+ protocolFee: string;
489
+ mailbox: string;
490
+ validatorAnnounce: string;
491
+ alfajores: {
492
+ MERKLE_ROOT_MULTISIG: string;
493
+ LEGACY_MULTISIG: string;
494
+ };
495
+ basegoerli: {
496
+ MERKLE_ROOT_MULTISIG: string;
497
+ LEGACY_MULTISIG: string;
498
+ };
499
+ fuji: {
500
+ MERKLE_ROOT_MULTISIG: string;
501
+ LEGACY_MULTISIG: string;
502
+ };
503
+ bsctestnet: {
504
+ MERKLE_ROOT_MULTISIG: string;
505
+ LEGACY_MULTISIG: string;
506
+ };
507
+ goerli: {
508
+ MERKLE_ROOT_MULTISIG: string;
509
+ LEGACY_MULTISIG: string;
510
+ };
511
+ scrollsepolia: {
512
+ MERKLE_ROOT_MULTISIG: string;
513
+ LEGACY_MULTISIG: string;
514
+ };
515
+ sepolia: {
516
+ MERKLE_ROOT_MULTISIG: string;
517
+ LEGACY_MULTISIG: string;
518
+ };
519
+ moonbasealpha: {
520
+ MERKLE_ROOT_MULTISIG: string;
521
+ LEGACY_MULTISIG: string;
522
+ };
523
+ optimismgoerli: {
524
+ MERKLE_ROOT_MULTISIG: string;
525
+ LEGACY_MULTISIG: string;
526
+ };
527
+ arbitrumgoerli: {
528
+ MERKLE_ROOT_MULTISIG: string;
529
+ LEGACY_MULTISIG: string;
530
+ };
531
+ polygonzkevmtestnet: {
532
+ MERKLE_ROOT_MULTISIG: string;
533
+ LEGACY_MULTISIG: string;
534
+ };
535
+ ROUTING: string;
536
+ AGGREGATION: string;
537
+ fallbackRoutingHook: string;
222
538
  };
223
539
  };
224
540
  mainnet: {
225
- celo: {
541
+ polygon: {
226
542
  storageGasOracle: string;
227
- validatorAnnounce: string;
228
543
  proxyAdmin: string;
229
- mailbox: string;
230
- interchainGasPaymaster: string;
231
- defaultIsmInterchainGasPaymaster: string;
232
- multisigIsm: string;
233
- testRecipient: string;
234
- interchainAccountIsm: string;
235
- aggregationIsmFactory: string;
236
- routingIsmFactory: string;
237
- interchainQueryRouter: string;
238
- interchainAccountRouter: string;
239
544
  merkleRootMultisigIsmFactory: string;
240
545
  messageIdMultisigIsmFactory: string;
546
+ aggregationIsmFactory: string;
547
+ aggregationHookFactory: string;
548
+ routingIsmFactory: string;
549
+ bsc: {
550
+ MERKLE_ROOT_MULTISIG: string;
551
+ MESSAGE_ID_MULTISIG: string;
552
+ AGGREGATION: string;
553
+ };
554
+ avalanche: {
555
+ MERKLE_ROOT_MULTISIG: string;
556
+ MESSAGE_ID_MULTISIG: string;
557
+ AGGREGATION: string;
558
+ };
559
+ base: {
560
+ MERKLE_ROOT_MULTISIG: string;
561
+ MESSAGE_ID_MULTISIG: string;
562
+ AGGREGATION: string;
563
+ };
564
+ polygon: {
565
+ MERKLE_ROOT_MULTISIG: string;
566
+ MESSAGE_ID_MULTISIG: string;
567
+ AGGREGATION: string;
568
+ };
569
+ polygonzkevm: {
570
+ MERKLE_ROOT_MULTISIG: string;
571
+ MESSAGE_ID_MULTISIG: string;
572
+ AGGREGATION: string;
573
+ };
574
+ scroll: {
575
+ MERKLE_ROOT_MULTISIG: string;
576
+ MESSAGE_ID_MULTISIG: string;
577
+ AGGREGATION: string;
578
+ };
579
+ celo: {
580
+ MERKLE_ROOT_MULTISIG: string;
581
+ MESSAGE_ID_MULTISIG: string;
582
+ AGGREGATION: string;
583
+ };
584
+ arbitrum: {
585
+ MERKLE_ROOT_MULTISIG: string;
586
+ MESSAGE_ID_MULTISIG: string;
587
+ AGGREGATION: string;
588
+ };
589
+ optimism: {
590
+ MERKLE_ROOT_MULTISIG: string;
591
+ MESSAGE_ID_MULTISIG: string;
592
+ AGGREGATION: string;
593
+ };
594
+ ethereum: {
595
+ MERKLE_ROOT_MULTISIG: string;
596
+ MESSAGE_ID_MULTISIG: string;
597
+ AGGREGATION: string;
598
+ };
599
+ moonbeam: {
600
+ MERKLE_ROOT_MULTISIG: string;
601
+ MESSAGE_ID_MULTISIG: string;
602
+ AGGREGATION: string;
603
+ };
604
+ gnosis: {
605
+ MERKLE_ROOT_MULTISIG: string;
606
+ MESSAGE_ID_MULTISIG: string;
607
+ AGGREGATION: string;
608
+ };
609
+ ROUTING: string;
610
+ mailbox: string;
611
+ merkleTreeHook: string;
612
+ interchainGasPaymaster: string;
613
+ aggregationHook: string;
614
+ protocolFee: string;
615
+ validatorAnnounce: string;
241
616
  };
242
- ethereum: {
617
+ bsc: {
243
618
  storageGasOracle: string;
244
- validatorAnnounce: string;
245
619
  proxyAdmin: string;
246
- mailbox: string;
247
- interchainGasPaymaster: string;
248
- defaultIsmInterchainGasPaymaster: string;
249
- multisigIsm: string;
250
- testRecipient: string;
251
- interchainAccountIsm: string;
252
- aggregationIsmFactory: string;
253
- routingIsmFactory: string;
254
- interchainQueryRouter: string;
255
- interchainAccountRouter: string;
256
620
  merkleRootMultisigIsmFactory: string;
257
621
  messageIdMultisigIsmFactory: string;
622
+ aggregationIsmFactory: string;
623
+ aggregationHookFactory: string;
624
+ routingIsmFactory: string;
625
+ bsc: {
626
+ MERKLE_ROOT_MULTISIG: string;
627
+ MESSAGE_ID_MULTISIG: string;
628
+ AGGREGATION: string;
629
+ };
630
+ avalanche: {
631
+ MERKLE_ROOT_MULTISIG: string;
632
+ MESSAGE_ID_MULTISIG: string;
633
+ AGGREGATION: string;
634
+ };
635
+ base: {
636
+ MERKLE_ROOT_MULTISIG: string;
637
+ MESSAGE_ID_MULTISIG: string;
638
+ AGGREGATION: string;
639
+ };
640
+ polygon: {
641
+ MERKLE_ROOT_MULTISIG: string;
642
+ MESSAGE_ID_MULTISIG: string;
643
+ AGGREGATION: string;
644
+ };
645
+ polygonzkevm: {
646
+ MERKLE_ROOT_MULTISIG: string;
647
+ MESSAGE_ID_MULTISIG: string;
648
+ AGGREGATION: string;
649
+ };
650
+ scroll: {
651
+ MERKLE_ROOT_MULTISIG: string;
652
+ MESSAGE_ID_MULTISIG: string;
653
+ AGGREGATION: string;
654
+ };
655
+ celo: {
656
+ MERKLE_ROOT_MULTISIG: string;
657
+ MESSAGE_ID_MULTISIG: string;
658
+ AGGREGATION: string;
659
+ };
660
+ arbitrum: {
661
+ MERKLE_ROOT_MULTISIG: string;
662
+ MESSAGE_ID_MULTISIG: string;
663
+ AGGREGATION: string;
664
+ };
665
+ optimism: {
666
+ MERKLE_ROOT_MULTISIG: string;
667
+ MESSAGE_ID_MULTISIG: string;
668
+ AGGREGATION: string;
669
+ };
670
+ ethereum: {
671
+ MERKLE_ROOT_MULTISIG: string;
672
+ MESSAGE_ID_MULTISIG: string;
673
+ AGGREGATION: string;
674
+ };
675
+ moonbeam: {
676
+ MERKLE_ROOT_MULTISIG: string;
677
+ MESSAGE_ID_MULTISIG: string;
678
+ AGGREGATION: string;
679
+ };
680
+ gnosis: {
681
+ MERKLE_ROOT_MULTISIG: string;
682
+ MESSAGE_ID_MULTISIG: string;
683
+ AGGREGATION: string;
684
+ };
685
+ ROUTING: string;
686
+ mailbox: string;
687
+ merkleTreeHook: string;
688
+ interchainGasPaymaster: string;
689
+ aggregationHook: string;
690
+ protocolFee: string;
691
+ validatorAnnounce: string;
258
692
  };
259
- avalanche: {
693
+ arbitrum: {
260
694
  storageGasOracle: string;
261
- validatorAnnounce: string;
262
695
  proxyAdmin: string;
263
- mailbox: string;
264
- interchainGasPaymaster: string;
265
- defaultIsmInterchainGasPaymaster: string;
266
- multisigIsm: string;
267
- testRecipient: string;
268
- interchainAccountIsm: string;
269
- aggregationIsmFactory: string;
270
- routingIsmFactory: string;
271
- interchainQueryRouter: string;
272
- interchainAccountRouter: string;
273
696
  merkleRootMultisigIsmFactory: string;
274
697
  messageIdMultisigIsmFactory: string;
698
+ aggregationIsmFactory: string;
699
+ aggregationHookFactory: string;
700
+ routingIsmFactory: string;
701
+ bsc: {
702
+ MERKLE_ROOT_MULTISIG: string;
703
+ MESSAGE_ID_MULTISIG: string;
704
+ AGGREGATION: string;
705
+ };
706
+ avalanche: {
707
+ MERKLE_ROOT_MULTISIG: string;
708
+ MESSAGE_ID_MULTISIG: string;
709
+ AGGREGATION: string;
710
+ };
711
+ base: {
712
+ MERKLE_ROOT_MULTISIG: string;
713
+ MESSAGE_ID_MULTISIG: string;
714
+ AGGREGATION: string;
715
+ };
716
+ polygon: {
717
+ MERKLE_ROOT_MULTISIG: string;
718
+ MESSAGE_ID_MULTISIG: string;
719
+ AGGREGATION: string;
720
+ };
721
+ polygonzkevm: {
722
+ MERKLE_ROOT_MULTISIG: string;
723
+ MESSAGE_ID_MULTISIG: string;
724
+ AGGREGATION: string;
725
+ };
726
+ scroll: {
727
+ MERKLE_ROOT_MULTISIG: string;
728
+ MESSAGE_ID_MULTISIG: string;
729
+ AGGREGATION: string;
730
+ };
731
+ celo: {
732
+ MERKLE_ROOT_MULTISIG: string;
733
+ MESSAGE_ID_MULTISIG: string;
734
+ AGGREGATION: string;
735
+ };
736
+ arbitrum: {
737
+ MERKLE_ROOT_MULTISIG: string;
738
+ MESSAGE_ID_MULTISIG: string;
739
+ AGGREGATION: string;
740
+ };
741
+ optimism: {
742
+ MERKLE_ROOT_MULTISIG: string;
743
+ MESSAGE_ID_MULTISIG: string;
744
+ AGGREGATION: string;
745
+ };
746
+ ethereum: {
747
+ MERKLE_ROOT_MULTISIG: string;
748
+ MESSAGE_ID_MULTISIG: string;
749
+ AGGREGATION: string;
750
+ };
751
+ moonbeam: {
752
+ MERKLE_ROOT_MULTISIG: string;
753
+ MESSAGE_ID_MULTISIG: string;
754
+ AGGREGATION: string;
755
+ };
756
+ gnosis: {
757
+ MERKLE_ROOT_MULTISIG: string;
758
+ MESSAGE_ID_MULTISIG: string;
759
+ AGGREGATION: string;
760
+ };
761
+ ROUTING: string;
762
+ merkleTreeHook: string;
763
+ interchainGasPaymaster: string;
764
+ aggregationHook: string;
765
+ protocolFee: string;
766
+ mailbox: string;
767
+ validatorAnnounce: string;
275
768
  };
276
- polygon: {
769
+ optimism: {
277
770
  storageGasOracle: string;
278
- validatorAnnounce: string;
279
771
  proxyAdmin: string;
280
- mailbox: string;
281
- interchainGasPaymaster: string;
282
- defaultIsmInterchainGasPaymaster: string;
283
- multisigIsm: string;
284
- testRecipient: string;
285
- interchainAccountIsm: string;
286
- aggregationIsmFactory: string;
287
- routingIsmFactory: string;
288
- interchainQueryRouter: string;
289
- interchainAccountRouter: string;
290
772
  merkleRootMultisigIsmFactory: string;
291
773
  messageIdMultisigIsmFactory: string;
774
+ aggregationIsmFactory: string;
775
+ aggregationHookFactory: string;
776
+ routingIsmFactory: string;
777
+ bsc: {
778
+ MERKLE_ROOT_MULTISIG: string;
779
+ MESSAGE_ID_MULTISIG: string;
780
+ AGGREGATION: string;
781
+ };
782
+ avalanche: {
783
+ MERKLE_ROOT_MULTISIG: string;
784
+ MESSAGE_ID_MULTISIG: string;
785
+ AGGREGATION: string;
786
+ };
787
+ base: {
788
+ MERKLE_ROOT_MULTISIG: string;
789
+ MESSAGE_ID_MULTISIG: string;
790
+ AGGREGATION: string;
791
+ };
792
+ polygon: {
793
+ MERKLE_ROOT_MULTISIG: string;
794
+ MESSAGE_ID_MULTISIG: string;
795
+ AGGREGATION: string;
796
+ };
797
+ polygonzkevm: {
798
+ MERKLE_ROOT_MULTISIG: string;
799
+ MESSAGE_ID_MULTISIG: string;
800
+ AGGREGATION: string;
801
+ };
802
+ scroll: {
803
+ MERKLE_ROOT_MULTISIG: string;
804
+ MESSAGE_ID_MULTISIG: string;
805
+ AGGREGATION: string;
806
+ };
807
+ celo: {
808
+ MERKLE_ROOT_MULTISIG: string;
809
+ MESSAGE_ID_MULTISIG: string;
810
+ AGGREGATION: string;
811
+ };
812
+ arbitrum: {
813
+ MERKLE_ROOT_MULTISIG: string;
814
+ MESSAGE_ID_MULTISIG: string;
815
+ AGGREGATION: string;
816
+ };
817
+ optimism: {
818
+ MERKLE_ROOT_MULTISIG: string;
819
+ MESSAGE_ID_MULTISIG: string;
820
+ AGGREGATION: string;
821
+ };
822
+ ethereum: {
823
+ MERKLE_ROOT_MULTISIG: string;
824
+ MESSAGE_ID_MULTISIG: string;
825
+ AGGREGATION: string;
826
+ };
827
+ moonbeam: {
828
+ MERKLE_ROOT_MULTISIG: string;
829
+ MESSAGE_ID_MULTISIG: string;
830
+ AGGREGATION: string;
831
+ };
832
+ gnosis: {
833
+ MERKLE_ROOT_MULTISIG: string;
834
+ MESSAGE_ID_MULTISIG: string;
835
+ AGGREGATION: string;
836
+ };
837
+ ROUTING: string;
838
+ merkleTreeHook: string;
839
+ interchainGasPaymaster: string;
840
+ aggregationHook: string;
841
+ protocolFee: string;
842
+ mailbox: string;
843
+ validatorAnnounce: string;
292
844
  };
293
- bsc: {
845
+ moonbeam: {
294
846
  storageGasOracle: string;
295
- validatorAnnounce: string;
296
847
  proxyAdmin: string;
297
- mailbox: string;
298
- interchainGasPaymaster: string;
299
- defaultIsmInterchainGasPaymaster: string;
300
- multisigIsm: string;
301
- testRecipient: string;
302
- interchainAccountIsm: string;
303
- aggregationIsmFactory: string;
304
- routingIsmFactory: string;
305
- interchainQueryRouter: string;
306
- interchainAccountRouter: string;
307
848
  merkleRootMultisigIsmFactory: string;
308
849
  messageIdMultisigIsmFactory: string;
850
+ aggregationIsmFactory: string;
851
+ aggregationHookFactory: string;
852
+ routingIsmFactory: string;
853
+ mailbox: string;
854
+ bsc: {
855
+ MERKLE_ROOT_MULTISIG: string;
856
+ MESSAGE_ID_MULTISIG: string;
857
+ AGGREGATION: string;
858
+ };
859
+ avalanche: {
860
+ MERKLE_ROOT_MULTISIG: string;
861
+ MESSAGE_ID_MULTISIG: string;
862
+ AGGREGATION: string;
863
+ };
864
+ base: {
865
+ MERKLE_ROOT_MULTISIG: string;
866
+ MESSAGE_ID_MULTISIG: string;
867
+ AGGREGATION: string;
868
+ };
869
+ polygon: {
870
+ MERKLE_ROOT_MULTISIG: string;
871
+ MESSAGE_ID_MULTISIG: string;
872
+ AGGREGATION: string;
873
+ };
874
+ polygonzkevm: {
875
+ MERKLE_ROOT_MULTISIG: string;
876
+ MESSAGE_ID_MULTISIG: string;
877
+ AGGREGATION: string;
878
+ };
879
+ scroll: {
880
+ MERKLE_ROOT_MULTISIG: string;
881
+ MESSAGE_ID_MULTISIG: string;
882
+ AGGREGATION: string;
883
+ };
884
+ celo: {
885
+ MERKLE_ROOT_MULTISIG: string;
886
+ MESSAGE_ID_MULTISIG: string;
887
+ AGGREGATION: string;
888
+ };
889
+ arbitrum: {
890
+ MERKLE_ROOT_MULTISIG: string;
891
+ MESSAGE_ID_MULTISIG: string;
892
+ AGGREGATION: string;
893
+ };
894
+ optimism: {
895
+ MERKLE_ROOT_MULTISIG: string;
896
+ MESSAGE_ID_MULTISIG: string;
897
+ AGGREGATION: string;
898
+ };
899
+ ethereum: {
900
+ MERKLE_ROOT_MULTISIG: string;
901
+ MESSAGE_ID_MULTISIG: string;
902
+ AGGREGATION: string;
903
+ };
904
+ moonbeam: {
905
+ MERKLE_ROOT_MULTISIG: string;
906
+ MESSAGE_ID_MULTISIG: string;
907
+ AGGREGATION: string;
908
+ };
909
+ gnosis: {
910
+ MERKLE_ROOT_MULTISIG: string;
911
+ MESSAGE_ID_MULTISIG: string;
912
+ AGGREGATION: string;
913
+ };
914
+ ROUTING: string;
915
+ merkleTreeHook: string;
916
+ interchainGasPaymaster: string;
917
+ aggregationHook: string;
918
+ protocolFee: string;
919
+ validatorAnnounce: string;
309
920
  };
310
- arbitrum: {
921
+ gnosis: {
311
922
  storageGasOracle: string;
312
- validatorAnnounce: string;
313
923
  proxyAdmin: string;
314
- mailbox: string;
315
- interchainGasPaymaster: string;
316
- defaultIsmInterchainGasPaymaster: string;
317
- multisigIsm: string;
318
- testRecipient: string;
319
- interchainAccountIsm: string;
924
+ merkleRootMultisigIsmFactory: string;
925
+ messageIdMultisigIsmFactory: string;
320
926
  aggregationIsmFactory: string;
927
+ aggregationHookFactory: string;
928
+ mailbox: string;
321
929
  routingIsmFactory: string;
322
- interchainQueryRouter: string;
323
- interchainAccountRouter: string;
324
- timelockController: string;
930
+ merkleTreeHook: string;
931
+ interchainGasPaymaster: string;
932
+ aggregationHook: string;
933
+ protocolFee: string;
934
+ validatorAnnounce: string;
935
+ };
936
+ base: {
325
937
  merkleRootMultisigIsmFactory: string;
326
938
  messageIdMultisigIsmFactory: string;
327
- };
328
- optimism: {
329
- storageGasOracle: string;
330
- validatorAnnounce: string;
939
+ aggregationIsmFactory: string;
940
+ aggregationHookFactory: string;
941
+ routingIsmFactory: string;
331
942
  proxyAdmin: string;
332
943
  mailbox: string;
944
+ bsc: {
945
+ MERKLE_ROOT_MULTISIG: string;
946
+ MESSAGE_ID_MULTISIG: string;
947
+ AGGREGATION: string;
948
+ };
949
+ avalanche: {
950
+ MERKLE_ROOT_MULTISIG: string;
951
+ MESSAGE_ID_MULTISIG: string;
952
+ AGGREGATION: string;
953
+ };
954
+ base: {
955
+ MERKLE_ROOT_MULTISIG: string;
956
+ MESSAGE_ID_MULTISIG: string;
957
+ AGGREGATION: string;
958
+ };
959
+ polygon: {
960
+ MERKLE_ROOT_MULTISIG: string;
961
+ MESSAGE_ID_MULTISIG: string;
962
+ AGGREGATION: string;
963
+ };
964
+ polygonzkevm: {
965
+ MERKLE_ROOT_MULTISIG: string;
966
+ MESSAGE_ID_MULTISIG: string;
967
+ AGGREGATION: string;
968
+ };
969
+ scroll: {
970
+ MERKLE_ROOT_MULTISIG: string;
971
+ MESSAGE_ID_MULTISIG: string;
972
+ AGGREGATION: string;
973
+ };
974
+ celo: {
975
+ MERKLE_ROOT_MULTISIG: string;
976
+ MESSAGE_ID_MULTISIG: string;
977
+ AGGREGATION: string;
978
+ };
979
+ arbitrum: {
980
+ MERKLE_ROOT_MULTISIG: string;
981
+ MESSAGE_ID_MULTISIG: string;
982
+ AGGREGATION: string;
983
+ };
984
+ optimism: {
985
+ MERKLE_ROOT_MULTISIG: string;
986
+ MESSAGE_ID_MULTISIG: string;
987
+ AGGREGATION: string;
988
+ };
989
+ ethereum: {
990
+ MERKLE_ROOT_MULTISIG: string;
991
+ MESSAGE_ID_MULTISIG: string;
992
+ AGGREGATION: string;
993
+ };
994
+ moonbeam: {
995
+ MERKLE_ROOT_MULTISIG: string;
996
+ MESSAGE_ID_MULTISIG: string;
997
+ AGGREGATION: string;
998
+ };
999
+ gnosis: {
1000
+ MERKLE_ROOT_MULTISIG: string;
1001
+ MESSAGE_ID_MULTISIG: string;
1002
+ AGGREGATION: string;
1003
+ };
1004
+ ROUTING: string;
1005
+ merkleTreeHook: string;
1006
+ storageGasOracle: string;
333
1007
  interchainGasPaymaster: string;
334
- defaultIsmInterchainGasPaymaster: string;
335
- multisigIsm: string;
336
- testRecipient: string;
337
- interchainAccountIsm: string;
1008
+ aggregationHook: string;
1009
+ protocolFee: string;
1010
+ validatorAnnounce: string;
1011
+ };
1012
+ scroll: {
1013
+ merkleRootMultisigIsmFactory: string;
1014
+ messageIdMultisigIsmFactory: string;
338
1015
  aggregationIsmFactory: string;
1016
+ aggregationHookFactory: string;
339
1017
  routingIsmFactory: string;
340
- interchainQueryRouter: string;
341
- interchainAccountRouter: string;
1018
+ bsc: {
1019
+ MERKLE_ROOT_MULTISIG: string;
1020
+ MESSAGE_ID_MULTISIG: string;
1021
+ AGGREGATION: string;
1022
+ };
1023
+ avalanche: {
1024
+ MERKLE_ROOT_MULTISIG: string;
1025
+ MESSAGE_ID_MULTISIG: string;
1026
+ AGGREGATION: string;
1027
+ };
1028
+ base: {
1029
+ MERKLE_ROOT_MULTISIG: string;
1030
+ MESSAGE_ID_MULTISIG: string;
1031
+ AGGREGATION: string;
1032
+ };
1033
+ polygon: {
1034
+ MERKLE_ROOT_MULTISIG: string;
1035
+ MESSAGE_ID_MULTISIG: string;
1036
+ AGGREGATION: string;
1037
+ };
1038
+ polygonzkevm: {
1039
+ MERKLE_ROOT_MULTISIG: string;
1040
+ MESSAGE_ID_MULTISIG: string;
1041
+ AGGREGATION: string;
1042
+ };
1043
+ scroll: {
1044
+ MERKLE_ROOT_MULTISIG: string;
1045
+ MESSAGE_ID_MULTISIG: string;
1046
+ AGGREGATION: string;
1047
+ };
1048
+ celo: {
1049
+ MERKLE_ROOT_MULTISIG: string;
1050
+ MESSAGE_ID_MULTISIG: string;
1051
+ AGGREGATION: string;
1052
+ };
1053
+ arbitrum: {
1054
+ MERKLE_ROOT_MULTISIG: string;
1055
+ MESSAGE_ID_MULTISIG: string;
1056
+ AGGREGATION: string;
1057
+ };
1058
+ optimism: {
1059
+ MERKLE_ROOT_MULTISIG: string;
1060
+ MESSAGE_ID_MULTISIG: string;
1061
+ AGGREGATION: string;
1062
+ };
1063
+ ethereum: {
1064
+ MERKLE_ROOT_MULTISIG: string;
1065
+ MESSAGE_ID_MULTISIG: string;
1066
+ AGGREGATION: string;
1067
+ };
1068
+ moonbeam: {
1069
+ MERKLE_ROOT_MULTISIG: string;
1070
+ MESSAGE_ID_MULTISIG: string;
1071
+ AGGREGATION: string;
1072
+ };
1073
+ gnosis: {
1074
+ MERKLE_ROOT_MULTISIG: string;
1075
+ MESSAGE_ID_MULTISIG: string;
1076
+ AGGREGATION: string;
1077
+ };
1078
+ ROUTING: string;
1079
+ merkleTreeHook: string;
1080
+ proxyAdmin: string;
1081
+ storageGasOracle: string;
1082
+ interchainGasPaymaster: string;
1083
+ aggregationHook: string;
1084
+ protocolFee: string;
1085
+ mailbox: string;
1086
+ validatorAnnounce: string;
1087
+ };
1088
+ polygonzkevm: {
342
1089
  merkleRootMultisigIsmFactory: string;
343
1090
  messageIdMultisigIsmFactory: string;
344
- };
345
- moonbeam: {
1091
+ aggregationIsmFactory: string;
1092
+ aggregationHookFactory: string;
1093
+ routingIsmFactory: string;
1094
+ bsc: {
1095
+ MERKLE_ROOT_MULTISIG: string;
1096
+ MESSAGE_ID_MULTISIG: string;
1097
+ AGGREGATION: string;
1098
+ };
1099
+ avalanche: {
1100
+ MERKLE_ROOT_MULTISIG: string;
1101
+ MESSAGE_ID_MULTISIG: string;
1102
+ AGGREGATION: string;
1103
+ };
1104
+ base: {
1105
+ MERKLE_ROOT_MULTISIG: string;
1106
+ MESSAGE_ID_MULTISIG: string;
1107
+ AGGREGATION: string;
1108
+ };
1109
+ polygon: {
1110
+ MERKLE_ROOT_MULTISIG: string;
1111
+ MESSAGE_ID_MULTISIG: string;
1112
+ AGGREGATION: string;
1113
+ };
1114
+ polygonzkevm: {
1115
+ MERKLE_ROOT_MULTISIG: string;
1116
+ MESSAGE_ID_MULTISIG: string;
1117
+ AGGREGATION: string;
1118
+ };
1119
+ scroll: {
1120
+ MERKLE_ROOT_MULTISIG: string;
1121
+ MESSAGE_ID_MULTISIG: string;
1122
+ AGGREGATION: string;
1123
+ };
1124
+ celo: {
1125
+ MERKLE_ROOT_MULTISIG: string;
1126
+ MESSAGE_ID_MULTISIG: string;
1127
+ AGGREGATION: string;
1128
+ };
1129
+ arbitrum: {
1130
+ MERKLE_ROOT_MULTISIG: string;
1131
+ MESSAGE_ID_MULTISIG: string;
1132
+ AGGREGATION: string;
1133
+ };
1134
+ optimism: {
1135
+ MERKLE_ROOT_MULTISIG: string;
1136
+ MESSAGE_ID_MULTISIG: string;
1137
+ AGGREGATION: string;
1138
+ };
1139
+ ethereum: {
1140
+ MERKLE_ROOT_MULTISIG: string;
1141
+ MESSAGE_ID_MULTISIG: string;
1142
+ AGGREGATION: string;
1143
+ };
1144
+ moonbeam: {
1145
+ MERKLE_ROOT_MULTISIG: string;
1146
+ MESSAGE_ID_MULTISIG: string;
1147
+ AGGREGATION: string;
1148
+ };
1149
+ gnosis: {
1150
+ MERKLE_ROOT_MULTISIG: string;
1151
+ MESSAGE_ID_MULTISIG: string;
1152
+ AGGREGATION: string;
1153
+ };
1154
+ ROUTING: string;
1155
+ merkleTreeHook: string;
1156
+ proxyAdmin: string;
346
1157
  storageGasOracle: string;
1158
+ interchainGasPaymaster: string;
1159
+ aggregationHook: string;
1160
+ protocolFee: string;
1161
+ mailbox: string;
347
1162
  validatorAnnounce: string;
1163
+ };
1164
+ celo: {
1165
+ storageGasOracle: string;
348
1166
  proxyAdmin: string;
349
- mailbox: string;
350
- interchainGasPaymaster: string;
351
- defaultIsmInterchainGasPaymaster: string;
352
- multisigIsm: string;
353
- testRecipient: string;
354
- interchainAccountIsm: string;
355
- aggregationIsmFactory: string;
356
- routingIsmFactory: string;
357
- interchainQueryRouter: string;
358
- interchainAccountRouter: string;
359
1167
  merkleRootMultisigIsmFactory: string;
360
1168
  messageIdMultisigIsmFactory: string;
1169
+ aggregationIsmFactory: string;
1170
+ aggregationHookFactory: string;
1171
+ routingIsmFactory: string;
1172
+ bsc: {
1173
+ MERKLE_ROOT_MULTISIG: string;
1174
+ MESSAGE_ID_MULTISIG: string;
1175
+ AGGREGATION: string;
1176
+ };
1177
+ avalanche: {
1178
+ MERKLE_ROOT_MULTISIG: string;
1179
+ MESSAGE_ID_MULTISIG: string;
1180
+ AGGREGATION: string;
1181
+ };
1182
+ base: {
1183
+ MERKLE_ROOT_MULTISIG: string;
1184
+ MESSAGE_ID_MULTISIG: string;
1185
+ AGGREGATION: string;
1186
+ };
1187
+ polygon: {
1188
+ MERKLE_ROOT_MULTISIG: string;
1189
+ MESSAGE_ID_MULTISIG: string;
1190
+ AGGREGATION: string;
1191
+ };
1192
+ polygonzkevm: {
1193
+ MERKLE_ROOT_MULTISIG: string;
1194
+ MESSAGE_ID_MULTISIG: string;
1195
+ AGGREGATION: string;
1196
+ };
1197
+ scroll: {
1198
+ MERKLE_ROOT_MULTISIG: string;
1199
+ MESSAGE_ID_MULTISIG: string;
1200
+ AGGREGATION: string;
1201
+ };
1202
+ celo: {
1203
+ MERKLE_ROOT_MULTISIG: string;
1204
+ MESSAGE_ID_MULTISIG: string;
1205
+ AGGREGATION: string;
1206
+ };
1207
+ arbitrum: {
1208
+ MERKLE_ROOT_MULTISIG: string;
1209
+ MESSAGE_ID_MULTISIG: string;
1210
+ AGGREGATION: string;
1211
+ };
1212
+ optimism: {
1213
+ MERKLE_ROOT_MULTISIG: string;
1214
+ MESSAGE_ID_MULTISIG: string;
1215
+ AGGREGATION: string;
1216
+ };
1217
+ ethereum: {
1218
+ MERKLE_ROOT_MULTISIG: string;
1219
+ MESSAGE_ID_MULTISIG: string;
1220
+ AGGREGATION: string;
1221
+ };
1222
+ moonbeam: {
1223
+ MERKLE_ROOT_MULTISIG: string;
1224
+ MESSAGE_ID_MULTISIG: string;
1225
+ AGGREGATION: string;
1226
+ };
1227
+ gnosis: {
1228
+ MERKLE_ROOT_MULTISIG: string;
1229
+ MESSAGE_ID_MULTISIG: string;
1230
+ AGGREGATION: string;
1231
+ };
1232
+ ROUTING: string;
1233
+ merkleTreeHook: string;
1234
+ interchainGasPaymaster: string;
1235
+ aggregationHook: string;
1236
+ protocolFee: string;
1237
+ mailbox: string;
1238
+ validatorAnnounce: string;
361
1239
  };
362
- gnosis: {
1240
+ ethereum: {
363
1241
  storageGasOracle: string;
364
- validatorAnnounce: string;
365
1242
  proxyAdmin: string;
366
- mailbox: string;
367
- interchainGasPaymaster: string;
368
- defaultIsmInterchainGasPaymaster: string;
369
- multisigIsm: string;
370
- create2Factory: string;
371
- testRecipient: string;
372
- interchainAccountIsm: string;
373
- aggregationIsmFactory: string;
374
- routingIsmFactory: string;
375
- interchainQueryRouter: string;
376
- interchainAccountRouter: string;
377
1243
  merkleRootMultisigIsmFactory: string;
378
1244
  messageIdMultisigIsmFactory: string;
1245
+ aggregationIsmFactory: string;
1246
+ aggregationHookFactory: string;
1247
+ routingIsmFactory: string;
1248
+ bsc: {
1249
+ MERKLE_ROOT_MULTISIG: string;
1250
+ MESSAGE_ID_MULTISIG: string;
1251
+ AGGREGATION: string;
1252
+ };
1253
+ avalanche: {
1254
+ MERKLE_ROOT_MULTISIG: string;
1255
+ MESSAGE_ID_MULTISIG: string;
1256
+ AGGREGATION: string;
1257
+ };
1258
+ base: {
1259
+ MERKLE_ROOT_MULTISIG: string;
1260
+ MESSAGE_ID_MULTISIG: string;
1261
+ AGGREGATION: string;
1262
+ };
1263
+ polygon: {
1264
+ MERKLE_ROOT_MULTISIG: string;
1265
+ MESSAGE_ID_MULTISIG: string;
1266
+ AGGREGATION: string;
1267
+ };
1268
+ polygonzkevm: {
1269
+ MERKLE_ROOT_MULTISIG: string;
1270
+ MESSAGE_ID_MULTISIG: string;
1271
+ AGGREGATION: string;
1272
+ };
1273
+ scroll: {
1274
+ MERKLE_ROOT_MULTISIG: string;
1275
+ MESSAGE_ID_MULTISIG: string;
1276
+ AGGREGATION: string;
1277
+ };
1278
+ celo: {
1279
+ MERKLE_ROOT_MULTISIG: string;
1280
+ MESSAGE_ID_MULTISIG: string;
1281
+ AGGREGATION: string;
1282
+ };
1283
+ arbitrum: {
1284
+ MERKLE_ROOT_MULTISIG: string;
1285
+ MESSAGE_ID_MULTISIG: string;
1286
+ AGGREGATION: string;
1287
+ };
1288
+ optimism: {
1289
+ MERKLE_ROOT_MULTISIG: string;
1290
+ MESSAGE_ID_MULTISIG: string;
1291
+ AGGREGATION: string;
1292
+ };
1293
+ ethereum: {
1294
+ MERKLE_ROOT_MULTISIG: string;
1295
+ MESSAGE_ID_MULTISIG: string;
1296
+ AGGREGATION: string;
1297
+ };
1298
+ moonbeam: {
1299
+ MERKLE_ROOT_MULTISIG: string;
1300
+ MESSAGE_ID_MULTISIG: string;
1301
+ AGGREGATION: string;
1302
+ };
1303
+ gnosis: {
1304
+ MERKLE_ROOT_MULTISIG: string;
1305
+ MESSAGE_ID_MULTISIG: string;
1306
+ AGGREGATION: string;
1307
+ };
1308
+ ROUTING: string;
1309
+ merkleTreeHook: string;
1310
+ interchainGasPaymaster: string;
1311
+ aggregationHook: string;
1312
+ protocolFee: string;
1313
+ mailbox: string;
1314
+ validatorAnnounce: string;
379
1315
  };
380
- solana: {
1316
+ avalanche: {
381
1317
  storageGasOracle: string;
382
- validatorAnnounce: string;
383
1318
  proxyAdmin: string;
384
- mailbox: string;
385
- interchainGasPaymaster: string;
386
- defaultIsmInterchainGasPaymaster: string;
387
- multisigIsm: string;
388
- testRecipient: string;
389
- interchainAccountIsm: string;
390
- aggregationIsmFactory: string;
391
- routingIsmFactory: string;
392
- interchainQueryRouter: string;
393
- interchainAccountRouter: string;
394
1319
  merkleRootMultisigIsmFactory: string;
395
1320
  messageIdMultisigIsmFactory: string;
1321
+ aggregationIsmFactory: string;
1322
+ aggregationHookFactory: string;
1323
+ routingIsmFactory: string;
1324
+ bsc: {
1325
+ MERKLE_ROOT_MULTISIG: string;
1326
+ MESSAGE_ID_MULTISIG: string;
1327
+ AGGREGATION: string;
1328
+ };
1329
+ avalanche: {
1330
+ MERKLE_ROOT_MULTISIG: string;
1331
+ MESSAGE_ID_MULTISIG: string;
1332
+ AGGREGATION: string;
1333
+ };
1334
+ base: {
1335
+ MERKLE_ROOT_MULTISIG: string;
1336
+ MESSAGE_ID_MULTISIG: string;
1337
+ AGGREGATION: string;
1338
+ };
1339
+ polygon: {
1340
+ MERKLE_ROOT_MULTISIG: string;
1341
+ MESSAGE_ID_MULTISIG: string;
1342
+ AGGREGATION: string;
1343
+ };
1344
+ polygonzkevm: {
1345
+ MERKLE_ROOT_MULTISIG: string;
1346
+ MESSAGE_ID_MULTISIG: string;
1347
+ AGGREGATION: string;
1348
+ };
1349
+ scroll: {
1350
+ MERKLE_ROOT_MULTISIG: string;
1351
+ MESSAGE_ID_MULTISIG: string;
1352
+ AGGREGATION: string;
1353
+ };
1354
+ celo: {
1355
+ MERKLE_ROOT_MULTISIG: string;
1356
+ MESSAGE_ID_MULTISIG: string;
1357
+ AGGREGATION: string;
1358
+ };
1359
+ arbitrum: {
1360
+ MERKLE_ROOT_MULTISIG: string;
1361
+ MESSAGE_ID_MULTISIG: string;
1362
+ AGGREGATION: string;
1363
+ };
1364
+ optimism: {
1365
+ MERKLE_ROOT_MULTISIG: string;
1366
+ MESSAGE_ID_MULTISIG: string;
1367
+ AGGREGATION: string;
1368
+ };
1369
+ ethereum: {
1370
+ MERKLE_ROOT_MULTISIG: string;
1371
+ MESSAGE_ID_MULTISIG: string;
1372
+ AGGREGATION: string;
1373
+ };
1374
+ moonbeam: {
1375
+ MERKLE_ROOT_MULTISIG: string;
1376
+ MESSAGE_ID_MULTISIG: string;
1377
+ AGGREGATION: string;
1378
+ };
1379
+ gnosis: {
1380
+ MERKLE_ROOT_MULTISIG: string;
1381
+ MESSAGE_ID_MULTISIG: string;
1382
+ AGGREGATION: string;
1383
+ };
1384
+ ROUTING: string;
1385
+ merkleTreeHook: string;
1386
+ interchainGasPaymaster: string;
1387
+ aggregationHook: string;
1388
+ protocolFee: string;
1389
+ mailbox: string;
1390
+ validatorAnnounce: string;
396
1391
  };
397
1392
  };
398
1393
  };
399
1394
  export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
400
- export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof (typeof hyperlaneEnvironments)[E], ChainName>;
401
- export declare const hyperlaneContractAddresses: Record<"polygon" | "ethereum" | "test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "arbitrumgoerli" | "avalanche" | "bsc" | "bsctestnet" | "celo" | "fuji" | "goerli" | "sepolia" | "moonbasealpha" | "moonbeam" | "mumbai" | "optimism" | "optimismgoerli" | "gnosis" | "solanadevnet" | "proteustestnet" | "solana" | "nautilus", {
1395
+ export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof typeof hyperlaneEnvironments[E], ChainName>;
1396
+ export declare const hyperlaneContractAddresses: Record<"base" | "polygon" | "scroll" | "ethereum" | "test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "arbitrumgoerli" | "avalanche" | "basegoerli" | "bsc" | "bsctestnet" | "celo" | "chiado" | "fuji" | "gnosis" | "goerli" | "lineagoerli" | "scrollsepolia" | "sepolia" | "moonbasealpha" | "moonbeam" | "mumbai" | "nautilus" | "optimism" | "optimismgoerli" | "polygonzkevm" | "polygonzkevmtestnet" | "proteustestnet" | "solana" | "solanadevnet", {
402
1397
  storageGasOracle: string;
403
- validatorAnnounce: string;
404
1398
  proxyAdmin: string;
405
- mailbox: string;
406
- interchainGasPaymaster: string;
407
- defaultIsmInterchainGasPaymaster: string;
408
- multisigIsm: string;
409
- testRecipient: string;
410
- interchainAccountIsm: string;
411
- aggregationIsmFactory: string;
412
- routingIsmFactory: string;
413
- interchainQueryRouter: string;
414
- interchainAccountRouter: string;
415
1399
  merkleRootMultisigIsmFactory: string;
416
1400
  messageIdMultisigIsmFactory: string;
1401
+ aggregationIsmFactory: string;
1402
+ aggregationHookFactory: string;
1403
+ routingIsmFactory: string;
1404
+ bsc: {
1405
+ MERKLE_ROOT_MULTISIG: string;
1406
+ MESSAGE_ID_MULTISIG: string;
1407
+ AGGREGATION: string;
1408
+ };
1409
+ avalanche: {
1410
+ MERKLE_ROOT_MULTISIG: string;
1411
+ MESSAGE_ID_MULTISIG: string;
1412
+ AGGREGATION: string;
1413
+ };
1414
+ base: {
1415
+ MERKLE_ROOT_MULTISIG: string;
1416
+ MESSAGE_ID_MULTISIG: string;
1417
+ AGGREGATION: string;
1418
+ };
1419
+ polygon: {
1420
+ MERKLE_ROOT_MULTISIG: string;
1421
+ MESSAGE_ID_MULTISIG: string;
1422
+ AGGREGATION: string;
1423
+ };
1424
+ polygonzkevm: {
1425
+ MERKLE_ROOT_MULTISIG: string;
1426
+ MESSAGE_ID_MULTISIG: string;
1427
+ AGGREGATION: string;
1428
+ };
1429
+ scroll: {
1430
+ MERKLE_ROOT_MULTISIG: string;
1431
+ MESSAGE_ID_MULTISIG: string;
1432
+ AGGREGATION: string;
1433
+ };
1434
+ celo: {
1435
+ MERKLE_ROOT_MULTISIG: string;
1436
+ MESSAGE_ID_MULTISIG: string;
1437
+ AGGREGATION: string;
1438
+ };
1439
+ arbitrum: {
1440
+ MERKLE_ROOT_MULTISIG: string;
1441
+ MESSAGE_ID_MULTISIG: string;
1442
+ AGGREGATION: string;
1443
+ };
1444
+ optimism: {
1445
+ MERKLE_ROOT_MULTISIG: string;
1446
+ MESSAGE_ID_MULTISIG: string;
1447
+ AGGREGATION: string;
1448
+ };
1449
+ ethereum: {
1450
+ MERKLE_ROOT_MULTISIG: string;
1451
+ MESSAGE_ID_MULTISIG: string;
1452
+ AGGREGATION: string;
1453
+ };
1454
+ moonbeam: {
1455
+ MERKLE_ROOT_MULTISIG: string;
1456
+ MESSAGE_ID_MULTISIG: string;
1457
+ AGGREGATION: string;
1458
+ };
1459
+ gnosis: {
1460
+ MERKLE_ROOT_MULTISIG: string;
1461
+ MESSAGE_ID_MULTISIG: string;
1462
+ AGGREGATION: string;
1463
+ };
1464
+ ROUTING: string;
1465
+ merkleTreeHook: string;
1466
+ interchainGasPaymaster: string;
1467
+ aggregationHook: string;
1468
+ protocolFee: string;
1469
+ mailbox: string;
1470
+ validatorAnnounce: string;
417
1471
  }>;
418
1472
  //# sourceMappingURL=index.d.ts.map