@hyperlane-xyz/sdk 35.1.0 → 36.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 +8 -0
- package/dist/block-explorer/utils.d.ts.map +1 -1
- package/dist/block-explorer/utils.js +16 -3
- package/dist/block-explorer/utils.js.map +1 -1
- package/dist/ccip/consts.d.ts.map +1 -1
- package/dist/ccip/consts.js +0 -40
- package/dist/ccip/consts.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +39 -241
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +6 -1
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +9 -0
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.hardhat-test.js +23 -0
- package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.js +8 -5
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/EvmCoreReader.d.ts.map +1 -1
- package/dist/core/EvmCoreReader.js +34 -15
- package/dist/core/EvmCoreReader.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +34 -13
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/TestCoreApp.d.ts +1 -1
- package/dist/core/contracts.d.ts +5 -2
- package/dist/core/contracts.d.ts.map +1 -1
- package/dist/core/contracts.js +4 -1
- package/dist/core/contracts.js.map +1 -1
- package/dist/core/types.d.ts +1092 -627
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js +30 -2
- package/dist/core/types.js.map +1 -1
- package/dist/core/types.test.d.ts +2 -0
- package/dist/core/types.test.d.ts.map +1 -0
- package/dist/core/types.test.js +50 -0
- package/dist/core/types.test.js.map +1 -0
- package/dist/deploy/HyperlaneDeployer.d.ts +1 -0
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +17 -8
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +9 -5
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/warp.d.ts.map +1 -1
- package/dist/deploy/warp.js +5 -0
- package/dist/deploy/warp.js.map +1 -1
- package/dist/fee/EvmTokenFeeDeployer.d.ts +1 -0
- package/dist/fee/EvmTokenFeeDeployer.d.ts.map +1 -1
- package/dist/fee/EvmTokenFeeDeployer.hardhat-test.js +40 -0
- package/dist/fee/EvmTokenFeeDeployer.hardhat-test.js.map +1 -1
- package/dist/fee/EvmTokenFeeDeployer.js +8 -0
- package/dist/fee/EvmTokenFeeDeployer.js.map +1 -1
- package/dist/fee/EvmTokenFeeReader.d.ts.map +1 -1
- package/dist/fee/EvmTokenFeeReader.js +3 -13
- package/dist/fee/EvmTokenFeeReader.js.map +1 -1
- package/dist/fee/feeConfigMapping.d.ts +9 -0
- package/dist/fee/feeConfigMapping.d.ts.map +1 -0
- package/dist/fee/feeConfigMapping.js +86 -0
- package/dist/fee/feeConfigMapping.js.map +1 -0
- package/dist/fee/feeConfigMapping.test.d.ts +2 -0
- package/dist/fee/feeConfigMapping.test.d.ts.map +1 -0
- package/dist/fee/feeConfigMapping.test.js +204 -0
- package/dist/fee/feeConfigMapping.test.js.map +1 -0
- package/dist/fee/types.d.ts +185 -113
- package/dist/fee/types.d.ts.map +1 -1
- package/dist/fee/types.js +13 -11
- package/dist/fee/types.js.map +1 -1
- package/dist/fee/utils.d.ts +1 -32
- package/dist/fee/utils.d.ts.map +1 -1
- package/dist/fee/utils.js +1 -47
- package/dist/fee/utils.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts +1 -0
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +43 -1
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts +17 -0
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +124 -4
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +33 -2
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -1
- package/dist/gas/types.d.ts +17 -3
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/gas/types.js +19 -0
- package/dist/gas/types.js.map +1 -1
- package/dist/gas/utils.d.ts +5 -1
- package/dist/gas/utils.d.ts.map +1 -1
- package/dist/gas/utils.js +92 -31
- package/dist/gas/utils.js.map +1 -1
- package/dist/gas/utils.test.d.ts +2 -0
- package/dist/gas/utils.test.d.ts.map +1 -0
- package/dist/gas/utils.test.js +132 -0
- package/dist/gas/utils.test.js.map +1 -0
- package/dist/hook/EvmHookModule.d.ts +21 -1
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +125 -2
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookModule.js +191 -17
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/EvmHookReader.d.ts +4 -4
- package/dist/hook/EvmHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookReader.js +67 -16
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/EvmHookReader.test.js +128 -2
- package/dist/hook/EvmHookReader.test.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts +10 -5
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/types.d.ts +338 -264
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +30 -6
- package/dist/hook/types.js.map +1 -1
- package/dist/hook/types.test.d.ts +2 -0
- package/dist/hook/types.test.d.ts.map +1 -0
- package/dist/hook/types.test.js +184 -0
- package/dist/hook/types.test.js.map +1 -0
- package/dist/hook/utils.d.ts +1 -0
- package/dist/hook/utils.d.ts.map +1 -1
- package/dist/hook/utils.js +16 -10
- package/dist/hook/utils.js.map +1 -1
- package/dist/ica/types.d.ts +380 -188
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/index.d.ts +8 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.d.ts +7 -1
- package/dist/ism/EvmIsmModule.d.ts.map +1 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js +4 -0
- package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
- package/dist/ism/EvmIsmModule.js +152 -4
- package/dist/ism/EvmIsmModule.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +1 -2
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +17 -0
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +35 -9
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/types.d.ts +88 -3
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +4 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +2 -2
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.test.js +71 -0
- package/dist/metadata/ChainMetadataManager.test.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +937 -168
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +68 -1
- package/dist/metadata/agentConfig.js.map +1 -1
- package/dist/metadata/agentConfig.test.js +67 -1
- package/dist/metadata/agentConfig.test.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +10 -0
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.test.js +26 -0
- package/dist/middleware/account/InterchainAccount.test.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +6 -0
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +28 -2
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/SeismicSigner.d.ts +54 -0
- package/dist/providers/SeismicSigner.d.ts.map +1 -0
- package/dist/providers/SeismicSigner.js +89 -0
- package/dist/providers/SeismicSigner.js.map +1 -0
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.js +8 -0
- package/dist/providers/SmartProvider/HyperlaneJsonRpcProvider.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +69 -23
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +34 -5
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
- package/dist/providers/builders/starknet.d.ts.map +1 -1
- package/dist/providers/builders/starknet.js +6 -1
- package/dist/providers/builders/starknet.js.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.js +23 -8
- package/dist/providers/transactions/submitter/IcaTxSubmitter.js.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.test.js +45 -0
- package/dist/providers/transactions/submitter/IcaTxSubmitter.test.js.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.d.ts +1 -1
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts +1 -1
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/types.d.ts +6 -0
- package/dist/providers/transactions/submitter/ethersV5/types.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/types.js +26 -5
- package/dist/providers/transactions/submitter/ethersV5/types.js.map +1 -1
- package/dist/providers/transactions/submitter/submitterBuilderGetter.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/submitterBuilderGetter.js +11 -1
- package/dist/providers/transactions/submitter/submitterBuilderGetter.js.map +1 -1
- package/dist/providers/transactions/submitter/submitterBuilderGetter.test.d.ts +2 -0
- package/dist/providers/transactions/submitter/submitterBuilderGetter.test.d.ts.map +1 -0
- package/dist/providers/transactions/submitter/submitterBuilderGetter.test.js +38 -0
- package/dist/providers/transactions/submitter/submitterBuilderGetter.test.js.map +1 -0
- package/dist/router/types.d.ts +481 -236
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +1 -0
- package/dist/router/types.js.map +1 -1
- package/dist/router/types.test.d.ts +2 -0
- package/dist/router/types.test.d.ts.map +1 -0
- package/dist/router/types.test.js +32 -0
- package/dist/router/types.test.js.map +1 -0
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +3 -0
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/EvmWarpModule.d.ts +18 -1
- package/dist/token/EvmWarpModule.d.ts.map +1 -1
- package/dist/token/EvmWarpModule.hardhat-test.js +30 -0
- package/dist/token/EvmWarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmWarpModule.js +67 -5
- package/dist/token/EvmWarpModule.js.map +1 -1
- package/dist/token/EvmWarpModule.test.d.ts +2 -0
- package/dist/token/EvmWarpModule.test.d.ts.map +1 -0
- package/dist/token/EvmWarpModule.test.js +77 -0
- package/dist/token/EvmWarpModule.test.js.map +1 -0
- package/dist/token/EvmWarpRouteReader.d.ts +1 -0
- package/dist/token/EvmWarpRouteReader.d.ts.map +1 -1
- package/dist/token/EvmWarpRouteReader.js +17 -0
- package/dist/token/EvmWarpRouteReader.js.map +1 -1
- package/dist/token/EvmXERC20Module.d.ts +31 -26
- package/dist/token/EvmXERC20Module.d.ts.map +1 -1
- package/dist/token/EvmXERC20Module.js +46 -3
- package/dist/token/EvmXERC20Module.js.map +1 -1
- package/dist/token/EvmXERC20Module.test.js +162 -1
- package/dist/token/EvmXERC20Module.test.js.map +1 -1
- package/dist/token/EvmXERC20Reader.d.ts +17 -0
- package/dist/token/EvmXERC20Reader.d.ts.map +1 -1
- package/dist/token/EvmXERC20Reader.js +37 -1
- package/dist/token/EvmXERC20Reader.js.map +1 -1
- package/dist/token/adapters/EvmHypSyntheticAdapter.test.d.ts +2 -0
- package/dist/token/adapters/EvmHypSyntheticAdapter.test.d.ts.map +1 -0
- package/dist/token/adapters/EvmHypSyntheticAdapter.test.js +96 -0
- package/dist/token/adapters/EvmHypSyntheticAdapter.test.js.map +1 -0
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +25 -12
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/configUtils.test.js.map +1 -1
- package/dist/token/deploy.d.ts +1 -0
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +13 -0
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/tokenMetadataUtils.d.ts.map +1 -1
- package/dist/token/tokenMetadataUtils.js +1 -0
- package/dist/token/tokenMetadataUtils.js.map +1 -1
- package/dist/token/types.d.ts +1373 -699
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.test.js +11 -0
- package/dist/token/types.test.js.map +1 -1
- package/dist/token/xerc20.d.ts.map +1 -1
- package/dist/token/xerc20.js +10 -2
- package/dist/token/xerc20.js.map +1 -1
- package/dist/token/xerc20.test.d.ts +2 -0
- package/dist/token/xerc20.test.d.ts.map +1 -0
- package/dist/token/xerc20.test.js +143 -0
- package/dist/token/xerc20.test.js.map +1 -0
- package/dist/utils/contract.d.ts +6 -0
- package/dist/utils/contract.d.ts.map +1 -1
- package/dist/utils/contract.js +11 -0
- package/dist/utils/contract.js.map +1 -1
- package/dist/utils/contract.test.js +2 -1
- package/dist/utils/contract.test.js.map +1 -1
- package/dist/utils/gas.d.ts +1 -0
- package/dist/utils/gas.d.ts.map +1 -1
- package/dist/utils/gas.js +1 -0
- package/dist/utils/gas.js.map +1 -1
- package/dist/utils/gnosisSafe.d.ts +4 -1
- package/dist/utils/gnosisSafe.d.ts.map +1 -1
- package/dist/utils/gnosisSafe.js +20 -7
- package/dist/utils/gnosisSafe.js.map +1 -1
- package/dist/utils/gnosisSafe.test.js +44 -1
- package/dist/utils/gnosisSafe.test.js.map +1 -1
- package/dist/utils/ism.d.ts.map +1 -1
- package/dist/utils/ism.js +4 -2
- package/dist/utils/ism.js.map +1 -1
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +4 -3
- package/dist/warp/WarpCore.js.map +1 -1
- package/package.json +14 -14
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The types defined here are the source of truth for chain metadata.
|
|
3
|
-
* ANY CHANGES HERE NEED TO BE REFLECTED IN HYPERLANE-BASE CONFIG PARSING.
|
|
4
|
-
*/
|
|
5
1
|
import { z } from 'zod';
|
|
6
2
|
import { ModuleType } from '@hyperlane-xyz/sdk';
|
|
7
3
|
import { ProtocolType } from '@hyperlane-xyz/utils';
|
|
@@ -250,6 +246,16 @@ declare const AgentSealevelChainMetadataSchema: z.ZodObject<{
|
|
|
250
246
|
}[];
|
|
251
247
|
addressLookupTable: string;
|
|
252
248
|
}>, "many">, z.ZodString]>>;
|
|
249
|
+
urReveal: z.ZodOptional<z.ZodObject<{
|
|
250
|
+
ccsUrl: z.ZodString;
|
|
251
|
+
programId: z.ZodEffects<z.ZodString, string, string>;
|
|
252
|
+
}, "strip", z.ZodTypeAny, {
|
|
253
|
+
programId: string;
|
|
254
|
+
ccsUrl: string;
|
|
255
|
+
}, {
|
|
256
|
+
programId: string;
|
|
257
|
+
ccsUrl: string;
|
|
258
|
+
}>>;
|
|
253
259
|
}, "strip", z.ZodTypeAny, {
|
|
254
260
|
priorityFeeOracle?: {
|
|
255
261
|
type: AgentSealevelPriorityFeeOracleType.Helius;
|
|
@@ -274,6 +280,10 @@ declare const AgentSealevelChainMetadataSchema: z.ZodObject<{
|
|
|
274
280
|
}[];
|
|
275
281
|
addressLookupTable: string;
|
|
276
282
|
}[] | undefined;
|
|
283
|
+
urReveal?: {
|
|
284
|
+
programId: string;
|
|
285
|
+
ccsUrl: string;
|
|
286
|
+
} | undefined;
|
|
277
287
|
}, {
|
|
278
288
|
priorityFeeOracle?: {
|
|
279
289
|
type: AgentSealevelPriorityFeeOracleType.Helius;
|
|
@@ -298,10 +308,15 @@ declare const AgentSealevelChainMetadataSchema: z.ZodObject<{
|
|
|
298
308
|
}[];
|
|
299
309
|
addressLookupTable: string;
|
|
300
310
|
}[] | undefined;
|
|
311
|
+
urReveal?: {
|
|
312
|
+
programId: string;
|
|
313
|
+
ccsUrl: string;
|
|
314
|
+
} | undefined;
|
|
301
315
|
}>;
|
|
302
316
|
export type AgentSealevelChainMetadata = z.infer<typeof AgentSealevelChainMetadataSchema>;
|
|
303
317
|
export type AgentSealevelPriorityFeeOracle = AgentSealevelChainMetadata['priorityFeeOracle'];
|
|
304
318
|
export type AgentSealevelTransactionSubmitter = AgentSealevelChainMetadata['transactionSubmitter'];
|
|
319
|
+
export type AgentSealevelUrReveal = AgentSealevelChainMetadata['urReveal'];
|
|
305
320
|
export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
306
321
|
availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
307
322
|
status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
|
|
@@ -731,6 +746,16 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
731
746
|
}[];
|
|
732
747
|
addressLookupTable: string;
|
|
733
748
|
}>, "many">, z.ZodString]>>>;
|
|
749
|
+
urReveal: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
750
|
+
ccsUrl: z.ZodString;
|
|
751
|
+
programId: z.ZodEffects<z.ZodString, string, string>;
|
|
752
|
+
}, "strip", z.ZodTypeAny, {
|
|
753
|
+
programId: string;
|
|
754
|
+
ccsUrl: string;
|
|
755
|
+
}, {
|
|
756
|
+
programId: string;
|
|
757
|
+
ccsUrl: string;
|
|
758
|
+
}>>>;
|
|
734
759
|
}, "strip", z.ZodTypeAny, {
|
|
735
760
|
name: string;
|
|
736
761
|
rpcUrls: {
|
|
@@ -880,6 +905,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
880
905
|
}[];
|
|
881
906
|
addressLookupTable: string;
|
|
882
907
|
}[] | undefined;
|
|
908
|
+
urReveal?: {
|
|
909
|
+
programId: string;
|
|
910
|
+
ccsUrl: string;
|
|
911
|
+
} | undefined;
|
|
883
912
|
customRpcUrls?: string | undefined;
|
|
884
913
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
885
914
|
}, {
|
|
@@ -1031,6 +1060,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1031
1060
|
}[];
|
|
1032
1061
|
addressLookupTable: string;
|
|
1033
1062
|
}[] | undefined;
|
|
1063
|
+
urReveal?: {
|
|
1064
|
+
programId: string;
|
|
1065
|
+
ccsUrl: string;
|
|
1066
|
+
} | undefined;
|
|
1034
1067
|
customRpcUrls?: string | undefined;
|
|
1035
1068
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
1036
1069
|
}>, {
|
|
@@ -1182,6 +1215,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1182
1215
|
}[];
|
|
1183
1216
|
addressLookupTable: string;
|
|
1184
1217
|
}[] | undefined;
|
|
1218
|
+
urReveal?: {
|
|
1219
|
+
programId: string;
|
|
1220
|
+
ccsUrl: string;
|
|
1221
|
+
} | undefined;
|
|
1185
1222
|
customRpcUrls?: string | undefined;
|
|
1186
1223
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
1187
1224
|
}, {
|
|
@@ -1333,6 +1370,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1333
1370
|
}[];
|
|
1334
1371
|
addressLookupTable: string;
|
|
1335
1372
|
}[] | undefined;
|
|
1373
|
+
urReveal?: {
|
|
1374
|
+
programId: string;
|
|
1375
|
+
ccsUrl: string;
|
|
1376
|
+
} | undefined;
|
|
1336
1377
|
customRpcUrls?: string | undefined;
|
|
1337
1378
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
1338
1379
|
}>;
|
|
@@ -1768,6 +1809,16 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1768
1809
|
}[];
|
|
1769
1810
|
addressLookupTable: string;
|
|
1770
1811
|
}>, "many">, z.ZodString]>>>;
|
|
1812
|
+
urReveal: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1813
|
+
ccsUrl: z.ZodString;
|
|
1814
|
+
programId: z.ZodEffects<z.ZodString, string, string>;
|
|
1815
|
+
}, "strip", z.ZodTypeAny, {
|
|
1816
|
+
programId: string;
|
|
1817
|
+
ccsUrl: string;
|
|
1818
|
+
}, {
|
|
1819
|
+
programId: string;
|
|
1820
|
+
ccsUrl: string;
|
|
1821
|
+
}>>>;
|
|
1771
1822
|
}, "strip", z.ZodTypeAny, {
|
|
1772
1823
|
name: string;
|
|
1773
1824
|
rpcUrls: {
|
|
@@ -1917,6 +1968,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1917
1968
|
}[];
|
|
1918
1969
|
addressLookupTable: string;
|
|
1919
1970
|
}[] | undefined;
|
|
1971
|
+
urReveal?: {
|
|
1972
|
+
programId: string;
|
|
1973
|
+
ccsUrl: string;
|
|
1974
|
+
} | undefined;
|
|
1920
1975
|
customRpcUrls?: string | undefined;
|
|
1921
1976
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
1922
1977
|
}, {
|
|
@@ -2068,6 +2123,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2068
2123
|
}[];
|
|
2069
2124
|
addressLookupTable: string;
|
|
2070
2125
|
}[] | undefined;
|
|
2126
|
+
urReveal?: {
|
|
2127
|
+
programId: string;
|
|
2128
|
+
ccsUrl: string;
|
|
2129
|
+
} | undefined;
|
|
2071
2130
|
customRpcUrls?: string | undefined;
|
|
2072
2131
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
2073
2132
|
}>, {
|
|
@@ -2219,6 +2278,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2219
2278
|
}[];
|
|
2220
2279
|
addressLookupTable: string;
|
|
2221
2280
|
}[] | undefined;
|
|
2281
|
+
urReveal?: {
|
|
2282
|
+
programId: string;
|
|
2283
|
+
ccsUrl: string;
|
|
2284
|
+
} | undefined;
|
|
2222
2285
|
customRpcUrls?: string | undefined;
|
|
2223
2286
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
2224
2287
|
}, {
|
|
@@ -2370,6 +2433,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2370
2433
|
}[];
|
|
2371
2434
|
addressLookupTable: string;
|
|
2372
2435
|
}[] | undefined;
|
|
2436
|
+
urReveal?: {
|
|
2437
|
+
programId: string;
|
|
2438
|
+
ccsUrl: string;
|
|
2439
|
+
} | undefined;
|
|
2373
2440
|
customRpcUrls?: string | undefined;
|
|
2374
2441
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
2375
2442
|
}>>, Record<string, {
|
|
@@ -2521,6 +2588,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2521
2588
|
}[];
|
|
2522
2589
|
addressLookupTable: string;
|
|
2523
2590
|
}[] | undefined;
|
|
2591
|
+
urReveal?: {
|
|
2592
|
+
programId: string;
|
|
2593
|
+
ccsUrl: string;
|
|
2594
|
+
} | undefined;
|
|
2524
2595
|
customRpcUrls?: string | undefined;
|
|
2525
2596
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
2526
2597
|
}>, Record<string, {
|
|
@@ -2672,6 +2743,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2672
2743
|
}[];
|
|
2673
2744
|
addressLookupTable: string;
|
|
2674
2745
|
}[] | undefined;
|
|
2746
|
+
urReveal?: {
|
|
2747
|
+
programId: string;
|
|
2748
|
+
ccsUrl: string;
|
|
2749
|
+
} | undefined;
|
|
2675
2750
|
customRpcUrls?: string | undefined;
|
|
2676
2751
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
2677
2752
|
}>>;
|
|
@@ -2887,6 +2962,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2887
2962
|
}[];
|
|
2888
2963
|
addressLookupTable: string;
|
|
2889
2964
|
}[] | undefined;
|
|
2965
|
+
urReveal?: {
|
|
2966
|
+
programId: string;
|
|
2967
|
+
ccsUrl: string;
|
|
2968
|
+
} | undefined;
|
|
2890
2969
|
customRpcUrls?: string | undefined;
|
|
2891
2970
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
2892
2971
|
}>;
|
|
@@ -3063,6 +3142,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
3063
3142
|
}[];
|
|
3064
3143
|
addressLookupTable: string;
|
|
3065
3144
|
}[] | undefined;
|
|
3145
|
+
urReveal?: {
|
|
3146
|
+
programId: string;
|
|
3147
|
+
ccsUrl: string;
|
|
3148
|
+
} | undefined;
|
|
3066
3149
|
customRpcUrls?: string | undefined;
|
|
3067
3150
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
3068
3151
|
}>;
|
|
@@ -3118,10 +3201,12 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3118
3201
|
recipientAddress?: string | string[] | undefined;
|
|
3119
3202
|
bodyRegex?: string | undefined;
|
|
3120
3203
|
}>, "many">>;
|
|
3204
|
+
feeToken: z.ZodOptional<z.ZodString>;
|
|
3121
3205
|
} & {
|
|
3122
3206
|
type: z.ZodOptional<z.ZodLiteral<GasPaymentEnforcementPolicyType.None>>;
|
|
3123
3207
|
}, "strip", z.ZodTypeAny, {
|
|
3124
3208
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
3209
|
+
feeToken?: string | undefined;
|
|
3125
3210
|
matchingList?: {
|
|
3126
3211
|
senderAddress?: string | string[] | undefined;
|
|
3127
3212
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -3132,6 +3217,7 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3132
3217
|
}[] | undefined;
|
|
3133
3218
|
}, {
|
|
3134
3219
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
3220
|
+
feeToken?: string | undefined;
|
|
3135
3221
|
matchingList?: {
|
|
3136
3222
|
senderAddress?: string | string[] | undefined;
|
|
3137
3223
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -3163,12 +3249,14 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3163
3249
|
recipientAddress?: string | string[] | undefined;
|
|
3164
3250
|
bodyRegex?: string | undefined;
|
|
3165
3251
|
}>, "many">>;
|
|
3252
|
+
feeToken: z.ZodOptional<z.ZodString>;
|
|
3166
3253
|
} & {
|
|
3167
3254
|
type: z.ZodOptional<z.ZodLiteral<GasPaymentEnforcementPolicyType.Minimum>>;
|
|
3168
3255
|
payment: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3169
3256
|
}, "strip", z.ZodTypeAny, {
|
|
3170
3257
|
payment: string | number;
|
|
3171
3258
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
3259
|
+
feeToken?: string | undefined;
|
|
3172
3260
|
matchingList?: {
|
|
3173
3261
|
senderAddress?: string | string[] | undefined;
|
|
3174
3262
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -3180,6 +3268,7 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3180
3268
|
}, {
|
|
3181
3269
|
payment: string | number;
|
|
3182
3270
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
3271
|
+
feeToken?: string | undefined;
|
|
3183
3272
|
matchingList?: {
|
|
3184
3273
|
senderAddress?: string | string[] | undefined;
|
|
3185
3274
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -3211,11 +3300,13 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3211
3300
|
recipientAddress?: string | string[] | undefined;
|
|
3212
3301
|
bodyRegex?: string | undefined;
|
|
3213
3302
|
}>, "many">>;
|
|
3303
|
+
feeToken: z.ZodOptional<z.ZodString>;
|
|
3214
3304
|
} & {
|
|
3215
3305
|
type: z.ZodLiteral<GasPaymentEnforcementPolicyType.OnChainFeeQuoting>;
|
|
3216
3306
|
gasFraction: z.ZodOptional<z.ZodString>;
|
|
3217
3307
|
}, "strip", z.ZodTypeAny, {
|
|
3218
3308
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
3309
|
+
feeToken?: string | undefined;
|
|
3219
3310
|
matchingList?: {
|
|
3220
3311
|
senderAddress?: string | string[] | undefined;
|
|
3221
3312
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -3227,6 +3318,7 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3227
3318
|
gasFraction?: string | undefined;
|
|
3228
3319
|
}, {
|
|
3229
3320
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
3321
|
+
feeToken?: string | undefined;
|
|
3230
3322
|
matchingList?: {
|
|
3231
3323
|
senderAddress?: string | string[] | undefined;
|
|
3232
3324
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -3288,7 +3380,7 @@ declare const IsmCacheConfigSchema: z.ZodObject<{
|
|
|
3288
3380
|
chains?: string[] | undefined;
|
|
3289
3381
|
}>;
|
|
3290
3382
|
export type IsmCacheConfig = z.infer<typeof IsmCacheConfigSchema>;
|
|
3291
|
-
export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
3383
|
+
export declare const RelayerAgentConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
3292
3384
|
metricsPort: z.ZodOptional<z.ZodNumber>;
|
|
3293
3385
|
chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
3294
3386
|
availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -3719,6 +3811,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3719
3811
|
}[];
|
|
3720
3812
|
addressLookupTable: string;
|
|
3721
3813
|
}>, "many">, z.ZodString]>>>;
|
|
3814
|
+
urReveal: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3815
|
+
ccsUrl: z.ZodString;
|
|
3816
|
+
programId: z.ZodEffects<z.ZodString, string, string>;
|
|
3817
|
+
}, "strip", z.ZodTypeAny, {
|
|
3818
|
+
programId: string;
|
|
3819
|
+
ccsUrl: string;
|
|
3820
|
+
}, {
|
|
3821
|
+
programId: string;
|
|
3822
|
+
ccsUrl: string;
|
|
3823
|
+
}>>>;
|
|
3722
3824
|
}, "strip", z.ZodTypeAny, {
|
|
3723
3825
|
name: string;
|
|
3724
3826
|
rpcUrls: {
|
|
@@ -3868,6 +3970,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3868
3970
|
}[];
|
|
3869
3971
|
addressLookupTable: string;
|
|
3870
3972
|
}[] | undefined;
|
|
3973
|
+
urReveal?: {
|
|
3974
|
+
programId: string;
|
|
3975
|
+
ccsUrl: string;
|
|
3976
|
+
} | undefined;
|
|
3871
3977
|
customRpcUrls?: string | undefined;
|
|
3872
3978
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
3873
3979
|
}, {
|
|
@@ -4019,6 +4125,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4019
4125
|
}[];
|
|
4020
4126
|
addressLookupTable: string;
|
|
4021
4127
|
}[] | undefined;
|
|
4128
|
+
urReveal?: {
|
|
4129
|
+
programId: string;
|
|
4130
|
+
ccsUrl: string;
|
|
4131
|
+
} | undefined;
|
|
4022
4132
|
customRpcUrls?: string | undefined;
|
|
4023
4133
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4024
4134
|
}>, {
|
|
@@ -4170,6 +4280,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4170
4280
|
}[];
|
|
4171
4281
|
addressLookupTable: string;
|
|
4172
4282
|
}[] | undefined;
|
|
4283
|
+
urReveal?: {
|
|
4284
|
+
programId: string;
|
|
4285
|
+
ccsUrl: string;
|
|
4286
|
+
} | undefined;
|
|
4173
4287
|
customRpcUrls?: string | undefined;
|
|
4174
4288
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4175
4289
|
}, {
|
|
@@ -4321,6 +4435,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4321
4435
|
}[];
|
|
4322
4436
|
addressLookupTable: string;
|
|
4323
4437
|
}[] | undefined;
|
|
4438
|
+
urReveal?: {
|
|
4439
|
+
programId: string;
|
|
4440
|
+
ccsUrl: string;
|
|
4441
|
+
} | undefined;
|
|
4324
4442
|
customRpcUrls?: string | undefined;
|
|
4325
4443
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4326
4444
|
}>>, Record<string, {
|
|
@@ -4472,6 +4590,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4472
4590
|
}[];
|
|
4473
4591
|
addressLookupTable: string;
|
|
4474
4592
|
}[] | undefined;
|
|
4593
|
+
urReveal?: {
|
|
4594
|
+
programId: string;
|
|
4595
|
+
ccsUrl: string;
|
|
4596
|
+
} | undefined;
|
|
4475
4597
|
customRpcUrls?: string | undefined;
|
|
4476
4598
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4477
4599
|
}>, Record<string, {
|
|
@@ -4623,6 +4745,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4623
4745
|
}[];
|
|
4624
4746
|
addressLookupTable: string;
|
|
4625
4747
|
}[] | undefined;
|
|
4748
|
+
urReveal?: {
|
|
4749
|
+
programId: string;
|
|
4750
|
+
ccsUrl: string;
|
|
4751
|
+
} | undefined;
|
|
4626
4752
|
customRpcUrls?: string | undefined;
|
|
4627
4753
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
4628
4754
|
}>>;
|
|
@@ -4714,10 +4840,12 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4714
4840
|
recipientAddress?: string | string[] | undefined;
|
|
4715
4841
|
bodyRegex?: string | undefined;
|
|
4716
4842
|
}>, "many">>;
|
|
4843
|
+
feeToken: z.ZodOptional<z.ZodString>;
|
|
4717
4844
|
} & {
|
|
4718
4845
|
type: z.ZodOptional<z.ZodLiteral<GasPaymentEnforcementPolicyType.None>>;
|
|
4719
4846
|
}, "strip", z.ZodTypeAny, {
|
|
4720
4847
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
4848
|
+
feeToken?: string | undefined;
|
|
4721
4849
|
matchingList?: {
|
|
4722
4850
|
senderAddress?: string | string[] | undefined;
|
|
4723
4851
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -4728,6 +4856,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4728
4856
|
}[] | undefined;
|
|
4729
4857
|
}, {
|
|
4730
4858
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
4859
|
+
feeToken?: string | undefined;
|
|
4731
4860
|
matchingList?: {
|
|
4732
4861
|
senderAddress?: string | string[] | undefined;
|
|
4733
4862
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -4759,12 +4888,14 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4759
4888
|
recipientAddress?: string | string[] | undefined;
|
|
4760
4889
|
bodyRegex?: string | undefined;
|
|
4761
4890
|
}>, "many">>;
|
|
4891
|
+
feeToken: z.ZodOptional<z.ZodString>;
|
|
4762
4892
|
} & {
|
|
4763
4893
|
type: z.ZodOptional<z.ZodLiteral<GasPaymentEnforcementPolicyType.Minimum>>;
|
|
4764
4894
|
payment: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
4765
4895
|
}, "strip", z.ZodTypeAny, {
|
|
4766
4896
|
payment: string | number;
|
|
4767
4897
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
4898
|
+
feeToken?: string | undefined;
|
|
4768
4899
|
matchingList?: {
|
|
4769
4900
|
senderAddress?: string | string[] | undefined;
|
|
4770
4901
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -4776,6 +4907,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4776
4907
|
}, {
|
|
4777
4908
|
payment: string | number;
|
|
4778
4909
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
4910
|
+
feeToken?: string | undefined;
|
|
4779
4911
|
matchingList?: {
|
|
4780
4912
|
senderAddress?: string | string[] | undefined;
|
|
4781
4913
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -4807,11 +4939,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4807
4939
|
recipientAddress?: string | string[] | undefined;
|
|
4808
4940
|
bodyRegex?: string | undefined;
|
|
4809
4941
|
}>, "many">>;
|
|
4942
|
+
feeToken: z.ZodOptional<z.ZodString>;
|
|
4810
4943
|
} & {
|
|
4811
4944
|
type: z.ZodLiteral<GasPaymentEnforcementPolicyType.OnChainFeeQuoting>;
|
|
4812
4945
|
gasFraction: z.ZodOptional<z.ZodString>;
|
|
4813
4946
|
}, "strip", z.ZodTypeAny, {
|
|
4814
4947
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
4948
|
+
feeToken?: string | undefined;
|
|
4815
4949
|
matchingList?: {
|
|
4816
4950
|
senderAddress?: string | string[] | undefined;
|
|
4817
4951
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -4823,6 +4957,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
4823
4957
|
gasFraction?: string | undefined;
|
|
4824
4958
|
}, {
|
|
4825
4959
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
4960
|
+
feeToken?: string | undefined;
|
|
4826
4961
|
matchingList?: {
|
|
4827
4962
|
senderAddress?: string | string[] | undefined;
|
|
4828
4963
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5125,6 +5260,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5125
5260
|
}[];
|
|
5126
5261
|
addressLookupTable: string;
|
|
5127
5262
|
}[] | undefined;
|
|
5263
|
+
urReveal?: {
|
|
5264
|
+
programId: string;
|
|
5265
|
+
ccsUrl: string;
|
|
5266
|
+
} | undefined;
|
|
5128
5267
|
customRpcUrls?: string | undefined;
|
|
5129
5268
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
5130
5269
|
}>;
|
|
@@ -5155,6 +5294,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5155
5294
|
db?: string | undefined;
|
|
5156
5295
|
gasPaymentEnforcement?: string | ({
|
|
5157
5296
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
5297
|
+
feeToken?: string | undefined;
|
|
5158
5298
|
matchingList?: {
|
|
5159
5299
|
senderAddress?: string | string[] | undefined;
|
|
5160
5300
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5166,6 +5306,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5166
5306
|
} | {
|
|
5167
5307
|
payment: string | number;
|
|
5168
5308
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
5309
|
+
feeToken?: string | undefined;
|
|
5169
5310
|
matchingList?: {
|
|
5170
5311
|
senderAddress?: string | string[] | undefined;
|
|
5171
5312
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5176,6 +5317,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5176
5317
|
}[] | undefined;
|
|
5177
5318
|
} | {
|
|
5178
5319
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
5320
|
+
feeToken?: string | undefined;
|
|
5179
5321
|
matchingList?: {
|
|
5180
5322
|
senderAddress?: string | string[] | undefined;
|
|
5181
5323
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5386,6 +5528,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5386
5528
|
}[];
|
|
5387
5529
|
addressLookupTable: string;
|
|
5388
5530
|
}[] | undefined;
|
|
5531
|
+
urReveal?: {
|
|
5532
|
+
programId: string;
|
|
5533
|
+
ccsUrl: string;
|
|
5534
|
+
} | undefined;
|
|
5389
5535
|
customRpcUrls?: string | undefined;
|
|
5390
5536
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
5391
5537
|
}>;
|
|
@@ -5416,6 +5562,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5416
5562
|
db?: string | undefined;
|
|
5417
5563
|
gasPaymentEnforcement?: string | ({
|
|
5418
5564
|
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
5565
|
+
feeToken?: string | undefined;
|
|
5419
5566
|
matchingList?: {
|
|
5420
5567
|
senderAddress?: string | string[] | undefined;
|
|
5421
5568
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5427,6 +5574,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5427
5574
|
} | {
|
|
5428
5575
|
payment: string | number;
|
|
5429
5576
|
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
5577
|
+
feeToken?: string | undefined;
|
|
5430
5578
|
matchingList?: {
|
|
5431
5579
|
senderAddress?: string | string[] | undefined;
|
|
5432
5580
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5437,6 +5585,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5437
5585
|
}[] | undefined;
|
|
5438
5586
|
} | {
|
|
5439
5587
|
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
5588
|
+
feeToken?: string | undefined;
|
|
5440
5589
|
matchingList?: {
|
|
5441
5590
|
senderAddress?: string | string[] | undefined;
|
|
5442
5591
|
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
@@ -5497,111 +5646,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
5497
5646
|
relayApiRateLimitMaxRequests?: number | undefined;
|
|
5498
5647
|
relayApiRateLimitWindowSecs?: number | undefined;
|
|
5499
5648
|
relayApiCorsOrigins?: string | undefined;
|
|
5500
|
-
}
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
5505
|
-
availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
5506
|
-
status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
|
|
5507
|
-
reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
|
|
5508
|
-
}, "strip", z.ZodTypeAny, {
|
|
5509
|
-
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
5510
|
-
reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
|
|
5511
|
-
}, {
|
|
5512
|
-
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
5513
|
-
reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
|
|
5514
|
-
}>, z.ZodObject<{
|
|
5515
|
-
status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
|
|
5516
|
-
}, "strip", z.ZodTypeAny, {
|
|
5517
|
-
status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
|
|
5518
|
-
}, {
|
|
5519
|
-
status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
|
|
5520
|
-
}>]>>;
|
|
5521
|
-
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
5522
|
-
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5523
|
-
name: z.ZodString;
|
|
5524
|
-
url: z.ZodString;
|
|
5525
|
-
apiUrl: z.ZodString;
|
|
5526
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
5527
|
-
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
5528
|
-
}, "strip", z.ZodTypeAny, {
|
|
5529
|
-
name: string;
|
|
5530
|
-
url: string;
|
|
5531
|
-
apiUrl: string;
|
|
5532
|
-
apiKey?: string | undefined;
|
|
5533
|
-
family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
|
|
5534
|
-
}, {
|
|
5535
|
-
name: string;
|
|
5536
|
-
url: string;
|
|
5537
|
-
apiUrl: string;
|
|
5538
|
-
apiKey?: string | undefined;
|
|
5539
|
-
family?: string | undefined;
|
|
5540
|
-
}>, "many">>;
|
|
5541
|
-
blocks: z.ZodOptional<z.ZodObject<{
|
|
5542
|
-
confirmations: z.ZodNumber;
|
|
5543
|
-
reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
5544
|
-
estimateBlockTime: z.ZodOptional<z.ZodNumber>;
|
|
5545
|
-
}, "strip", z.ZodTypeAny, {
|
|
5546
|
-
confirmations: number;
|
|
5547
|
-
reorgPeriod?: string | number | undefined;
|
|
5548
|
-
estimateBlockTime?: number | undefined;
|
|
5549
|
-
}, {
|
|
5550
|
-
confirmations: number;
|
|
5551
|
-
reorgPeriod?: string | number | undefined;
|
|
5552
|
-
estimateBlockTime?: number | undefined;
|
|
5553
|
-
}>>;
|
|
5554
|
-
bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
|
|
5555
|
-
chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
5556
|
-
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
5557
|
-
deployer: z.ZodOptional<z.ZodObject<{
|
|
5558
|
-
name: z.ZodString;
|
|
5559
|
-
email: z.ZodOptional<z.ZodString>;
|
|
5560
|
-
url: z.ZodOptional<z.ZodString>;
|
|
5561
|
-
}, "strip", z.ZodTypeAny, {
|
|
5562
|
-
name: string;
|
|
5563
|
-
url?: string | undefined;
|
|
5564
|
-
email?: string | undefined;
|
|
5565
|
-
}, {
|
|
5566
|
-
name: string;
|
|
5567
|
-
url?: string | undefined;
|
|
5568
|
-
email?: string | undefined;
|
|
5569
|
-
}>>;
|
|
5570
|
-
displayName: z.ZodOptional<z.ZodString>;
|
|
5571
|
-
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
5572
|
-
domainId: z.ZodNumber;
|
|
5573
|
-
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
5574
|
-
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
5575
|
-
gnosisSafeApiKey: z.ZodOptional<z.ZodString>;
|
|
5576
|
-
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5577
|
-
http: z.ZodString;
|
|
5578
|
-
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
5579
|
-
webSocket: z.ZodOptional<z.ZodString>;
|
|
5580
|
-
pagination: z.ZodOptional<z.ZodObject<{
|
|
5581
|
-
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
5582
|
-
minBlockNumber: z.ZodOptional<z.ZodNumber>;
|
|
5583
|
-
maxBlockAge: z.ZodOptional<z.ZodNumber>;
|
|
5584
|
-
}, "strip", z.ZodTypeAny, {
|
|
5585
|
-
maxBlockRange?: number | undefined;
|
|
5586
|
-
minBlockNumber?: number | undefined;
|
|
5587
|
-
maxBlockAge?: number | undefined;
|
|
5588
|
-
}, {
|
|
5589
|
-
maxBlockRange?: number | undefined;
|
|
5590
|
-
minBlockNumber?: number | undefined;
|
|
5591
|
-
maxBlockAge?: number | undefined;
|
|
5592
|
-
}>>;
|
|
5593
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
5594
|
-
maxRequests: z.ZodNumber;
|
|
5595
|
-
baseRetryMs: z.ZodNumber;
|
|
5596
|
-
}, "strip", z.ZodTypeAny, {
|
|
5597
|
-
maxRequests: number;
|
|
5598
|
-
baseRetryMs: number;
|
|
5599
|
-
}, {
|
|
5600
|
-
maxRequests: number;
|
|
5601
|
-
baseRetryMs: number;
|
|
5602
|
-
}>>;
|
|
5603
|
-
public: z.ZodOptional<z.ZodBoolean>;
|
|
5604
|
-
}, "strip", z.ZodTypeAny, {
|
|
5649
|
+
}>, {
|
|
5650
|
+
chains: Record<string, {
|
|
5651
|
+
name: string;
|
|
5652
|
+
rpcUrls: {
|
|
5605
5653
|
http: string;
|
|
5606
5654
|
webSocket?: string | undefined;
|
|
5607
5655
|
public?: boolean | undefined;
|
|
@@ -5615,7 +5663,50 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5615
5663
|
maxRequests: number;
|
|
5616
5664
|
baseRetryMs: number;
|
|
5617
5665
|
} | undefined;
|
|
5618
|
-
}
|
|
5666
|
+
}[];
|
|
5667
|
+
chainId: string | number;
|
|
5668
|
+
domainId: number;
|
|
5669
|
+
protocol: ProtocolType;
|
|
5670
|
+
merkleTreeHook: string;
|
|
5671
|
+
interchainGasPaymaster: string;
|
|
5672
|
+
mailbox: string;
|
|
5673
|
+
validatorAnnounce: string;
|
|
5674
|
+
gasPrice?: {
|
|
5675
|
+
denom: string;
|
|
5676
|
+
amount: string;
|
|
5677
|
+
} | undefined;
|
|
5678
|
+
blockExplorers?: {
|
|
5679
|
+
name: string;
|
|
5680
|
+
url: string;
|
|
5681
|
+
apiUrl: string;
|
|
5682
|
+
apiKey?: string | undefined;
|
|
5683
|
+
family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
|
|
5684
|
+
}[] | undefined;
|
|
5685
|
+
availability?: {
|
|
5686
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
5687
|
+
reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
|
|
5688
|
+
} | {
|
|
5689
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
|
|
5690
|
+
} | undefined;
|
|
5691
|
+
bech32Prefix?: string | undefined;
|
|
5692
|
+
blocks?: {
|
|
5693
|
+
confirmations: number;
|
|
5694
|
+
reorgPeriod?: string | number | undefined;
|
|
5695
|
+
estimateBlockTime?: number | undefined;
|
|
5696
|
+
} | undefined;
|
|
5697
|
+
bypassBatchSimulation?: boolean | undefined;
|
|
5698
|
+
customGrpcUrls?: string | undefined;
|
|
5699
|
+
deployer?: {
|
|
5700
|
+
name: string;
|
|
5701
|
+
url?: string | undefined;
|
|
5702
|
+
email?: string | undefined;
|
|
5703
|
+
} | undefined;
|
|
5704
|
+
displayName?: string | undefined;
|
|
5705
|
+
displayNameShort?: string | undefined;
|
|
5706
|
+
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5707
|
+
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5708
|
+
gnosisSafeApiKey?: string | undefined;
|
|
5709
|
+
grpcUrls?: {
|
|
5619
5710
|
http: string;
|
|
5620
5711
|
webSocket?: string | undefined;
|
|
5621
5712
|
public?: boolean | undefined;
|
|
@@ -5629,56 +5720,21 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5629
5720
|
maxRequests: number;
|
|
5630
5721
|
baseRetryMs: number;
|
|
5631
5722
|
} | undefined;
|
|
5632
|
-
}
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
}, "strip", z.ZodTypeAny, {
|
|
5642
|
-
symbol: string;
|
|
5643
|
-
name: string;
|
|
5644
|
-
decimals: number;
|
|
5645
|
-
denom?: string | undefined;
|
|
5646
|
-
}, {
|
|
5723
|
+
}[] | undefined;
|
|
5724
|
+
index?: {
|
|
5725
|
+
from?: number | undefined;
|
|
5726
|
+
mode?: AgentIndexMode | undefined;
|
|
5727
|
+
chunk?: number | undefined;
|
|
5728
|
+
} | undefined;
|
|
5729
|
+
isTestnet?: boolean | undefined;
|
|
5730
|
+
logoURI?: string | undefined;
|
|
5731
|
+
nativeToken?: {
|
|
5647
5732
|
symbol: string;
|
|
5648
5733
|
name: string;
|
|
5649
5734
|
decimals: number;
|
|
5650
5735
|
denom?: string | undefined;
|
|
5651
|
-
}
|
|
5652
|
-
|
|
5653
|
-
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5654
|
-
http: z.ZodString;
|
|
5655
|
-
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
5656
|
-
webSocket: z.ZodOptional<z.ZodString>;
|
|
5657
|
-
pagination: z.ZodOptional<z.ZodObject<{
|
|
5658
|
-
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
5659
|
-
minBlockNumber: z.ZodOptional<z.ZodNumber>;
|
|
5660
|
-
maxBlockAge: z.ZodOptional<z.ZodNumber>;
|
|
5661
|
-
}, "strip", z.ZodTypeAny, {
|
|
5662
|
-
maxBlockRange?: number | undefined;
|
|
5663
|
-
minBlockNumber?: number | undefined;
|
|
5664
|
-
maxBlockAge?: number | undefined;
|
|
5665
|
-
}, {
|
|
5666
|
-
maxBlockRange?: number | undefined;
|
|
5667
|
-
minBlockNumber?: number | undefined;
|
|
5668
|
-
maxBlockAge?: number | undefined;
|
|
5669
|
-
}>>;
|
|
5670
|
-
retry: z.ZodOptional<z.ZodObject<{
|
|
5671
|
-
maxRequests: z.ZodNumber;
|
|
5672
|
-
baseRetryMs: z.ZodNumber;
|
|
5673
|
-
}, "strip", z.ZodTypeAny, {
|
|
5674
|
-
maxRequests: number;
|
|
5675
|
-
baseRetryMs: number;
|
|
5676
|
-
}, {
|
|
5677
|
-
maxRequests: number;
|
|
5678
|
-
baseRetryMs: number;
|
|
5679
|
-
}>>;
|
|
5680
|
-
public: z.ZodOptional<z.ZodBoolean>;
|
|
5681
|
-
}, "strip", z.ZodTypeAny, {
|
|
5736
|
+
} | undefined;
|
|
5737
|
+
restUrls?: {
|
|
5682
5738
|
http: string;
|
|
5683
5739
|
webSocket?: string | undefined;
|
|
5684
5740
|
public?: boolean | undefined;
|
|
@@ -5692,17 +5748,646 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5692
5748
|
maxRequests: number;
|
|
5693
5749
|
baseRetryMs: number;
|
|
5694
5750
|
} | undefined;
|
|
5695
|
-
}
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5751
|
+
}[] | undefined;
|
|
5752
|
+
slip44?: number | undefined;
|
|
5753
|
+
technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
|
|
5754
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5755
|
+
signer?: {
|
|
5756
|
+
key: string;
|
|
5757
|
+
type?: AgentSignerKeyType.Hex | undefined;
|
|
5758
|
+
} | {
|
|
5759
|
+
id: string;
|
|
5760
|
+
region: string;
|
|
5761
|
+
type?: AgentSignerKeyType.Aws | undefined;
|
|
5762
|
+
} | {
|
|
5763
|
+
type: AgentSignerKeyType.Cosmos;
|
|
5764
|
+
key: string;
|
|
5765
|
+
prefix: string;
|
|
5766
|
+
} | {
|
|
5767
|
+
type: AgentSignerKeyType.Radix;
|
|
5768
|
+
key: string;
|
|
5769
|
+
suffix: string;
|
|
5770
|
+
} | {
|
|
5771
|
+
type: AgentSignerKeyType.Node;
|
|
5772
|
+
} | undefined;
|
|
5773
|
+
interchainSecurityModule?: string | undefined;
|
|
5774
|
+
canonicalAsset?: string | undefined;
|
|
5775
|
+
contractAddressBytes?: number | undefined;
|
|
5776
|
+
priorityFeeOracle?: {
|
|
5777
|
+
type: AgentSealevelPriorityFeeOracleType.Helius;
|
|
5778
|
+
url: string;
|
|
5779
|
+
feeLevel: AgentSealevelHeliusFeeLevel;
|
|
5780
|
+
} | {
|
|
5781
|
+
type: AgentSealevelPriorityFeeOracleType.Constant;
|
|
5782
|
+
fee: string | number;
|
|
5783
|
+
} | undefined;
|
|
5784
|
+
transactionSubmitter?: {
|
|
5785
|
+
type: AgentSealevelTransactionSubmitterType;
|
|
5786
|
+
url?: string | undefined;
|
|
5787
|
+
} | undefined;
|
|
5788
|
+
processAltOverrides?: string | {
|
|
5789
|
+
matchingList: {
|
|
5790
|
+
senderAddress?: string | string[] | undefined;
|
|
5791
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5792
|
+
messageId?: string | string[] | undefined;
|
|
5793
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5794
|
+
recipientAddress?: string | string[] | undefined;
|
|
5795
|
+
bodyRegex?: string | undefined;
|
|
5796
|
+
}[];
|
|
5797
|
+
addressLookupTable: string;
|
|
5798
|
+
}[] | undefined;
|
|
5799
|
+
urReveal?: {
|
|
5800
|
+
programId: string;
|
|
5801
|
+
ccsUrl: string;
|
|
5802
|
+
} | undefined;
|
|
5803
|
+
customRpcUrls?: string | undefined;
|
|
5804
|
+
rpcConsensusType?: RpcConsensusType | undefined;
|
|
5805
|
+
}>;
|
|
5806
|
+
relayChains: string;
|
|
5807
|
+
log?: {
|
|
5808
|
+
format?: AgentLogFormat | undefined;
|
|
5809
|
+
level?: AgentLogLevel | undefined;
|
|
5810
|
+
} | undefined;
|
|
5811
|
+
metricsPort?: number | undefined;
|
|
5812
|
+
defaultSigner?: {
|
|
5813
|
+
key: string;
|
|
5814
|
+
type?: AgentSignerKeyType.Hex | undefined;
|
|
5815
|
+
} | {
|
|
5816
|
+
id: string;
|
|
5817
|
+
region: string;
|
|
5818
|
+
type?: AgentSignerKeyType.Aws | undefined;
|
|
5819
|
+
} | {
|
|
5820
|
+
type: AgentSignerKeyType.Cosmos;
|
|
5821
|
+
key: string;
|
|
5822
|
+
prefix: string;
|
|
5823
|
+
} | {
|
|
5824
|
+
type: AgentSignerKeyType.Radix;
|
|
5825
|
+
key: string;
|
|
5826
|
+
suffix: string;
|
|
5827
|
+
} | {
|
|
5828
|
+
type: AgentSignerKeyType.Node;
|
|
5829
|
+
} | undefined;
|
|
5830
|
+
db?: string | undefined;
|
|
5831
|
+
gasPaymentEnforcement?: string | ({
|
|
5832
|
+
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
5833
|
+
feeToken?: string | undefined;
|
|
5834
|
+
matchingList?: {
|
|
5835
|
+
senderAddress?: string | string[] | undefined;
|
|
5836
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5837
|
+
messageId?: string | string[] | undefined;
|
|
5838
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5839
|
+
recipientAddress?: string | string[] | undefined;
|
|
5840
|
+
bodyRegex?: string | undefined;
|
|
5841
|
+
}[] | undefined;
|
|
5842
|
+
} | {
|
|
5843
|
+
payment: string | number;
|
|
5844
|
+
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
5845
|
+
feeToken?: string | undefined;
|
|
5846
|
+
matchingList?: {
|
|
5847
|
+
senderAddress?: string | string[] | undefined;
|
|
5848
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5849
|
+
messageId?: string | string[] | undefined;
|
|
5850
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5851
|
+
recipientAddress?: string | string[] | undefined;
|
|
5852
|
+
bodyRegex?: string | undefined;
|
|
5853
|
+
}[] | undefined;
|
|
5854
|
+
} | {
|
|
5855
|
+
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
5856
|
+
feeToken?: string | undefined;
|
|
5857
|
+
matchingList?: {
|
|
5858
|
+
senderAddress?: string | string[] | undefined;
|
|
5859
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5860
|
+
messageId?: string | string[] | undefined;
|
|
5861
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5862
|
+
recipientAddress?: string | string[] | undefined;
|
|
5863
|
+
bodyRegex?: string | undefined;
|
|
5864
|
+
}[] | undefined;
|
|
5865
|
+
gasFraction?: string | undefined;
|
|
5866
|
+
})[] | undefined;
|
|
5867
|
+
whitelist?: string | {
|
|
5868
|
+
senderAddress?: string | string[] | undefined;
|
|
5869
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5870
|
+
messageId?: string | string[] | undefined;
|
|
5871
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5872
|
+
recipientAddress?: string | string[] | undefined;
|
|
5873
|
+
bodyRegex?: string | undefined;
|
|
5874
|
+
}[] | undefined;
|
|
5875
|
+
blacklist?: string | {
|
|
5876
|
+
senderAddress?: string | string[] | undefined;
|
|
5877
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5878
|
+
messageId?: string | string[] | undefined;
|
|
5879
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5880
|
+
recipientAddress?: string | string[] | undefined;
|
|
5881
|
+
bodyRegex?: string | undefined;
|
|
5882
|
+
}[] | undefined;
|
|
5883
|
+
addressBlacklist?: string | undefined;
|
|
5884
|
+
transactionGasLimit?: string | number | undefined;
|
|
5885
|
+
skipTransactionGasLimitFor?: string | undefined;
|
|
5886
|
+
allowLocalCheckpointSyncers?: boolean | undefined;
|
|
5887
|
+
metricAppContexts?: string | {
|
|
5888
|
+
name: string;
|
|
5889
|
+
matchingList: {
|
|
5890
|
+
senderAddress?: string | string[] | undefined;
|
|
5891
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5892
|
+
messageId?: string | string[] | undefined;
|
|
5893
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
5894
|
+
recipientAddress?: string | string[] | undefined;
|
|
5895
|
+
bodyRegex?: string | undefined;
|
|
5896
|
+
}[];
|
|
5897
|
+
}[] | undefined;
|
|
5898
|
+
ismCacheConfigs?: string | {
|
|
5899
|
+
selector: {
|
|
5900
|
+
type: IsmCacheSelectorType.DefaultIsm;
|
|
5901
|
+
} | {
|
|
5902
|
+
type: IsmCacheSelectorType.AppContext;
|
|
5903
|
+
context: string;
|
|
5904
|
+
};
|
|
5905
|
+
moduleTypes: ModuleType[];
|
|
5906
|
+
cachePolicy: IsmCachePolicy;
|
|
5907
|
+
chains?: string[] | undefined;
|
|
5908
|
+
}[] | undefined;
|
|
5909
|
+
allowContractCallCaching?: boolean | undefined;
|
|
5910
|
+
txIdIndexingEnabled?: boolean | undefined;
|
|
5911
|
+
igpIndexingEnabled?: boolean | undefined;
|
|
5912
|
+
relayApiEnabled?: boolean | undefined;
|
|
5913
|
+
relayApiPort?: number | undefined;
|
|
5914
|
+
relayApiRateLimitMaxRequests?: number | undefined;
|
|
5915
|
+
relayApiRateLimitWindowSecs?: number | undefined;
|
|
5916
|
+
relayApiCorsOrigins?: string | undefined;
|
|
5917
|
+
}, {
|
|
5918
|
+
chains: Record<string, {
|
|
5919
|
+
name: string;
|
|
5920
|
+
rpcUrls: {
|
|
5921
|
+
http: string;
|
|
5922
|
+
webSocket?: string | undefined;
|
|
5923
|
+
public?: boolean | undefined;
|
|
5924
|
+
concurrency?: number | undefined;
|
|
5925
|
+
pagination?: {
|
|
5926
|
+
maxBlockRange?: number | undefined;
|
|
5927
|
+
minBlockNumber?: number | undefined;
|
|
5928
|
+
maxBlockAge?: number | undefined;
|
|
5929
|
+
} | undefined;
|
|
5930
|
+
retry?: {
|
|
5931
|
+
maxRequests: number;
|
|
5932
|
+
baseRetryMs: number;
|
|
5933
|
+
} | undefined;
|
|
5934
|
+
}[];
|
|
5935
|
+
chainId: string | number;
|
|
5936
|
+
domainId: number;
|
|
5937
|
+
protocol: string;
|
|
5938
|
+
merkleTreeHook: string;
|
|
5939
|
+
interchainGasPaymaster: string;
|
|
5940
|
+
mailbox: string;
|
|
5941
|
+
validatorAnnounce: string;
|
|
5942
|
+
gasPrice?: {
|
|
5943
|
+
denom: string;
|
|
5944
|
+
amount: string;
|
|
5945
|
+
} | undefined;
|
|
5946
|
+
blockExplorers?: {
|
|
5947
|
+
name: string;
|
|
5948
|
+
url: string;
|
|
5949
|
+
apiUrl: string;
|
|
5950
|
+
apiKey?: string | undefined;
|
|
5951
|
+
family?: string | undefined;
|
|
5952
|
+
}[] | undefined;
|
|
5953
|
+
availability?: {
|
|
5954
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
5955
|
+
reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
|
|
5956
|
+
} | {
|
|
5957
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
|
|
5958
|
+
} | undefined;
|
|
5959
|
+
bech32Prefix?: string | undefined;
|
|
5960
|
+
blocks?: {
|
|
5961
|
+
confirmations: number;
|
|
5962
|
+
reorgPeriod?: string | number | undefined;
|
|
5963
|
+
estimateBlockTime?: number | undefined;
|
|
5964
|
+
} | undefined;
|
|
5965
|
+
bypassBatchSimulation?: boolean | undefined;
|
|
5966
|
+
customGrpcUrls?: string | undefined;
|
|
5967
|
+
deployer?: {
|
|
5968
|
+
name: string;
|
|
5969
|
+
url?: string | undefined;
|
|
5970
|
+
email?: string | undefined;
|
|
5971
|
+
} | undefined;
|
|
5972
|
+
displayName?: string | undefined;
|
|
5973
|
+
displayNameShort?: string | undefined;
|
|
5974
|
+
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5975
|
+
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5976
|
+
gnosisSafeApiKey?: string | undefined;
|
|
5977
|
+
grpcUrls?: {
|
|
5978
|
+
http: string;
|
|
5979
|
+
webSocket?: string | undefined;
|
|
5980
|
+
public?: boolean | undefined;
|
|
5981
|
+
concurrency?: number | undefined;
|
|
5982
|
+
pagination?: {
|
|
5983
|
+
maxBlockRange?: number | undefined;
|
|
5984
|
+
minBlockNumber?: number | undefined;
|
|
5985
|
+
maxBlockAge?: number | undefined;
|
|
5986
|
+
} | undefined;
|
|
5987
|
+
retry?: {
|
|
5988
|
+
maxRequests: number;
|
|
5989
|
+
baseRetryMs: number;
|
|
5990
|
+
} | undefined;
|
|
5991
|
+
}[] | undefined;
|
|
5992
|
+
index?: {
|
|
5993
|
+
from?: number | undefined;
|
|
5994
|
+
mode?: AgentIndexMode | undefined;
|
|
5995
|
+
chunk?: number | undefined;
|
|
5996
|
+
} | undefined;
|
|
5997
|
+
isTestnet?: boolean | undefined;
|
|
5998
|
+
logoURI?: string | undefined;
|
|
5999
|
+
nativeToken?: {
|
|
6000
|
+
symbol: string;
|
|
6001
|
+
name: string;
|
|
6002
|
+
decimals: number;
|
|
6003
|
+
denom?: string | undefined;
|
|
6004
|
+
} | undefined;
|
|
6005
|
+
restUrls?: {
|
|
6006
|
+
http: string;
|
|
6007
|
+
webSocket?: string | undefined;
|
|
6008
|
+
public?: boolean | undefined;
|
|
6009
|
+
concurrency?: number | undefined;
|
|
6010
|
+
pagination?: {
|
|
6011
|
+
maxBlockRange?: number | undefined;
|
|
6012
|
+
minBlockNumber?: number | undefined;
|
|
6013
|
+
maxBlockAge?: number | undefined;
|
|
6014
|
+
} | undefined;
|
|
6015
|
+
retry?: {
|
|
6016
|
+
maxRequests: number;
|
|
6017
|
+
baseRetryMs: number;
|
|
6018
|
+
} | undefined;
|
|
6019
|
+
}[] | undefined;
|
|
6020
|
+
slip44?: number | undefined;
|
|
6021
|
+
technicalStack?: string | undefined;
|
|
6022
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
6023
|
+
signer?: {
|
|
6024
|
+
key: string;
|
|
6025
|
+
type?: AgentSignerKeyType.Hex | undefined;
|
|
6026
|
+
} | {
|
|
6027
|
+
id: string;
|
|
6028
|
+
region: string;
|
|
6029
|
+
type?: AgentSignerKeyType.Aws | undefined;
|
|
6030
|
+
} | {
|
|
6031
|
+
type: AgentSignerKeyType.Cosmos;
|
|
6032
|
+
key: string;
|
|
6033
|
+
prefix: string;
|
|
6034
|
+
} | {
|
|
6035
|
+
type: AgentSignerKeyType.Radix;
|
|
6036
|
+
key: string;
|
|
6037
|
+
suffix: string;
|
|
6038
|
+
} | {
|
|
6039
|
+
type: AgentSignerKeyType.Node;
|
|
6040
|
+
} | undefined;
|
|
6041
|
+
interchainSecurityModule?: string | undefined;
|
|
6042
|
+
canonicalAsset?: string | undefined;
|
|
6043
|
+
contractAddressBytes?: number | undefined;
|
|
6044
|
+
priorityFeeOracle?: {
|
|
6045
|
+
type: AgentSealevelPriorityFeeOracleType.Helius;
|
|
6046
|
+
url: string;
|
|
6047
|
+
feeLevel: AgentSealevelHeliusFeeLevel;
|
|
6048
|
+
} | {
|
|
6049
|
+
type: AgentSealevelPriorityFeeOracleType.Constant;
|
|
6050
|
+
fee: string | number;
|
|
6051
|
+
} | undefined;
|
|
6052
|
+
transactionSubmitter?: {
|
|
6053
|
+
type: AgentSealevelTransactionSubmitterType;
|
|
6054
|
+
url?: string | undefined;
|
|
6055
|
+
} | undefined;
|
|
6056
|
+
processAltOverrides?: string | {
|
|
6057
|
+
matchingList: {
|
|
6058
|
+
senderAddress?: string | string[] | undefined;
|
|
6059
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6060
|
+
messageId?: string | string[] | undefined;
|
|
6061
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6062
|
+
recipientAddress?: string | string[] | undefined;
|
|
6063
|
+
bodyRegex?: string | undefined;
|
|
6064
|
+
}[];
|
|
6065
|
+
addressLookupTable: string;
|
|
6066
|
+
}[] | undefined;
|
|
6067
|
+
urReveal?: {
|
|
6068
|
+
programId: string;
|
|
6069
|
+
ccsUrl: string;
|
|
6070
|
+
} | undefined;
|
|
6071
|
+
customRpcUrls?: string | undefined;
|
|
6072
|
+
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6073
|
+
}>;
|
|
6074
|
+
relayChains: string;
|
|
6075
|
+
log?: {
|
|
6076
|
+
format?: AgentLogFormat | undefined;
|
|
6077
|
+
level?: AgentLogLevel | undefined;
|
|
6078
|
+
} | undefined;
|
|
6079
|
+
metricsPort?: number | undefined;
|
|
6080
|
+
defaultSigner?: {
|
|
6081
|
+
key: string;
|
|
6082
|
+
type?: AgentSignerKeyType.Hex | undefined;
|
|
6083
|
+
} | {
|
|
6084
|
+
id: string;
|
|
6085
|
+
region: string;
|
|
6086
|
+
type?: AgentSignerKeyType.Aws | undefined;
|
|
6087
|
+
} | {
|
|
6088
|
+
type: AgentSignerKeyType.Cosmos;
|
|
6089
|
+
key: string;
|
|
6090
|
+
prefix: string;
|
|
6091
|
+
} | {
|
|
6092
|
+
type: AgentSignerKeyType.Radix;
|
|
6093
|
+
key: string;
|
|
6094
|
+
suffix: string;
|
|
6095
|
+
} | {
|
|
6096
|
+
type: AgentSignerKeyType.Node;
|
|
6097
|
+
} | undefined;
|
|
6098
|
+
db?: string | undefined;
|
|
6099
|
+
gasPaymentEnforcement?: string | ({
|
|
6100
|
+
type?: GasPaymentEnforcementPolicyType.None | undefined;
|
|
6101
|
+
feeToken?: string | undefined;
|
|
6102
|
+
matchingList?: {
|
|
6103
|
+
senderAddress?: string | string[] | undefined;
|
|
6104
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6105
|
+
messageId?: string | string[] | undefined;
|
|
6106
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6107
|
+
recipientAddress?: string | string[] | undefined;
|
|
6108
|
+
bodyRegex?: string | undefined;
|
|
6109
|
+
}[] | undefined;
|
|
6110
|
+
} | {
|
|
6111
|
+
payment: string | number;
|
|
6112
|
+
type?: GasPaymentEnforcementPolicyType.Minimum | undefined;
|
|
6113
|
+
feeToken?: string | undefined;
|
|
6114
|
+
matchingList?: {
|
|
6115
|
+
senderAddress?: string | string[] | undefined;
|
|
6116
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6117
|
+
messageId?: string | string[] | undefined;
|
|
6118
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6119
|
+
recipientAddress?: string | string[] | undefined;
|
|
6120
|
+
bodyRegex?: string | undefined;
|
|
6121
|
+
}[] | undefined;
|
|
6122
|
+
} | {
|
|
6123
|
+
type: GasPaymentEnforcementPolicyType.OnChainFeeQuoting;
|
|
6124
|
+
feeToken?: string | undefined;
|
|
6125
|
+
matchingList?: {
|
|
6126
|
+
senderAddress?: string | string[] | undefined;
|
|
6127
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6128
|
+
messageId?: string | string[] | undefined;
|
|
6129
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6130
|
+
recipientAddress?: string | string[] | undefined;
|
|
6131
|
+
bodyRegex?: string | undefined;
|
|
6132
|
+
}[] | undefined;
|
|
6133
|
+
gasFraction?: string | undefined;
|
|
6134
|
+
})[] | undefined;
|
|
6135
|
+
whitelist?: string | {
|
|
6136
|
+
senderAddress?: string | string[] | undefined;
|
|
6137
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6138
|
+
messageId?: string | string[] | undefined;
|
|
6139
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6140
|
+
recipientAddress?: string | string[] | undefined;
|
|
6141
|
+
bodyRegex?: string | undefined;
|
|
6142
|
+
}[] | undefined;
|
|
6143
|
+
blacklist?: string | {
|
|
6144
|
+
senderAddress?: string | string[] | undefined;
|
|
6145
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6146
|
+
messageId?: string | string[] | undefined;
|
|
6147
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6148
|
+
recipientAddress?: string | string[] | undefined;
|
|
6149
|
+
bodyRegex?: string | undefined;
|
|
6150
|
+
}[] | undefined;
|
|
6151
|
+
addressBlacklist?: string | undefined;
|
|
6152
|
+
transactionGasLimit?: string | number | undefined;
|
|
6153
|
+
skipTransactionGasLimitFor?: string | undefined;
|
|
6154
|
+
allowLocalCheckpointSyncers?: boolean | undefined;
|
|
6155
|
+
metricAppContexts?: string | {
|
|
6156
|
+
name: string;
|
|
6157
|
+
matchingList: {
|
|
6158
|
+
senderAddress?: string | string[] | undefined;
|
|
6159
|
+
destinationDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6160
|
+
messageId?: string | string[] | undefined;
|
|
6161
|
+
originDomain?: number | "*" | [number, ...number[]] | undefined;
|
|
6162
|
+
recipientAddress?: string | string[] | undefined;
|
|
6163
|
+
bodyRegex?: string | undefined;
|
|
6164
|
+
}[];
|
|
6165
|
+
}[] | undefined;
|
|
6166
|
+
ismCacheConfigs?: string | {
|
|
6167
|
+
selector: {
|
|
6168
|
+
type: IsmCacheSelectorType.DefaultIsm;
|
|
6169
|
+
} | {
|
|
6170
|
+
type: IsmCacheSelectorType.AppContext;
|
|
6171
|
+
context: string;
|
|
6172
|
+
};
|
|
6173
|
+
moduleTypes: ModuleType[];
|
|
6174
|
+
cachePolicy: IsmCachePolicy;
|
|
6175
|
+
chains?: string[] | undefined;
|
|
6176
|
+
}[] | undefined;
|
|
6177
|
+
allowContractCallCaching?: boolean | undefined;
|
|
6178
|
+
txIdIndexingEnabled?: boolean | undefined;
|
|
6179
|
+
igpIndexingEnabled?: boolean | undefined;
|
|
6180
|
+
relayApiEnabled?: boolean | undefined;
|
|
6181
|
+
relayApiPort?: number | undefined;
|
|
6182
|
+
relayApiRateLimitMaxRequests?: number | undefined;
|
|
6183
|
+
relayApiRateLimitWindowSecs?: number | undefined;
|
|
6184
|
+
relayApiCorsOrigins?: string | undefined;
|
|
6185
|
+
}>;
|
|
6186
|
+
export type RelayerConfig = z.infer<typeof RelayerAgentConfigSchema>;
|
|
6187
|
+
export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
6188
|
+
metricsPort: z.ZodOptional<z.ZodNumber>;
|
|
6189
|
+
chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
6190
|
+
availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
6191
|
+
status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
|
|
6192
|
+
reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
|
|
6193
|
+
}, "strip", z.ZodTypeAny, {
|
|
6194
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
6195
|
+
reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
|
|
6196
|
+
}, {
|
|
6197
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
|
|
6198
|
+
reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
|
|
6199
|
+
}>, z.ZodObject<{
|
|
6200
|
+
status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
|
|
6201
|
+
}, "strip", z.ZodTypeAny, {
|
|
6202
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
|
|
6203
|
+
}, {
|
|
6204
|
+
status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
|
|
6205
|
+
}>]>>;
|
|
6206
|
+
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
6207
|
+
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6208
|
+
name: z.ZodString;
|
|
6209
|
+
url: z.ZodString;
|
|
6210
|
+
apiUrl: z.ZodString;
|
|
6211
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
6212
|
+
family: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>, z.ZodString]>, import("@hyperlane-xyz/sdk").ExplorerFamily, string>>;
|
|
6213
|
+
}, "strip", z.ZodTypeAny, {
|
|
6214
|
+
name: string;
|
|
6215
|
+
url: string;
|
|
6216
|
+
apiUrl: string;
|
|
6217
|
+
apiKey?: string | undefined;
|
|
6218
|
+
family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
|
|
6219
|
+
}, {
|
|
6220
|
+
name: string;
|
|
6221
|
+
url: string;
|
|
6222
|
+
apiUrl: string;
|
|
6223
|
+
apiKey?: string | undefined;
|
|
6224
|
+
family?: string | undefined;
|
|
6225
|
+
}>, "many">>;
|
|
6226
|
+
blocks: z.ZodOptional<z.ZodObject<{
|
|
6227
|
+
confirmations: z.ZodNumber;
|
|
6228
|
+
reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
6229
|
+
estimateBlockTime: z.ZodOptional<z.ZodNumber>;
|
|
6230
|
+
}, "strip", z.ZodTypeAny, {
|
|
6231
|
+
confirmations: number;
|
|
6232
|
+
reorgPeriod?: string | number | undefined;
|
|
6233
|
+
estimateBlockTime?: number | undefined;
|
|
6234
|
+
}, {
|
|
6235
|
+
confirmations: number;
|
|
6236
|
+
reorgPeriod?: string | number | undefined;
|
|
6237
|
+
estimateBlockTime?: number | undefined;
|
|
6238
|
+
}>>;
|
|
6239
|
+
bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
|
|
6240
|
+
chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
6241
|
+
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
6242
|
+
deployer: z.ZodOptional<z.ZodObject<{
|
|
6243
|
+
name: z.ZodString;
|
|
6244
|
+
email: z.ZodOptional<z.ZodString>;
|
|
6245
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6246
|
+
}, "strip", z.ZodTypeAny, {
|
|
6247
|
+
name: string;
|
|
6248
|
+
url?: string | undefined;
|
|
6249
|
+
email?: string | undefined;
|
|
6250
|
+
}, {
|
|
6251
|
+
name: string;
|
|
6252
|
+
url?: string | undefined;
|
|
6253
|
+
email?: string | undefined;
|
|
6254
|
+
}>>;
|
|
6255
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
6256
|
+
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
6257
|
+
domainId: z.ZodNumber;
|
|
6258
|
+
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
6259
|
+
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
6260
|
+
gnosisSafeApiKey: z.ZodOptional<z.ZodString>;
|
|
6261
|
+
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6262
|
+
http: z.ZodString;
|
|
6263
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
6264
|
+
webSocket: z.ZodOptional<z.ZodString>;
|
|
6265
|
+
pagination: z.ZodOptional<z.ZodObject<{
|
|
6266
|
+
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
6267
|
+
minBlockNumber: z.ZodOptional<z.ZodNumber>;
|
|
6268
|
+
maxBlockAge: z.ZodOptional<z.ZodNumber>;
|
|
6269
|
+
}, "strip", z.ZodTypeAny, {
|
|
6270
|
+
maxBlockRange?: number | undefined;
|
|
6271
|
+
minBlockNumber?: number | undefined;
|
|
6272
|
+
maxBlockAge?: number | undefined;
|
|
6273
|
+
}, {
|
|
6274
|
+
maxBlockRange?: number | undefined;
|
|
6275
|
+
minBlockNumber?: number | undefined;
|
|
6276
|
+
maxBlockAge?: number | undefined;
|
|
6277
|
+
}>>;
|
|
6278
|
+
retry: z.ZodOptional<z.ZodObject<{
|
|
6279
|
+
maxRequests: z.ZodNumber;
|
|
6280
|
+
baseRetryMs: z.ZodNumber;
|
|
6281
|
+
}, "strip", z.ZodTypeAny, {
|
|
6282
|
+
maxRequests: number;
|
|
6283
|
+
baseRetryMs: number;
|
|
6284
|
+
}, {
|
|
6285
|
+
maxRequests: number;
|
|
6286
|
+
baseRetryMs: number;
|
|
6287
|
+
}>>;
|
|
6288
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
6289
|
+
}, "strip", z.ZodTypeAny, {
|
|
6290
|
+
http: string;
|
|
6291
|
+
webSocket?: string | undefined;
|
|
6292
|
+
public?: boolean | undefined;
|
|
6293
|
+
concurrency?: number | undefined;
|
|
6294
|
+
pagination?: {
|
|
6295
|
+
maxBlockRange?: number | undefined;
|
|
6296
|
+
minBlockNumber?: number | undefined;
|
|
6297
|
+
maxBlockAge?: number | undefined;
|
|
6298
|
+
} | undefined;
|
|
6299
|
+
retry?: {
|
|
6300
|
+
maxRequests: number;
|
|
6301
|
+
baseRetryMs: number;
|
|
6302
|
+
} | undefined;
|
|
6303
|
+
}, {
|
|
6304
|
+
http: string;
|
|
6305
|
+
webSocket?: string | undefined;
|
|
6306
|
+
public?: boolean | undefined;
|
|
6307
|
+
concurrency?: number | undefined;
|
|
6308
|
+
pagination?: {
|
|
6309
|
+
maxBlockRange?: number | undefined;
|
|
6310
|
+
minBlockNumber?: number | undefined;
|
|
6311
|
+
maxBlockAge?: number | undefined;
|
|
6312
|
+
} | undefined;
|
|
6313
|
+
retry?: {
|
|
6314
|
+
maxRequests: number;
|
|
6315
|
+
baseRetryMs: number;
|
|
6316
|
+
} | undefined;
|
|
6317
|
+
}>, "many">>;
|
|
6318
|
+
isTestnet: z.ZodOptional<z.ZodBoolean>;
|
|
6319
|
+
logoURI: z.ZodOptional<z.ZodString>;
|
|
6320
|
+
name: z.ZodString;
|
|
6321
|
+
nativeToken: z.ZodOptional<z.ZodObject<{
|
|
6322
|
+
name: z.ZodString;
|
|
6323
|
+
symbol: z.ZodString;
|
|
6324
|
+
decimals: z.ZodNumber;
|
|
6325
|
+
denom: z.ZodOptional<z.ZodString>;
|
|
6326
|
+
}, "strip", z.ZodTypeAny, {
|
|
6327
|
+
symbol: string;
|
|
6328
|
+
name: string;
|
|
6329
|
+
decimals: number;
|
|
6330
|
+
denom?: string | undefined;
|
|
6331
|
+
}, {
|
|
6332
|
+
symbol: string;
|
|
6333
|
+
name: string;
|
|
6334
|
+
decimals: number;
|
|
6335
|
+
denom?: string | undefined;
|
|
6336
|
+
}>>;
|
|
6337
|
+
protocol: z.ZodEffects<z.ZodUnion<[z.ZodNativeEnum<typeof ProtocolType>, z.ZodString]>, ProtocolType, string>;
|
|
6338
|
+
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6339
|
+
http: z.ZodString;
|
|
6340
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
6341
|
+
webSocket: z.ZodOptional<z.ZodString>;
|
|
6342
|
+
pagination: z.ZodOptional<z.ZodObject<{
|
|
6343
|
+
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
6344
|
+
minBlockNumber: z.ZodOptional<z.ZodNumber>;
|
|
6345
|
+
maxBlockAge: z.ZodOptional<z.ZodNumber>;
|
|
6346
|
+
}, "strip", z.ZodTypeAny, {
|
|
6347
|
+
maxBlockRange?: number | undefined;
|
|
6348
|
+
minBlockNumber?: number | undefined;
|
|
6349
|
+
maxBlockAge?: number | undefined;
|
|
6350
|
+
}, {
|
|
6351
|
+
maxBlockRange?: number | undefined;
|
|
6352
|
+
minBlockNumber?: number | undefined;
|
|
6353
|
+
maxBlockAge?: number | undefined;
|
|
6354
|
+
}>>;
|
|
6355
|
+
retry: z.ZodOptional<z.ZodObject<{
|
|
6356
|
+
maxRequests: z.ZodNumber;
|
|
6357
|
+
baseRetryMs: z.ZodNumber;
|
|
6358
|
+
}, "strip", z.ZodTypeAny, {
|
|
6359
|
+
maxRequests: number;
|
|
6360
|
+
baseRetryMs: number;
|
|
6361
|
+
}, {
|
|
6362
|
+
maxRequests: number;
|
|
6363
|
+
baseRetryMs: number;
|
|
6364
|
+
}>>;
|
|
6365
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
6366
|
+
}, "strip", z.ZodTypeAny, {
|
|
6367
|
+
http: string;
|
|
6368
|
+
webSocket?: string | undefined;
|
|
6369
|
+
public?: boolean | undefined;
|
|
6370
|
+
concurrency?: number | undefined;
|
|
6371
|
+
pagination?: {
|
|
6372
|
+
maxBlockRange?: number | undefined;
|
|
6373
|
+
minBlockNumber?: number | undefined;
|
|
6374
|
+
maxBlockAge?: number | undefined;
|
|
6375
|
+
} | undefined;
|
|
6376
|
+
retry?: {
|
|
6377
|
+
maxRequests: number;
|
|
6378
|
+
baseRetryMs: number;
|
|
6379
|
+
} | undefined;
|
|
6380
|
+
}, {
|
|
6381
|
+
http: string;
|
|
6382
|
+
webSocket?: string | undefined;
|
|
6383
|
+
public?: boolean | undefined;
|
|
6384
|
+
concurrency?: number | undefined;
|
|
6385
|
+
pagination?: {
|
|
6386
|
+
maxBlockRange?: number | undefined;
|
|
6387
|
+
minBlockNumber?: number | undefined;
|
|
6388
|
+
maxBlockAge?: number | undefined;
|
|
6389
|
+
} | undefined;
|
|
6390
|
+
retry?: {
|
|
5706
6391
|
maxRequests: number;
|
|
5707
6392
|
baseRetryMs: number;
|
|
5708
6393
|
} | undefined;
|
|
@@ -5930,6 +6615,16 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5930
6615
|
}[];
|
|
5931
6616
|
addressLookupTable: string;
|
|
5932
6617
|
}>, "many">, z.ZodString]>>>;
|
|
6618
|
+
urReveal: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6619
|
+
ccsUrl: z.ZodString;
|
|
6620
|
+
programId: z.ZodEffects<z.ZodString, string, string>;
|
|
6621
|
+
}, "strip", z.ZodTypeAny, {
|
|
6622
|
+
programId: string;
|
|
6623
|
+
ccsUrl: string;
|
|
6624
|
+
}, {
|
|
6625
|
+
programId: string;
|
|
6626
|
+
ccsUrl: string;
|
|
6627
|
+
}>>>;
|
|
5933
6628
|
}, "strip", z.ZodTypeAny, {
|
|
5934
6629
|
name: string;
|
|
5935
6630
|
rpcUrls: {
|
|
@@ -6079,6 +6774,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6079
6774
|
}[];
|
|
6080
6775
|
addressLookupTable: string;
|
|
6081
6776
|
}[] | undefined;
|
|
6777
|
+
urReveal?: {
|
|
6778
|
+
programId: string;
|
|
6779
|
+
ccsUrl: string;
|
|
6780
|
+
} | undefined;
|
|
6082
6781
|
customRpcUrls?: string | undefined;
|
|
6083
6782
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6084
6783
|
}, {
|
|
@@ -6230,6 +6929,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6230
6929
|
}[];
|
|
6231
6930
|
addressLookupTable: string;
|
|
6232
6931
|
}[] | undefined;
|
|
6932
|
+
urReveal?: {
|
|
6933
|
+
programId: string;
|
|
6934
|
+
ccsUrl: string;
|
|
6935
|
+
} | undefined;
|
|
6233
6936
|
customRpcUrls?: string | undefined;
|
|
6234
6937
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6235
6938
|
}>, {
|
|
@@ -6381,6 +7084,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6381
7084
|
}[];
|
|
6382
7085
|
addressLookupTable: string;
|
|
6383
7086
|
}[] | undefined;
|
|
7087
|
+
urReveal?: {
|
|
7088
|
+
programId: string;
|
|
7089
|
+
ccsUrl: string;
|
|
7090
|
+
} | undefined;
|
|
6384
7091
|
customRpcUrls?: string | undefined;
|
|
6385
7092
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6386
7093
|
}, {
|
|
@@ -6532,6 +7239,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6532
7239
|
}[];
|
|
6533
7240
|
addressLookupTable: string;
|
|
6534
7241
|
}[] | undefined;
|
|
7242
|
+
urReveal?: {
|
|
7243
|
+
programId: string;
|
|
7244
|
+
ccsUrl: string;
|
|
7245
|
+
} | undefined;
|
|
6535
7246
|
customRpcUrls?: string | undefined;
|
|
6536
7247
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6537
7248
|
}>>, Record<string, {
|
|
@@ -6683,6 +7394,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6683
7394
|
}[];
|
|
6684
7395
|
addressLookupTable: string;
|
|
6685
7396
|
}[] | undefined;
|
|
7397
|
+
urReveal?: {
|
|
7398
|
+
programId: string;
|
|
7399
|
+
ccsUrl: string;
|
|
7400
|
+
} | undefined;
|
|
6686
7401
|
customRpcUrls?: string | undefined;
|
|
6687
7402
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6688
7403
|
}>, Record<string, {
|
|
@@ -6834,6 +7549,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
6834
7549
|
}[];
|
|
6835
7550
|
addressLookupTable: string;
|
|
6836
7551
|
}[] | undefined;
|
|
7552
|
+
urReveal?: {
|
|
7553
|
+
programId: string;
|
|
7554
|
+
ccsUrl: string;
|
|
7555
|
+
} | undefined;
|
|
6837
7556
|
customRpcUrls?: string | undefined;
|
|
6838
7557
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
6839
7558
|
}>>;
|
|
@@ -7053,6 +7772,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
7053
7772
|
}[];
|
|
7054
7773
|
addressLookupTable: string;
|
|
7055
7774
|
}[] | undefined;
|
|
7775
|
+
urReveal?: {
|
|
7776
|
+
programId: string;
|
|
7777
|
+
ccsUrl: string;
|
|
7778
|
+
} | undefined;
|
|
7056
7779
|
customRpcUrls?: string | undefined;
|
|
7057
7780
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
7058
7781
|
}>;
|
|
@@ -7232,6 +7955,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
7232
7955
|
}[];
|
|
7233
7956
|
addressLookupTable: string;
|
|
7234
7957
|
}[] | undefined;
|
|
7958
|
+
urReveal?: {
|
|
7959
|
+
programId: string;
|
|
7960
|
+
ccsUrl: string;
|
|
7961
|
+
} | undefined;
|
|
7235
7962
|
customRpcUrls?: string | undefined;
|
|
7236
7963
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
7237
7964
|
}>;
|
|
@@ -7694,6 +8421,16 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7694
8421
|
}[];
|
|
7695
8422
|
addressLookupTable: string;
|
|
7696
8423
|
}>, "many">, z.ZodString]>>>;
|
|
8424
|
+
urReveal: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
8425
|
+
ccsUrl: z.ZodString;
|
|
8426
|
+
programId: z.ZodEffects<z.ZodString, string, string>;
|
|
8427
|
+
}, "strip", z.ZodTypeAny, {
|
|
8428
|
+
programId: string;
|
|
8429
|
+
ccsUrl: string;
|
|
8430
|
+
}, {
|
|
8431
|
+
programId: string;
|
|
8432
|
+
ccsUrl: string;
|
|
8433
|
+
}>>>;
|
|
7697
8434
|
}, "strip", z.ZodTypeAny, {
|
|
7698
8435
|
name: string;
|
|
7699
8436
|
rpcUrls: {
|
|
@@ -7843,6 +8580,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7843
8580
|
}[];
|
|
7844
8581
|
addressLookupTable: string;
|
|
7845
8582
|
}[] | undefined;
|
|
8583
|
+
urReveal?: {
|
|
8584
|
+
programId: string;
|
|
8585
|
+
ccsUrl: string;
|
|
8586
|
+
} | undefined;
|
|
7846
8587
|
customRpcUrls?: string | undefined;
|
|
7847
8588
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
7848
8589
|
}, {
|
|
@@ -7994,6 +8735,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
7994
8735
|
}[];
|
|
7995
8736
|
addressLookupTable: string;
|
|
7996
8737
|
}[] | undefined;
|
|
8738
|
+
urReveal?: {
|
|
8739
|
+
programId: string;
|
|
8740
|
+
ccsUrl: string;
|
|
8741
|
+
} | undefined;
|
|
7997
8742
|
customRpcUrls?: string | undefined;
|
|
7998
8743
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
7999
8744
|
}>, {
|
|
@@ -8145,6 +8890,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8145
8890
|
}[];
|
|
8146
8891
|
addressLookupTable: string;
|
|
8147
8892
|
}[] | undefined;
|
|
8893
|
+
urReveal?: {
|
|
8894
|
+
programId: string;
|
|
8895
|
+
ccsUrl: string;
|
|
8896
|
+
} | undefined;
|
|
8148
8897
|
customRpcUrls?: string | undefined;
|
|
8149
8898
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
8150
8899
|
}, {
|
|
@@ -8296,6 +9045,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8296
9045
|
}[];
|
|
8297
9046
|
addressLookupTable: string;
|
|
8298
9047
|
}[] | undefined;
|
|
9048
|
+
urReveal?: {
|
|
9049
|
+
programId: string;
|
|
9050
|
+
ccsUrl: string;
|
|
9051
|
+
} | undefined;
|
|
8299
9052
|
customRpcUrls?: string | undefined;
|
|
8300
9053
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
8301
9054
|
}>>, Record<string, {
|
|
@@ -8447,6 +9200,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8447
9200
|
}[];
|
|
8448
9201
|
addressLookupTable: string;
|
|
8449
9202
|
}[] | undefined;
|
|
9203
|
+
urReveal?: {
|
|
9204
|
+
programId: string;
|
|
9205
|
+
ccsUrl: string;
|
|
9206
|
+
} | undefined;
|
|
8450
9207
|
customRpcUrls?: string | undefined;
|
|
8451
9208
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
8452
9209
|
}>, Record<string, {
|
|
@@ -8598,6 +9355,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8598
9355
|
}[];
|
|
8599
9356
|
addressLookupTable: string;
|
|
8600
9357
|
}[] | undefined;
|
|
9358
|
+
urReveal?: {
|
|
9359
|
+
programId: string;
|
|
9360
|
+
ccsUrl: string;
|
|
9361
|
+
} | undefined;
|
|
8601
9362
|
customRpcUrls?: string | undefined;
|
|
8602
9363
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
8603
9364
|
}>>;
|
|
@@ -8912,6 +9673,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
8912
9673
|
}[];
|
|
8913
9674
|
addressLookupTable: string;
|
|
8914
9675
|
}[] | undefined;
|
|
9676
|
+
urReveal?: {
|
|
9677
|
+
programId: string;
|
|
9678
|
+
ccsUrl: string;
|
|
9679
|
+
} | undefined;
|
|
8915
9680
|
customRpcUrls?: string | undefined;
|
|
8916
9681
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
8917
9682
|
}>;
|
|
@@ -9124,6 +9889,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
9124
9889
|
}[];
|
|
9125
9890
|
addressLookupTable: string;
|
|
9126
9891
|
}[] | undefined;
|
|
9892
|
+
urReveal?: {
|
|
9893
|
+
programId: string;
|
|
9894
|
+
ccsUrl: string;
|
|
9895
|
+
} | undefined;
|
|
9127
9896
|
customRpcUrls?: string | undefined;
|
|
9128
9897
|
rpcConsensusType?: RpcConsensusType | undefined;
|
|
9129
9898
|
}>;
|