@hyperlane-xyz/sdk 3.11.0-beta-0 → 3.20.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.
- package/dist/app/MultiProtocolApp.test.js +9 -11
- package/dist/app/MultiProtocolApp.test.js.map +1 -1
- package/dist/consts/crud.d.ts +2 -0
- package/dist/consts/crud.d.ts.map +1 -0
- package/dist/consts/crud.js +2 -0
- package/dist/consts/crud.js.map +1 -0
- package/dist/consts/igp.d.ts +3 -1
- package/dist/consts/igp.d.ts.map +1 -1
- package/dist/consts/igp.js +3 -1
- package/dist/consts/igp.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +23 -0
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.d.ts +210 -0
- package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -0
- package/dist/consts/multisigIsmVerifyCosts.js +211 -0
- package/dist/consts/multisigIsmVerifyCosts.js.map +1 -0
- package/dist/consts/testChains.d.ts +17 -0
- package/dist/consts/testChains.d.ts.map +1 -0
- package/dist/consts/testChains.js +105 -0
- package/dist/consts/testChains.js.map +1 -0
- package/dist/core/CoreDeployer.hardhat-test.js +49 -8
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts +6 -2
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +51 -11
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCore.test.js +2 -6
- package/dist/core/HyperlaneCore.test.js.map +1 -1
- package/dist/core/MultiProtocolCore.d.ts +0 -2
- package/dist/core/MultiProtocolCore.d.ts.map +1 -1
- package/dist/core/MultiProtocolCore.js +0 -8
- package/dist/core/MultiProtocolCore.js.map +1 -1
- package/dist/core/MultiProtocolCore.test.js +15 -77
- package/dist/core/MultiProtocolCore.test.js.map +1 -1
- package/dist/core/TestCoreApp.d.ts.map +1 -1
- package/dist/core/TestCoreApp.js +2 -1
- package/dist/core/TestCoreApp.js.map +1 -1
- package/dist/core/TestCoreDeployer.js +2 -2
- package/dist/core/TestCoreDeployer.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js +10 -2
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js.map +1 -1
- package/dist/core/read.d.ts +28 -0
- package/dist/core/read.d.ts.map +1 -0
- package/dist/core/read.js +44 -0
- package/dist/core/read.js.map +1 -0
- package/dist/core/testHyperlaneDeploy.hardhat-test.js +3 -3
- package/dist/core/testHyperlaneDeploy.hardhat-test.js.map +1 -1
- package/dist/crud/AbstractCrudModule.d.ts +21 -0
- package/dist/crud/AbstractCrudModule.d.ts.map +1 -0
- package/dist/crud/AbstractCrudModule.js +10 -0
- package/dist/crud/AbstractCrudModule.js.map +1 -0
- package/dist/crud/EvmHookModule.d.ts +18 -0
- package/dist/crud/EvmHookModule.d.ts.map +1 -0
- package/dist/crud/EvmHookModule.js +28 -0
- package/dist/crud/EvmHookModule.js.map +1 -0
- package/dist/crud/EvmIsmModule.d.ts +18 -0
- package/dist/crud/EvmIsmModule.d.ts.map +1 -0
- package/dist/crud/EvmIsmModule.js +28 -0
- package/dist/crud/EvmIsmModule.js.map +1 -0
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +4 -4
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/schemas.d.ts +70 -0
- package/dist/deploy/schemas.d.ts.map +1 -0
- package/dist/deploy/schemas.js +7 -0
- package/dist/deploy/schemas.js.map +1 -0
- package/dist/deploy/types.d.ts +12 -3
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/deploy/types.js +1 -0
- package/dist/deploy/types.js.map +1 -1
- package/dist/gas/HyperlaneIgp.d.ts +0 -2
- package/dist/gas/HyperlaneIgp.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgp.js +0 -9
- package/dist/gas/HyperlaneIgp.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +3 -6
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +12 -7
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +3 -2
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -1
- package/dist/gas/oracle/types.d.ts.map +1 -1
- package/dist/gas/oracle/types.js +4 -3
- package/dist/gas/oracle/types.js.map +1 -1
- package/dist/gas/token-prices.d.ts +2 -2
- package/dist/gas/token-prices.d.ts.map +1 -1
- package/dist/gas/token-prices.js +4 -7
- package/dist/gas/token-prices.js.map +1 -1
- package/dist/gas/token-prices.test.js +6 -6
- package/dist/gas/token-prices.test.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +1 -2
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/read.d.ts +35 -0
- package/dist/hook/read.d.ts.map +1 -0
- package/dist/hook/read.js +191 -0
- package/dist/hook/read.js.map +1 -0
- package/dist/hook/read.test.d.ts +2 -0
- package/dist/hook/read.test.d.ts.map +1 -0
- package/dist/hook/read.test.js +147 -0
- package/dist/hook/read.test.js.map +1 -0
- package/dist/hook/types.d.ts +14 -3
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +14 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +19 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -6
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +0 -2
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +37 -9
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +16 -27
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/read.d.ts +29 -0
- package/dist/ism/read.d.ts.map +1 -0
- package/dist/ism/read.js +152 -0
- package/dist/ism/read.js.map +1 -0
- package/dist/ism/read.test.d.ts +2 -0
- package/dist/ism/read.test.d.ts.map +1 -0
- package/dist/ism/read.test.js +124 -0
- package/dist/ism/read.test.js.map +1 -0
- package/dist/ism/schemas.d.ts +177 -0
- package/dist/ism/schemas.d.ts.map +1 -0
- package/dist/ism/schemas.js +59 -0
- package/dist/ism/schemas.js.map +1 -0
- package/dist/ism/schemas.test.d.ts +2 -0
- package/dist/ism/schemas.test.d.ts.map +1 -0
- package/dist/ism/schemas.test.js +18 -0
- package/dist/ism/schemas.test.js.map +1 -0
- package/dist/ism/types.d.ts +11 -4
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +4 -3
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +10 -4
- package/dist/ism/utils.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.d.ts +12 -2
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +27 -13
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +464 -246
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +4 -8
- package/dist/metadata/agentConfig.js.map +1 -1
- package/dist/metadata/agentConfig.test.js +9 -9
- package/dist/metadata/agentConfig.test.js.map +1 -1
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +3 -7
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/blockExplorer.test.d.ts +2 -0
- package/dist/metadata/blockExplorer.test.d.ts.map +1 -0
- package/dist/metadata/blockExplorer.test.js +41 -0
- package/dist/metadata/blockExplorer.test.js.map +1 -0
- package/dist/metadata/chainMetadata.test.js +0 -10
- package/dist/metadata/chainMetadata.test.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +335 -1
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +33 -9
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +0 -2
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +2 -12
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js +3 -3
- package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
- package/dist/middleware/account/schemas.d.ts +21 -0
- package/dist/middleware/account/schemas.d.ts.map +1 -0
- package/dist/middleware/account/schemas.js +11 -0
- package/dist/middleware/account/schemas.js.map +1 -0
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js +5 -6
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js.map +1 -1
- package/dist/middleware/query/InterchainQuery.d.ts +0 -2
- package/dist/middleware/query/InterchainQuery.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQuery.js +0 -9
- package/dist/middleware/query/InterchainQuery.js.map +1 -1
- package/dist/middleware/query/queries.hardhat-test.js +5 -6
- package/dist/middleware/query/queries.hardhat-test.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts +6 -2
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +15 -2
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.test.js +8 -9
- package/dist/providers/MultiProtocolProvider.test.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +1 -1
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +7 -8
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.d.ts +26 -2
- package/dist/providers/ProviderType.d.ts.map +1 -1
- package/dist/providers/ProviderType.js +0 -3
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js +0 -2
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +2 -1
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/MultiProtocolRouterApps.test.js +4 -4
- package/dist/router/MultiProtocolRouterApps.test.js.map +1 -1
- package/dist/router/RouterApps.d.ts +1 -1
- package/dist/router/RouterApps.d.ts.map +1 -1
- package/dist/router/RouterApps.js +11 -5
- package/dist/router/RouterApps.js.map +1 -1
- package/dist/router/schemas.d.ts +71 -0
- package/dist/router/schemas.d.ts.map +1 -0
- package/dist/router/schemas.js +16 -0
- package/dist/router/schemas.js.map +1 -0
- package/dist/router/types.d.ts +5 -12
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js.map +1 -1
- package/dist/test/MockCoinGecko.d.ts +12 -0
- package/dist/test/MockCoinGecko.d.ts.map +1 -0
- package/dist/test/MockCoinGecko.js +38 -0
- package/dist/test/MockCoinGecko.js.map +1 -0
- package/dist/test/testUtils.d.ts +8 -10
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +25 -39
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/Token.test.js +30 -37
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenAmount.test.js +4 -5
- package/dist/token/TokenAmount.test.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +2 -3
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +3 -8
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js +10 -13
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +4 -2
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/app.d.ts +11 -0
- package/dist/token/app.d.ts.map +1 -0
- package/dist/token/app.js +22 -0
- package/dist/token/app.js.map +1 -0
- package/dist/token/checker.d.ts +10 -0
- package/dist/token/checker.d.ts.map +1 -0
- package/dist/token/checker.js +73 -0
- package/dist/token/checker.js.map +1 -0
- package/dist/token/config.d.ts +9 -4
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js.map +1 -1
- package/dist/token/contracts.d.ts +9 -0
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js +4 -1
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.hardhat-test.js +48 -2
- package/dist/token/deploy.hardhat-test.js.map +1 -1
- package/dist/token/deploy.js +7 -3
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/read.d.ts +42 -0
- package/dist/token/read.d.ts.map +1 -0
- package/dist/token/read.js +88 -0
- package/dist/token/read.js.map +1 -0
- package/dist/token/schemas.d.ts +375 -0
- package/dist/token/schemas.d.ts.map +1 -0
- package/dist/token/schemas.js +48 -0
- package/dist/token/schemas.js.map +1 -0
- package/dist/token/schemas.test.d.ts +2 -0
- package/dist/token/schemas.test.d.ts.map +1 -0
- package/dist/token/schemas.test.js +85 -0
- package/dist/token/schemas.test.js.map +1 -0
- package/dist/token/types.d.ts +5 -0
- package/dist/token/types.d.ts.map +1 -0
- package/dist/token/types.js +2 -0
- package/dist/token/types.js.map +1 -0
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/MultiGeneric.d.ts +1 -1
- package/dist/utils/MultiGeneric.d.ts.map +1 -1
- package/dist/utils/MultiGeneric.js +2 -3
- package/dist/utils/MultiGeneric.js.map +1 -1
- package/dist/utils/cosmos.d.ts +1180 -0
- package/dist/utils/cosmos.d.ts.map +1 -0
- package/dist/utils/cosmos.js +375 -0
- package/dist/utils/cosmos.js.map +1 -0
- package/dist/utils/fork.d.ts +38 -0
- package/dist/utils/fork.d.ts.map +1 -0
- package/dist/utils/fork.js +89 -0
- package/dist/utils/fork.js.map +1 -0
- package/dist/utils/ism.js +1 -1
- package/dist/utils/ism.js.map +1 -1
- package/dist/utils/wagmi.d.ts +0 -2
- package/dist/utils/wagmi.d.ts.map +1 -1
- package/dist/utils/wagmi.js +2 -5
- package/dist/utils/wagmi.js.map +1 -1
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +9 -5
- package/dist/warp/WarpCore.js.map +1 -1
- package/dist/warp/WarpCore.test.js +34 -35
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/package.json +4 -5
- package/dist/consts/chainMetadata.d.ts +0 -85
- package/dist/consts/chainMetadata.d.ts.map +0 -1
- package/dist/consts/chainMetadata.js +0 -929
- package/dist/consts/chainMetadata.js.map +0 -1
- package/dist/consts/chains.d.ts +0 -54
- package/dist/consts/chains.d.ts.map +0 -1
- package/dist/consts/chains.js +0 -93
- package/dist/consts/chains.js.map +0 -1
- package/dist/consts/environments/index.d.ts +0 -503
- package/dist/consts/environments/index.d.ts.map +0 -1
- package/dist/consts/environments/index.js +0 -7
- package/dist/consts/environments/index.js.map +0 -1
- package/dist/consts/environments/mainnet.json +0 -342
- package/dist/consts/environments/testnet.json +0 -132
- package/dist/consts/multisigIsmVerifyCosts.json +0 -209
- package/dist/metadata/health.d.ts +0 -9
- package/dist/metadata/health.d.ts.map +0 -1
- package/dist/metadata/health.js +0 -112
- package/dist/metadata/health.js.map +0 -1
- package/dist/providers/SmartProvider/SmartProvider.test.d.ts +0 -2
- package/dist/providers/SmartProvider/SmartProvider.test.d.ts.map +0 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +0 -161
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +0 -1
- package/dist/test/metadata-check.d.ts +0 -2
- package/dist/test/metadata-check.d.ts.map +0 -1
- package/dist/test/metadata-check.js +0 -81
- package/dist/test/metadata-check.js.map +0 -1
|
@@ -1,503 +0,0 @@
|
|
|
1
|
-
import { ChainName } from '../../types.js';
|
|
2
|
-
export declare const hyperlaneEnvironments: {
|
|
3
|
-
mainnet: {
|
|
4
|
-
arbitrum: {
|
|
5
|
-
aggregationHook: string;
|
|
6
|
-
domainRoutingIsmFactory: string;
|
|
7
|
-
fallbackRoutingHook: string;
|
|
8
|
-
interchainAccountIsm: string;
|
|
9
|
-
interchainAccountRouter: string;
|
|
10
|
-
interchainGasPaymaster: string;
|
|
11
|
-
interchainSecurityModule: string;
|
|
12
|
-
mailbox: string;
|
|
13
|
-
merkleTreeHook: string;
|
|
14
|
-
pausableHook: string;
|
|
15
|
-
protocolFee: string;
|
|
16
|
-
proxyAdmin: string;
|
|
17
|
-
staticAggregationHookFactory: string;
|
|
18
|
-
staticAggregationIsmFactory: string;
|
|
19
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
20
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
21
|
-
storageGasOracle: string;
|
|
22
|
-
testRecipient: string;
|
|
23
|
-
testTokenRecipient: string;
|
|
24
|
-
timelockController: string;
|
|
25
|
-
validatorAnnounce: string;
|
|
26
|
-
};
|
|
27
|
-
avalanche: {
|
|
28
|
-
aggregationHook: string;
|
|
29
|
-
domainRoutingIsmFactory: string;
|
|
30
|
-
fallbackRoutingHook: string;
|
|
31
|
-
interchainAccountIsm: string;
|
|
32
|
-
interchainAccountRouter: string;
|
|
33
|
-
interchainGasPaymaster: string;
|
|
34
|
-
interchainSecurityModule: string;
|
|
35
|
-
mailbox: string;
|
|
36
|
-
merkleTreeHook: string;
|
|
37
|
-
pausableHook: string;
|
|
38
|
-
protocolFee: string;
|
|
39
|
-
proxyAdmin: string;
|
|
40
|
-
staticAggregationHookFactory: string;
|
|
41
|
-
staticAggregationIsmFactory: string;
|
|
42
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
43
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
44
|
-
storageGasOracle: string;
|
|
45
|
-
testRecipient: string;
|
|
46
|
-
testTokenRecipient: string;
|
|
47
|
-
timelockController: string;
|
|
48
|
-
validatorAnnounce: string;
|
|
49
|
-
};
|
|
50
|
-
base: {
|
|
51
|
-
aggregationHook: string;
|
|
52
|
-
domainRoutingIsmFactory: string;
|
|
53
|
-
fallbackRoutingHook: string;
|
|
54
|
-
interchainAccountIsm: string;
|
|
55
|
-
interchainAccountRouter: string;
|
|
56
|
-
interchainGasPaymaster: string;
|
|
57
|
-
interchainSecurityModule: string;
|
|
58
|
-
mailbox: string;
|
|
59
|
-
merkleTreeHook: string;
|
|
60
|
-
pausableHook: string;
|
|
61
|
-
protocolFee: string;
|
|
62
|
-
proxyAdmin: string;
|
|
63
|
-
staticAggregationHookFactory: string;
|
|
64
|
-
staticAggregationIsmFactory: string;
|
|
65
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
66
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
67
|
-
storageGasOracle: string;
|
|
68
|
-
timelockController: string;
|
|
69
|
-
validatorAnnounce: string;
|
|
70
|
-
};
|
|
71
|
-
bsc: {
|
|
72
|
-
aggregationHook: string;
|
|
73
|
-
domainRoutingIsmFactory: string;
|
|
74
|
-
fallbackRoutingHook: string;
|
|
75
|
-
interchainAccountIsm: string;
|
|
76
|
-
interchainAccountRouter: string;
|
|
77
|
-
interchainGasPaymaster: string;
|
|
78
|
-
interchainSecurityModule: string;
|
|
79
|
-
mailbox: string;
|
|
80
|
-
merkleTreeHook: string;
|
|
81
|
-
pausableHook: string;
|
|
82
|
-
protocolFee: string;
|
|
83
|
-
proxyAdmin: string;
|
|
84
|
-
staticAggregationHookFactory: string;
|
|
85
|
-
staticAggregationIsmFactory: string;
|
|
86
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
87
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
88
|
-
storageGasOracle: string;
|
|
89
|
-
testRecipient: string;
|
|
90
|
-
testTokenRecipient: string;
|
|
91
|
-
timelockController: string;
|
|
92
|
-
validatorAnnounce: string;
|
|
93
|
-
};
|
|
94
|
-
celo: {
|
|
95
|
-
aggregationHook: string;
|
|
96
|
-
domainRoutingIsm: string;
|
|
97
|
-
domainRoutingIsmFactory: string;
|
|
98
|
-
fallbackRoutingHook: string;
|
|
99
|
-
interchainAccountIsm: string;
|
|
100
|
-
interchainAccountRouter: string;
|
|
101
|
-
interchainGasPaymaster: string;
|
|
102
|
-
interchainSecurityModule: string;
|
|
103
|
-
mailbox: string;
|
|
104
|
-
merkleTreeHook: string;
|
|
105
|
-
pausableHook: string;
|
|
106
|
-
pausableIsm: string;
|
|
107
|
-
protocolFee: string;
|
|
108
|
-
proxyAdmin: string;
|
|
109
|
-
staticAggregationHookFactory: string;
|
|
110
|
-
staticAggregationIsm: string;
|
|
111
|
-
staticAggregationIsmFactory: string;
|
|
112
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
113
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
114
|
-
storageGasOracle: string;
|
|
115
|
-
testRecipient: string;
|
|
116
|
-
testTokenRecipient: string;
|
|
117
|
-
timelockController: string;
|
|
118
|
-
validatorAnnounce: string;
|
|
119
|
-
};
|
|
120
|
-
ethereum: {
|
|
121
|
-
aggregationHook: string;
|
|
122
|
-
domainRoutingIsmFactory: string;
|
|
123
|
-
fallbackRoutingHook: string;
|
|
124
|
-
interchainAccountIsm: string;
|
|
125
|
-
interchainAccountRouter: string;
|
|
126
|
-
interchainGasPaymaster: string;
|
|
127
|
-
interchainSecurityModule: string;
|
|
128
|
-
mailbox: string;
|
|
129
|
-
merkleTreeHook: string;
|
|
130
|
-
pausableHook: string;
|
|
131
|
-
protocolFee: string;
|
|
132
|
-
proxyAdmin: string;
|
|
133
|
-
staticAggregationHookFactory: string;
|
|
134
|
-
staticAggregationIsmFactory: string;
|
|
135
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
136
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
137
|
-
storageGasOracle: string;
|
|
138
|
-
testRecipient: string;
|
|
139
|
-
testTokenRecipient: string;
|
|
140
|
-
timelockController: string;
|
|
141
|
-
validatorAnnounce: string;
|
|
142
|
-
};
|
|
143
|
-
gnosis: {
|
|
144
|
-
aggregationHook: string;
|
|
145
|
-
domainRoutingIsmFactory: string;
|
|
146
|
-
fallbackRoutingHook: string;
|
|
147
|
-
interchainAccountIsm: string;
|
|
148
|
-
interchainAccountRouter: string;
|
|
149
|
-
interchainGasPaymaster: string;
|
|
150
|
-
interchainSecurityModule: string;
|
|
151
|
-
mailbox: string;
|
|
152
|
-
merkleTreeHook: string;
|
|
153
|
-
pausableHook: string;
|
|
154
|
-
protocolFee: string;
|
|
155
|
-
proxyAdmin: string;
|
|
156
|
-
staticAggregationHookFactory: string;
|
|
157
|
-
staticAggregationIsmFactory: string;
|
|
158
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
159
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
160
|
-
storageGasOracle: string;
|
|
161
|
-
testRecipient: string;
|
|
162
|
-
testTokenRecipient: string;
|
|
163
|
-
timelockController: string;
|
|
164
|
-
validatorAnnounce: string;
|
|
165
|
-
};
|
|
166
|
-
inevm: {
|
|
167
|
-
aggregationHook: string;
|
|
168
|
-
domainRoutingIsm: string;
|
|
169
|
-
domainRoutingIsmFactory: string;
|
|
170
|
-
interchainAccountIsm: string;
|
|
171
|
-
interchainAccountRouter: string;
|
|
172
|
-
interchainGasPaymaster: string;
|
|
173
|
-
interchainSecurityModule: string;
|
|
174
|
-
mailbox: string;
|
|
175
|
-
merkleTreeHook: string;
|
|
176
|
-
pausableHook: string;
|
|
177
|
-
pausableIsm: string;
|
|
178
|
-
protocolFee: string;
|
|
179
|
-
proxyAdmin: string;
|
|
180
|
-
staticAggregationHookFactory: string;
|
|
181
|
-
staticAggregationIsm: string;
|
|
182
|
-
staticAggregationIsmFactory: string;
|
|
183
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
184
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
185
|
-
storageGasOracle: string;
|
|
186
|
-
timelockController: string;
|
|
187
|
-
validatorAnnounce: string;
|
|
188
|
-
};
|
|
189
|
-
mantapacific: {
|
|
190
|
-
aggregationHook: string;
|
|
191
|
-
domainRoutingIsm: string;
|
|
192
|
-
domainRoutingIsmFactory: string;
|
|
193
|
-
fallbackRoutingHook: string;
|
|
194
|
-
interchainAccountIsm: string;
|
|
195
|
-
interchainAccountRouter: string;
|
|
196
|
-
interchainGasPaymaster: string;
|
|
197
|
-
interchainSecurityModule: string;
|
|
198
|
-
mailbox: string;
|
|
199
|
-
merkleTreeHook: string;
|
|
200
|
-
pausableHook: string;
|
|
201
|
-
protocolFee: string;
|
|
202
|
-
proxyAdmin: string;
|
|
203
|
-
staticAggregationHookFactory: string;
|
|
204
|
-
staticAggregationIsmFactory: string;
|
|
205
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
206
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
207
|
-
storageGasOracle: string;
|
|
208
|
-
testRecipient: string;
|
|
209
|
-
testTokenRecipient: string;
|
|
210
|
-
timelockController: string;
|
|
211
|
-
validatorAnnounce: string;
|
|
212
|
-
};
|
|
213
|
-
moonbeam: {
|
|
214
|
-
aggregationHook: string;
|
|
215
|
-
domainRoutingIsmFactory: string;
|
|
216
|
-
fallbackRoutingHook: string;
|
|
217
|
-
interchainAccountIsm: string;
|
|
218
|
-
interchainAccountRouter: string;
|
|
219
|
-
interchainGasPaymaster: string;
|
|
220
|
-
interchainSecurityModule: string;
|
|
221
|
-
mailbox: string;
|
|
222
|
-
merkleTreeHook: string;
|
|
223
|
-
pausableHook: string;
|
|
224
|
-
protocolFee: string;
|
|
225
|
-
proxyAdmin: string;
|
|
226
|
-
staticAggregationHookFactory: string;
|
|
227
|
-
staticAggregationIsmFactory: string;
|
|
228
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
229
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
230
|
-
storageGasOracle: string;
|
|
231
|
-
testRecipient: string;
|
|
232
|
-
testTokenRecipient: string;
|
|
233
|
-
timelockController: string;
|
|
234
|
-
validatorAnnounce: string;
|
|
235
|
-
};
|
|
236
|
-
optimism: {
|
|
237
|
-
aggregationHook: string;
|
|
238
|
-
domainRoutingIsmFactory: string;
|
|
239
|
-
fallbackRoutingHook: string;
|
|
240
|
-
interchainAccountIsm: string;
|
|
241
|
-
interchainAccountRouter: string;
|
|
242
|
-
interchainGasPaymaster: string;
|
|
243
|
-
interchainSecurityModule: string;
|
|
244
|
-
mailbox: string;
|
|
245
|
-
merkleTreeHook: string;
|
|
246
|
-
pausableHook: string;
|
|
247
|
-
protocolFee: string;
|
|
248
|
-
proxyAdmin: string;
|
|
249
|
-
staticAggregationHookFactory: string;
|
|
250
|
-
staticAggregationIsmFactory: string;
|
|
251
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
252
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
253
|
-
storageGasOracle: string;
|
|
254
|
-
testRecipient: string;
|
|
255
|
-
testTokenRecipient: string;
|
|
256
|
-
timelockController: string;
|
|
257
|
-
validatorAnnounce: string;
|
|
258
|
-
};
|
|
259
|
-
polygon: {
|
|
260
|
-
aggregationHook: string;
|
|
261
|
-
domainRoutingIsmFactory: string;
|
|
262
|
-
fallbackRoutingHook: string;
|
|
263
|
-
interchainAccountIsm: string;
|
|
264
|
-
interchainAccountRouter: string;
|
|
265
|
-
interchainGasPaymaster: string;
|
|
266
|
-
interchainSecurityModule: string;
|
|
267
|
-
mailbox: string;
|
|
268
|
-
merkleTreeHook: string;
|
|
269
|
-
pausableHook: string;
|
|
270
|
-
protocolFee: string;
|
|
271
|
-
proxyAdmin: string;
|
|
272
|
-
staticAggregationHookFactory: string;
|
|
273
|
-
staticAggregationIsmFactory: string;
|
|
274
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
275
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
276
|
-
storageGasOracle: string;
|
|
277
|
-
testRecipient: string;
|
|
278
|
-
testTokenRecipient: string;
|
|
279
|
-
timelockController: string;
|
|
280
|
-
validatorAnnounce: string;
|
|
281
|
-
};
|
|
282
|
-
polygonzkevm: {
|
|
283
|
-
aggregationHook: string;
|
|
284
|
-
domainRoutingIsmFactory: string;
|
|
285
|
-
fallbackRoutingHook: string;
|
|
286
|
-
interchainAccountIsm: string;
|
|
287
|
-
interchainAccountRouter: string;
|
|
288
|
-
interchainGasPaymaster: string;
|
|
289
|
-
interchainSecurityModule: string;
|
|
290
|
-
mailbox: string;
|
|
291
|
-
merkleTreeHook: string;
|
|
292
|
-
pausableHook: string;
|
|
293
|
-
protocolFee: string;
|
|
294
|
-
proxyAdmin: string;
|
|
295
|
-
staticAggregationHookFactory: string;
|
|
296
|
-
staticAggregationIsmFactory: string;
|
|
297
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
298
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
299
|
-
storageGasOracle: string;
|
|
300
|
-
timelockController: string;
|
|
301
|
-
validatorAnnounce: string;
|
|
302
|
-
};
|
|
303
|
-
scroll: {
|
|
304
|
-
aggregationHook: string;
|
|
305
|
-
domainRoutingIsmFactory: string;
|
|
306
|
-
fallbackRoutingHook: string;
|
|
307
|
-
interchainAccountIsm: string;
|
|
308
|
-
interchainAccountRouter: string;
|
|
309
|
-
interchainGasPaymaster: string;
|
|
310
|
-
interchainSecurityModule: string;
|
|
311
|
-
mailbox: string;
|
|
312
|
-
merkleTreeHook: string;
|
|
313
|
-
pausableHook: string;
|
|
314
|
-
protocolFee: string;
|
|
315
|
-
proxyAdmin: string;
|
|
316
|
-
staticAggregationHookFactory: string;
|
|
317
|
-
staticAggregationIsmFactory: string;
|
|
318
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
319
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
320
|
-
storageGasOracle: string;
|
|
321
|
-
timelockController: string;
|
|
322
|
-
validatorAnnounce: string;
|
|
323
|
-
};
|
|
324
|
-
viction: {
|
|
325
|
-
domainRoutingIsmFactory: string;
|
|
326
|
-
interchainAccountIsm: string;
|
|
327
|
-
interchainAccountRouter: string;
|
|
328
|
-
interchainGasPaymaster: string;
|
|
329
|
-
interchainSecurityModule: string;
|
|
330
|
-
mailbox: string;
|
|
331
|
-
merkleTreeHook: string;
|
|
332
|
-
protocolFee: string;
|
|
333
|
-
proxyAdmin: string;
|
|
334
|
-
staticAggregationHookFactory: string;
|
|
335
|
-
staticAggregationIsmFactory: string;
|
|
336
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
337
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
338
|
-
storageGasOracle: string;
|
|
339
|
-
testRecipient: string;
|
|
340
|
-
testTokenRecipient: string;
|
|
341
|
-
timelockController: string;
|
|
342
|
-
validatorAnnounce: string;
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
testnet: {
|
|
346
|
-
alfajores: {
|
|
347
|
-
aggregationHook: string;
|
|
348
|
-
domainRoutingIsmFactory: string;
|
|
349
|
-
fallbackRoutingHook: string;
|
|
350
|
-
interchainAccountIsm: string;
|
|
351
|
-
interchainAccountRouter: string;
|
|
352
|
-
interchainGasPaymaster: string;
|
|
353
|
-
mailbox: string;
|
|
354
|
-
merkleTreeHook: string;
|
|
355
|
-
protocolFee: string;
|
|
356
|
-
proxyAdmin: string;
|
|
357
|
-
staticAggregationHookFactory: string;
|
|
358
|
-
staticAggregationIsmFactory: string;
|
|
359
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
360
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
361
|
-
storageGasOracle: string;
|
|
362
|
-
testRecipient: string;
|
|
363
|
-
testTokenRecipient: string;
|
|
364
|
-
timelockController: string;
|
|
365
|
-
validatorAnnounce: string;
|
|
366
|
-
};
|
|
367
|
-
bsctestnet: {
|
|
368
|
-
aggregationHook: string;
|
|
369
|
-
fallbackRoutingHook: string;
|
|
370
|
-
interchainAccountIsm: string;
|
|
371
|
-
interchainAccountRouter: string;
|
|
372
|
-
interchainGasPaymaster: string;
|
|
373
|
-
mailbox: string;
|
|
374
|
-
merkleTreeHook: string;
|
|
375
|
-
protocolFee: string;
|
|
376
|
-
proxyAdmin: string;
|
|
377
|
-
staticAggregationHookFactory: string;
|
|
378
|
-
staticAggregationIsmFactory: string;
|
|
379
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
380
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
381
|
-
storageGasOracle: string;
|
|
382
|
-
testRecipient: string;
|
|
383
|
-
testTokenRecipient: string;
|
|
384
|
-
timelockController: string;
|
|
385
|
-
validatorAnnounce: string;
|
|
386
|
-
};
|
|
387
|
-
fuji: {
|
|
388
|
-
aggregationHook: string;
|
|
389
|
-
domainRoutingIsmFactory: string;
|
|
390
|
-
fallbackRoutingHook: string;
|
|
391
|
-
interchainAccountIsm: string;
|
|
392
|
-
interchainAccountRouter: string;
|
|
393
|
-
interchainGasPaymaster: string;
|
|
394
|
-
interchainSecurityModule: string;
|
|
395
|
-
mailbox: string;
|
|
396
|
-
merkleTreeHook: string;
|
|
397
|
-
pausableHook: string;
|
|
398
|
-
protocolFee: string;
|
|
399
|
-
proxyAdmin: string;
|
|
400
|
-
staticAggregationHookFactory: string;
|
|
401
|
-
staticAggregationIsmFactory: string;
|
|
402
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
403
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
404
|
-
storageGasOracle: string;
|
|
405
|
-
testRecipient: string;
|
|
406
|
-
testTokenRecipient: string;
|
|
407
|
-
timelockController: string;
|
|
408
|
-
validatorAnnounce: string;
|
|
409
|
-
};
|
|
410
|
-
plumetestnet: {
|
|
411
|
-
aggregationHook: string;
|
|
412
|
-
domainRoutingIsmFactory: string;
|
|
413
|
-
fallbackRoutingHook: string;
|
|
414
|
-
interchainAccountIsm: string;
|
|
415
|
-
interchainAccountRouter: string;
|
|
416
|
-
interchainGasPaymaster: string;
|
|
417
|
-
interchainSecurityModule: string;
|
|
418
|
-
mailbox: string;
|
|
419
|
-
merkleTreeHook: string;
|
|
420
|
-
pausableHook: string;
|
|
421
|
-
protocolFee: string;
|
|
422
|
-
proxyAdmin: string;
|
|
423
|
-
staticAggregationHookFactory: string;
|
|
424
|
-
staticAggregationIsmFactory: string;
|
|
425
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
426
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
427
|
-
storageGasOracle: string;
|
|
428
|
-
testRecipient: string;
|
|
429
|
-
timelockController: string;
|
|
430
|
-
validatorAnnounce: string;
|
|
431
|
-
};
|
|
432
|
-
scrollsepolia: {
|
|
433
|
-
aggregationHook: string;
|
|
434
|
-
domainRoutingIsmFactory: string;
|
|
435
|
-
fallbackRoutingHook: string;
|
|
436
|
-
interchainAccountIsm: string;
|
|
437
|
-
interchainAccountRouter: string;
|
|
438
|
-
interchainGasPaymaster: string;
|
|
439
|
-
mailbox: string;
|
|
440
|
-
merkleTreeHook: string;
|
|
441
|
-
protocolFee: string;
|
|
442
|
-
proxyAdmin: string;
|
|
443
|
-
staticAggregationHookFactory: string;
|
|
444
|
-
staticAggregationIsmFactory: string;
|
|
445
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
446
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
447
|
-
storageGasOracle: string;
|
|
448
|
-
testRecipient: string;
|
|
449
|
-
testTokenRecipient: string;
|
|
450
|
-
timelockController: string;
|
|
451
|
-
validatorAnnounce: string;
|
|
452
|
-
};
|
|
453
|
-
sepolia: {
|
|
454
|
-
aggregationHook: string;
|
|
455
|
-
domainRoutingIsmFactory: string;
|
|
456
|
-
fallbackRoutingHook: string;
|
|
457
|
-
interchainAccountIsm: string;
|
|
458
|
-
interchainAccountRouter: string;
|
|
459
|
-
interchainGasPaymaster: string;
|
|
460
|
-
interchainSecurityModule: string;
|
|
461
|
-
mailbox: string;
|
|
462
|
-
merkleTreeHook: string;
|
|
463
|
-
pausableHook: string;
|
|
464
|
-
protocolFee: string;
|
|
465
|
-
proxyAdmin: string;
|
|
466
|
-
staticAggregationHookFactory: string;
|
|
467
|
-
staticAggregationIsmFactory: string;
|
|
468
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
469
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
470
|
-
storageGasOracle: string;
|
|
471
|
-
testRecipient: string;
|
|
472
|
-
testTokenRecipient: string;
|
|
473
|
-
timelockController: string;
|
|
474
|
-
validatorAnnounce: string;
|
|
475
|
-
};
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
export type HyperlaneEnvironment = keyof typeof hyperlaneEnvironments;
|
|
479
|
-
export type HyperlaneEnvironmentChain<E extends HyperlaneEnvironment> = Extract<keyof (typeof hyperlaneEnvironments)[E], ChainName>;
|
|
480
|
-
export declare const hyperlaneContractAddresses: Record<"test1" | "test2" | "test3" | "alfajores" | "arbitrum" | "avalanche" | "base" | "bsc" | "bsctestnet" | "celo" | "chiado" | "ethereum" | "fuji" | "gnosis" | "inevm" | "injective" | "mantapacific" | "moonbeam" | "nautilus" | "neutron" | "optimism" | "plumetestnet" | "polygon" | "polygonzkevm" | "proteustestnet" | "scroll" | "scrollsepolia" | "sepolia" | "solana" | "solanadevnet" | "solanatestnet" | "eclipsetestnet" | "viction", {
|
|
481
|
-
aggregationHook: string;
|
|
482
|
-
domainRoutingIsmFactory: string;
|
|
483
|
-
fallbackRoutingHook: string;
|
|
484
|
-
interchainAccountIsm: string;
|
|
485
|
-
interchainAccountRouter: string;
|
|
486
|
-
interchainGasPaymaster: string;
|
|
487
|
-
interchainSecurityModule: string;
|
|
488
|
-
mailbox: string;
|
|
489
|
-
merkleTreeHook: string;
|
|
490
|
-
pausableHook: string;
|
|
491
|
-
protocolFee: string;
|
|
492
|
-
proxyAdmin: string;
|
|
493
|
-
staticAggregationHookFactory: string;
|
|
494
|
-
staticAggregationIsmFactory: string;
|
|
495
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
496
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
497
|
-
storageGasOracle: string;
|
|
498
|
-
testRecipient: string;
|
|
499
|
-
testTokenRecipient: string;
|
|
500
|
-
timelockController: string;
|
|
501
|
-
validatorAnnounce: string;
|
|
502
|
-
}>;
|
|
503
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAM3C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuB,CAAC;AAE1D,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,qBAAqB,CAAC;AACtE,MAAM,MAAM,yBAAyB,CAAC,CAAC,SAAS,oBAAoB,IAAI,OAAO,CAC7E,MAAM,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,EACvC,SAAS,CACV,CAAC;AAGF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;EAMtC,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { objMerge } from '@hyperlane-xyz/utils';
|
|
2
|
-
import mainnet from './mainnet.json' assert { type: 'json' };
|
|
3
|
-
import testnet from './testnet.json' assert { type: 'json' };
|
|
4
|
-
export const hyperlaneEnvironments = { mainnet, testnet };
|
|
5
|
-
// Note, this assumes no chain name is repeated across environments
|
|
6
|
-
export const hyperlaneContractAddresses = objMerge(hyperlaneEnvironments.testnet, hyperlaneEnvironments.mainnet);
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAKhD,OAAO,OAAO,MAAM,gBAAgB,CAAC,SAAS,IAAI,EAAE,MAAM,EAAE,CAAC;AAC7D,OAAO,OAAO,MAAM,gBAAgB,CAAC,SAAS,IAAI,EAAE,MAAM,EAAE,CAAC;AAE7D,MAAM,CAAC,MAAM,qBAAqB,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC;AAQ1D,mEAAmE;AACnE,MAAM,CAAC,MAAM,0BAA0B,GAAG,QAAQ,CAChD,qBAAqB,CAAC,OAAO,EAC7B,qBAAqB,CAAC,OAAO,CAI9B,CAAC"}
|