@hyperlane-xyz/sdk 22.0.0 → 24.0.0
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/block-explorer/utils.d.ts.map +1 -1
- package/dist/block-explorer/utils.js +1 -0
- package/dist/block-explorer/utils.js.map +1 -1
- package/dist/consts/igp.d.ts +1 -0
- package/dist/consts/igp.d.ts.map +1 -1
- package/dist/consts/igp.js +13 -3
- package/dist/consts/igp.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +23 -148
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +2 -0
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts +24 -0
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +38 -3
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +6 -2
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/MultiProtocolCore.d.ts.map +1 -1
- package/dist/core/MultiProtocolCore.js +3 -0
- package/dist/core/MultiProtocolCore.js.map +1 -1
- package/dist/core/adapters/AleoCoreAdapter.d.ts +23 -0
- package/dist/core/adapters/AleoCoreAdapter.d.ts.map +1 -0
- package/dist/core/adapters/AleoCoreAdapter.js +40 -0
- package/dist/core/adapters/AleoCoreAdapter.js.map +1 -0
- package/dist/core/adapters/CosmNativeCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/CosmNativeCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmNativeCoreAdapter.js +7 -0
- package/dist/core/adapters/CosmNativeCoreAdapter.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.js +3 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/EvmCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/EvmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/EvmCoreAdapter.js +4 -0
- package/dist/core/adapters/EvmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/RadixCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/RadixCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/RadixCoreAdapter.js +7 -0
- package/dist/core/adapters/RadixCoreAdapter.js.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/SealevelCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.js +7 -0
- package/dist/core/adapters/SealevelCoreAdapter.js.map +1 -1
- package/dist/core/adapters/StarknetCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/StarknetCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/StarknetCoreAdapter.js +5 -0
- package/dist/core/adapters/StarknetCoreAdapter.js.map +1 -1
- package/dist/core/adapters/types.d.ts +7 -0
- package/dist/core/adapters/types.d.ts.map +1 -1
- package/dist/core/types.d.ts +154 -38
- package/dist/core/types.d.ts.map +1 -1
- package/dist/deploy/proxy.d.ts +2 -0
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +10 -4
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/proxy.test.js +44 -1
- package/dist/deploy/proxy.test.js.map +1 -1
- package/dist/deploy/verify/BaseContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/BaseContractVerifier.js +2 -1
- package/dist/deploy/verify/BaseContractVerifier.js.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.js +2 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.js.map +1 -1
- package/dist/deploy/warp.js +3 -3
- package/dist/deploy/warp.js.map +1 -1
- package/dist/gas/utils.d.ts.map +1 -1
- package/dist/gas/utils.js +11 -8
- package/dist/gas/utils.js.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +16 -10
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookReader.js +70 -32
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +14 -6
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/types.d.ts +318 -14
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +49 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/ica/types.d.ts +52 -12
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/index.d.ts +10 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -10
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +9 -9
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/EvmIsmReader.test.js +13 -1
- package/dist/ism/EvmIsmReader.test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts +1 -3
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +6 -96
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +2 -0
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/multisig.js +2 -2
- package/dist/ism/multisig.js.map +1 -1
- package/dist/ism/types.d.ts +221 -1
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +49 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/utils.d.ts +1 -0
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +4 -1
- package/dist/ism/utils.js.map +1 -1
- package/dist/mailbox/serialization.js +2 -2
- package/dist/mailbox/serialization.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +132 -132
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +2 -0
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +73 -71
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +6 -8
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/metadata/customZodTypes.d.ts +23 -0
- package/dist/metadata/customZodTypes.d.ts.map +1 -1
- package/dist/metadata/customZodTypes.js +33 -0
- package/dist/metadata/customZodTypes.js.map +1 -1
- package/dist/metadata/forwardCompatibleEnum.test.d.ts +2 -0
- package/dist/metadata/forwardCompatibleEnum.test.d.ts.map +1 -0
- package/dist/metadata/forwardCompatibleEnum.test.js +299 -0
- package/dist/metadata/forwardCompatibleEnum.test.js.map +1 -0
- package/dist/metadata/matchingList.d.ts +4 -4
- package/dist/metadata/warpRouteConfig.d.ts +10 -8
- package/dist/metadata/warpRouteConfig.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +21 -1
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +120 -8
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.test.d.ts +2 -0
- package/dist/middleware/account/InterchainAccount.test.d.ts.map +1 -0
- package/dist/middleware/account/InterchainAccount.test.js +279 -0
- package/dist/middleware/account/InterchainAccount.test.js.map +1 -0
- package/dist/middleware/account/types.d.ts +37 -3
- package/dist/middleware/account/types.d.ts.map +1 -1
- package/dist/middleware/account/types.js +8 -3
- package/dist/middleware/account/types.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +4 -1
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +26 -4
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +59 -5
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.d.ts +9 -3
- package/dist/providers/ProviderType.d.ts.map +1 -1
- package/dist/providers/ProviderType.js +1 -1
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +2 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +43 -7
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +77 -28
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
- package/dist/providers/explorerHealthTest.d.ts.map +1 -1
- package/dist/providers/explorerHealthTest.js +1 -0
- package/dist/providers/explorerHealthTest.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts +2 -3
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/providers/rpcHealthTest.d.ts.map +1 -1
- package/dist/providers/rpcHealthTest.js +6 -2
- package/dist/providers/rpcHealthTest.js.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.js +4 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.js.map +1 -1
- package/dist/router/types.d.ts +78 -18
- package/dist/router/types.d.ts.map +1 -1
- package/dist/test/testUtils.d.ts +10 -3
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +100 -3
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/{EvmERC20WarpModule.d.ts → EvmWarpModule.d.ts} +5 -5
- package/dist/token/EvmWarpModule.d.ts.map +1 -0
- package/dist/token/EvmWarpModule.hardhat-test.d.ts +2 -0
- package/dist/token/EvmWarpModule.hardhat-test.d.ts.map +1 -0
- package/dist/token/{EvmERC20WarpModule.hardhat-test.js → EvmWarpModule.hardhat-test.js} +45 -45
- package/dist/token/EvmWarpModule.hardhat-test.js.map +1 -0
- package/dist/token/{EvmERC20WarpModule.js → EvmWarpModule.js} +14 -11
- package/dist/token/EvmWarpModule.js.map +1 -0
- package/dist/token/{EvmERC20WarpRouteReader.d.ts → EvmWarpRouteReader.d.ts} +5 -5
- package/dist/token/EvmWarpRouteReader.d.ts.map +1 -0
- package/dist/token/EvmWarpRouteReader.hardhat-test.d.ts +2 -0
- package/dist/token/EvmWarpRouteReader.hardhat-test.d.ts.map +1 -0
- package/dist/token/{EvmERC20WarpRouteReader.hardhat-test.js → EvmWarpRouteReader.hardhat-test.js} +4 -4
- package/dist/token/EvmWarpRouteReader.hardhat-test.js.map +1 -0
- package/dist/token/{EvmERC20WarpRouteReader.js → EvmWarpRouteReader.js} +7 -6
- package/dist/token/EvmWarpRouteReader.js.map +1 -0
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +26 -2
- package/dist/token/Token.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +6 -6
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +1 -0
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/AleoTokenAdapter.d.ts +60 -0
- package/dist/token/adapters/AleoTokenAdapter.d.ts.map +1 -0
- package/dist/token/adapters/AleoTokenAdapter.js +190 -0
- package/dist/token/adapters/AleoTokenAdapter.js.map +1 -0
- package/dist/token/adapters/EvmTokenAdapter.d.ts +26 -9
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +36 -31
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +5 -2
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/utils.d.ts +7 -0
- package/dist/token/adapters/utils.d.ts.map +1 -0
- package/dist/token/adapters/utils.js +4 -0
- package/dist/token/adapters/utils.js.map +1 -0
- package/dist/token/checker.d.ts.map +1 -1
- package/dist/token/checker.js +1 -2
- package/dist/token/checker.js.map +1 -1
- package/dist/token/config.d.ts +3 -0
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js +2 -0
- package/dist/token/config.js.map +1 -1
- package/dist/token/configUtils.d.ts.map +1 -1
- package/dist/token/configUtils.js +10 -2
- package/dist/token/configUtils.js.map +1 -1
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/deploy.d.ts +2 -2
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.hardhat-test.js +4 -4
- package/dist/token/deploy.hardhat-test.js.map +1 -1
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/nativeTokenMetadata.d.ts +2 -2
- package/dist/token/nativeTokenMetadata.d.ts.map +1 -1
- package/dist/token/nativeTokenMetadata.js.map +1 -1
- package/dist/token/types.d.ts +2389 -132
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.js +24 -6
- package/dist/token/types.js.map +1 -1
- package/dist/utils/gas.d.ts +29 -0
- package/dist/utils/gas.d.ts.map +1 -0
- package/dist/utils/gas.js +34 -0
- package/dist/utils/gas.js.map +1 -0
- package/package.json +11 -11
- package/dist/core/HyperlaneRelayer.d.ts +0 -600
- package/dist/core/HyperlaneRelayer.d.ts.map +0 -1
- package/dist/core/HyperlaneRelayer.js +0 -257
- package/dist/core/HyperlaneRelayer.js.map +0 -1
- package/dist/ism/metadata/aggregation.d.ts +0 -23
- package/dist/ism/metadata/aggregation.d.ts.map +0 -1
- package/dist/ism/metadata/aggregation.js +0 -92
- package/dist/ism/metadata/aggregation.js.map +0 -1
- package/dist/ism/metadata/aggregation.test.d.ts +0 -2
- package/dist/ism/metadata/aggregation.test.d.ts.map +0 -1
- package/dist/ism/metadata/aggregation.test.js +0 -37
- package/dist/ism/metadata/aggregation.test.js.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +0 -25
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts +0 -2
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +0 -167
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.js +0 -133
- package/dist/ism/metadata/arbL2ToL1.js.map +0 -1
- package/dist/ism/metadata/builder.d.ts +0 -23
- package/dist/ism/metadata/builder.d.ts.map +0 -1
- package/dist/ism/metadata/builder.hardhat-test.d.ts +0 -2
- package/dist/ism/metadata/builder.hardhat-test.d.ts.map +0 -1
- package/dist/ism/metadata/builder.hardhat-test.js +0 -137
- package/dist/ism/metadata/builder.hardhat-test.js.map +0 -1
- package/dist/ism/metadata/builder.js +0 -87
- package/dist/ism/metadata/builder.js.map +0 -1
- package/dist/ism/metadata/ccipread.d.ts +0 -12
- package/dist/ism/metadata/ccipread.d.ts.map +0 -1
- package/dist/ism/metadata/ccipread.hardhat-test.d.ts +0 -2
- package/dist/ism/metadata/ccipread.hardhat-test.d.ts.map +0 -1
- package/dist/ism/metadata/ccipread.hardhat-test.js +0 -98
- package/dist/ism/metadata/ccipread.hardhat-test.js.map +0 -1
- package/dist/ism/metadata/ccipread.js +0 -73
- package/dist/ism/metadata/ccipread.js.map +0 -1
- package/dist/ism/metadata/decode.d.ts +0 -3
- package/dist/ism/metadata/decode.d.ts.map +0 -1
- package/dist/ism/metadata/decode.js +0 -34
- package/dist/ism/metadata/decode.js.map +0 -1
- package/dist/ism/metadata/multisig.d.ts +0 -57
- package/dist/ism/metadata/multisig.d.ts.map +0 -1
- package/dist/ism/metadata/multisig.js +0 -186
- package/dist/ism/metadata/multisig.js.map +0 -1
- package/dist/ism/metadata/multisig.test.d.ts +0 -2
- package/dist/ism/metadata/multisig.test.d.ts.map +0 -1
- package/dist/ism/metadata/multisig.test.js +0 -56
- package/dist/ism/metadata/multisig.test.js.map +0 -1
- package/dist/ism/metadata/null.d.ts +0 -15
- package/dist/ism/metadata/null.d.ts.map +0 -1
- package/dist/ism/metadata/null.js +0 -20
- package/dist/ism/metadata/null.js.map +0 -1
- package/dist/ism/metadata/routing.d.ts +0 -22
- package/dist/ism/metadata/routing.d.ts.map +0 -1
- package/dist/ism/metadata/routing.js +0 -72
- package/dist/ism/metadata/routing.js.map +0 -1
- package/dist/ism/metadata/types.d.ts +0 -20
- package/dist/ism/metadata/types.d.ts.map +0 -1
- package/dist/ism/metadata/types.js +0 -2
- package/dist/ism/metadata/types.js.map +0 -1
- package/dist/ism/metadata/types.test.d.ts +0 -5
- package/dist/ism/metadata/types.test.d.ts.map +0 -1
- package/dist/ism/metadata/types.test.js +0 -2
- package/dist/ism/metadata/types.test.js.map +0 -1
- package/dist/token/EvmERC20WarpModule.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.d.ts +0 -2
- package/dist/token/EvmERC20WarpModule.hardhat-test.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +0 -1
- package/dist/token/EvmERC20WarpModule.js.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.d.ts +0 -2
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.js.map +0 -1
- package/dist/utils/fetch.d.ts +0 -2
- package/dist/utils/fetch.d.ts.map +0 -1
- package/dist/utils/fetch.js +0 -12
- package/dist/utils/fetch.js.map +0 -1
|
@@ -258,7 +258,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
258
258
|
url: z.ZodString;
|
|
259
259
|
apiUrl: z.ZodString;
|
|
260
260
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
261
|
-
family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
|
|
261
|
+
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
263
263
|
name: string;
|
|
264
264
|
url: string;
|
|
@@ -270,7 +270,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
270
270
|
url: string;
|
|
271
271
|
apiUrl: string;
|
|
272
272
|
apiKey?: string | undefined;
|
|
273
|
-
family?:
|
|
273
|
+
family?: string | undefined;
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
blocks: z.ZodOptional<z.ZodObject<{
|
|
276
276
|
confirmations: z.ZodNumber;
|
|
@@ -383,7 +383,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
383
383
|
decimals: number;
|
|
384
384
|
denom?: string | undefined;
|
|
385
385
|
}>>;
|
|
386
|
-
protocol: z.ZodNativeEnum<typeof ProtocolType>;
|
|
386
|
+
protocol: z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof ProtocolType>, z.ZodString]>, ProtocolType, string>;
|
|
387
387
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
388
388
|
http: z.ZodString;
|
|
389
389
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -499,7 +499,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
499
499
|
} | undefined;
|
|
500
500
|
}>, "many">;
|
|
501
501
|
slip44: z.ZodOptional<z.ZodNumber>;
|
|
502
|
-
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
|
|
502
|
+
technicalStack: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>, z.ZodString]>, import("@hyperlane-xyz/sdk").ChainTechnicalStack, string>>;
|
|
503
503
|
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
504
504
|
mailbox: z.ZodString;
|
|
505
505
|
merkleTreeHook: z.ZodString;
|
|
@@ -778,7 +778,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
778
778
|
}[];
|
|
779
779
|
chainId: string | number;
|
|
780
780
|
domainId: number;
|
|
781
|
-
protocol:
|
|
781
|
+
protocol: string;
|
|
782
782
|
merkleTreeHook: string;
|
|
783
783
|
interchainGasPaymaster: string;
|
|
784
784
|
mailbox: string;
|
|
@@ -792,7 +792,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
792
792
|
url: string;
|
|
793
793
|
apiUrl: string;
|
|
794
794
|
apiKey?: string | undefined;
|
|
795
|
-
family?:
|
|
795
|
+
family?: string | undefined;
|
|
796
796
|
}[] | undefined;
|
|
797
797
|
availability?: {
|
|
798
798
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -862,7 +862,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
862
862
|
} | undefined;
|
|
863
863
|
}[] | undefined;
|
|
864
864
|
slip44?: number | undefined;
|
|
865
|
-
technicalStack?:
|
|
865
|
+
technicalStack?: string | undefined;
|
|
866
866
|
transactionOverrides?: Record<string, any> | undefined;
|
|
867
867
|
signer?: {
|
|
868
868
|
key: string;
|
|
@@ -1058,7 +1058,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1058
1058
|
}[];
|
|
1059
1059
|
chainId: string | number;
|
|
1060
1060
|
domainId: number;
|
|
1061
|
-
protocol:
|
|
1061
|
+
protocol: string;
|
|
1062
1062
|
merkleTreeHook: string;
|
|
1063
1063
|
interchainGasPaymaster: string;
|
|
1064
1064
|
mailbox: string;
|
|
@@ -1072,7 +1072,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1072
1072
|
url: string;
|
|
1073
1073
|
apiUrl: string;
|
|
1074
1074
|
apiKey?: string | undefined;
|
|
1075
|
-
family?:
|
|
1075
|
+
family?: string | undefined;
|
|
1076
1076
|
}[] | undefined;
|
|
1077
1077
|
availability?: {
|
|
1078
1078
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -1142,7 +1142,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1142
1142
|
} | undefined;
|
|
1143
1143
|
}[] | undefined;
|
|
1144
1144
|
slip44?: number | undefined;
|
|
1145
|
-
technicalStack?:
|
|
1145
|
+
technicalStack?: string | undefined;
|
|
1146
1146
|
transactionOverrides?: Record<string, any> | undefined;
|
|
1147
1147
|
signer?: {
|
|
1148
1148
|
key: string;
|
|
@@ -1206,7 +1206,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1206
1206
|
url: z.ZodString;
|
|
1207
1207
|
apiUrl: z.ZodString;
|
|
1208
1208
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
1209
|
-
family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
|
|
1209
|
+
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
1210
1210
|
}, "strip", z.ZodTypeAny, {
|
|
1211
1211
|
name: string;
|
|
1212
1212
|
url: string;
|
|
@@ -1218,7 +1218,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1218
1218
|
url: string;
|
|
1219
1219
|
apiUrl: string;
|
|
1220
1220
|
apiKey?: string | undefined;
|
|
1221
|
-
family?:
|
|
1221
|
+
family?: string | undefined;
|
|
1222
1222
|
}>, "many">>;
|
|
1223
1223
|
blocks: z.ZodOptional<z.ZodObject<{
|
|
1224
1224
|
confirmations: z.ZodNumber;
|
|
@@ -1331,7 +1331,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1331
1331
|
decimals: number;
|
|
1332
1332
|
denom?: string | undefined;
|
|
1333
1333
|
}>>;
|
|
1334
|
-
protocol: z.ZodNativeEnum<typeof ProtocolType>;
|
|
1334
|
+
protocol: z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof ProtocolType>, z.ZodString]>, ProtocolType, string>;
|
|
1335
1335
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1336
1336
|
http: z.ZodString;
|
|
1337
1337
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1447,7 +1447,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1447
1447
|
} | undefined;
|
|
1448
1448
|
}>, "many">;
|
|
1449
1449
|
slip44: z.ZodOptional<z.ZodNumber>;
|
|
1450
|
-
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
|
|
1450
|
+
technicalStack: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>, z.ZodString]>, import("@hyperlane-xyz/sdk").ChainTechnicalStack, string>>;
|
|
1451
1451
|
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1452
1452
|
mailbox: z.ZodString;
|
|
1453
1453
|
merkleTreeHook: z.ZodString;
|
|
@@ -1726,7 +1726,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1726
1726
|
}[];
|
|
1727
1727
|
chainId: string | number;
|
|
1728
1728
|
domainId: number;
|
|
1729
|
-
protocol:
|
|
1729
|
+
protocol: string;
|
|
1730
1730
|
merkleTreeHook: string;
|
|
1731
1731
|
interchainGasPaymaster: string;
|
|
1732
1732
|
mailbox: string;
|
|
@@ -1740,7 +1740,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1740
1740
|
url: string;
|
|
1741
1741
|
apiUrl: string;
|
|
1742
1742
|
apiKey?: string | undefined;
|
|
1743
|
-
family?:
|
|
1743
|
+
family?: string | undefined;
|
|
1744
1744
|
}[] | undefined;
|
|
1745
1745
|
availability?: {
|
|
1746
1746
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -1810,7 +1810,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1810
1810
|
} | undefined;
|
|
1811
1811
|
}[] | undefined;
|
|
1812
1812
|
slip44?: number | undefined;
|
|
1813
|
-
technicalStack?:
|
|
1813
|
+
technicalStack?: string | undefined;
|
|
1814
1814
|
transactionOverrides?: Record<string, any> | undefined;
|
|
1815
1815
|
signer?: {
|
|
1816
1816
|
key: string;
|
|
@@ -2006,7 +2006,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2006
2006
|
}[];
|
|
2007
2007
|
chainId: string | number;
|
|
2008
2008
|
domainId: number;
|
|
2009
|
-
protocol:
|
|
2009
|
+
protocol: string;
|
|
2010
2010
|
merkleTreeHook: string;
|
|
2011
2011
|
interchainGasPaymaster: string;
|
|
2012
2012
|
mailbox: string;
|
|
@@ -2020,7 +2020,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2020
2020
|
url: string;
|
|
2021
2021
|
apiUrl: string;
|
|
2022
2022
|
apiKey?: string | undefined;
|
|
2023
|
-
family?:
|
|
2023
|
+
family?: string | undefined;
|
|
2024
2024
|
}[] | undefined;
|
|
2025
2025
|
availability?: {
|
|
2026
2026
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -2090,7 +2090,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2090
2090
|
} | undefined;
|
|
2091
2091
|
}[] | undefined;
|
|
2092
2092
|
slip44?: number | undefined;
|
|
2093
|
-
technicalStack?:
|
|
2093
|
+
technicalStack?: string | undefined;
|
|
2094
2094
|
transactionOverrides?: Record<string, any> | undefined;
|
|
2095
2095
|
signer?: {
|
|
2096
2096
|
key: string;
|
|
@@ -2286,7 +2286,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2286
2286
|
}[];
|
|
2287
2287
|
chainId: string | number;
|
|
2288
2288
|
domainId: number;
|
|
2289
|
-
protocol:
|
|
2289
|
+
protocol: string;
|
|
2290
2290
|
merkleTreeHook: string;
|
|
2291
2291
|
interchainGasPaymaster: string;
|
|
2292
2292
|
mailbox: string;
|
|
@@ -2300,7 +2300,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2300
2300
|
url: string;
|
|
2301
2301
|
apiUrl: string;
|
|
2302
2302
|
apiKey?: string | undefined;
|
|
2303
|
-
family?:
|
|
2303
|
+
family?: string | undefined;
|
|
2304
2304
|
}[] | undefined;
|
|
2305
2305
|
availability?: {
|
|
2306
2306
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -2370,7 +2370,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2370
2370
|
} | undefined;
|
|
2371
2371
|
}[] | undefined;
|
|
2372
2372
|
slip44?: number | undefined;
|
|
2373
|
-
technicalStack?:
|
|
2373
|
+
technicalStack?: string | undefined;
|
|
2374
2374
|
transactionOverrides?: Record<string, any> | undefined;
|
|
2375
2375
|
signer?: {
|
|
2376
2376
|
key: string;
|
|
@@ -2655,7 +2655,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2655
2655
|
}[];
|
|
2656
2656
|
chainId: string | number;
|
|
2657
2657
|
domainId: number;
|
|
2658
|
-
protocol:
|
|
2658
|
+
protocol: string;
|
|
2659
2659
|
merkleTreeHook: string;
|
|
2660
2660
|
interchainGasPaymaster: string;
|
|
2661
2661
|
mailbox: string;
|
|
@@ -2669,7 +2669,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2669
2669
|
url: string;
|
|
2670
2670
|
apiUrl: string;
|
|
2671
2671
|
apiKey?: string | undefined;
|
|
2672
|
-
family?:
|
|
2672
|
+
family?: string | undefined;
|
|
2673
2673
|
}[] | undefined;
|
|
2674
2674
|
availability?: {
|
|
2675
2675
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -2739,7 +2739,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2739
2739
|
} | undefined;
|
|
2740
2740
|
}[] | undefined;
|
|
2741
2741
|
slip44?: number | undefined;
|
|
2742
|
-
technicalStack?:
|
|
2742
|
+
technicalStack?: string | undefined;
|
|
2743
2743
|
transactionOverrides?: Record<string, any> | undefined;
|
|
2744
2744
|
signer?: {
|
|
2745
2745
|
key: string;
|
|
@@ -2816,16 +2816,16 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2816
2816
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
2817
2817
|
}, "strip", z.ZodTypeAny, {
|
|
2818
2818
|
senderAddress?: string | string[] | undefined;
|
|
2819
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2819
2820
|
messageId?: string | string[] | undefined;
|
|
2820
2821
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2821
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2822
2822
|
recipientAddress?: string | string[] | undefined;
|
|
2823
2823
|
bodyRegex?: string | undefined;
|
|
2824
2824
|
}, {
|
|
2825
2825
|
senderAddress?: string | string[] | undefined;
|
|
2826
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2826
2827
|
messageId?: string | string[] | undefined;
|
|
2827
2828
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2828
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2829
2829
|
recipientAddress?: string | string[] | undefined;
|
|
2830
2830
|
bodyRegex?: string | undefined;
|
|
2831
2831
|
}>, "many">>;
|
|
@@ -2835,9 +2835,9 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2835
2835
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
2836
2836
|
matchingList?: {
|
|
2837
2837
|
senderAddress?: string | string[] | undefined;
|
|
2838
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2838
2839
|
messageId?: string | string[] | undefined;
|
|
2839
2840
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2840
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2841
2841
|
recipientAddress?: string | string[] | undefined;
|
|
2842
2842
|
bodyRegex?: string | undefined;
|
|
2843
2843
|
}[] | undefined;
|
|
@@ -2845,9 +2845,9 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2845
2845
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
2846
2846
|
matchingList?: {
|
|
2847
2847
|
senderAddress?: string | string[] | undefined;
|
|
2848
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2848
2849
|
messageId?: string | string[] | undefined;
|
|
2849
2850
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2850
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2851
2851
|
recipientAddress?: string | string[] | undefined;
|
|
2852
2852
|
bodyRegex?: string | undefined;
|
|
2853
2853
|
}[] | undefined;
|
|
@@ -2861,16 +2861,16 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2861
2861
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
2862
2862
|
}, "strip", z.ZodTypeAny, {
|
|
2863
2863
|
senderAddress?: string | string[] | undefined;
|
|
2864
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2864
2865
|
messageId?: string | string[] | undefined;
|
|
2865
2866
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2866
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2867
2867
|
recipientAddress?: string | string[] | undefined;
|
|
2868
2868
|
bodyRegex?: string | undefined;
|
|
2869
2869
|
}, {
|
|
2870
2870
|
senderAddress?: string | string[] | undefined;
|
|
2871
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2871
2872
|
messageId?: string | string[] | undefined;
|
|
2872
2873
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2873
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2874
2874
|
recipientAddress?: string | string[] | undefined;
|
|
2875
2875
|
bodyRegex?: string | undefined;
|
|
2876
2876
|
}>, "many">>;
|
|
@@ -2882,9 +2882,9 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2882
2882
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
2883
2883
|
matchingList?: {
|
|
2884
2884
|
senderAddress?: string | string[] | undefined;
|
|
2885
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2885
2886
|
messageId?: string | string[] | undefined;
|
|
2886
2887
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2887
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2888
2888
|
recipientAddress?: string | string[] | undefined;
|
|
2889
2889
|
bodyRegex?: string | undefined;
|
|
2890
2890
|
}[] | undefined;
|
|
@@ -2893,9 +2893,9 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2893
2893
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
2894
2894
|
matchingList?: {
|
|
2895
2895
|
senderAddress?: string | string[] | undefined;
|
|
2896
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2896
2897
|
messageId?: string | string[] | undefined;
|
|
2897
2898
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2898
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2899
2899
|
recipientAddress?: string | string[] | undefined;
|
|
2900
2900
|
bodyRegex?: string | undefined;
|
|
2901
2901
|
}[] | undefined;
|
|
@@ -2909,16 +2909,16 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2909
2909
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
2910
2910
|
}, "strip", z.ZodTypeAny, {
|
|
2911
2911
|
senderAddress?: string | string[] | undefined;
|
|
2912
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2912
2913
|
messageId?: string | string[] | undefined;
|
|
2913
2914
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2914
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2915
2915
|
recipientAddress?: string | string[] | undefined;
|
|
2916
2916
|
bodyRegex?: string | undefined;
|
|
2917
2917
|
}, {
|
|
2918
2918
|
senderAddress?: string | string[] | undefined;
|
|
2919
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2919
2920
|
messageId?: string | string[] | undefined;
|
|
2920
2921
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2921
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2922
2922
|
recipientAddress?: string | string[] | undefined;
|
|
2923
2923
|
bodyRegex?: string | undefined;
|
|
2924
2924
|
}>, "many">>;
|
|
@@ -2929,9 +2929,9 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2929
2929
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
2930
2930
|
matchingList?: {
|
|
2931
2931
|
senderAddress?: string | string[] | undefined;
|
|
2932
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2932
2933
|
messageId?: string | string[] | undefined;
|
|
2933
2934
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2934
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2935
2935
|
recipientAddress?: string | string[] | undefined;
|
|
2936
2936
|
bodyRegex?: string | undefined;
|
|
2937
2937
|
}[] | undefined;
|
|
@@ -2940,9 +2940,9 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2940
2940
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
2941
2941
|
matchingList?: {
|
|
2942
2942
|
senderAddress?: string | string[] | undefined;
|
|
2943
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2943
2944
|
messageId?: string | string[] | undefined;
|
|
2944
2945
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2945
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
2946
2946
|
recipientAddress?: string | string[] | undefined;
|
|
2947
2947
|
bodyRegex?: string | undefined;
|
|
2948
2948
|
}[] | undefined;
|
|
@@ -3024,7 +3024,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3024
3024
|
url: z.ZodString;
|
|
3025
3025
|
apiUrl: z.ZodString;
|
|
3026
3026
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
3027
|
-
family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
|
|
3027
|
+
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
3028
3028
|
}, "strip", z.ZodTypeAny, {
|
|
3029
3029
|
name: string;
|
|
3030
3030
|
url: string;
|
|
@@ -3036,7 +3036,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3036
3036
|
url: string;
|
|
3037
3037
|
apiUrl: string;
|
|
3038
3038
|
apiKey?: string | undefined;
|
|
3039
|
-
family?:
|
|
3039
|
+
family?: string | undefined;
|
|
3040
3040
|
}>, "many">>;
|
|
3041
3041
|
blocks: z.ZodOptional<z.ZodObject<{
|
|
3042
3042
|
confirmations: z.ZodNumber;
|
|
@@ -3149,7 +3149,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3149
3149
|
decimals: number;
|
|
3150
3150
|
denom?: string | undefined;
|
|
3151
3151
|
}>>;
|
|
3152
|
-
protocol: z.ZodNativeEnum<typeof ProtocolType>;
|
|
3152
|
+
protocol: z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof ProtocolType>, z.ZodString]>, ProtocolType, string>;
|
|
3153
3153
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3154
3154
|
http: z.ZodString;
|
|
3155
3155
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3265,7 +3265,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3265
3265
|
} | undefined;
|
|
3266
3266
|
}>, "many">;
|
|
3267
3267
|
slip44: z.ZodOptional<z.ZodNumber>;
|
|
3268
|
-
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
|
|
3268
|
+
technicalStack: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>, z.ZodString]>, import("@hyperlane-xyz/sdk").ChainTechnicalStack, string>>;
|
|
3269
3269
|
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3270
3270
|
mailbox: z.ZodString;
|
|
3271
3271
|
merkleTreeHook: z.ZodString;
|
|
@@ -3544,7 +3544,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3544
3544
|
}[];
|
|
3545
3545
|
chainId: string | number;
|
|
3546
3546
|
domainId: number;
|
|
3547
|
-
protocol:
|
|
3547
|
+
protocol: string;
|
|
3548
3548
|
merkleTreeHook: string;
|
|
3549
3549
|
interchainGasPaymaster: string;
|
|
3550
3550
|
mailbox: string;
|
|
@@ -3558,7 +3558,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3558
3558
|
url: string;
|
|
3559
3559
|
apiUrl: string;
|
|
3560
3560
|
apiKey?: string | undefined;
|
|
3561
|
-
family?:
|
|
3561
|
+
family?: string | undefined;
|
|
3562
3562
|
}[] | undefined;
|
|
3563
3563
|
availability?: {
|
|
3564
3564
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -3628,7 +3628,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3628
3628
|
} | undefined;
|
|
3629
3629
|
}[] | undefined;
|
|
3630
3630
|
slip44?: number | undefined;
|
|
3631
|
-
technicalStack?:
|
|
3631
|
+
technicalStack?: string | undefined;
|
|
3632
3632
|
transactionOverrides?: Record<string, any> | undefined;
|
|
3633
3633
|
signer?: {
|
|
3634
3634
|
key: string;
|
|
@@ -3824,7 +3824,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3824
3824
|
}[];
|
|
3825
3825
|
chainId: string | number;
|
|
3826
3826
|
domainId: number;
|
|
3827
|
-
protocol:
|
|
3827
|
+
protocol: string;
|
|
3828
3828
|
merkleTreeHook: string;
|
|
3829
3829
|
interchainGasPaymaster: string;
|
|
3830
3830
|
mailbox: string;
|
|
@@ -3838,7 +3838,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3838
3838
|
url: string;
|
|
3839
3839
|
apiUrl: string;
|
|
3840
3840
|
apiKey?: string | undefined;
|
|
3841
|
-
family?:
|
|
3841
|
+
family?: string | undefined;
|
|
3842
3842
|
}[] | undefined;
|
|
3843
3843
|
availability?: {
|
|
3844
3844
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -3908,7 +3908,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3908
3908
|
} | undefined;
|
|
3909
3909
|
}[] | undefined;
|
|
3910
3910
|
slip44?: number | undefined;
|
|
3911
|
-
technicalStack?:
|
|
3911
|
+
technicalStack?: string | undefined;
|
|
3912
3912
|
transactionOverrides?: Record<string, any> | undefined;
|
|
3913
3913
|
signer?: {
|
|
3914
3914
|
key: string;
|
|
@@ -4104,7 +4104,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4104
4104
|
}[];
|
|
4105
4105
|
chainId: string | number;
|
|
4106
4106
|
domainId: number;
|
|
4107
|
-
protocol:
|
|
4107
|
+
protocol: string;
|
|
4108
4108
|
merkleTreeHook: string;
|
|
4109
4109
|
interchainGasPaymaster: string;
|
|
4110
4110
|
mailbox: string;
|
|
@@ -4118,7 +4118,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4118
4118
|
url: string;
|
|
4119
4119
|
apiUrl: string;
|
|
4120
4120
|
apiKey?: string | undefined;
|
|
4121
|
-
family?:
|
|
4121
|
+
family?: string | undefined;
|
|
4122
4122
|
}[] | undefined;
|
|
4123
4123
|
availability?: {
|
|
4124
4124
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -4188,7 +4188,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4188
4188
|
} | undefined;
|
|
4189
4189
|
}[] | undefined;
|
|
4190
4190
|
slip44?: number | undefined;
|
|
4191
|
-
technicalStack?:
|
|
4191
|
+
technicalStack?: string | undefined;
|
|
4192
4192
|
transactionOverrides?: Record<string, any> | undefined;
|
|
4193
4193
|
signer?: {
|
|
4194
4194
|
key: string;
|
|
@@ -4301,16 +4301,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4301
4301
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
4302
4302
|
}, "strip", z.ZodTypeAny, {
|
|
4303
4303
|
senderAddress?: string | string[] | undefined;
|
|
4304
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4304
4305
|
messageId?: string | string[] | undefined;
|
|
4305
4306
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4306
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4307
4307
|
recipientAddress?: string | string[] | undefined;
|
|
4308
4308
|
bodyRegex?: string | undefined;
|
|
4309
4309
|
}, {
|
|
4310
4310
|
senderAddress?: string | string[] | undefined;
|
|
4311
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4311
4312
|
messageId?: string | string[] | undefined;
|
|
4312
4313
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4313
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4314
4314
|
recipientAddress?: string | string[] | undefined;
|
|
4315
4315
|
bodyRegex?: string | undefined;
|
|
4316
4316
|
}>, "many">>;
|
|
@@ -4320,9 +4320,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4320
4320
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
4321
4321
|
matchingList?: {
|
|
4322
4322
|
senderAddress?: string | string[] | undefined;
|
|
4323
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4323
4324
|
messageId?: string | string[] | undefined;
|
|
4324
4325
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4325
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4326
4326
|
recipientAddress?: string | string[] | undefined;
|
|
4327
4327
|
bodyRegex?: string | undefined;
|
|
4328
4328
|
}[] | undefined;
|
|
@@ -4330,9 +4330,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4330
4330
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
4331
4331
|
matchingList?: {
|
|
4332
4332
|
senderAddress?: string | string[] | undefined;
|
|
4333
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4333
4334
|
messageId?: string | string[] | undefined;
|
|
4334
4335
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4335
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4336
4336
|
recipientAddress?: string | string[] | undefined;
|
|
4337
4337
|
bodyRegex?: string | undefined;
|
|
4338
4338
|
}[] | undefined;
|
|
@@ -4346,16 +4346,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4346
4346
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
4347
4347
|
}, "strip", z.ZodTypeAny, {
|
|
4348
4348
|
senderAddress?: string | string[] | undefined;
|
|
4349
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4349
4350
|
messageId?: string | string[] | undefined;
|
|
4350
4351
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4351
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4352
4352
|
recipientAddress?: string | string[] | undefined;
|
|
4353
4353
|
bodyRegex?: string | undefined;
|
|
4354
4354
|
}, {
|
|
4355
4355
|
senderAddress?: string | string[] | undefined;
|
|
4356
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4356
4357
|
messageId?: string | string[] | undefined;
|
|
4357
4358
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4358
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4359
4359
|
recipientAddress?: string | string[] | undefined;
|
|
4360
4360
|
bodyRegex?: string | undefined;
|
|
4361
4361
|
}>, "many">>;
|
|
@@ -4367,9 +4367,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4367
4367
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
4368
4368
|
matchingList?: {
|
|
4369
4369
|
senderAddress?: string | string[] | undefined;
|
|
4370
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4370
4371
|
messageId?: string | string[] | undefined;
|
|
4371
4372
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4372
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4373
4373
|
recipientAddress?: string | string[] | undefined;
|
|
4374
4374
|
bodyRegex?: string | undefined;
|
|
4375
4375
|
}[] | undefined;
|
|
@@ -4378,9 +4378,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4378
4378
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
4379
4379
|
matchingList?: {
|
|
4380
4380
|
senderAddress?: string | string[] | undefined;
|
|
4381
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4381
4382
|
messageId?: string | string[] | undefined;
|
|
4382
4383
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4383
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4384
4384
|
recipientAddress?: string | string[] | undefined;
|
|
4385
4385
|
bodyRegex?: string | undefined;
|
|
4386
4386
|
}[] | undefined;
|
|
@@ -4394,16 +4394,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4394
4394
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
4395
4395
|
}, "strip", z.ZodTypeAny, {
|
|
4396
4396
|
senderAddress?: string | string[] | undefined;
|
|
4397
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4397
4398
|
messageId?: string | string[] | undefined;
|
|
4398
4399
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4399
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4400
4400
|
recipientAddress?: string | string[] | undefined;
|
|
4401
4401
|
bodyRegex?: string | undefined;
|
|
4402
4402
|
}, {
|
|
4403
4403
|
senderAddress?: string | string[] | undefined;
|
|
4404
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4404
4405
|
messageId?: string | string[] | undefined;
|
|
4405
4406
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4406
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4407
4407
|
recipientAddress?: string | string[] | undefined;
|
|
4408
4408
|
bodyRegex?: string | undefined;
|
|
4409
4409
|
}>, "many">>;
|
|
@@ -4414,9 +4414,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4414
4414
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
4415
4415
|
matchingList?: {
|
|
4416
4416
|
senderAddress?: string | string[] | undefined;
|
|
4417
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4417
4418
|
messageId?: string | string[] | undefined;
|
|
4418
4419
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4419
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4420
4420
|
recipientAddress?: string | string[] | undefined;
|
|
4421
4421
|
bodyRegex?: string | undefined;
|
|
4422
4422
|
}[] | undefined;
|
|
@@ -4425,9 +4425,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4425
4425
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
4426
4426
|
matchingList?: {
|
|
4427
4427
|
senderAddress?: string | string[] | undefined;
|
|
4428
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4428
4429
|
messageId?: string | string[] | undefined;
|
|
4429
4430
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4430
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4431
4431
|
recipientAddress?: string | string[] | undefined;
|
|
4432
4432
|
bodyRegex?: string | undefined;
|
|
4433
4433
|
}[] | undefined;
|
|
@@ -4442,16 +4442,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4442
4442
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
4443
4443
|
}, "strip", z.ZodTypeAny, {
|
|
4444
4444
|
senderAddress?: string | string[] | undefined;
|
|
4445
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4445
4446
|
messageId?: string | string[] | undefined;
|
|
4446
4447
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4447
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4448
4448
|
recipientAddress?: string | string[] | undefined;
|
|
4449
4449
|
bodyRegex?: string | undefined;
|
|
4450
4450
|
}, {
|
|
4451
4451
|
senderAddress?: string | string[] | undefined;
|
|
4452
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4452
4453
|
messageId?: string | string[] | undefined;
|
|
4453
4454
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4454
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4455
4455
|
recipientAddress?: string | string[] | undefined;
|
|
4456
4456
|
bodyRegex?: string | undefined;
|
|
4457
4457
|
}>, "many">, z.ZodString]>>;
|
|
@@ -4464,16 +4464,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4464
4464
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
4465
4465
|
}, "strip", z.ZodTypeAny, {
|
|
4466
4466
|
senderAddress?: string | string[] | undefined;
|
|
4467
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4467
4468
|
messageId?: string | string[] | undefined;
|
|
4468
4469
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4469
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4470
4470
|
recipientAddress?: string | string[] | undefined;
|
|
4471
4471
|
bodyRegex?: string | undefined;
|
|
4472
4472
|
}, {
|
|
4473
4473
|
senderAddress?: string | string[] | undefined;
|
|
4474
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4474
4475
|
messageId?: string | string[] | undefined;
|
|
4475
4476
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4476
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4477
4477
|
recipientAddress?: string | string[] | undefined;
|
|
4478
4478
|
bodyRegex?: string | undefined;
|
|
4479
4479
|
}>, "many">, z.ZodString]>>;
|
|
@@ -4492,16 +4492,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4492
4492
|
bodyRegex: z.ZodOptional<z.ZodString>;
|
|
4493
4493
|
}, "strip", z.ZodTypeAny, {
|
|
4494
4494
|
senderAddress?: string | string[] | undefined;
|
|
4495
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4495
4496
|
messageId?: string | string[] | undefined;
|
|
4496
4497
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4497
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4498
4498
|
recipientAddress?: string | string[] | undefined;
|
|
4499
4499
|
bodyRegex?: string | undefined;
|
|
4500
4500
|
}, {
|
|
4501
4501
|
senderAddress?: string | string[] | undefined;
|
|
4502
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4502
4503
|
messageId?: string | string[] | undefined;
|
|
4503
4504
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4504
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4505
4505
|
recipientAddress?: string | string[] | undefined;
|
|
4506
4506
|
bodyRegex?: string | undefined;
|
|
4507
4507
|
}>, "many">;
|
|
@@ -4509,9 +4509,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4509
4509
|
name: string;
|
|
4510
4510
|
matchingList: {
|
|
4511
4511
|
senderAddress?: string | string[] | undefined;
|
|
4512
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4512
4513
|
messageId?: string | string[] | undefined;
|
|
4513
4514
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4514
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4515
4515
|
recipientAddress?: string | string[] | undefined;
|
|
4516
4516
|
bodyRegex?: string | undefined;
|
|
4517
4517
|
}[];
|
|
@@ -4519,9 +4519,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4519
4519
|
name: string;
|
|
4520
4520
|
matchingList: {
|
|
4521
4521
|
senderAddress?: string | string[] | undefined;
|
|
4522
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4522
4523
|
messageId?: string | string[] | undefined;
|
|
4523
4524
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4524
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4525
4525
|
recipientAddress?: string | string[] | undefined;
|
|
4526
4526
|
bodyRegex?: string | undefined;
|
|
4527
4527
|
}[];
|
|
@@ -4713,14 +4713,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4713
4713
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4714
4714
|
}>;
|
|
4715
4715
|
relayChains: string;
|
|
4716
|
-
whitelist?: string | {
|
|
4717
|
-
senderAddress?: string | string[] | undefined;
|
|
4718
|
-
messageId?: string | string[] | undefined;
|
|
4719
|
-
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4720
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4721
|
-
recipientAddress?: string | string[] | undefined;
|
|
4722
|
-
bodyRegex?: string | undefined;
|
|
4723
|
-
}[] | undefined;
|
|
4724
4716
|
metricsPort?: number | undefined;
|
|
4725
4717
|
defaultSigner?: {
|
|
4726
4718
|
key: string;
|
|
@@ -4749,9 +4741,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4749
4741
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
4750
4742
|
matchingList?: {
|
|
4751
4743
|
senderAddress?: string | string[] | undefined;
|
|
4744
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4752
4745
|
messageId?: string | string[] | undefined;
|
|
4753
4746
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4754
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4755
4747
|
recipientAddress?: string | string[] | undefined;
|
|
4756
4748
|
bodyRegex?: string | undefined;
|
|
4757
4749
|
}[] | undefined;
|
|
@@ -4760,9 +4752,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4760
4752
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
4761
4753
|
matchingList?: {
|
|
4762
4754
|
senderAddress?: string | string[] | undefined;
|
|
4755
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4763
4756
|
messageId?: string | string[] | undefined;
|
|
4764
4757
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4765
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4766
4758
|
recipientAddress?: string | string[] | undefined;
|
|
4767
4759
|
bodyRegex?: string | undefined;
|
|
4768
4760
|
}[] | undefined;
|
|
@@ -4770,19 +4762,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4770
4762
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
4771
4763
|
matchingList?: {
|
|
4772
4764
|
senderAddress?: string | string[] | undefined;
|
|
4765
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4773
4766
|
messageId?: string | string[] | undefined;
|
|
4774
4767
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4775
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4776
4768
|
recipientAddress?: string | string[] | undefined;
|
|
4777
4769
|
bodyRegex?: string | undefined;
|
|
4778
4770
|
}[] | undefined;
|
|
4779
4771
|
gasFraction?: string | undefined;
|
|
4780
4772
|
})[] | undefined;
|
|
4781
|
-
|
|
4773
|
+
whitelist?: string | {
|
|
4782
4774
|
senderAddress?: string | string[] | undefined;
|
|
4775
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4783
4776
|
messageId?: string | string[] | undefined;
|
|
4784
4777
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4778
|
+
recipientAddress?: string | string[] | undefined;
|
|
4779
|
+
bodyRegex?: string | undefined;
|
|
4780
|
+
}[] | undefined;
|
|
4781
|
+
blacklist?: string | {
|
|
4782
|
+
senderAddress?: string | string[] | undefined;
|
|
4785
4783
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4784
|
+
messageId?: string | string[] | undefined;
|
|
4785
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4786
4786
|
recipientAddress?: string | string[] | undefined;
|
|
4787
4787
|
bodyRegex?: string | undefined;
|
|
4788
4788
|
}[] | undefined;
|
|
@@ -4794,9 +4794,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4794
4794
|
name: string;
|
|
4795
4795
|
matchingList: {
|
|
4796
4796
|
senderAddress?: string | string[] | undefined;
|
|
4797
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4797
4798
|
messageId?: string | string[] | undefined;
|
|
4798
4799
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4799
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4800
4800
|
recipientAddress?: string | string[] | undefined;
|
|
4801
4801
|
bodyRegex?: string | undefined;
|
|
4802
4802
|
}[];
|
|
@@ -4835,7 +4835,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4835
4835
|
}[];
|
|
4836
4836
|
chainId: string | number;
|
|
4837
4837
|
domainId: number;
|
|
4838
|
-
protocol:
|
|
4838
|
+
protocol: string;
|
|
4839
4839
|
merkleTreeHook: string;
|
|
4840
4840
|
interchainGasPaymaster: string;
|
|
4841
4841
|
mailbox: string;
|
|
@@ -4849,7 +4849,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4849
4849
|
url: string;
|
|
4850
4850
|
apiUrl: string;
|
|
4851
4851
|
apiKey?: string | undefined;
|
|
4852
|
-
family?:
|
|
4852
|
+
family?: string | undefined;
|
|
4853
4853
|
}[] | undefined;
|
|
4854
4854
|
availability?: {
|
|
4855
4855
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -4919,7 +4919,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4919
4919
|
} | undefined;
|
|
4920
4920
|
}[] | undefined;
|
|
4921
4921
|
slip44?: number | undefined;
|
|
4922
|
-
technicalStack?:
|
|
4922
|
+
technicalStack?: string | undefined;
|
|
4923
4923
|
transactionOverrides?: Record<string, any> | undefined;
|
|
4924
4924
|
signer?: {
|
|
4925
4925
|
key: string;
|
|
@@ -4958,14 +4958,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4958
4958
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4959
4959
|
}>;
|
|
4960
4960
|
relayChains: string;
|
|
4961
|
-
whitelist?: string | {
|
|
4962
|
-
senderAddress?: string | string[] | undefined;
|
|
4963
|
-
messageId?: string | string[] | undefined;
|
|
4964
|
-
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4965
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4966
|
-
recipientAddress?: string | string[] | undefined;
|
|
4967
|
-
bodyRegex?: string | undefined;
|
|
4968
|
-
}[] | undefined;
|
|
4969
4961
|
metricsPort?: number | undefined;
|
|
4970
4962
|
defaultSigner?: {
|
|
4971
4963
|
key: string;
|
|
@@ -4994,9 +4986,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4994
4986
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
4995
4987
|
matchingList?: {
|
|
4996
4988
|
senderAddress?: string | string[] | undefined;
|
|
4989
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4997
4990
|
messageId?: string | string[] | undefined;
|
|
4998
4991
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
4999
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5000
4992
|
recipientAddress?: string | string[] | undefined;
|
|
5001
4993
|
bodyRegex?: string | undefined;
|
|
5002
4994
|
}[] | undefined;
|
|
@@ -5005,9 +4997,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5005
4997
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
5006
4998
|
matchingList?: {
|
|
5007
4999
|
senderAddress?: string | string[] | undefined;
|
|
5000
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5008
5001
|
messageId?: string | string[] | undefined;
|
|
5009
5002
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5010
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5011
5003
|
recipientAddress?: string | string[] | undefined;
|
|
5012
5004
|
bodyRegex?: string | undefined;
|
|
5013
5005
|
}[] | undefined;
|
|
@@ -5015,19 +5007,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5015
5007
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
5016
5008
|
matchingList?: {
|
|
5017
5009
|
senderAddress?: string | string[] | undefined;
|
|
5010
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5018
5011
|
messageId?: string | string[] | undefined;
|
|
5019
5012
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5020
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5021
5013
|
recipientAddress?: string | string[] | undefined;
|
|
5022
5014
|
bodyRegex?: string | undefined;
|
|
5023
5015
|
}[] | undefined;
|
|
5024
5016
|
gasFraction?: string | undefined;
|
|
5025
5017
|
})[] | undefined;
|
|
5026
|
-
|
|
5018
|
+
whitelist?: string | {
|
|
5027
5019
|
senderAddress?: string | string[] | undefined;
|
|
5020
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5028
5021
|
messageId?: string | string[] | undefined;
|
|
5029
5022
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5023
|
+
recipientAddress?: string | string[] | undefined;
|
|
5024
|
+
bodyRegex?: string | undefined;
|
|
5025
|
+
}[] | undefined;
|
|
5026
|
+
blacklist?: string | {
|
|
5027
|
+
senderAddress?: string | string[] | undefined;
|
|
5030
5028
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5029
|
+
messageId?: string | string[] | undefined;
|
|
5030
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5031
5031
|
recipientAddress?: string | string[] | undefined;
|
|
5032
5032
|
bodyRegex?: string | undefined;
|
|
5033
5033
|
}[] | undefined;
|
|
@@ -5039,9 +5039,9 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5039
5039
|
name: string;
|
|
5040
5040
|
matchingList: {
|
|
5041
5041
|
senderAddress?: string | string[] | undefined;
|
|
5042
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5042
5043
|
messageId?: string | string[] | undefined;
|
|
5043
5044
|
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5044
|
-
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5045
5045
|
recipientAddress?: string | string[] | undefined;
|
|
5046
5046
|
bodyRegex?: string | undefined;
|
|
5047
5047
|
}[];
|
|
@@ -5087,7 +5087,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5087
5087
|
url: z.ZodString;
|
|
5088
5088
|
apiUrl: z.ZodString;
|
|
5089
5089
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
5090
|
-
family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
|
|
5090
|
+
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
5091
5091
|
}, "strip", z.ZodTypeAny, {
|
|
5092
5092
|
name: string;
|
|
5093
5093
|
url: string;
|
|
@@ -5099,7 +5099,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5099
5099
|
url: string;
|
|
5100
5100
|
apiUrl: string;
|
|
5101
5101
|
apiKey?: string | undefined;
|
|
5102
|
-
family?:
|
|
5102
|
+
family?: string | undefined;
|
|
5103
5103
|
}>, "many">>;
|
|
5104
5104
|
blocks: z.ZodOptional<z.ZodObject<{
|
|
5105
5105
|
confirmations: z.ZodNumber;
|
|
@@ -5212,7 +5212,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5212
5212
|
decimals: number;
|
|
5213
5213
|
denom?: string | undefined;
|
|
5214
5214
|
}>>;
|
|
5215
|
-
protocol: z.ZodNativeEnum<typeof ProtocolType>;
|
|
5215
|
+
protocol: z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof ProtocolType>, z.ZodString]>, ProtocolType, string>;
|
|
5216
5216
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5217
5217
|
http: z.ZodString;
|
|
5218
5218
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5328,7 +5328,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5328
5328
|
} | undefined;
|
|
5329
5329
|
}>, "many">;
|
|
5330
5330
|
slip44: z.ZodOptional<z.ZodNumber>;
|
|
5331
|
-
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
|
|
5331
|
+
technicalStack: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>, z.ZodString]>, import("@hyperlane-xyz/sdk").ChainTechnicalStack, string>>;
|
|
5332
5332
|
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5333
5333
|
mailbox: z.ZodString;
|
|
5334
5334
|
merkleTreeHook: z.ZodString;
|
|
@@ -5607,7 +5607,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5607
5607
|
}[];
|
|
5608
5608
|
chainId: string | number;
|
|
5609
5609
|
domainId: number;
|
|
5610
|
-
protocol:
|
|
5610
|
+
protocol: string;
|
|
5611
5611
|
merkleTreeHook: string;
|
|
5612
5612
|
interchainGasPaymaster: string;
|
|
5613
5613
|
mailbox: string;
|
|
@@ -5621,7 +5621,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5621
5621
|
url: string;
|
|
5622
5622
|
apiUrl: string;
|
|
5623
5623
|
apiKey?: string | undefined;
|
|
5624
|
-
family?:
|
|
5624
|
+
family?: string | undefined;
|
|
5625
5625
|
}[] | undefined;
|
|
5626
5626
|
availability?: {
|
|
5627
5627
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -5691,7 +5691,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5691
5691
|
} | undefined;
|
|
5692
5692
|
}[] | undefined;
|
|
5693
5693
|
slip44?: number | undefined;
|
|
5694
|
-
technicalStack?:
|
|
5694
|
+
technicalStack?: string | undefined;
|
|
5695
5695
|
transactionOverrides?: Record<string, any> | undefined;
|
|
5696
5696
|
signer?: {
|
|
5697
5697
|
key: string;
|
|
@@ -5887,7 +5887,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5887
5887
|
}[];
|
|
5888
5888
|
chainId: string | number;
|
|
5889
5889
|
domainId: number;
|
|
5890
|
-
protocol:
|
|
5890
|
+
protocol: string;
|
|
5891
5891
|
merkleTreeHook: string;
|
|
5892
5892
|
interchainGasPaymaster: string;
|
|
5893
5893
|
mailbox: string;
|
|
@@ -5901,7 +5901,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5901
5901
|
url: string;
|
|
5902
5902
|
apiUrl: string;
|
|
5903
5903
|
apiKey?: string | undefined;
|
|
5904
|
-
family?:
|
|
5904
|
+
family?: string | undefined;
|
|
5905
5905
|
}[] | undefined;
|
|
5906
5906
|
availability?: {
|
|
5907
5907
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -5971,7 +5971,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5971
5971
|
} | undefined;
|
|
5972
5972
|
}[] | undefined;
|
|
5973
5973
|
slip44?: number | undefined;
|
|
5974
|
-
technicalStack?:
|
|
5974
|
+
technicalStack?: string | undefined;
|
|
5975
5975
|
transactionOverrides?: Record<string, any> | undefined;
|
|
5976
5976
|
signer?: {
|
|
5977
5977
|
key: string;
|
|
@@ -6167,7 +6167,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6167
6167
|
}[];
|
|
6168
6168
|
chainId: string | number;
|
|
6169
6169
|
domainId: number;
|
|
6170
|
-
protocol:
|
|
6170
|
+
protocol: string;
|
|
6171
6171
|
merkleTreeHook: string;
|
|
6172
6172
|
interchainGasPaymaster: string;
|
|
6173
6173
|
mailbox: string;
|
|
@@ -6181,7 +6181,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6181
6181
|
url: string;
|
|
6182
6182
|
apiUrl: string;
|
|
6183
6183
|
apiKey?: string | undefined;
|
|
6184
|
-
family?:
|
|
6184
|
+
family?: string | undefined;
|
|
6185
6185
|
}[] | undefined;
|
|
6186
6186
|
availability?: {
|
|
6187
6187
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -6251,7 +6251,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6251
6251
|
} | undefined;
|
|
6252
6252
|
}[] | undefined;
|
|
6253
6253
|
slip44?: number | undefined;
|
|
6254
|
-
technicalStack?:
|
|
6254
|
+
technicalStack?: string | undefined;
|
|
6255
6255
|
transactionOverrides?: Record<string, any> | undefined;
|
|
6256
6256
|
signer?: {
|
|
6257
6257
|
key: string;
|
|
@@ -6541,7 +6541,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6541
6541
|
}[];
|
|
6542
6542
|
chainId: string | number;
|
|
6543
6543
|
domainId: number;
|
|
6544
|
-
protocol:
|
|
6544
|
+
protocol: string;
|
|
6545
6545
|
merkleTreeHook: string;
|
|
6546
6546
|
interchainGasPaymaster: string;
|
|
6547
6547
|
mailbox: string;
|
|
@@ -6555,7 +6555,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6555
6555
|
url: string;
|
|
6556
6556
|
apiUrl: string;
|
|
6557
6557
|
apiKey?: string | undefined;
|
|
6558
|
-
family?:
|
|
6558
|
+
family?: string | undefined;
|
|
6559
6559
|
}[] | undefined;
|
|
6560
6560
|
availability?: {
|
|
6561
6561
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -6625,7 +6625,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6625
6625
|
} | undefined;
|
|
6626
6626
|
}[] | undefined;
|
|
6627
6627
|
slip44?: number | undefined;
|
|
6628
|
-
technicalStack?:
|
|
6628
|
+
technicalStack?: string | undefined;
|
|
6629
6629
|
transactionOverrides?: Record<string, any> | undefined;
|
|
6630
6630
|
signer?: {
|
|
6631
6631
|
key: string;
|
|
@@ -6715,7 +6715,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6715
6715
|
url: z.ZodString;
|
|
6716
6716
|
apiUrl: z.ZodString;
|
|
6717
6717
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
6718
|
-
family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
|
|
6718
|
+
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
6719
6719
|
}, "strip", z.ZodTypeAny, {
|
|
6720
6720
|
name: string;
|
|
6721
6721
|
url: string;
|
|
@@ -6727,7 +6727,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6727
6727
|
url: string;
|
|
6728
6728
|
apiUrl: string;
|
|
6729
6729
|
apiKey?: string | undefined;
|
|
6730
|
-
family?:
|
|
6730
|
+
family?: string | undefined;
|
|
6731
6731
|
}>, "many">>;
|
|
6732
6732
|
blocks: z.ZodOptional<z.ZodObject<{
|
|
6733
6733
|
confirmations: z.ZodNumber;
|
|
@@ -6840,7 +6840,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6840
6840
|
decimals: number;
|
|
6841
6841
|
denom?: string | undefined;
|
|
6842
6842
|
}>>;
|
|
6843
|
-
protocol: z.ZodNativeEnum<typeof ProtocolType>;
|
|
6843
|
+
protocol: z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof ProtocolType>, z.ZodString]>, ProtocolType, string>;
|
|
6844
6844
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6845
6845
|
http: z.ZodString;
|
|
6846
6846
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6956,7 +6956,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6956
6956
|
} | undefined;
|
|
6957
6957
|
}>, "many">;
|
|
6958
6958
|
slip44: z.ZodOptional<z.ZodNumber>;
|
|
6959
|
-
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
|
|
6959
|
+
technicalStack: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>, z.ZodString]>, import("@hyperlane-xyz/sdk").ChainTechnicalStack, string>>;
|
|
6960
6960
|
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6961
6961
|
mailbox: z.ZodString;
|
|
6962
6962
|
merkleTreeHook: z.ZodString;
|
|
@@ -7235,7 +7235,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7235
7235
|
}[];
|
|
7236
7236
|
chainId: string | number;
|
|
7237
7237
|
domainId: number;
|
|
7238
|
-
protocol:
|
|
7238
|
+
protocol: string;
|
|
7239
7239
|
merkleTreeHook: string;
|
|
7240
7240
|
interchainGasPaymaster: string;
|
|
7241
7241
|
mailbox: string;
|
|
@@ -7249,7 +7249,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7249
7249
|
url: string;
|
|
7250
7250
|
apiUrl: string;
|
|
7251
7251
|
apiKey?: string | undefined;
|
|
7252
|
-
family?:
|
|
7252
|
+
family?: string | undefined;
|
|
7253
7253
|
}[] | undefined;
|
|
7254
7254
|
availability?: {
|
|
7255
7255
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -7319,7 +7319,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7319
7319
|
} | undefined;
|
|
7320
7320
|
}[] | undefined;
|
|
7321
7321
|
slip44?: number | undefined;
|
|
7322
|
-
technicalStack?:
|
|
7322
|
+
technicalStack?: string | undefined;
|
|
7323
7323
|
transactionOverrides?: Record<string, any> | undefined;
|
|
7324
7324
|
signer?: {
|
|
7325
7325
|
key: string;
|
|
@@ -7515,7 +7515,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7515
7515
|
}[];
|
|
7516
7516
|
chainId: string | number;
|
|
7517
7517
|
domainId: number;
|
|
7518
|
-
protocol:
|
|
7518
|
+
protocol: string;
|
|
7519
7519
|
merkleTreeHook: string;
|
|
7520
7520
|
interchainGasPaymaster: string;
|
|
7521
7521
|
mailbox: string;
|
|
@@ -7529,7 +7529,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7529
7529
|
url: string;
|
|
7530
7530
|
apiUrl: string;
|
|
7531
7531
|
apiKey?: string | undefined;
|
|
7532
|
-
family?:
|
|
7532
|
+
family?: string | undefined;
|
|
7533
7533
|
}[] | undefined;
|
|
7534
7534
|
availability?: {
|
|
7535
7535
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -7599,7 +7599,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7599
7599
|
} | undefined;
|
|
7600
7600
|
}[] | undefined;
|
|
7601
7601
|
slip44?: number | undefined;
|
|
7602
|
-
technicalStack?:
|
|
7602
|
+
technicalStack?: string | undefined;
|
|
7603
7603
|
transactionOverrides?: Record<string, any> | undefined;
|
|
7604
7604
|
signer?: {
|
|
7605
7605
|
key: string;
|
|
@@ -7795,7 +7795,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7795
7795
|
}[];
|
|
7796
7796
|
chainId: string | number;
|
|
7797
7797
|
domainId: number;
|
|
7798
|
-
protocol:
|
|
7798
|
+
protocol: string;
|
|
7799
7799
|
merkleTreeHook: string;
|
|
7800
7800
|
interchainGasPaymaster: string;
|
|
7801
7801
|
mailbox: string;
|
|
@@ -7809,7 +7809,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7809
7809
|
url: string;
|
|
7810
7810
|
apiUrl: string;
|
|
7811
7811
|
apiKey?: string | undefined;
|
|
7812
|
-
family?:
|
|
7812
|
+
family?: string | undefined;
|
|
7813
7813
|
}[] | undefined;
|
|
7814
7814
|
availability?: {
|
|
7815
7815
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -7879,7 +7879,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7879
7879
|
} | undefined;
|
|
7880
7880
|
}[] | undefined;
|
|
7881
7881
|
slip44?: number | undefined;
|
|
7882
|
-
technicalStack?:
|
|
7882
|
+
technicalStack?: string | undefined;
|
|
7883
7883
|
transactionOverrides?: Record<string, any> | undefined;
|
|
7884
7884
|
signer?: {
|
|
7885
7885
|
key: string;
|
|
@@ -8299,7 +8299,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8299
8299
|
}[];
|
|
8300
8300
|
chainId: string | number;
|
|
8301
8301
|
domainId: number;
|
|
8302
|
-
protocol:
|
|
8302
|
+
protocol: string;
|
|
8303
8303
|
merkleTreeHook: string;
|
|
8304
8304
|
interchainGasPaymaster: string;
|
|
8305
8305
|
mailbox: string;
|
|
@@ -8313,7 +8313,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8313
8313
|
url: string;
|
|
8314
8314
|
apiUrl: string;
|
|
8315
8315
|
apiKey?: string | undefined;
|
|
8316
|
-
family?:
|
|
8316
|
+
family?: string | undefined;
|
|
8317
8317
|
}[] | undefined;
|
|
8318
8318
|
availability?: {
|
|
8319
8319
|
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
@@ -8383,7 +8383,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8383
8383
|
} | undefined;
|
|
8384
8384
|
}[] | undefined;
|
|
8385
8385
|
slip44?: number | undefined;
|
|
8386
|
-
technicalStack?:
|
|
8386
|
+
technicalStack?: string | undefined;
|
|
8387
8387
|
transactionOverrides?: Record<string, any> | undefined;
|
|
8388
8388
|
signer?: {
|
|
8389
8389
|
key: string;
|