@hyperlane-xyz/sdk 14.0.0 → 14.2.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.
Files changed (116) hide show
  1. package/dist/ccip/consts.d.ts.map +1 -1
  2. package/dist/ccip/consts.js +0 -20
  3. package/dist/ccip/consts.js.map +1 -1
  4. package/dist/consts/multisigIsm.d.ts.map +1 -1
  5. package/dist/consts/multisigIsm.js +27 -22
  6. package/dist/consts/multisigIsm.js.map +1 -1
  7. package/dist/contracts/contracts.d.ts +2 -0
  8. package/dist/contracts/contracts.d.ts.map +1 -1
  9. package/dist/contracts/contracts.hardhat-test.d.ts +2 -0
  10. package/dist/contracts/contracts.hardhat-test.d.ts.map +1 -0
  11. package/dist/contracts/contracts.hardhat-test.js +34 -0
  12. package/dist/contracts/contracts.hardhat-test.js.map +1 -0
  13. package/dist/contracts/contracts.js +7 -0
  14. package/dist/contracts/contracts.js.map +1 -1
  15. package/dist/core/CosmosNativeCoreModule.d.ts +5 -5
  16. package/dist/core/CosmosNativeCoreModule.d.ts.map +1 -1
  17. package/dist/core/CosmosNativeCoreModule.js +10 -10
  18. package/dist/core/CosmosNativeCoreModule.js.map +1 -1
  19. package/dist/core/EvmCoreModule.d.ts +3 -1
  20. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  21. package/dist/core/EvmCoreModule.hardhat-test.js +85 -1
  22. package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -1
  23. package/dist/core/EvmCoreModule.js +32 -2
  24. package/dist/core/EvmCoreModule.js.map +1 -1
  25. package/dist/core/HyperlaneRelayer.d.ts +43 -0
  26. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  27. package/dist/core/types.d.ts +741 -18
  28. package/dist/core/types.d.ts.map +1 -1
  29. package/dist/core/types.js.map +1 -1
  30. package/dist/deploy/proxy.d.ts +9 -2
  31. package/dist/deploy/proxy.d.ts.map +1 -1
  32. package/dist/deploy/proxy.js +21 -0
  33. package/dist/deploy/proxy.js.map +1 -1
  34. package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
  35. package/dist/deploy/verify/ContractVerifier.js +0 -6
  36. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  37. package/dist/gas/oracle/types.d.ts +51 -0
  38. package/dist/gas/oracle/types.d.ts.map +1 -1
  39. package/dist/gas/oracle/types.js +8 -0
  40. package/dist/gas/oracle/types.js.map +1 -1
  41. package/dist/gas/utils.d.ts +3 -2
  42. package/dist/gas/utils.d.ts.map +1 -1
  43. package/dist/gas/utils.js +4 -1
  44. package/dist/gas/utils.js.map +1 -1
  45. package/dist/hook/CosmosNativeHookModule.d.ts +3 -2
  46. package/dist/hook/CosmosNativeHookModule.d.ts.map +1 -1
  47. package/dist/hook/CosmosNativeHookModule.js +10 -10
  48. package/dist/hook/CosmosNativeHookModule.js.map +1 -1
  49. package/dist/hook/CosmosNativeHookReader.d.ts +2 -2
  50. package/dist/hook/CosmosNativeHookReader.d.ts.map +1 -1
  51. package/dist/hook/EvmHookModule.d.ts +6 -15
  52. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  53. package/dist/hook/EvmHookModule.js +74 -71
  54. package/dist/hook/EvmHookModule.js.map +1 -1
  55. package/dist/hook/types.d.ts +318 -0
  56. package/dist/hook/types.d.ts.map +1 -1
  57. package/dist/hook/types.js +2 -2
  58. package/dist/hook/types.js.map +1 -1
  59. package/dist/hook/updates.d.ts +28 -0
  60. package/dist/hook/updates.d.ts.map +1 -0
  61. package/dist/hook/updates.js +34 -0
  62. package/dist/hook/updates.js.map +1 -0
  63. package/dist/ica/types.d.ts +88 -2
  64. package/dist/ica/types.d.ts.map +1 -1
  65. package/dist/index.d.ts +5 -3
  66. package/dist/index.d.ts.map +1 -1
  67. package/dist/index.js +5 -3
  68. package/dist/index.js.map +1 -1
  69. package/dist/ism/CosmosNativeIsmModule.d.ts +3 -2
  70. package/dist/ism/CosmosNativeIsmModule.d.ts.map +1 -1
  71. package/dist/ism/CosmosNativeIsmModule.js +12 -12
  72. package/dist/ism/CosmosNativeIsmModule.js.map +1 -1
  73. package/dist/metadata/ChainMetadataManager.d.ts +1 -0
  74. package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
  75. package/dist/metadata/ChainMetadataManager.js +5 -0
  76. package/dist/metadata/ChainMetadataManager.js.map +1 -1
  77. package/dist/metadata/agentConfig.d.ts +1560 -1560
  78. package/dist/metadata/chainMetadataTypes.d.ts +6 -6
  79. package/dist/providers/transactions/submitter/builder/types.d.ts +25 -25
  80. package/dist/providers/transactions/submitter/ethersV5/types.d.ts +2 -2
  81. package/dist/providers/transactions/submitter/types.d.ts +9 -9
  82. package/dist/router/types.d.ts +130 -1
  83. package/dist/router/types.d.ts.map +1 -1
  84. package/dist/token/CosmosNativeWarpModule.d.ts +95 -0
  85. package/dist/token/CosmosNativeWarpModule.d.ts.map +1 -0
  86. package/dist/token/CosmosNativeWarpModule.js +296 -0
  87. package/dist/token/CosmosNativeWarpModule.js.map +1 -0
  88. package/dist/token/EvmERC20WarpModule.d.ts +0 -17
  89. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  90. package/dist/token/EvmERC20WarpModule.hardhat-test.js +7 -7
  91. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  92. package/dist/token/EvmERC20WarpModule.js +19 -71
  93. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  94. package/dist/token/EvmERC20WarpRouteReader.d.ts +3 -1
  95. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  96. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +123 -5
  97. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
  98. package/dist/token/EvmERC20WarpRouteReader.js +68 -10
  99. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  100. package/dist/token/adapters/StarknetTokenAdapter.js +2 -2
  101. package/dist/token/adapters/StarknetTokenAdapter.js.map +1 -1
  102. package/dist/token/configUtils.d.ts.map +1 -1
  103. package/dist/token/configUtils.js +29 -6
  104. package/dist/token/configUtils.js.map +1 -1
  105. package/dist/token/cosmosnativeDeploy.d.ts +16 -0
  106. package/dist/token/cosmosnativeDeploy.d.ts.map +1 -0
  107. package/dist/token/cosmosnativeDeploy.js +58 -0
  108. package/dist/token/cosmosnativeDeploy.js.map +1 -0
  109. package/dist/token/deploy.d.ts.map +1 -1
  110. package/dist/token/deploy.js +7 -7
  111. package/dist/token/deploy.js.map +1 -1
  112. package/dist/token/types.d.ts +273 -8
  113. package/dist/token/types.d.ts.map +1 -1
  114. package/dist/token/types.js +20 -6
  115. package/dist/token/types.js.map +1 -1
  116. package/package.json +5 -5
@@ -223,6 +223,7 @@ export type AgentSealevelChainMetadata = z.infer<typeof AgentSealevelChainMetada
223
223
  export type AgentSealevelPriorityFeeOracle = AgentSealevelChainMetadata['priorityFeeOracle'];
224
224
  export type AgentSealevelTransactionSubmitter = AgentSealevelChainMetadata['transactionSubmitter'];
225
225
  export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
226
+ name: z.ZodString;
226
227
  gasPrice: z.ZodOptional<z.ZodObject<{
227
228
  denom: z.ZodString;
228
229
  amount: z.ZodString;
@@ -233,26 +234,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
233
234
  denom: string;
234
235
  amount: string;
235
236
  }>>;
236
- merkleTreeHook: z.ZodString;
237
- interchainGasPaymaster: z.ZodString;
238
- name: z.ZodString;
239
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
240
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
241
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
242
- }, "strip", z.ZodTypeAny, {
243
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
244
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
245
- }, {
246
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
247
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
248
- }>, z.ZodObject<{
249
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
250
- }, "strip", z.ZodTypeAny, {
251
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
252
- }, {
253
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
254
- }>]>>;
255
- bech32Prefix: z.ZodOptional<z.ZodString>;
256
237
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
257
238
  name: z.ZodString;
258
239
  url: z.ZodString;
@@ -272,6 +253,121 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
272
253
  apiKey?: string | undefined;
273
254
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
274
255
  }>, "many">>;
256
+ rpcUrls: z.ZodArray<z.ZodObject<{
257
+ http: z.ZodString;
258
+ concurrency: z.ZodOptional<z.ZodNumber>;
259
+ webSocket: z.ZodOptional<z.ZodString>;
260
+ pagination: z.ZodOptional<z.ZodObject<{
261
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
262
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
263
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
264
+ }, "strip", z.ZodTypeAny, {
265
+ maxBlockRange?: number | undefined;
266
+ minBlockNumber?: number | undefined;
267
+ maxBlockAge?: number | undefined;
268
+ }, {
269
+ maxBlockRange?: number | undefined;
270
+ minBlockNumber?: number | undefined;
271
+ maxBlockAge?: number | undefined;
272
+ }>>;
273
+ retry: z.ZodOptional<z.ZodObject<{
274
+ maxRequests: z.ZodNumber;
275
+ baseRetryMs: z.ZodNumber;
276
+ }, "strip", z.ZodTypeAny, {
277
+ maxRequests: number;
278
+ baseRetryMs: number;
279
+ }, {
280
+ maxRequests: number;
281
+ baseRetryMs: number;
282
+ }>>;
283
+ public: z.ZodOptional<z.ZodBoolean>;
284
+ }, "strip", z.ZodTypeAny, {
285
+ http: string;
286
+ concurrency?: number | undefined;
287
+ webSocket?: string | undefined;
288
+ pagination?: {
289
+ maxBlockRange?: number | undefined;
290
+ minBlockNumber?: number | undefined;
291
+ maxBlockAge?: number | undefined;
292
+ } | undefined;
293
+ retry?: {
294
+ maxRequests: number;
295
+ baseRetryMs: number;
296
+ } | undefined;
297
+ public?: boolean | undefined;
298
+ }, {
299
+ http: string;
300
+ concurrency?: number | undefined;
301
+ webSocket?: string | undefined;
302
+ pagination?: {
303
+ maxBlockRange?: number | undefined;
304
+ minBlockNumber?: number | undefined;
305
+ maxBlockAge?: number | undefined;
306
+ } | undefined;
307
+ retry?: {
308
+ maxRequests: number;
309
+ baseRetryMs: number;
310
+ } | undefined;
311
+ public?: boolean | undefined;
312
+ }>, "many">;
313
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
314
+ signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
315
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
316
+ key: z.ZodString;
317
+ }, "strip", z.ZodTypeAny, {
318
+ key: string;
319
+ type?: AgentSignerKeyType.Hex | undefined;
320
+ }, {
321
+ key: string;
322
+ type?: AgentSignerKeyType.Hex | undefined;
323
+ }>, z.ZodObject<{
324
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
325
+ id: z.ZodString;
326
+ region: z.ZodString;
327
+ }, "strip", z.ZodTypeAny, {
328
+ id: string;
329
+ region: string;
330
+ type?: AgentSignerKeyType.Aws | undefined;
331
+ }, {
332
+ id: string;
333
+ region: string;
334
+ type?: AgentSignerKeyType.Aws | undefined;
335
+ }>, z.ZodObject<{
336
+ type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
337
+ prefix: z.ZodString;
338
+ key: z.ZodString;
339
+ }, "strip", z.ZodTypeAny, {
340
+ type: AgentSignerKeyType.Cosmos;
341
+ key: string;
342
+ prefix: string;
343
+ }, {
344
+ type: AgentSignerKeyType.Cosmos;
345
+ key: string;
346
+ prefix: string;
347
+ }>, z.ZodObject<{
348
+ type: z.ZodLiteral<AgentSignerKeyType.Node>;
349
+ }, "strip", z.ZodTypeAny, {
350
+ type: AgentSignerKeyType.Node;
351
+ }, {
352
+ type: AgentSignerKeyType.Node;
353
+ }>]>>;
354
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
355
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
356
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
357
+ }, "strip", z.ZodTypeAny, {
358
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
359
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
360
+ }, {
361
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
362
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
363
+ }>, z.ZodObject<{
364
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
365
+ }, "strip", z.ZodTypeAny, {
366
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
367
+ }, {
368
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
369
+ }>]>>;
370
+ bech32Prefix: z.ZodOptional<z.ZodString>;
275
371
  blocks: z.ZodOptional<z.ZodObject<{
276
372
  confirmations: z.ZodNumber;
277
373
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -286,7 +382,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
286
382
  estimateBlockTime?: number | undefined;
287
383
  }>>;
288
384
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
289
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
290
385
  customGrpcUrls: z.ZodOptional<z.ZodString>;
291
386
  deployer: z.ZodOptional<z.ZodObject<{
292
387
  name: z.ZodString;
@@ -452,106 +547,11 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
452
547
  } | undefined;
453
548
  public?: boolean | undefined;
454
549
  }>, "many">>;
455
- rpcUrls: z.ZodArray<z.ZodObject<{
456
- http: z.ZodString;
457
- concurrency: z.ZodOptional<z.ZodNumber>;
458
- webSocket: z.ZodOptional<z.ZodString>;
459
- pagination: z.ZodOptional<z.ZodObject<{
460
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
461
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
462
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
463
- }, "strip", z.ZodTypeAny, {
464
- maxBlockRange?: number | undefined;
465
- minBlockNumber?: number | undefined;
466
- maxBlockAge?: number | undefined;
467
- }, {
468
- maxBlockRange?: number | undefined;
469
- minBlockNumber?: number | undefined;
470
- maxBlockAge?: number | undefined;
471
- }>>;
472
- retry: z.ZodOptional<z.ZodObject<{
473
- maxRequests: z.ZodNumber;
474
- baseRetryMs: z.ZodNumber;
475
- }, "strip", z.ZodTypeAny, {
476
- maxRequests: number;
477
- baseRetryMs: number;
478
- }, {
479
- maxRequests: number;
480
- baseRetryMs: number;
481
- }>>;
482
- public: z.ZodOptional<z.ZodBoolean>;
483
- }, "strip", z.ZodTypeAny, {
484
- http: string;
485
- concurrency?: number | undefined;
486
- webSocket?: string | undefined;
487
- pagination?: {
488
- maxBlockRange?: number | undefined;
489
- minBlockNumber?: number | undefined;
490
- maxBlockAge?: number | undefined;
491
- } | undefined;
492
- retry?: {
493
- maxRequests: number;
494
- baseRetryMs: number;
495
- } | undefined;
496
- public?: boolean | undefined;
497
- }, {
498
- http: string;
499
- concurrency?: number | undefined;
500
- webSocket?: string | undefined;
501
- pagination?: {
502
- maxBlockRange?: number | undefined;
503
- minBlockNumber?: number | undefined;
504
- maxBlockAge?: number | undefined;
505
- } | undefined;
506
- retry?: {
507
- maxRequests: number;
508
- baseRetryMs: number;
509
- } | undefined;
510
- public?: boolean | undefined;
511
- }>, "many">;
512
550
  slip44: z.ZodOptional<z.ZodNumber>;
513
551
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
514
552
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
515
- signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
516
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
517
- key: z.ZodString;
518
- }, "strip", z.ZodTypeAny, {
519
- key: string;
520
- type?: AgentSignerKeyType.Hex | undefined;
521
- }, {
522
- key: string;
523
- type?: AgentSignerKeyType.Hex | undefined;
524
- }>, z.ZodObject<{
525
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
526
- id: z.ZodString;
527
- region: z.ZodString;
528
- }, "strip", z.ZodTypeAny, {
529
- id: string;
530
- region: string;
531
- type?: AgentSignerKeyType.Aws | undefined;
532
- }, {
533
- id: string;
534
- region: string;
535
- type?: AgentSignerKeyType.Aws | undefined;
536
- }>, z.ZodObject<{
537
- type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
538
- prefix: z.ZodString;
539
- key: z.ZodString;
540
- }, "strip", z.ZodTypeAny, {
541
- type: AgentSignerKeyType.Cosmos;
542
- key: string;
543
- prefix: string;
544
- }, {
545
- type: AgentSignerKeyType.Cosmos;
546
- key: string;
547
- prefix: string;
548
- }>, z.ZodObject<{
549
- type: z.ZodLiteral<AgentSignerKeyType.Node>;
550
- }, "strip", z.ZodTypeAny, {
551
- type: AgentSignerKeyType.Node;
552
- }, {
553
- type: AgentSignerKeyType.Node;
554
- }>]>>;
553
+ merkleTreeHook: z.ZodString;
554
+ interchainGasPaymaster: z.ZodString;
555
555
  mailbox: z.ZodString;
556
556
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
557
557
  validatorAnnounce: z.ZodString;
@@ -592,12 +592,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
592
592
  url?: string | undefined;
593
593
  }>>>;
594
594
  }, "strip", z.ZodTypeAny, {
595
- merkleTreeHook: string;
596
- interchainGasPaymaster: string;
597
595
  name: string;
598
- chainId: string | number;
599
- domainId: number;
600
- protocol: ProtocolType;
601
596
  rpcUrls: {
602
597
  http: string;
603
598
  concurrency?: number | undefined;
@@ -613,19 +608,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
613
608
  } | undefined;
614
609
  public?: boolean | undefined;
615
610
  }[];
611
+ chainId: string | number;
612
+ domainId: number;
613
+ protocol: ProtocolType;
614
+ merkleTreeHook: string;
615
+ interchainGasPaymaster: string;
616
616
  mailbox: string;
617
617
  validatorAnnounce: string;
618
618
  gasPrice?: {
619
619
  denom: string;
620
620
  amount: string;
621
621
  } | undefined;
622
- availability?: {
623
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
624
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
625
- } | {
626
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
627
- } | undefined;
628
- bech32Prefix?: string | undefined;
629
622
  blockExplorers?: {
630
623
  name: string;
631
624
  url: string;
@@ -633,6 +626,27 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
633
626
  apiKey?: string | undefined;
634
627
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
635
628
  }[] | undefined;
629
+ signer?: {
630
+ key: string;
631
+ type?: AgentSignerKeyType.Hex | undefined;
632
+ } | {
633
+ id: string;
634
+ region: string;
635
+ type?: AgentSignerKeyType.Aws | undefined;
636
+ } | {
637
+ type: AgentSignerKeyType.Cosmos;
638
+ key: string;
639
+ prefix: string;
640
+ } | {
641
+ type: AgentSignerKeyType.Node;
642
+ } | undefined;
643
+ availability?: {
644
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
645
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
646
+ } | {
647
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
648
+ } | undefined;
649
+ bech32Prefix?: string | undefined;
636
650
  blocks?: {
637
651
  confirmations: number;
638
652
  reorgPeriod?: string | number | undefined;
@@ -695,20 +709,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
695
709
  slip44?: number | undefined;
696
710
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
697
711
  transactionOverrides?: Record<string, any> | undefined;
698
- signer?: {
699
- key: string;
700
- type?: AgentSignerKeyType.Hex | undefined;
701
- } | {
702
- id: string;
703
- region: string;
704
- type?: AgentSignerKeyType.Aws | undefined;
705
- } | {
706
- type: AgentSignerKeyType.Cosmos;
707
- key: string;
708
- prefix: string;
709
- } | {
710
- type: AgentSignerKeyType.Node;
711
- } | undefined;
712
712
  interchainSecurityModule?: string | undefined;
713
713
  canonicalAsset?: string | undefined;
714
714
  contractAddressBytes?: number | undefined;
@@ -727,12 +727,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
727
727
  url?: string | undefined;
728
728
  } | undefined;
729
729
  }, {
730
- merkleTreeHook: string;
731
- interchainGasPaymaster: string;
732
730
  name: string;
733
- chainId: string | number;
734
- domainId: number;
735
- protocol: ProtocolType;
736
731
  rpcUrls: {
737
732
  http: string;
738
733
  concurrency?: number | undefined;
@@ -748,19 +743,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
748
743
  } | undefined;
749
744
  public?: boolean | undefined;
750
745
  }[];
746
+ chainId: string | number;
747
+ domainId: number;
748
+ protocol: ProtocolType;
749
+ merkleTreeHook: string;
750
+ interchainGasPaymaster: string;
751
751
  mailbox: string;
752
752
  validatorAnnounce: string;
753
753
  gasPrice?: {
754
754
  denom: string;
755
755
  amount: string;
756
756
  } | undefined;
757
- availability?: {
758
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
759
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
760
- } | {
761
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
762
- } | undefined;
763
- bech32Prefix?: string | undefined;
764
757
  blockExplorers?: {
765
758
  name: string;
766
759
  url: string;
@@ -768,6 +761,27 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
768
761
  apiKey?: string | undefined;
769
762
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
770
763
  }[] | undefined;
764
+ signer?: {
765
+ key: string;
766
+ type?: AgentSignerKeyType.Hex | undefined;
767
+ } | {
768
+ id: string;
769
+ region: string;
770
+ type?: AgentSignerKeyType.Aws | undefined;
771
+ } | {
772
+ type: AgentSignerKeyType.Cosmos;
773
+ key: string;
774
+ prefix: string;
775
+ } | {
776
+ type: AgentSignerKeyType.Node;
777
+ } | undefined;
778
+ availability?: {
779
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
780
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
781
+ } | {
782
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
783
+ } | undefined;
784
+ bech32Prefix?: string | undefined;
771
785
  blocks?: {
772
786
  confirmations: number;
773
787
  reorgPeriod?: string | number | undefined;
@@ -830,20 +844,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
830
844
  slip44?: number | undefined;
831
845
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
832
846
  transactionOverrides?: Record<string, any> | undefined;
833
- signer?: {
834
- key: string;
835
- type?: AgentSignerKeyType.Hex | undefined;
836
- } | {
837
- id: string;
838
- region: string;
839
- type?: AgentSignerKeyType.Aws | undefined;
840
- } | {
841
- type: AgentSignerKeyType.Cosmos;
842
- key: string;
843
- prefix: string;
844
- } | {
845
- type: AgentSignerKeyType.Node;
846
- } | undefined;
847
847
  interchainSecurityModule?: string | undefined;
848
848
  canonicalAsset?: string | undefined;
849
849
  contractAddressBytes?: number | undefined;
@@ -862,12 +862,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
862
862
  url?: string | undefined;
863
863
  } | undefined;
864
864
  }>, {
865
- merkleTreeHook: string;
866
- interchainGasPaymaster: string;
867
865
  name: string;
868
- chainId: string | number;
869
- domainId: number;
870
- protocol: ProtocolType;
871
866
  rpcUrls: {
872
867
  http: string;
873
868
  concurrency?: number | undefined;
@@ -883,19 +878,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
883
878
  } | undefined;
884
879
  public?: boolean | undefined;
885
880
  }[];
881
+ chainId: string | number;
882
+ domainId: number;
883
+ protocol: ProtocolType;
884
+ merkleTreeHook: string;
885
+ interchainGasPaymaster: string;
886
886
  mailbox: string;
887
887
  validatorAnnounce: string;
888
888
  gasPrice?: {
889
889
  denom: string;
890
890
  amount: string;
891
891
  } | undefined;
892
- availability?: {
893
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
894
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
895
- } | {
896
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
897
- } | undefined;
898
- bech32Prefix?: string | undefined;
899
892
  blockExplorers?: {
900
893
  name: string;
901
894
  url: string;
@@ -903,6 +896,27 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
903
896
  apiKey?: string | undefined;
904
897
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
905
898
  }[] | undefined;
899
+ signer?: {
900
+ key: string;
901
+ type?: AgentSignerKeyType.Hex | undefined;
902
+ } | {
903
+ id: string;
904
+ region: string;
905
+ type?: AgentSignerKeyType.Aws | undefined;
906
+ } | {
907
+ type: AgentSignerKeyType.Cosmos;
908
+ key: string;
909
+ prefix: string;
910
+ } | {
911
+ type: AgentSignerKeyType.Node;
912
+ } | undefined;
913
+ availability?: {
914
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
915
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
916
+ } | {
917
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
918
+ } | undefined;
919
+ bech32Prefix?: string | undefined;
906
920
  blocks?: {
907
921
  confirmations: number;
908
922
  reorgPeriod?: string | number | undefined;
@@ -965,20 +979,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
965
979
  slip44?: number | undefined;
966
980
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
967
981
  transactionOverrides?: Record<string, any> | undefined;
968
- signer?: {
969
- key: string;
970
- type?: AgentSignerKeyType.Hex | undefined;
971
- } | {
972
- id: string;
973
- region: string;
974
- type?: AgentSignerKeyType.Aws | undefined;
975
- } | {
976
- type: AgentSignerKeyType.Cosmos;
977
- key: string;
978
- prefix: string;
979
- } | {
980
- type: AgentSignerKeyType.Node;
981
- } | undefined;
982
982
  interchainSecurityModule?: string | undefined;
983
983
  canonicalAsset?: string | undefined;
984
984
  contractAddressBytes?: number | undefined;
@@ -997,12 +997,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
997
997
  url?: string | undefined;
998
998
  } | undefined;
999
999
  }, {
1000
- merkleTreeHook: string;
1001
- interchainGasPaymaster: string;
1002
1000
  name: string;
1003
- chainId: string | number;
1004
- domainId: number;
1005
- protocol: ProtocolType;
1006
1001
  rpcUrls: {
1007
1002
  http: string;
1008
1003
  concurrency?: number | undefined;
@@ -1018,19 +1013,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1018
1013
  } | undefined;
1019
1014
  public?: boolean | undefined;
1020
1015
  }[];
1016
+ chainId: string | number;
1017
+ domainId: number;
1018
+ protocol: ProtocolType;
1019
+ merkleTreeHook: string;
1020
+ interchainGasPaymaster: string;
1021
1021
  mailbox: string;
1022
1022
  validatorAnnounce: string;
1023
1023
  gasPrice?: {
1024
1024
  denom: string;
1025
1025
  amount: string;
1026
1026
  } | undefined;
1027
- availability?: {
1028
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1029
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1030
- } | {
1031
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1032
- } | undefined;
1033
- bech32Prefix?: string | undefined;
1034
1027
  blockExplorers?: {
1035
1028
  name: string;
1036
1029
  url: string;
@@ -1038,6 +1031,27 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1038
1031
  apiKey?: string | undefined;
1039
1032
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1040
1033
  }[] | undefined;
1034
+ signer?: {
1035
+ key: string;
1036
+ type?: AgentSignerKeyType.Hex | undefined;
1037
+ } | {
1038
+ id: string;
1039
+ region: string;
1040
+ type?: AgentSignerKeyType.Aws | undefined;
1041
+ } | {
1042
+ type: AgentSignerKeyType.Cosmos;
1043
+ key: string;
1044
+ prefix: string;
1045
+ } | {
1046
+ type: AgentSignerKeyType.Node;
1047
+ } | undefined;
1048
+ availability?: {
1049
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1050
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1051
+ } | {
1052
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1053
+ } | undefined;
1054
+ bech32Prefix?: string | undefined;
1041
1055
  blocks?: {
1042
1056
  confirmations: number;
1043
1057
  reorgPeriod?: string | number | undefined;
@@ -1100,20 +1114,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1100
1114
  slip44?: number | undefined;
1101
1115
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1102
1116
  transactionOverrides?: Record<string, any> | undefined;
1103
- signer?: {
1104
- key: string;
1105
- type?: AgentSignerKeyType.Hex | undefined;
1106
- } | {
1107
- id: string;
1108
- region: string;
1109
- type?: AgentSignerKeyType.Aws | undefined;
1110
- } | {
1111
- type: AgentSignerKeyType.Cosmos;
1112
- key: string;
1113
- prefix: string;
1114
- } | {
1115
- type: AgentSignerKeyType.Node;
1116
- } | undefined;
1117
1117
  interchainSecurityModule?: string | undefined;
1118
1118
  canonicalAsset?: string | undefined;
1119
1119
  contractAddressBytes?: number | undefined;
@@ -1136,19 +1136,134 @@ export type AgentChainMetadata = z.infer<typeof AgentChainMetadataSchema>;
1136
1136
  export declare const AgentConfigSchema: z.ZodObject<{
1137
1137
  metricsPort: z.ZodOptional<z.ZodNumber>;
1138
1138
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
1139
+ name: z.ZodString;
1139
1140
  gasPrice: z.ZodOptional<z.ZodObject<{
1140
1141
  denom: z.ZodString;
1141
1142
  amount: z.ZodString;
1142
1143
  }, "strip", z.ZodTypeAny, {
1143
- denom: string;
1144
- amount: string;
1144
+ denom: string;
1145
+ amount: string;
1146
+ }, {
1147
+ denom: string;
1148
+ amount: string;
1149
+ }>>;
1150
+ blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1151
+ name: z.ZodString;
1152
+ url: z.ZodString;
1153
+ apiUrl: z.ZodString;
1154
+ apiKey: z.ZodOptional<z.ZodString>;
1155
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
1156
+ }, "strip", z.ZodTypeAny, {
1157
+ name: string;
1158
+ url: string;
1159
+ apiUrl: string;
1160
+ apiKey?: string | undefined;
1161
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1162
+ }, {
1163
+ name: string;
1164
+ url: string;
1165
+ apiUrl: string;
1166
+ apiKey?: string | undefined;
1167
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1168
+ }>, "many">>;
1169
+ rpcUrls: z.ZodArray<z.ZodObject<{
1170
+ http: z.ZodString;
1171
+ concurrency: z.ZodOptional<z.ZodNumber>;
1172
+ webSocket: z.ZodOptional<z.ZodString>;
1173
+ pagination: z.ZodOptional<z.ZodObject<{
1174
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
1175
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
1176
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
1177
+ }, "strip", z.ZodTypeAny, {
1178
+ maxBlockRange?: number | undefined;
1179
+ minBlockNumber?: number | undefined;
1180
+ maxBlockAge?: number | undefined;
1181
+ }, {
1182
+ maxBlockRange?: number | undefined;
1183
+ minBlockNumber?: number | undefined;
1184
+ maxBlockAge?: number | undefined;
1185
+ }>>;
1186
+ retry: z.ZodOptional<z.ZodObject<{
1187
+ maxRequests: z.ZodNumber;
1188
+ baseRetryMs: z.ZodNumber;
1189
+ }, "strip", z.ZodTypeAny, {
1190
+ maxRequests: number;
1191
+ baseRetryMs: number;
1192
+ }, {
1193
+ maxRequests: number;
1194
+ baseRetryMs: number;
1195
+ }>>;
1196
+ public: z.ZodOptional<z.ZodBoolean>;
1197
+ }, "strip", z.ZodTypeAny, {
1198
+ http: string;
1199
+ concurrency?: number | undefined;
1200
+ webSocket?: string | undefined;
1201
+ pagination?: {
1202
+ maxBlockRange?: number | undefined;
1203
+ minBlockNumber?: number | undefined;
1204
+ maxBlockAge?: number | undefined;
1205
+ } | undefined;
1206
+ retry?: {
1207
+ maxRequests: number;
1208
+ baseRetryMs: number;
1209
+ } | undefined;
1210
+ public?: boolean | undefined;
1211
+ }, {
1212
+ http: string;
1213
+ concurrency?: number | undefined;
1214
+ webSocket?: string | undefined;
1215
+ pagination?: {
1216
+ maxBlockRange?: number | undefined;
1217
+ minBlockNumber?: number | undefined;
1218
+ maxBlockAge?: number | undefined;
1219
+ } | undefined;
1220
+ retry?: {
1221
+ maxRequests: number;
1222
+ baseRetryMs: number;
1223
+ } | undefined;
1224
+ public?: boolean | undefined;
1225
+ }>, "many">;
1226
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1227
+ signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1228
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
1229
+ key: z.ZodString;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ key: string;
1232
+ type?: AgentSignerKeyType.Hex | undefined;
1233
+ }, {
1234
+ key: string;
1235
+ type?: AgentSignerKeyType.Hex | undefined;
1236
+ }>, z.ZodObject<{
1237
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
1238
+ id: z.ZodString;
1239
+ region: z.ZodString;
1240
+ }, "strip", z.ZodTypeAny, {
1241
+ id: string;
1242
+ region: string;
1243
+ type?: AgentSignerKeyType.Aws | undefined;
1244
+ }, {
1245
+ id: string;
1246
+ region: string;
1247
+ type?: AgentSignerKeyType.Aws | undefined;
1248
+ }>, z.ZodObject<{
1249
+ type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
1250
+ prefix: z.ZodString;
1251
+ key: z.ZodString;
1252
+ }, "strip", z.ZodTypeAny, {
1253
+ type: AgentSignerKeyType.Cosmos;
1254
+ key: string;
1255
+ prefix: string;
1256
+ }, {
1257
+ type: AgentSignerKeyType.Cosmos;
1258
+ key: string;
1259
+ prefix: string;
1260
+ }>, z.ZodObject<{
1261
+ type: z.ZodLiteral<AgentSignerKeyType.Node>;
1262
+ }, "strip", z.ZodTypeAny, {
1263
+ type: AgentSignerKeyType.Node;
1145
1264
  }, {
1146
- denom: string;
1147
- amount: string;
1148
- }>>;
1149
- merkleTreeHook: z.ZodString;
1150
- interchainGasPaymaster: z.ZodString;
1151
- name: z.ZodString;
1265
+ type: AgentSignerKeyType.Node;
1266
+ }>]>>;
1152
1267
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1153
1268
  status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
1154
1269
  reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
@@ -1166,25 +1281,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1166
1281
  status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1167
1282
  }>]>>;
1168
1283
  bech32Prefix: z.ZodOptional<z.ZodString>;
1169
- blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1170
- name: z.ZodString;
1171
- url: z.ZodString;
1172
- apiUrl: z.ZodString;
1173
- apiKey: z.ZodOptional<z.ZodString>;
1174
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
1175
- }, "strip", z.ZodTypeAny, {
1176
- name: string;
1177
- url: string;
1178
- apiUrl: string;
1179
- apiKey?: string | undefined;
1180
- family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1181
- }, {
1182
- name: string;
1183
- url: string;
1184
- apiUrl: string;
1185
- apiKey?: string | undefined;
1186
- family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1187
- }>, "many">>;
1188
1284
  blocks: z.ZodOptional<z.ZodObject<{
1189
1285
  confirmations: z.ZodNumber;
1190
1286
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -1199,7 +1295,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1199
1295
  estimateBlockTime?: number | undefined;
1200
1296
  }>>;
1201
1297
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
1202
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1203
1298
  customGrpcUrls: z.ZodOptional<z.ZodString>;
1204
1299
  deployer: z.ZodOptional<z.ZodObject<{
1205
1300
  name: z.ZodString;
@@ -1365,106 +1460,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
1365
1460
  } | undefined;
1366
1461
  public?: boolean | undefined;
1367
1462
  }>, "many">>;
1368
- rpcUrls: z.ZodArray<z.ZodObject<{
1369
- http: z.ZodString;
1370
- concurrency: z.ZodOptional<z.ZodNumber>;
1371
- webSocket: z.ZodOptional<z.ZodString>;
1372
- pagination: z.ZodOptional<z.ZodObject<{
1373
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
1374
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
1375
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
1376
- }, "strip", z.ZodTypeAny, {
1377
- maxBlockRange?: number | undefined;
1378
- minBlockNumber?: number | undefined;
1379
- maxBlockAge?: number | undefined;
1380
- }, {
1381
- maxBlockRange?: number | undefined;
1382
- minBlockNumber?: number | undefined;
1383
- maxBlockAge?: number | undefined;
1384
- }>>;
1385
- retry: z.ZodOptional<z.ZodObject<{
1386
- maxRequests: z.ZodNumber;
1387
- baseRetryMs: z.ZodNumber;
1388
- }, "strip", z.ZodTypeAny, {
1389
- maxRequests: number;
1390
- baseRetryMs: number;
1391
- }, {
1392
- maxRequests: number;
1393
- baseRetryMs: number;
1394
- }>>;
1395
- public: z.ZodOptional<z.ZodBoolean>;
1396
- }, "strip", z.ZodTypeAny, {
1397
- http: string;
1398
- concurrency?: number | undefined;
1399
- webSocket?: string | undefined;
1400
- pagination?: {
1401
- maxBlockRange?: number | undefined;
1402
- minBlockNumber?: number | undefined;
1403
- maxBlockAge?: number | undefined;
1404
- } | undefined;
1405
- retry?: {
1406
- maxRequests: number;
1407
- baseRetryMs: number;
1408
- } | undefined;
1409
- public?: boolean | undefined;
1410
- }, {
1411
- http: string;
1412
- concurrency?: number | undefined;
1413
- webSocket?: string | undefined;
1414
- pagination?: {
1415
- maxBlockRange?: number | undefined;
1416
- minBlockNumber?: number | undefined;
1417
- maxBlockAge?: number | undefined;
1418
- } | undefined;
1419
- retry?: {
1420
- maxRequests: number;
1421
- baseRetryMs: number;
1422
- } | undefined;
1423
- public?: boolean | undefined;
1424
- }>, "many">;
1425
1463
  slip44: z.ZodOptional<z.ZodNumber>;
1426
1464
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
1427
1465
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1428
- signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1429
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
1430
- key: z.ZodString;
1431
- }, "strip", z.ZodTypeAny, {
1432
- key: string;
1433
- type?: AgentSignerKeyType.Hex | undefined;
1434
- }, {
1435
- key: string;
1436
- type?: AgentSignerKeyType.Hex | undefined;
1437
- }>, z.ZodObject<{
1438
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
1439
- id: z.ZodString;
1440
- region: z.ZodString;
1441
- }, "strip", z.ZodTypeAny, {
1442
- id: string;
1443
- region: string;
1444
- type?: AgentSignerKeyType.Aws | undefined;
1445
- }, {
1446
- id: string;
1447
- region: string;
1448
- type?: AgentSignerKeyType.Aws | undefined;
1449
- }>, z.ZodObject<{
1450
- type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
1451
- prefix: z.ZodString;
1452
- key: z.ZodString;
1453
- }, "strip", z.ZodTypeAny, {
1454
- type: AgentSignerKeyType.Cosmos;
1455
- key: string;
1456
- prefix: string;
1457
- }, {
1458
- type: AgentSignerKeyType.Cosmos;
1459
- key: string;
1460
- prefix: string;
1461
- }>, z.ZodObject<{
1462
- type: z.ZodLiteral<AgentSignerKeyType.Node>;
1463
- }, "strip", z.ZodTypeAny, {
1464
- type: AgentSignerKeyType.Node;
1465
- }, {
1466
- type: AgentSignerKeyType.Node;
1467
- }>]>>;
1466
+ merkleTreeHook: z.ZodString;
1467
+ interchainGasPaymaster: z.ZodString;
1468
1468
  mailbox: z.ZodString;
1469
1469
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
1470
1470
  validatorAnnounce: z.ZodString;
@@ -1505,12 +1505,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1505
1505
  url?: string | undefined;
1506
1506
  }>>>;
1507
1507
  }, "strip", z.ZodTypeAny, {
1508
- merkleTreeHook: string;
1509
- interchainGasPaymaster: string;
1510
1508
  name: string;
1511
- chainId: string | number;
1512
- domainId: number;
1513
- protocol: ProtocolType;
1514
1509
  rpcUrls: {
1515
1510
  http: string;
1516
1511
  concurrency?: number | undefined;
@@ -1526,19 +1521,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1526
1521
  } | undefined;
1527
1522
  public?: boolean | undefined;
1528
1523
  }[];
1524
+ chainId: string | number;
1525
+ domainId: number;
1526
+ protocol: ProtocolType;
1527
+ merkleTreeHook: string;
1528
+ interchainGasPaymaster: string;
1529
1529
  mailbox: string;
1530
1530
  validatorAnnounce: string;
1531
1531
  gasPrice?: {
1532
1532
  denom: string;
1533
1533
  amount: string;
1534
1534
  } | undefined;
1535
- availability?: {
1536
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1537
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1538
- } | {
1539
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1540
- } | undefined;
1541
- bech32Prefix?: string | undefined;
1542
1535
  blockExplorers?: {
1543
1536
  name: string;
1544
1537
  url: string;
@@ -1546,6 +1539,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
1546
1539
  apiKey?: string | undefined;
1547
1540
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1548
1541
  }[] | undefined;
1542
+ signer?: {
1543
+ key: string;
1544
+ type?: AgentSignerKeyType.Hex | undefined;
1545
+ } | {
1546
+ id: string;
1547
+ region: string;
1548
+ type?: AgentSignerKeyType.Aws | undefined;
1549
+ } | {
1550
+ type: AgentSignerKeyType.Cosmos;
1551
+ key: string;
1552
+ prefix: string;
1553
+ } | {
1554
+ type: AgentSignerKeyType.Node;
1555
+ } | undefined;
1556
+ availability?: {
1557
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1558
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1559
+ } | {
1560
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1561
+ } | undefined;
1562
+ bech32Prefix?: string | undefined;
1549
1563
  blocks?: {
1550
1564
  confirmations: number;
1551
1565
  reorgPeriod?: string | number | undefined;
@@ -1608,20 +1622,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1608
1622
  slip44?: number | undefined;
1609
1623
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1610
1624
  transactionOverrides?: Record<string, any> | undefined;
1611
- signer?: {
1612
- key: string;
1613
- type?: AgentSignerKeyType.Hex | undefined;
1614
- } | {
1615
- id: string;
1616
- region: string;
1617
- type?: AgentSignerKeyType.Aws | undefined;
1618
- } | {
1619
- type: AgentSignerKeyType.Cosmos;
1620
- key: string;
1621
- prefix: string;
1622
- } | {
1623
- type: AgentSignerKeyType.Node;
1624
- } | undefined;
1625
1625
  interchainSecurityModule?: string | undefined;
1626
1626
  canonicalAsset?: string | undefined;
1627
1627
  contractAddressBytes?: number | undefined;
@@ -1640,12 +1640,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1640
1640
  url?: string | undefined;
1641
1641
  } | undefined;
1642
1642
  }, {
1643
- merkleTreeHook: string;
1644
- interchainGasPaymaster: string;
1645
1643
  name: string;
1646
- chainId: string | number;
1647
- domainId: number;
1648
- protocol: ProtocolType;
1649
1644
  rpcUrls: {
1650
1645
  http: string;
1651
1646
  concurrency?: number | undefined;
@@ -1661,19 +1656,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1661
1656
  } | undefined;
1662
1657
  public?: boolean | undefined;
1663
1658
  }[];
1659
+ chainId: string | number;
1660
+ domainId: number;
1661
+ protocol: ProtocolType;
1662
+ merkleTreeHook: string;
1663
+ interchainGasPaymaster: string;
1664
1664
  mailbox: string;
1665
1665
  validatorAnnounce: string;
1666
1666
  gasPrice?: {
1667
1667
  denom: string;
1668
1668
  amount: string;
1669
1669
  } | undefined;
1670
- availability?: {
1671
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1672
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1673
- } | {
1674
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1675
- } | undefined;
1676
- bech32Prefix?: string | undefined;
1677
1670
  blockExplorers?: {
1678
1671
  name: string;
1679
1672
  url: string;
@@ -1681,6 +1674,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
1681
1674
  apiKey?: string | undefined;
1682
1675
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1683
1676
  }[] | undefined;
1677
+ signer?: {
1678
+ key: string;
1679
+ type?: AgentSignerKeyType.Hex | undefined;
1680
+ } | {
1681
+ id: string;
1682
+ region: string;
1683
+ type?: AgentSignerKeyType.Aws | undefined;
1684
+ } | {
1685
+ type: AgentSignerKeyType.Cosmos;
1686
+ key: string;
1687
+ prefix: string;
1688
+ } | {
1689
+ type: AgentSignerKeyType.Node;
1690
+ } | undefined;
1691
+ availability?: {
1692
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1693
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1694
+ } | {
1695
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1696
+ } | undefined;
1697
+ bech32Prefix?: string | undefined;
1684
1698
  blocks?: {
1685
1699
  confirmations: number;
1686
1700
  reorgPeriod?: string | number | undefined;
@@ -1743,20 +1757,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1743
1757
  slip44?: number | undefined;
1744
1758
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1745
1759
  transactionOverrides?: Record<string, any> | undefined;
1746
- signer?: {
1747
- key: string;
1748
- type?: AgentSignerKeyType.Hex | undefined;
1749
- } | {
1750
- id: string;
1751
- region: string;
1752
- type?: AgentSignerKeyType.Aws | undefined;
1753
- } | {
1754
- type: AgentSignerKeyType.Cosmos;
1755
- key: string;
1756
- prefix: string;
1757
- } | {
1758
- type: AgentSignerKeyType.Node;
1759
- } | undefined;
1760
1760
  interchainSecurityModule?: string | undefined;
1761
1761
  canonicalAsset?: string | undefined;
1762
1762
  contractAddressBytes?: number | undefined;
@@ -1775,12 +1775,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1775
1775
  url?: string | undefined;
1776
1776
  } | undefined;
1777
1777
  }>, {
1778
- merkleTreeHook: string;
1779
- interchainGasPaymaster: string;
1780
1778
  name: string;
1781
- chainId: string | number;
1782
- domainId: number;
1783
- protocol: ProtocolType;
1784
1779
  rpcUrls: {
1785
1780
  http: string;
1786
1781
  concurrency?: number | undefined;
@@ -1796,19 +1791,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1796
1791
  } | undefined;
1797
1792
  public?: boolean | undefined;
1798
1793
  }[];
1794
+ chainId: string | number;
1795
+ domainId: number;
1796
+ protocol: ProtocolType;
1797
+ merkleTreeHook: string;
1798
+ interchainGasPaymaster: string;
1799
1799
  mailbox: string;
1800
1800
  validatorAnnounce: string;
1801
1801
  gasPrice?: {
1802
- denom: string;
1803
- amount: string;
1804
- } | undefined;
1805
- availability?: {
1806
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1807
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1808
- } | {
1809
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1802
+ denom: string;
1803
+ amount: string;
1810
1804
  } | undefined;
1811
- bech32Prefix?: string | undefined;
1812
1805
  blockExplorers?: {
1813
1806
  name: string;
1814
1807
  url: string;
@@ -1816,6 +1809,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
1816
1809
  apiKey?: string | undefined;
1817
1810
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1818
1811
  }[] | undefined;
1812
+ signer?: {
1813
+ key: string;
1814
+ type?: AgentSignerKeyType.Hex | undefined;
1815
+ } | {
1816
+ id: string;
1817
+ region: string;
1818
+ type?: AgentSignerKeyType.Aws | undefined;
1819
+ } | {
1820
+ type: AgentSignerKeyType.Cosmos;
1821
+ key: string;
1822
+ prefix: string;
1823
+ } | {
1824
+ type: AgentSignerKeyType.Node;
1825
+ } | undefined;
1826
+ availability?: {
1827
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1828
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1829
+ } | {
1830
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1831
+ } | undefined;
1832
+ bech32Prefix?: string | undefined;
1819
1833
  blocks?: {
1820
1834
  confirmations: number;
1821
1835
  reorgPeriod?: string | number | undefined;
@@ -1878,20 +1892,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1878
1892
  slip44?: number | undefined;
1879
1893
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1880
1894
  transactionOverrides?: Record<string, any> | undefined;
1881
- signer?: {
1882
- key: string;
1883
- type?: AgentSignerKeyType.Hex | undefined;
1884
- } | {
1885
- id: string;
1886
- region: string;
1887
- type?: AgentSignerKeyType.Aws | undefined;
1888
- } | {
1889
- type: AgentSignerKeyType.Cosmos;
1890
- key: string;
1891
- prefix: string;
1892
- } | {
1893
- type: AgentSignerKeyType.Node;
1894
- } | undefined;
1895
1895
  interchainSecurityModule?: string | undefined;
1896
1896
  canonicalAsset?: string | undefined;
1897
1897
  contractAddressBytes?: number | undefined;
@@ -1910,12 +1910,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1910
1910
  url?: string | undefined;
1911
1911
  } | undefined;
1912
1912
  }, {
1913
- merkleTreeHook: string;
1914
- interchainGasPaymaster: string;
1915
1913
  name: string;
1916
- chainId: string | number;
1917
- domainId: number;
1918
- protocol: ProtocolType;
1919
1914
  rpcUrls: {
1920
1915
  http: string;
1921
1916
  concurrency?: number | undefined;
@@ -1931,19 +1926,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1931
1926
  } | undefined;
1932
1927
  public?: boolean | undefined;
1933
1928
  }[];
1929
+ chainId: string | number;
1930
+ domainId: number;
1931
+ protocol: ProtocolType;
1932
+ merkleTreeHook: string;
1933
+ interchainGasPaymaster: string;
1934
1934
  mailbox: string;
1935
1935
  validatorAnnounce: string;
1936
1936
  gasPrice?: {
1937
1937
  denom: string;
1938
1938
  amount: string;
1939
1939
  } | undefined;
1940
- availability?: {
1941
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1942
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1943
- } | {
1944
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1945
- } | undefined;
1946
- bech32Prefix?: string | undefined;
1947
1940
  blockExplorers?: {
1948
1941
  name: string;
1949
1942
  url: string;
@@ -1951,6 +1944,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
1951
1944
  apiKey?: string | undefined;
1952
1945
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1953
1946
  }[] | undefined;
1947
+ signer?: {
1948
+ key: string;
1949
+ type?: AgentSignerKeyType.Hex | undefined;
1950
+ } | {
1951
+ id: string;
1952
+ region: string;
1953
+ type?: AgentSignerKeyType.Aws | undefined;
1954
+ } | {
1955
+ type: AgentSignerKeyType.Cosmos;
1956
+ key: string;
1957
+ prefix: string;
1958
+ } | {
1959
+ type: AgentSignerKeyType.Node;
1960
+ } | undefined;
1961
+ availability?: {
1962
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1963
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1964
+ } | {
1965
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1966
+ } | undefined;
1967
+ bech32Prefix?: string | undefined;
1954
1968
  blocks?: {
1955
1969
  confirmations: number;
1956
1970
  reorgPeriod?: string | number | undefined;
@@ -2013,20 +2027,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2013
2027
  slip44?: number | undefined;
2014
2028
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2015
2029
  transactionOverrides?: Record<string, any> | undefined;
2016
- signer?: {
2017
- key: string;
2018
- type?: AgentSignerKeyType.Hex | undefined;
2019
- } | {
2020
- id: string;
2021
- region: string;
2022
- type?: AgentSignerKeyType.Aws | undefined;
2023
- } | {
2024
- type: AgentSignerKeyType.Cosmos;
2025
- key: string;
2026
- prefix: string;
2027
- } | {
2028
- type: AgentSignerKeyType.Node;
2029
- } | undefined;
2030
2030
  interchainSecurityModule?: string | undefined;
2031
2031
  canonicalAsset?: string | undefined;
2032
2032
  contractAddressBytes?: number | undefined;
@@ -2045,12 +2045,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2045
2045
  url?: string | undefined;
2046
2046
  } | undefined;
2047
2047
  }>>, Record<string, {
2048
- merkleTreeHook: string;
2049
- interchainGasPaymaster: string;
2050
2048
  name: string;
2051
- chainId: string | number;
2052
- domainId: number;
2053
- protocol: ProtocolType;
2054
2049
  rpcUrls: {
2055
2050
  http: string;
2056
2051
  concurrency?: number | undefined;
@@ -2066,19 +2061,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2066
2061
  } | undefined;
2067
2062
  public?: boolean | undefined;
2068
2063
  }[];
2064
+ chainId: string | number;
2065
+ domainId: number;
2066
+ protocol: ProtocolType;
2067
+ merkleTreeHook: string;
2068
+ interchainGasPaymaster: string;
2069
2069
  mailbox: string;
2070
2070
  validatorAnnounce: string;
2071
2071
  gasPrice?: {
2072
2072
  denom: string;
2073
2073
  amount: string;
2074
2074
  } | undefined;
2075
- availability?: {
2076
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2077
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2078
- } | {
2079
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2080
- } | undefined;
2081
- bech32Prefix?: string | undefined;
2082
2075
  blockExplorers?: {
2083
2076
  name: string;
2084
2077
  url: string;
@@ -2086,6 +2079,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
2086
2079
  apiKey?: string | undefined;
2087
2080
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2088
2081
  }[] | undefined;
2082
+ signer?: {
2083
+ key: string;
2084
+ type?: AgentSignerKeyType.Hex | undefined;
2085
+ } | {
2086
+ id: string;
2087
+ region: string;
2088
+ type?: AgentSignerKeyType.Aws | undefined;
2089
+ } | {
2090
+ type: AgentSignerKeyType.Cosmos;
2091
+ key: string;
2092
+ prefix: string;
2093
+ } | {
2094
+ type: AgentSignerKeyType.Node;
2095
+ } | undefined;
2096
+ availability?: {
2097
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2098
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2099
+ } | {
2100
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2101
+ } | undefined;
2102
+ bech32Prefix?: string | undefined;
2089
2103
  blocks?: {
2090
2104
  confirmations: number;
2091
2105
  reorgPeriod?: string | number | undefined;
@@ -2148,20 +2162,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2148
2162
  slip44?: number | undefined;
2149
2163
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2150
2164
  transactionOverrides?: Record<string, any> | undefined;
2151
- signer?: {
2152
- key: string;
2153
- type?: AgentSignerKeyType.Hex | undefined;
2154
- } | {
2155
- id: string;
2156
- region: string;
2157
- type?: AgentSignerKeyType.Aws | undefined;
2158
- } | {
2159
- type: AgentSignerKeyType.Cosmos;
2160
- key: string;
2161
- prefix: string;
2162
- } | {
2163
- type: AgentSignerKeyType.Node;
2164
- } | undefined;
2165
2165
  interchainSecurityModule?: string | undefined;
2166
2166
  canonicalAsset?: string | undefined;
2167
2167
  contractAddressBytes?: number | undefined;
@@ -2180,12 +2180,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2180
2180
  url?: string | undefined;
2181
2181
  } | undefined;
2182
2182
  }>, Record<string, {
2183
- merkleTreeHook: string;
2184
- interchainGasPaymaster: string;
2185
2183
  name: string;
2186
- chainId: string | number;
2187
- domainId: number;
2188
- protocol: ProtocolType;
2189
2184
  rpcUrls: {
2190
2185
  http: string;
2191
2186
  concurrency?: number | undefined;
@@ -2201,19 +2196,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2201
2196
  } | undefined;
2202
2197
  public?: boolean | undefined;
2203
2198
  }[];
2199
+ chainId: string | number;
2200
+ domainId: number;
2201
+ protocol: ProtocolType;
2202
+ merkleTreeHook: string;
2203
+ interchainGasPaymaster: string;
2204
2204
  mailbox: string;
2205
2205
  validatorAnnounce: string;
2206
2206
  gasPrice?: {
2207
2207
  denom: string;
2208
2208
  amount: string;
2209
2209
  } | undefined;
2210
- availability?: {
2211
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2212
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2213
- } | {
2214
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2215
- } | undefined;
2216
- bech32Prefix?: string | undefined;
2217
2210
  blockExplorers?: {
2218
2211
  name: string;
2219
2212
  url: string;
@@ -2221,6 +2214,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
2221
2214
  apiKey?: string | undefined;
2222
2215
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2223
2216
  }[] | undefined;
2217
+ signer?: {
2218
+ key: string;
2219
+ type?: AgentSignerKeyType.Hex | undefined;
2220
+ } | {
2221
+ id: string;
2222
+ region: string;
2223
+ type?: AgentSignerKeyType.Aws | undefined;
2224
+ } | {
2225
+ type: AgentSignerKeyType.Cosmos;
2226
+ key: string;
2227
+ prefix: string;
2228
+ } | {
2229
+ type: AgentSignerKeyType.Node;
2230
+ } | undefined;
2231
+ availability?: {
2232
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2233
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2234
+ } | {
2235
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2236
+ } | undefined;
2237
+ bech32Prefix?: string | undefined;
2224
2238
  blocks?: {
2225
2239
  confirmations: number;
2226
2240
  reorgPeriod?: string | number | undefined;
@@ -2283,20 +2297,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2283
2297
  slip44?: number | undefined;
2284
2298
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2285
2299
  transactionOverrides?: Record<string, any> | undefined;
2286
- signer?: {
2287
- key: string;
2288
- type?: AgentSignerKeyType.Hex | undefined;
2289
- } | {
2290
- id: string;
2291
- region: string;
2292
- type?: AgentSignerKeyType.Aws | undefined;
2293
- } | {
2294
- type: AgentSignerKeyType.Cosmos;
2295
- key: string;
2296
- prefix: string;
2297
- } | {
2298
- type: AgentSignerKeyType.Node;
2299
- } | undefined;
2300
2300
  interchainSecurityModule?: string | undefined;
2301
2301
  canonicalAsset?: string | undefined;
2302
2302
  contractAddressBytes?: number | undefined;
@@ -2367,12 +2367,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2367
2367
  }>>;
2368
2368
  }, "strip", z.ZodTypeAny, {
2369
2369
  chains: Record<string, {
2370
- merkleTreeHook: string;
2371
- interchainGasPaymaster: string;
2372
2370
  name: string;
2373
- chainId: string | number;
2374
- domainId: number;
2375
- protocol: ProtocolType;
2376
2371
  rpcUrls: {
2377
2372
  http: string;
2378
2373
  concurrency?: number | undefined;
@@ -2388,19 +2383,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2388
2383
  } | undefined;
2389
2384
  public?: boolean | undefined;
2390
2385
  }[];
2386
+ chainId: string | number;
2387
+ domainId: number;
2388
+ protocol: ProtocolType;
2389
+ merkleTreeHook: string;
2390
+ interchainGasPaymaster: string;
2391
2391
  mailbox: string;
2392
2392
  validatorAnnounce: string;
2393
2393
  gasPrice?: {
2394
2394
  denom: string;
2395
2395
  amount: string;
2396
2396
  } | undefined;
2397
- availability?: {
2398
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2399
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2400
- } | {
2401
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2402
- } | undefined;
2403
- bech32Prefix?: string | undefined;
2404
2397
  blockExplorers?: {
2405
2398
  name: string;
2406
2399
  url: string;
@@ -2408,6 +2401,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
2408
2401
  apiKey?: string | undefined;
2409
2402
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2410
2403
  }[] | undefined;
2404
+ signer?: {
2405
+ key: string;
2406
+ type?: AgentSignerKeyType.Hex | undefined;
2407
+ } | {
2408
+ id: string;
2409
+ region: string;
2410
+ type?: AgentSignerKeyType.Aws | undefined;
2411
+ } | {
2412
+ type: AgentSignerKeyType.Cosmos;
2413
+ key: string;
2414
+ prefix: string;
2415
+ } | {
2416
+ type: AgentSignerKeyType.Node;
2417
+ } | undefined;
2418
+ availability?: {
2419
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2420
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2421
+ } | {
2422
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2423
+ } | undefined;
2424
+ bech32Prefix?: string | undefined;
2411
2425
  blocks?: {
2412
2426
  confirmations: number;
2413
2427
  reorgPeriod?: string | number | undefined;
@@ -2460,30 +2474,16 @@ export declare const AgentConfigSchema: z.ZodObject<{
2460
2474
  maxBlockRange?: number | undefined;
2461
2475
  minBlockNumber?: number | undefined;
2462
2476
  maxBlockAge?: number | undefined;
2463
- } | undefined;
2464
- retry?: {
2465
- maxRequests: number;
2466
- baseRetryMs: number;
2467
- } | undefined;
2468
- public?: boolean | undefined;
2469
- }[] | undefined;
2470
- slip44?: number | undefined;
2471
- technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2472
- transactionOverrides?: Record<string, any> | undefined;
2473
- signer?: {
2474
- key: string;
2475
- type?: AgentSignerKeyType.Hex | undefined;
2476
- } | {
2477
- id: string;
2478
- region: string;
2479
- type?: AgentSignerKeyType.Aws | undefined;
2480
- } | {
2481
- type: AgentSignerKeyType.Cosmos;
2482
- key: string;
2483
- prefix: string;
2484
- } | {
2485
- type: AgentSignerKeyType.Node;
2486
- } | undefined;
2477
+ } | undefined;
2478
+ retry?: {
2479
+ maxRequests: number;
2480
+ baseRetryMs: number;
2481
+ } | undefined;
2482
+ public?: boolean | undefined;
2483
+ }[] | undefined;
2484
+ slip44?: number | undefined;
2485
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2486
+ transactionOverrides?: Record<string, any> | undefined;
2487
2487
  interchainSecurityModule?: string | undefined;
2488
2488
  canonicalAsset?: string | undefined;
2489
2489
  contractAddressBytes?: number | undefined;
@@ -2523,12 +2523,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2523
2523
  } | undefined;
2524
2524
  }, {
2525
2525
  chains: Record<string, {
2526
- merkleTreeHook: string;
2527
- interchainGasPaymaster: string;
2528
2526
  name: string;
2529
- chainId: string | number;
2530
- domainId: number;
2531
- protocol: ProtocolType;
2532
2527
  rpcUrls: {
2533
2528
  http: string;
2534
2529
  concurrency?: number | undefined;
@@ -2544,19 +2539,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2544
2539
  } | undefined;
2545
2540
  public?: boolean | undefined;
2546
2541
  }[];
2542
+ chainId: string | number;
2543
+ domainId: number;
2544
+ protocol: ProtocolType;
2545
+ merkleTreeHook: string;
2546
+ interchainGasPaymaster: string;
2547
2547
  mailbox: string;
2548
2548
  validatorAnnounce: string;
2549
2549
  gasPrice?: {
2550
2550
  denom: string;
2551
2551
  amount: string;
2552
2552
  } | undefined;
2553
- availability?: {
2554
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2555
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2556
- } | {
2557
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2558
- } | undefined;
2559
- bech32Prefix?: string | undefined;
2560
2553
  blockExplorers?: {
2561
2554
  name: string;
2562
2555
  url: string;
@@ -2564,6 +2557,27 @@ export declare const AgentConfigSchema: z.ZodObject<{
2564
2557
  apiKey?: string | undefined;
2565
2558
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2566
2559
  }[] | undefined;
2560
+ signer?: {
2561
+ key: string;
2562
+ type?: AgentSignerKeyType.Hex | undefined;
2563
+ } | {
2564
+ id: string;
2565
+ region: string;
2566
+ type?: AgentSignerKeyType.Aws | undefined;
2567
+ } | {
2568
+ type: AgentSignerKeyType.Cosmos;
2569
+ key: string;
2570
+ prefix: string;
2571
+ } | {
2572
+ type: AgentSignerKeyType.Node;
2573
+ } | undefined;
2574
+ availability?: {
2575
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2576
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2577
+ } | {
2578
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2579
+ } | undefined;
2580
+ bech32Prefix?: string | undefined;
2567
2581
  blocks?: {
2568
2582
  confirmations: number;
2569
2583
  reorgPeriod?: string | number | undefined;
@@ -2626,20 +2640,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2626
2640
  slip44?: number | undefined;
2627
2641
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2628
2642
  transactionOverrides?: Record<string, any> | undefined;
2629
- signer?: {
2630
- key: string;
2631
- type?: AgentSignerKeyType.Hex | undefined;
2632
- } | {
2633
- id: string;
2634
- region: string;
2635
- type?: AgentSignerKeyType.Aws | undefined;
2636
- } | {
2637
- type: AgentSignerKeyType.Cosmos;
2638
- key: string;
2639
- prefix: string;
2640
- } | {
2641
- type: AgentSignerKeyType.Node;
2642
- } | undefined;
2643
2643
  interchainSecurityModule?: string | undefined;
2644
2644
  canonicalAsset?: string | undefined;
2645
2645
  contractAddressBytes?: number | undefined;
@@ -2861,6 +2861,7 @@ export type IsmCacheConfig = z.infer<typeof IsmCacheConfigSchema>;
2861
2861
  export declare const RelayerAgentConfigSchema: z.ZodObject<{
2862
2862
  metricsPort: z.ZodOptional<z.ZodNumber>;
2863
2863
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
2864
+ name: z.ZodString;
2864
2865
  gasPrice: z.ZodOptional<z.ZodObject<{
2865
2866
  denom: z.ZodString;
2866
2867
  amount: z.ZodString;
@@ -2871,26 +2872,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2871
2872
  denom: string;
2872
2873
  amount: string;
2873
2874
  }>>;
2874
- merkleTreeHook: z.ZodString;
2875
- interchainGasPaymaster: z.ZodString;
2876
- name: z.ZodString;
2877
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2878
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
2879
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
2880
- }, "strip", z.ZodTypeAny, {
2881
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2882
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2883
- }, {
2884
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2885
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2886
- }>, z.ZodObject<{
2887
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
2888
- }, "strip", z.ZodTypeAny, {
2889
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2890
- }, {
2891
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2892
- }>]>>;
2893
- bech32Prefix: z.ZodOptional<z.ZodString>;
2894
2875
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
2895
2876
  name: z.ZodString;
2896
2877
  url: z.ZodString;
@@ -2910,6 +2891,121 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2910
2891
  apiKey?: string | undefined;
2911
2892
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2912
2893
  }>, "many">>;
2894
+ rpcUrls: z.ZodArray<z.ZodObject<{
2895
+ http: z.ZodString;
2896
+ concurrency: z.ZodOptional<z.ZodNumber>;
2897
+ webSocket: z.ZodOptional<z.ZodString>;
2898
+ pagination: z.ZodOptional<z.ZodObject<{
2899
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
2900
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
2901
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
2902
+ }, "strip", z.ZodTypeAny, {
2903
+ maxBlockRange?: number | undefined;
2904
+ minBlockNumber?: number | undefined;
2905
+ maxBlockAge?: number | undefined;
2906
+ }, {
2907
+ maxBlockRange?: number | undefined;
2908
+ minBlockNumber?: number | undefined;
2909
+ maxBlockAge?: number | undefined;
2910
+ }>>;
2911
+ retry: z.ZodOptional<z.ZodObject<{
2912
+ maxRequests: z.ZodNumber;
2913
+ baseRetryMs: z.ZodNumber;
2914
+ }, "strip", z.ZodTypeAny, {
2915
+ maxRequests: number;
2916
+ baseRetryMs: number;
2917
+ }, {
2918
+ maxRequests: number;
2919
+ baseRetryMs: number;
2920
+ }>>;
2921
+ public: z.ZodOptional<z.ZodBoolean>;
2922
+ }, "strip", z.ZodTypeAny, {
2923
+ http: string;
2924
+ concurrency?: number | undefined;
2925
+ webSocket?: string | undefined;
2926
+ pagination?: {
2927
+ maxBlockRange?: number | undefined;
2928
+ minBlockNumber?: number | undefined;
2929
+ maxBlockAge?: number | undefined;
2930
+ } | undefined;
2931
+ retry?: {
2932
+ maxRequests: number;
2933
+ baseRetryMs: number;
2934
+ } | undefined;
2935
+ public?: boolean | undefined;
2936
+ }, {
2937
+ http: string;
2938
+ concurrency?: number | undefined;
2939
+ webSocket?: string | undefined;
2940
+ pagination?: {
2941
+ maxBlockRange?: number | undefined;
2942
+ minBlockNumber?: number | undefined;
2943
+ maxBlockAge?: number | undefined;
2944
+ } | undefined;
2945
+ retry?: {
2946
+ maxRequests: number;
2947
+ baseRetryMs: number;
2948
+ } | undefined;
2949
+ public?: boolean | undefined;
2950
+ }>, "many">;
2951
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
2952
+ signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2953
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
2954
+ key: z.ZodString;
2955
+ }, "strip", z.ZodTypeAny, {
2956
+ key: string;
2957
+ type?: AgentSignerKeyType.Hex | undefined;
2958
+ }, {
2959
+ key: string;
2960
+ type?: AgentSignerKeyType.Hex | undefined;
2961
+ }>, z.ZodObject<{
2962
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
2963
+ id: z.ZodString;
2964
+ region: z.ZodString;
2965
+ }, "strip", z.ZodTypeAny, {
2966
+ id: string;
2967
+ region: string;
2968
+ type?: AgentSignerKeyType.Aws | undefined;
2969
+ }, {
2970
+ id: string;
2971
+ region: string;
2972
+ type?: AgentSignerKeyType.Aws | undefined;
2973
+ }>, z.ZodObject<{
2974
+ type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
2975
+ prefix: z.ZodString;
2976
+ key: z.ZodString;
2977
+ }, "strip", z.ZodTypeAny, {
2978
+ type: AgentSignerKeyType.Cosmos;
2979
+ key: string;
2980
+ prefix: string;
2981
+ }, {
2982
+ type: AgentSignerKeyType.Cosmos;
2983
+ key: string;
2984
+ prefix: string;
2985
+ }>, z.ZodObject<{
2986
+ type: z.ZodLiteral<AgentSignerKeyType.Node>;
2987
+ }, "strip", z.ZodTypeAny, {
2988
+ type: AgentSignerKeyType.Node;
2989
+ }, {
2990
+ type: AgentSignerKeyType.Node;
2991
+ }>]>>;
2992
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2993
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
2994
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
2995
+ }, "strip", z.ZodTypeAny, {
2996
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2997
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2998
+ }, {
2999
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3000
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3001
+ }>, z.ZodObject<{
3002
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
3003
+ }, "strip", z.ZodTypeAny, {
3004
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3005
+ }, {
3006
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3007
+ }>]>>;
3008
+ bech32Prefix: z.ZodOptional<z.ZodString>;
2913
3009
  blocks: z.ZodOptional<z.ZodObject<{
2914
3010
  confirmations: z.ZodNumber;
2915
3011
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -2924,7 +3020,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2924
3020
  estimateBlockTime?: number | undefined;
2925
3021
  }>>;
2926
3022
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
2927
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
2928
3023
  customGrpcUrls: z.ZodOptional<z.ZodString>;
2929
3024
  deployer: z.ZodOptional<z.ZodObject<{
2930
3025
  name: z.ZodString;
@@ -3090,106 +3185,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3090
3185
  } | undefined;
3091
3186
  public?: boolean | undefined;
3092
3187
  }>, "many">>;
3093
- rpcUrls: z.ZodArray<z.ZodObject<{
3094
- http: z.ZodString;
3095
- concurrency: z.ZodOptional<z.ZodNumber>;
3096
- webSocket: z.ZodOptional<z.ZodString>;
3097
- pagination: z.ZodOptional<z.ZodObject<{
3098
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
3099
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
3100
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
3101
- }, "strip", z.ZodTypeAny, {
3102
- maxBlockRange?: number | undefined;
3103
- minBlockNumber?: number | undefined;
3104
- maxBlockAge?: number | undefined;
3105
- }, {
3106
- maxBlockRange?: number | undefined;
3107
- minBlockNumber?: number | undefined;
3108
- maxBlockAge?: number | undefined;
3109
- }>>;
3110
- retry: z.ZodOptional<z.ZodObject<{
3111
- maxRequests: z.ZodNumber;
3112
- baseRetryMs: z.ZodNumber;
3113
- }, "strip", z.ZodTypeAny, {
3114
- maxRequests: number;
3115
- baseRetryMs: number;
3116
- }, {
3117
- maxRequests: number;
3118
- baseRetryMs: number;
3119
- }>>;
3120
- public: z.ZodOptional<z.ZodBoolean>;
3121
- }, "strip", z.ZodTypeAny, {
3122
- http: string;
3123
- concurrency?: number | undefined;
3124
- webSocket?: string | undefined;
3125
- pagination?: {
3126
- maxBlockRange?: number | undefined;
3127
- minBlockNumber?: number | undefined;
3128
- maxBlockAge?: number | undefined;
3129
- } | undefined;
3130
- retry?: {
3131
- maxRequests: number;
3132
- baseRetryMs: number;
3133
- } | undefined;
3134
- public?: boolean | undefined;
3135
- }, {
3136
- http: string;
3137
- concurrency?: number | undefined;
3138
- webSocket?: string | undefined;
3139
- pagination?: {
3140
- maxBlockRange?: number | undefined;
3141
- minBlockNumber?: number | undefined;
3142
- maxBlockAge?: number | undefined;
3143
- } | undefined;
3144
- retry?: {
3145
- maxRequests: number;
3146
- baseRetryMs: number;
3147
- } | undefined;
3148
- public?: boolean | undefined;
3149
- }>, "many">;
3150
3188
  slip44: z.ZodOptional<z.ZodNumber>;
3151
3189
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
3152
3190
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3153
- signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3154
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
3155
- key: z.ZodString;
3156
- }, "strip", z.ZodTypeAny, {
3157
- key: string;
3158
- type?: AgentSignerKeyType.Hex | undefined;
3159
- }, {
3160
- key: string;
3161
- type?: AgentSignerKeyType.Hex | undefined;
3162
- }>, z.ZodObject<{
3163
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
3164
- id: z.ZodString;
3165
- region: z.ZodString;
3166
- }, "strip", z.ZodTypeAny, {
3167
- id: string;
3168
- region: string;
3169
- type?: AgentSignerKeyType.Aws | undefined;
3170
- }, {
3171
- id: string;
3172
- region: string;
3173
- type?: AgentSignerKeyType.Aws | undefined;
3174
- }>, z.ZodObject<{
3175
- type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
3176
- prefix: z.ZodString;
3177
- key: z.ZodString;
3178
- }, "strip", z.ZodTypeAny, {
3179
- type: AgentSignerKeyType.Cosmos;
3180
- key: string;
3181
- prefix: string;
3182
- }, {
3183
- type: AgentSignerKeyType.Cosmos;
3184
- key: string;
3185
- prefix: string;
3186
- }>, z.ZodObject<{
3187
- type: z.ZodLiteral<AgentSignerKeyType.Node>;
3188
- }, "strip", z.ZodTypeAny, {
3189
- type: AgentSignerKeyType.Node;
3190
- }, {
3191
- type: AgentSignerKeyType.Node;
3192
- }>]>>;
3191
+ merkleTreeHook: z.ZodString;
3192
+ interchainGasPaymaster: z.ZodString;
3193
3193
  mailbox: z.ZodString;
3194
3194
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
3195
3195
  validatorAnnounce: z.ZodString;
@@ -3230,12 +3230,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3230
3230
  url?: string | undefined;
3231
3231
  }>>>;
3232
3232
  }, "strip", z.ZodTypeAny, {
3233
- merkleTreeHook: string;
3234
- interchainGasPaymaster: string;
3235
3233
  name: string;
3236
- chainId: string | number;
3237
- domainId: number;
3238
- protocol: ProtocolType;
3239
3234
  rpcUrls: {
3240
3235
  http: string;
3241
3236
  concurrency?: number | undefined;
@@ -3251,19 +3246,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3251
3246
  } | undefined;
3252
3247
  public?: boolean | undefined;
3253
3248
  }[];
3249
+ chainId: string | number;
3250
+ domainId: number;
3251
+ protocol: ProtocolType;
3252
+ merkleTreeHook: string;
3253
+ interchainGasPaymaster: string;
3254
3254
  mailbox: string;
3255
3255
  validatorAnnounce: string;
3256
3256
  gasPrice?: {
3257
3257
  denom: string;
3258
3258
  amount: string;
3259
3259
  } | undefined;
3260
- availability?: {
3261
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3262
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3263
- } | {
3264
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3265
- } | undefined;
3266
- bech32Prefix?: string | undefined;
3267
3260
  blockExplorers?: {
3268
3261
  name: string;
3269
3262
  url: string;
@@ -3271,6 +3264,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3271
3264
  apiKey?: string | undefined;
3272
3265
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3273
3266
  }[] | undefined;
3267
+ signer?: {
3268
+ key: string;
3269
+ type?: AgentSignerKeyType.Hex | undefined;
3270
+ } | {
3271
+ id: string;
3272
+ region: string;
3273
+ type?: AgentSignerKeyType.Aws | undefined;
3274
+ } | {
3275
+ type: AgentSignerKeyType.Cosmos;
3276
+ key: string;
3277
+ prefix: string;
3278
+ } | {
3279
+ type: AgentSignerKeyType.Node;
3280
+ } | undefined;
3281
+ availability?: {
3282
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3283
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3284
+ } | {
3285
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3286
+ } | undefined;
3287
+ bech32Prefix?: string | undefined;
3274
3288
  blocks?: {
3275
3289
  confirmations: number;
3276
3290
  reorgPeriod?: string | number | undefined;
@@ -3333,20 +3347,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3333
3347
  slip44?: number | undefined;
3334
3348
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3335
3349
  transactionOverrides?: Record<string, any> | undefined;
3336
- signer?: {
3337
- key: string;
3338
- type?: AgentSignerKeyType.Hex | undefined;
3339
- } | {
3340
- id: string;
3341
- region: string;
3342
- type?: AgentSignerKeyType.Aws | undefined;
3343
- } | {
3344
- type: AgentSignerKeyType.Cosmos;
3345
- key: string;
3346
- prefix: string;
3347
- } | {
3348
- type: AgentSignerKeyType.Node;
3349
- } | undefined;
3350
3350
  interchainSecurityModule?: string | undefined;
3351
3351
  canonicalAsset?: string | undefined;
3352
3352
  contractAddressBytes?: number | undefined;
@@ -3365,12 +3365,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3365
3365
  url?: string | undefined;
3366
3366
  } | undefined;
3367
3367
  }, {
3368
- merkleTreeHook: string;
3369
- interchainGasPaymaster: string;
3370
3368
  name: string;
3371
- chainId: string | number;
3372
- domainId: number;
3373
- protocol: ProtocolType;
3374
3369
  rpcUrls: {
3375
3370
  http: string;
3376
3371
  concurrency?: number | undefined;
@@ -3386,19 +3381,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3386
3381
  } | undefined;
3387
3382
  public?: boolean | undefined;
3388
3383
  }[];
3384
+ chainId: string | number;
3385
+ domainId: number;
3386
+ protocol: ProtocolType;
3387
+ merkleTreeHook: string;
3388
+ interchainGasPaymaster: string;
3389
3389
  mailbox: string;
3390
3390
  validatorAnnounce: string;
3391
3391
  gasPrice?: {
3392
3392
  denom: string;
3393
3393
  amount: string;
3394
3394
  } | undefined;
3395
- availability?: {
3396
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3397
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3398
- } | {
3399
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3400
- } | undefined;
3401
- bech32Prefix?: string | undefined;
3402
3395
  blockExplorers?: {
3403
3396
  name: string;
3404
3397
  url: string;
@@ -3406,6 +3399,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3406
3399
  apiKey?: string | undefined;
3407
3400
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3408
3401
  }[] | undefined;
3402
+ signer?: {
3403
+ key: string;
3404
+ type?: AgentSignerKeyType.Hex | undefined;
3405
+ } | {
3406
+ id: string;
3407
+ region: string;
3408
+ type?: AgentSignerKeyType.Aws | undefined;
3409
+ } | {
3410
+ type: AgentSignerKeyType.Cosmos;
3411
+ key: string;
3412
+ prefix: string;
3413
+ } | {
3414
+ type: AgentSignerKeyType.Node;
3415
+ } | undefined;
3416
+ availability?: {
3417
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3418
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3419
+ } | {
3420
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3421
+ } | undefined;
3422
+ bech32Prefix?: string | undefined;
3409
3423
  blocks?: {
3410
3424
  confirmations: number;
3411
3425
  reorgPeriod?: string | number | undefined;
@@ -3468,20 +3482,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3468
3482
  slip44?: number | undefined;
3469
3483
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3470
3484
  transactionOverrides?: Record<string, any> | undefined;
3471
- signer?: {
3472
- key: string;
3473
- type?: AgentSignerKeyType.Hex | undefined;
3474
- } | {
3475
- id: string;
3476
- region: string;
3477
- type?: AgentSignerKeyType.Aws | undefined;
3478
- } | {
3479
- type: AgentSignerKeyType.Cosmos;
3480
- key: string;
3481
- prefix: string;
3482
- } | {
3483
- type: AgentSignerKeyType.Node;
3484
- } | undefined;
3485
3485
  interchainSecurityModule?: string | undefined;
3486
3486
  canonicalAsset?: string | undefined;
3487
3487
  contractAddressBytes?: number | undefined;
@@ -3500,12 +3500,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3500
3500
  url?: string | undefined;
3501
3501
  } | undefined;
3502
3502
  }>, {
3503
- merkleTreeHook: string;
3504
- interchainGasPaymaster: string;
3505
3503
  name: string;
3506
- chainId: string | number;
3507
- domainId: number;
3508
- protocol: ProtocolType;
3509
3504
  rpcUrls: {
3510
3505
  http: string;
3511
3506
  concurrency?: number | undefined;
@@ -3521,19 +3516,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3521
3516
  } | undefined;
3522
3517
  public?: boolean | undefined;
3523
3518
  }[];
3519
+ chainId: string | number;
3520
+ domainId: number;
3521
+ protocol: ProtocolType;
3522
+ merkleTreeHook: string;
3523
+ interchainGasPaymaster: string;
3524
3524
  mailbox: string;
3525
3525
  validatorAnnounce: string;
3526
3526
  gasPrice?: {
3527
3527
  denom: string;
3528
3528
  amount: string;
3529
3529
  } | undefined;
3530
- availability?: {
3531
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3532
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3533
- } | {
3534
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3535
- } | undefined;
3536
- bech32Prefix?: string | undefined;
3537
3530
  blockExplorers?: {
3538
3531
  name: string;
3539
3532
  url: string;
@@ -3541,6 +3534,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3541
3534
  apiKey?: string | undefined;
3542
3535
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3543
3536
  }[] | undefined;
3537
+ signer?: {
3538
+ key: string;
3539
+ type?: AgentSignerKeyType.Hex | undefined;
3540
+ } | {
3541
+ id: string;
3542
+ region: string;
3543
+ type?: AgentSignerKeyType.Aws | undefined;
3544
+ } | {
3545
+ type: AgentSignerKeyType.Cosmos;
3546
+ key: string;
3547
+ prefix: string;
3548
+ } | {
3549
+ type: AgentSignerKeyType.Node;
3550
+ } | undefined;
3551
+ availability?: {
3552
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3553
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3554
+ } | {
3555
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3556
+ } | undefined;
3557
+ bech32Prefix?: string | undefined;
3544
3558
  blocks?: {
3545
3559
  confirmations: number;
3546
3560
  reorgPeriod?: string | number | undefined;
@@ -3603,20 +3617,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3603
3617
  slip44?: number | undefined;
3604
3618
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3605
3619
  transactionOverrides?: Record<string, any> | undefined;
3606
- signer?: {
3607
- key: string;
3608
- type?: AgentSignerKeyType.Hex | undefined;
3609
- } | {
3610
- id: string;
3611
- region: string;
3612
- type?: AgentSignerKeyType.Aws | undefined;
3613
- } | {
3614
- type: AgentSignerKeyType.Cosmos;
3615
- key: string;
3616
- prefix: string;
3617
- } | {
3618
- type: AgentSignerKeyType.Node;
3619
- } | undefined;
3620
3620
  interchainSecurityModule?: string | undefined;
3621
3621
  canonicalAsset?: string | undefined;
3622
3622
  contractAddressBytes?: number | undefined;
@@ -3635,12 +3635,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3635
3635
  url?: string | undefined;
3636
3636
  } | undefined;
3637
3637
  }, {
3638
- merkleTreeHook: string;
3639
- interchainGasPaymaster: string;
3640
3638
  name: string;
3641
- chainId: string | number;
3642
- domainId: number;
3643
- protocol: ProtocolType;
3644
3639
  rpcUrls: {
3645
3640
  http: string;
3646
3641
  concurrency?: number | undefined;
@@ -3656,19 +3651,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3656
3651
  } | undefined;
3657
3652
  public?: boolean | undefined;
3658
3653
  }[];
3654
+ chainId: string | number;
3655
+ domainId: number;
3656
+ protocol: ProtocolType;
3657
+ merkleTreeHook: string;
3658
+ interchainGasPaymaster: string;
3659
3659
  mailbox: string;
3660
3660
  validatorAnnounce: string;
3661
3661
  gasPrice?: {
3662
3662
  denom: string;
3663
3663
  amount: string;
3664
3664
  } | undefined;
3665
- availability?: {
3666
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3667
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3668
- } | {
3669
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3670
- } | undefined;
3671
- bech32Prefix?: string | undefined;
3672
3665
  blockExplorers?: {
3673
3666
  name: string;
3674
3667
  url: string;
@@ -3676,6 +3669,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3676
3669
  apiKey?: string | undefined;
3677
3670
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3678
3671
  }[] | undefined;
3672
+ signer?: {
3673
+ key: string;
3674
+ type?: AgentSignerKeyType.Hex | undefined;
3675
+ } | {
3676
+ id: string;
3677
+ region: string;
3678
+ type?: AgentSignerKeyType.Aws | undefined;
3679
+ } | {
3680
+ type: AgentSignerKeyType.Cosmos;
3681
+ key: string;
3682
+ prefix: string;
3683
+ } | {
3684
+ type: AgentSignerKeyType.Node;
3685
+ } | undefined;
3686
+ availability?: {
3687
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3688
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3689
+ } | {
3690
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3691
+ } | undefined;
3692
+ bech32Prefix?: string | undefined;
3679
3693
  blocks?: {
3680
3694
  confirmations: number;
3681
3695
  reorgPeriod?: string | number | undefined;
@@ -3738,20 +3752,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3738
3752
  slip44?: number | undefined;
3739
3753
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3740
3754
  transactionOverrides?: Record<string, any> | undefined;
3741
- signer?: {
3742
- key: string;
3743
- type?: AgentSignerKeyType.Hex | undefined;
3744
- } | {
3745
- id: string;
3746
- region: string;
3747
- type?: AgentSignerKeyType.Aws | undefined;
3748
- } | {
3749
- type: AgentSignerKeyType.Cosmos;
3750
- key: string;
3751
- prefix: string;
3752
- } | {
3753
- type: AgentSignerKeyType.Node;
3754
- } | undefined;
3755
3755
  interchainSecurityModule?: string | undefined;
3756
3756
  canonicalAsset?: string | undefined;
3757
3757
  contractAddressBytes?: number | undefined;
@@ -3770,12 +3770,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3770
3770
  url?: string | undefined;
3771
3771
  } | undefined;
3772
3772
  }>>, Record<string, {
3773
- merkleTreeHook: string;
3774
- interchainGasPaymaster: string;
3775
- name: string;
3776
- chainId: string | number;
3777
- domainId: number;
3778
- protocol: ProtocolType;
3773
+ name: string;
3779
3774
  rpcUrls: {
3780
3775
  http: string;
3781
3776
  concurrency?: number | undefined;
@@ -3791,19 +3786,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3791
3786
  } | undefined;
3792
3787
  public?: boolean | undefined;
3793
3788
  }[];
3789
+ chainId: string | number;
3790
+ domainId: number;
3791
+ protocol: ProtocolType;
3792
+ merkleTreeHook: string;
3793
+ interchainGasPaymaster: string;
3794
3794
  mailbox: string;
3795
3795
  validatorAnnounce: string;
3796
3796
  gasPrice?: {
3797
3797
  denom: string;
3798
3798
  amount: string;
3799
3799
  } | undefined;
3800
- availability?: {
3801
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3802
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3803
- } | {
3804
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3805
- } | undefined;
3806
- bech32Prefix?: string | undefined;
3807
3800
  blockExplorers?: {
3808
3801
  name: string;
3809
3802
  url: string;
@@ -3811,6 +3804,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3811
3804
  apiKey?: string | undefined;
3812
3805
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3813
3806
  }[] | undefined;
3807
+ signer?: {
3808
+ key: string;
3809
+ type?: AgentSignerKeyType.Hex | undefined;
3810
+ } | {
3811
+ id: string;
3812
+ region: string;
3813
+ type?: AgentSignerKeyType.Aws | undefined;
3814
+ } | {
3815
+ type: AgentSignerKeyType.Cosmos;
3816
+ key: string;
3817
+ prefix: string;
3818
+ } | {
3819
+ type: AgentSignerKeyType.Node;
3820
+ } | undefined;
3821
+ availability?: {
3822
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3823
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3824
+ } | {
3825
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3826
+ } | undefined;
3827
+ bech32Prefix?: string | undefined;
3814
3828
  blocks?: {
3815
3829
  confirmations: number;
3816
3830
  reorgPeriod?: string | number | undefined;
@@ -3873,20 +3887,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3873
3887
  slip44?: number | undefined;
3874
3888
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3875
3889
  transactionOverrides?: Record<string, any> | undefined;
3876
- signer?: {
3877
- key: string;
3878
- type?: AgentSignerKeyType.Hex | undefined;
3879
- } | {
3880
- id: string;
3881
- region: string;
3882
- type?: AgentSignerKeyType.Aws | undefined;
3883
- } | {
3884
- type: AgentSignerKeyType.Cosmos;
3885
- key: string;
3886
- prefix: string;
3887
- } | {
3888
- type: AgentSignerKeyType.Node;
3889
- } | undefined;
3890
3890
  interchainSecurityModule?: string | undefined;
3891
3891
  canonicalAsset?: string | undefined;
3892
3892
  contractAddressBytes?: number | undefined;
@@ -3905,12 +3905,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3905
3905
  url?: string | undefined;
3906
3906
  } | undefined;
3907
3907
  }>, Record<string, {
3908
- merkleTreeHook: string;
3909
- interchainGasPaymaster: string;
3910
3908
  name: string;
3911
- chainId: string | number;
3912
- domainId: number;
3913
- protocol: ProtocolType;
3914
3909
  rpcUrls: {
3915
3910
  http: string;
3916
3911
  concurrency?: number | undefined;
@@ -3926,19 +3921,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3926
3921
  } | undefined;
3927
3922
  public?: boolean | undefined;
3928
3923
  }[];
3924
+ chainId: string | number;
3925
+ domainId: number;
3926
+ protocol: ProtocolType;
3927
+ merkleTreeHook: string;
3928
+ interchainGasPaymaster: string;
3929
3929
  mailbox: string;
3930
3930
  validatorAnnounce: string;
3931
3931
  gasPrice?: {
3932
3932
  denom: string;
3933
3933
  amount: string;
3934
3934
  } | undefined;
3935
- availability?: {
3936
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3937
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3938
- } | {
3939
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3940
- } | undefined;
3941
- bech32Prefix?: string | undefined;
3942
3935
  blockExplorers?: {
3943
3936
  name: string;
3944
3937
  url: string;
@@ -3946,6 +3939,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3946
3939
  apiKey?: string | undefined;
3947
3940
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3948
3941
  }[] | undefined;
3942
+ signer?: {
3943
+ key: string;
3944
+ type?: AgentSignerKeyType.Hex | undefined;
3945
+ } | {
3946
+ id: string;
3947
+ region: string;
3948
+ type?: AgentSignerKeyType.Aws | undefined;
3949
+ } | {
3950
+ type: AgentSignerKeyType.Cosmos;
3951
+ key: string;
3952
+ prefix: string;
3953
+ } | {
3954
+ type: AgentSignerKeyType.Node;
3955
+ } | undefined;
3956
+ availability?: {
3957
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3958
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3959
+ } | {
3960
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3961
+ } | undefined;
3962
+ bech32Prefix?: string | undefined;
3949
3963
  blocks?: {
3950
3964
  confirmations: number;
3951
3965
  reorgPeriod?: string | number | undefined;
@@ -4008,20 +4022,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4008
4022
  slip44?: number | undefined;
4009
4023
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4010
4024
  transactionOverrides?: Record<string, any> | undefined;
4011
- signer?: {
4012
- key: string;
4013
- type?: AgentSignerKeyType.Hex | undefined;
4014
- } | {
4015
- id: string;
4016
- region: string;
4017
- type?: AgentSignerKeyType.Aws | undefined;
4018
- } | {
4019
- type: AgentSignerKeyType.Cosmos;
4020
- key: string;
4021
- prefix: string;
4022
- } | {
4023
- type: AgentSignerKeyType.Node;
4024
- } | undefined;
4025
4025
  interchainSecurityModule?: string | undefined;
4026
4026
  canonicalAsset?: string | undefined;
4027
4027
  contractAddressBytes?: number | undefined;
@@ -4344,12 +4344,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4344
4344
  igpIndexingEnabled: z.ZodOptional<z.ZodBoolean>;
4345
4345
  }, "strip", z.ZodTypeAny, {
4346
4346
  chains: Record<string, {
4347
- merkleTreeHook: string;
4348
- interchainGasPaymaster: string;
4349
4347
  name: string;
4350
- chainId: string | number;
4351
- domainId: number;
4352
- protocol: ProtocolType;
4353
4348
  rpcUrls: {
4354
4349
  http: string;
4355
4350
  concurrency?: number | undefined;
@@ -4365,19 +4360,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4365
4360
  } | undefined;
4366
4361
  public?: boolean | undefined;
4367
4362
  }[];
4363
+ chainId: string | number;
4364
+ domainId: number;
4365
+ protocol: ProtocolType;
4366
+ merkleTreeHook: string;
4367
+ interchainGasPaymaster: string;
4368
4368
  mailbox: string;
4369
4369
  validatorAnnounce: string;
4370
4370
  gasPrice?: {
4371
4371
  denom: string;
4372
4372
  amount: string;
4373
4373
  } | undefined;
4374
- availability?: {
4375
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4376
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4377
- } | {
4378
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4379
- } | undefined;
4380
- bech32Prefix?: string | undefined;
4381
4374
  blockExplorers?: {
4382
4375
  name: string;
4383
4376
  url: string;
@@ -4385,6 +4378,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4385
4378
  apiKey?: string | undefined;
4386
4379
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4387
4380
  }[] | undefined;
4381
+ signer?: {
4382
+ key: string;
4383
+ type?: AgentSignerKeyType.Hex | undefined;
4384
+ } | {
4385
+ id: string;
4386
+ region: string;
4387
+ type?: AgentSignerKeyType.Aws | undefined;
4388
+ } | {
4389
+ type: AgentSignerKeyType.Cosmos;
4390
+ key: string;
4391
+ prefix: string;
4392
+ } | {
4393
+ type: AgentSignerKeyType.Node;
4394
+ } | undefined;
4395
+ availability?: {
4396
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4397
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4398
+ } | {
4399
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4400
+ } | undefined;
4401
+ bech32Prefix?: string | undefined;
4388
4402
  blocks?: {
4389
4403
  confirmations: number;
4390
4404
  reorgPeriod?: string | number | undefined;
@@ -4447,20 +4461,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4447
4461
  slip44?: number | undefined;
4448
4462
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4449
4463
  transactionOverrides?: Record<string, any> | undefined;
4450
- signer?: {
4451
- key: string;
4452
- type?: AgentSignerKeyType.Hex | undefined;
4453
- } | {
4454
- id: string;
4455
- region: string;
4456
- type?: AgentSignerKeyType.Aws | undefined;
4457
- } | {
4458
- type: AgentSignerKeyType.Cosmos;
4459
- key: string;
4460
- prefix: string;
4461
- } | {
4462
- type: AgentSignerKeyType.Node;
4463
- } | undefined;
4464
4464
  interchainSecurityModule?: string | undefined;
4465
4465
  canonicalAsset?: string | undefined;
4466
4466
  contractAddressBytes?: number | undefined;
@@ -4574,12 +4574,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4574
4574
  igpIndexingEnabled?: boolean | undefined;
4575
4575
  }, {
4576
4576
  chains: Record<string, {
4577
- merkleTreeHook: string;
4578
- interchainGasPaymaster: string;
4579
4577
  name: string;
4580
- chainId: string | number;
4581
- domainId: number;
4582
- protocol: ProtocolType;
4583
4578
  rpcUrls: {
4584
4579
  http: string;
4585
4580
  concurrency?: number | undefined;
@@ -4595,19 +4590,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4595
4590
  } | undefined;
4596
4591
  public?: boolean | undefined;
4597
4592
  }[];
4593
+ chainId: string | number;
4594
+ domainId: number;
4595
+ protocol: ProtocolType;
4596
+ merkleTreeHook: string;
4597
+ interchainGasPaymaster: string;
4598
4598
  mailbox: string;
4599
4599
  validatorAnnounce: string;
4600
4600
  gasPrice?: {
4601
4601
  denom: string;
4602
4602
  amount: string;
4603
4603
  } | undefined;
4604
- availability?: {
4605
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4606
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4607
- } | {
4608
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4609
- } | undefined;
4610
- bech32Prefix?: string | undefined;
4611
4604
  blockExplorers?: {
4612
4605
  name: string;
4613
4606
  url: string;
@@ -4615,6 +4608,27 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4615
4608
  apiKey?: string | undefined;
4616
4609
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4617
4610
  }[] | undefined;
4611
+ signer?: {
4612
+ key: string;
4613
+ type?: AgentSignerKeyType.Hex | undefined;
4614
+ } | {
4615
+ id: string;
4616
+ region: string;
4617
+ type?: AgentSignerKeyType.Aws | undefined;
4618
+ } | {
4619
+ type: AgentSignerKeyType.Cosmos;
4620
+ key: string;
4621
+ prefix: string;
4622
+ } | {
4623
+ type: AgentSignerKeyType.Node;
4624
+ } | undefined;
4625
+ availability?: {
4626
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4627
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4628
+ } | {
4629
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4630
+ } | undefined;
4631
+ bech32Prefix?: string | undefined;
4618
4632
  blocks?: {
4619
4633
  confirmations: number;
4620
4634
  reorgPeriod?: string | number | undefined;
@@ -4677,20 +4691,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4677
4691
  slip44?: number | undefined;
4678
4692
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4679
4693
  transactionOverrides?: Record<string, any> | undefined;
4680
- signer?: {
4681
- key: string;
4682
- type?: AgentSignerKeyType.Hex | undefined;
4683
- } | {
4684
- id: string;
4685
- region: string;
4686
- type?: AgentSignerKeyType.Aws | undefined;
4687
- } | {
4688
- type: AgentSignerKeyType.Cosmos;
4689
- key: string;
4690
- prefix: string;
4691
- } | {
4692
- type: AgentSignerKeyType.Node;
4693
- } | undefined;
4694
4694
  interchainSecurityModule?: string | undefined;
4695
4695
  canonicalAsset?: string | undefined;
4696
4696
  contractAddressBytes?: number | undefined;
@@ -4807,19 +4807,134 @@ export type RelayerConfig = z.infer<typeof RelayerAgentConfigSchema>;
4807
4807
  export declare const ScraperAgentConfigSchema: z.ZodObject<{
4808
4808
  metricsPort: z.ZodOptional<z.ZodNumber>;
4809
4809
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
4810
+ name: z.ZodString;
4810
4811
  gasPrice: z.ZodOptional<z.ZodObject<{
4811
4812
  denom: z.ZodString;
4812
4813
  amount: z.ZodString;
4813
4814
  }, "strip", z.ZodTypeAny, {
4814
- denom: string;
4815
- amount: string;
4815
+ denom: string;
4816
+ amount: string;
4817
+ }, {
4818
+ denom: string;
4819
+ amount: string;
4820
+ }>>;
4821
+ blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
4822
+ name: z.ZodString;
4823
+ url: z.ZodString;
4824
+ apiUrl: z.ZodString;
4825
+ apiKey: z.ZodOptional<z.ZodString>;
4826
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
4827
+ }, "strip", z.ZodTypeAny, {
4828
+ name: string;
4829
+ url: string;
4830
+ apiUrl: string;
4831
+ apiKey?: string | undefined;
4832
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4833
+ }, {
4834
+ name: string;
4835
+ url: string;
4836
+ apiUrl: string;
4837
+ apiKey?: string | undefined;
4838
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4839
+ }>, "many">>;
4840
+ rpcUrls: z.ZodArray<z.ZodObject<{
4841
+ http: z.ZodString;
4842
+ concurrency: z.ZodOptional<z.ZodNumber>;
4843
+ webSocket: z.ZodOptional<z.ZodString>;
4844
+ pagination: z.ZodOptional<z.ZodObject<{
4845
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
4846
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
4847
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
4848
+ }, "strip", z.ZodTypeAny, {
4849
+ maxBlockRange?: number | undefined;
4850
+ minBlockNumber?: number | undefined;
4851
+ maxBlockAge?: number | undefined;
4852
+ }, {
4853
+ maxBlockRange?: number | undefined;
4854
+ minBlockNumber?: number | undefined;
4855
+ maxBlockAge?: number | undefined;
4856
+ }>>;
4857
+ retry: z.ZodOptional<z.ZodObject<{
4858
+ maxRequests: z.ZodNumber;
4859
+ baseRetryMs: z.ZodNumber;
4860
+ }, "strip", z.ZodTypeAny, {
4861
+ maxRequests: number;
4862
+ baseRetryMs: number;
4863
+ }, {
4864
+ maxRequests: number;
4865
+ baseRetryMs: number;
4866
+ }>>;
4867
+ public: z.ZodOptional<z.ZodBoolean>;
4868
+ }, "strip", z.ZodTypeAny, {
4869
+ http: string;
4870
+ concurrency?: number | undefined;
4871
+ webSocket?: string | undefined;
4872
+ pagination?: {
4873
+ maxBlockRange?: number | undefined;
4874
+ minBlockNumber?: number | undefined;
4875
+ maxBlockAge?: number | undefined;
4876
+ } | undefined;
4877
+ retry?: {
4878
+ maxRequests: number;
4879
+ baseRetryMs: number;
4880
+ } | undefined;
4881
+ public?: boolean | undefined;
4816
4882
  }, {
4817
- denom: string;
4818
- amount: string;
4819
- }>>;
4820
- merkleTreeHook: z.ZodString;
4821
- interchainGasPaymaster: z.ZodString;
4822
- name: z.ZodString;
4883
+ http: string;
4884
+ concurrency?: number | undefined;
4885
+ webSocket?: string | undefined;
4886
+ pagination?: {
4887
+ maxBlockRange?: number | undefined;
4888
+ minBlockNumber?: number | undefined;
4889
+ maxBlockAge?: number | undefined;
4890
+ } | undefined;
4891
+ retry?: {
4892
+ maxRequests: number;
4893
+ baseRetryMs: number;
4894
+ } | undefined;
4895
+ public?: boolean | undefined;
4896
+ }>, "many">;
4897
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
4898
+ signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4899
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
4900
+ key: z.ZodString;
4901
+ }, "strip", z.ZodTypeAny, {
4902
+ key: string;
4903
+ type?: AgentSignerKeyType.Hex | undefined;
4904
+ }, {
4905
+ key: string;
4906
+ type?: AgentSignerKeyType.Hex | undefined;
4907
+ }>, z.ZodObject<{
4908
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
4909
+ id: z.ZodString;
4910
+ region: z.ZodString;
4911
+ }, "strip", z.ZodTypeAny, {
4912
+ id: string;
4913
+ region: string;
4914
+ type?: AgentSignerKeyType.Aws | undefined;
4915
+ }, {
4916
+ id: string;
4917
+ region: string;
4918
+ type?: AgentSignerKeyType.Aws | undefined;
4919
+ }>, z.ZodObject<{
4920
+ type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
4921
+ prefix: z.ZodString;
4922
+ key: z.ZodString;
4923
+ }, "strip", z.ZodTypeAny, {
4924
+ type: AgentSignerKeyType.Cosmos;
4925
+ key: string;
4926
+ prefix: string;
4927
+ }, {
4928
+ type: AgentSignerKeyType.Cosmos;
4929
+ key: string;
4930
+ prefix: string;
4931
+ }>, z.ZodObject<{
4932
+ type: z.ZodLiteral<AgentSignerKeyType.Node>;
4933
+ }, "strip", z.ZodTypeAny, {
4934
+ type: AgentSignerKeyType.Node;
4935
+ }, {
4936
+ type: AgentSignerKeyType.Node;
4937
+ }>]>>;
4823
4938
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4824
4939
  status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
4825
4940
  reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
@@ -4837,25 +4952,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4837
4952
  status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4838
4953
  }>]>>;
4839
4954
  bech32Prefix: z.ZodOptional<z.ZodString>;
4840
- blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
4841
- name: z.ZodString;
4842
- url: z.ZodString;
4843
- apiUrl: z.ZodString;
4844
- apiKey: z.ZodOptional<z.ZodString>;
4845
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
4846
- }, "strip", z.ZodTypeAny, {
4847
- name: string;
4848
- url: string;
4849
- apiUrl: string;
4850
- apiKey?: string | undefined;
4851
- family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4852
- }, {
4853
- name: string;
4854
- url: string;
4855
- apiUrl: string;
4856
- apiKey?: string | undefined;
4857
- family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4858
- }>, "many">>;
4859
4955
  blocks: z.ZodOptional<z.ZodObject<{
4860
4956
  confirmations: z.ZodNumber;
4861
4957
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -4870,7 +4966,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4870
4966
  estimateBlockTime?: number | undefined;
4871
4967
  }>>;
4872
4968
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
4873
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
4874
4969
  customGrpcUrls: z.ZodOptional<z.ZodString>;
4875
4970
  deployer: z.ZodOptional<z.ZodObject<{
4876
4971
  name: z.ZodString;
@@ -5036,106 +5131,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5036
5131
  } | undefined;
5037
5132
  public?: boolean | undefined;
5038
5133
  }>, "many">>;
5039
- rpcUrls: z.ZodArray<z.ZodObject<{
5040
- http: z.ZodString;
5041
- concurrency: z.ZodOptional<z.ZodNumber>;
5042
- webSocket: z.ZodOptional<z.ZodString>;
5043
- pagination: z.ZodOptional<z.ZodObject<{
5044
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
5045
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
5046
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
5047
- }, "strip", z.ZodTypeAny, {
5048
- maxBlockRange?: number | undefined;
5049
- minBlockNumber?: number | undefined;
5050
- maxBlockAge?: number | undefined;
5051
- }, {
5052
- maxBlockRange?: number | undefined;
5053
- minBlockNumber?: number | undefined;
5054
- maxBlockAge?: number | undefined;
5055
- }>>;
5056
- retry: z.ZodOptional<z.ZodObject<{
5057
- maxRequests: z.ZodNumber;
5058
- baseRetryMs: z.ZodNumber;
5059
- }, "strip", z.ZodTypeAny, {
5060
- maxRequests: number;
5061
- baseRetryMs: number;
5062
- }, {
5063
- maxRequests: number;
5064
- baseRetryMs: number;
5065
- }>>;
5066
- public: z.ZodOptional<z.ZodBoolean>;
5067
- }, "strip", z.ZodTypeAny, {
5068
- http: string;
5069
- concurrency?: number | undefined;
5070
- webSocket?: string | undefined;
5071
- pagination?: {
5072
- maxBlockRange?: number | undefined;
5073
- minBlockNumber?: number | undefined;
5074
- maxBlockAge?: number | undefined;
5075
- } | undefined;
5076
- retry?: {
5077
- maxRequests: number;
5078
- baseRetryMs: number;
5079
- } | undefined;
5080
- public?: boolean | undefined;
5081
- }, {
5082
- http: string;
5083
- concurrency?: number | undefined;
5084
- webSocket?: string | undefined;
5085
- pagination?: {
5086
- maxBlockRange?: number | undefined;
5087
- minBlockNumber?: number | undefined;
5088
- maxBlockAge?: number | undefined;
5089
- } | undefined;
5090
- retry?: {
5091
- maxRequests: number;
5092
- baseRetryMs: number;
5093
- } | undefined;
5094
- public?: boolean | undefined;
5095
- }>, "many">;
5096
5134
  slip44: z.ZodOptional<z.ZodNumber>;
5097
5135
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
5098
5136
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
5099
- signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
5100
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
5101
- key: z.ZodString;
5102
- }, "strip", z.ZodTypeAny, {
5103
- key: string;
5104
- type?: AgentSignerKeyType.Hex | undefined;
5105
- }, {
5106
- key: string;
5107
- type?: AgentSignerKeyType.Hex | undefined;
5108
- }>, z.ZodObject<{
5109
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
5110
- id: z.ZodString;
5111
- region: z.ZodString;
5112
- }, "strip", z.ZodTypeAny, {
5113
- id: string;
5114
- region: string;
5115
- type?: AgentSignerKeyType.Aws | undefined;
5116
- }, {
5117
- id: string;
5118
- region: string;
5119
- type?: AgentSignerKeyType.Aws | undefined;
5120
- }>, z.ZodObject<{
5121
- type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
5122
- prefix: z.ZodString;
5123
- key: z.ZodString;
5124
- }, "strip", z.ZodTypeAny, {
5125
- type: AgentSignerKeyType.Cosmos;
5126
- key: string;
5127
- prefix: string;
5128
- }, {
5129
- type: AgentSignerKeyType.Cosmos;
5130
- key: string;
5131
- prefix: string;
5132
- }>, z.ZodObject<{
5133
- type: z.ZodLiteral<AgentSignerKeyType.Node>;
5134
- }, "strip", z.ZodTypeAny, {
5135
- type: AgentSignerKeyType.Node;
5136
- }, {
5137
- type: AgentSignerKeyType.Node;
5138
- }>]>>;
5137
+ merkleTreeHook: z.ZodString;
5138
+ interchainGasPaymaster: z.ZodString;
5139
5139
  mailbox: z.ZodString;
5140
5140
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
5141
5141
  validatorAnnounce: z.ZodString;
@@ -5176,12 +5176,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5176
5176
  url?: string | undefined;
5177
5177
  }>>>;
5178
5178
  }, "strip", z.ZodTypeAny, {
5179
- merkleTreeHook: string;
5180
- interchainGasPaymaster: string;
5181
5179
  name: string;
5182
- chainId: string | number;
5183
- domainId: number;
5184
- protocol: ProtocolType;
5185
5180
  rpcUrls: {
5186
5181
  http: string;
5187
5182
  concurrency?: number | undefined;
@@ -5197,19 +5192,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5197
5192
  } | undefined;
5198
5193
  public?: boolean | undefined;
5199
5194
  }[];
5195
+ chainId: string | number;
5196
+ domainId: number;
5197
+ protocol: ProtocolType;
5198
+ merkleTreeHook: string;
5199
+ interchainGasPaymaster: string;
5200
5200
  mailbox: string;
5201
5201
  validatorAnnounce: string;
5202
5202
  gasPrice?: {
5203
5203
  denom: string;
5204
5204
  amount: string;
5205
5205
  } | undefined;
5206
- availability?: {
5207
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5208
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5209
- } | {
5210
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5211
- } | undefined;
5212
- bech32Prefix?: string | undefined;
5213
5206
  blockExplorers?: {
5214
5207
  name: string;
5215
5208
  url: string;
@@ -5217,6 +5210,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5217
5210
  apiKey?: string | undefined;
5218
5211
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5219
5212
  }[] | undefined;
5213
+ signer?: {
5214
+ key: string;
5215
+ type?: AgentSignerKeyType.Hex | undefined;
5216
+ } | {
5217
+ id: string;
5218
+ region: string;
5219
+ type?: AgentSignerKeyType.Aws | undefined;
5220
+ } | {
5221
+ type: AgentSignerKeyType.Cosmos;
5222
+ key: string;
5223
+ prefix: string;
5224
+ } | {
5225
+ type: AgentSignerKeyType.Node;
5226
+ } | undefined;
5227
+ availability?: {
5228
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5229
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5230
+ } | {
5231
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5232
+ } | undefined;
5233
+ bech32Prefix?: string | undefined;
5220
5234
  blocks?: {
5221
5235
  confirmations: number;
5222
5236
  reorgPeriod?: string | number | undefined;
@@ -5279,20 +5293,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5279
5293
  slip44?: number | undefined;
5280
5294
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5281
5295
  transactionOverrides?: Record<string, any> | undefined;
5282
- signer?: {
5283
- key: string;
5284
- type?: AgentSignerKeyType.Hex | undefined;
5285
- } | {
5286
- id: string;
5287
- region: string;
5288
- type?: AgentSignerKeyType.Aws | undefined;
5289
- } | {
5290
- type: AgentSignerKeyType.Cosmos;
5291
- key: string;
5292
- prefix: string;
5293
- } | {
5294
- type: AgentSignerKeyType.Node;
5295
- } | undefined;
5296
5296
  interchainSecurityModule?: string | undefined;
5297
5297
  canonicalAsset?: string | undefined;
5298
5298
  contractAddressBytes?: number | undefined;
@@ -5311,12 +5311,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5311
5311
  url?: string | undefined;
5312
5312
  } | undefined;
5313
5313
  }, {
5314
- merkleTreeHook: string;
5315
- interchainGasPaymaster: string;
5316
- name: string;
5317
- chainId: string | number;
5318
- domainId: number;
5319
- protocol: ProtocolType;
5314
+ name: string;
5320
5315
  rpcUrls: {
5321
5316
  http: string;
5322
5317
  concurrency?: number | undefined;
@@ -5332,19 +5327,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5332
5327
  } | undefined;
5333
5328
  public?: boolean | undefined;
5334
5329
  }[];
5330
+ chainId: string | number;
5331
+ domainId: number;
5332
+ protocol: ProtocolType;
5333
+ merkleTreeHook: string;
5334
+ interchainGasPaymaster: string;
5335
5335
  mailbox: string;
5336
5336
  validatorAnnounce: string;
5337
5337
  gasPrice?: {
5338
5338
  denom: string;
5339
5339
  amount: string;
5340
5340
  } | undefined;
5341
- availability?: {
5342
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5343
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5344
- } | {
5345
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5346
- } | undefined;
5347
- bech32Prefix?: string | undefined;
5348
5341
  blockExplorers?: {
5349
5342
  name: string;
5350
5343
  url: string;
@@ -5352,6 +5345,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5352
5345
  apiKey?: string | undefined;
5353
5346
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5354
5347
  }[] | undefined;
5348
+ signer?: {
5349
+ key: string;
5350
+ type?: AgentSignerKeyType.Hex | undefined;
5351
+ } | {
5352
+ id: string;
5353
+ region: string;
5354
+ type?: AgentSignerKeyType.Aws | undefined;
5355
+ } | {
5356
+ type: AgentSignerKeyType.Cosmos;
5357
+ key: string;
5358
+ prefix: string;
5359
+ } | {
5360
+ type: AgentSignerKeyType.Node;
5361
+ } | undefined;
5362
+ availability?: {
5363
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5364
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5365
+ } | {
5366
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5367
+ } | undefined;
5368
+ bech32Prefix?: string | undefined;
5355
5369
  blocks?: {
5356
5370
  confirmations: number;
5357
5371
  reorgPeriod?: string | number | undefined;
@@ -5414,20 +5428,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5414
5428
  slip44?: number | undefined;
5415
5429
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5416
5430
  transactionOverrides?: Record<string, any> | undefined;
5417
- signer?: {
5418
- key: string;
5419
- type?: AgentSignerKeyType.Hex | undefined;
5420
- } | {
5421
- id: string;
5422
- region: string;
5423
- type?: AgentSignerKeyType.Aws | undefined;
5424
- } | {
5425
- type: AgentSignerKeyType.Cosmos;
5426
- key: string;
5427
- prefix: string;
5428
- } | {
5429
- type: AgentSignerKeyType.Node;
5430
- } | undefined;
5431
5431
  interchainSecurityModule?: string | undefined;
5432
5432
  canonicalAsset?: string | undefined;
5433
5433
  contractAddressBytes?: number | undefined;
@@ -5446,12 +5446,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5446
5446
  url?: string | undefined;
5447
5447
  } | undefined;
5448
5448
  }>, {
5449
- merkleTreeHook: string;
5450
- interchainGasPaymaster: string;
5451
5449
  name: string;
5452
- chainId: string | number;
5453
- domainId: number;
5454
- protocol: ProtocolType;
5455
5450
  rpcUrls: {
5456
5451
  http: string;
5457
5452
  concurrency?: number | undefined;
@@ -5467,19 +5462,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5467
5462
  } | undefined;
5468
5463
  public?: boolean | undefined;
5469
5464
  }[];
5465
+ chainId: string | number;
5466
+ domainId: number;
5467
+ protocol: ProtocolType;
5468
+ merkleTreeHook: string;
5469
+ interchainGasPaymaster: string;
5470
5470
  mailbox: string;
5471
5471
  validatorAnnounce: string;
5472
5472
  gasPrice?: {
5473
5473
  denom: string;
5474
5474
  amount: string;
5475
5475
  } | undefined;
5476
- availability?: {
5477
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5478
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5479
- } | {
5480
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5481
- } | undefined;
5482
- bech32Prefix?: string | undefined;
5483
5476
  blockExplorers?: {
5484
5477
  name: string;
5485
5478
  url: string;
@@ -5487,6 +5480,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5487
5480
  apiKey?: string | undefined;
5488
5481
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5489
5482
  }[] | undefined;
5483
+ signer?: {
5484
+ key: string;
5485
+ type?: AgentSignerKeyType.Hex | undefined;
5486
+ } | {
5487
+ id: string;
5488
+ region: string;
5489
+ type?: AgentSignerKeyType.Aws | undefined;
5490
+ } | {
5491
+ type: AgentSignerKeyType.Cosmos;
5492
+ key: string;
5493
+ prefix: string;
5494
+ } | {
5495
+ type: AgentSignerKeyType.Node;
5496
+ } | undefined;
5497
+ availability?: {
5498
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5499
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5500
+ } | {
5501
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5502
+ } | undefined;
5503
+ bech32Prefix?: string | undefined;
5490
5504
  blocks?: {
5491
5505
  confirmations: number;
5492
5506
  reorgPeriod?: string | number | undefined;
@@ -5549,20 +5563,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5549
5563
  slip44?: number | undefined;
5550
5564
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5551
5565
  transactionOverrides?: Record<string, any> | undefined;
5552
- signer?: {
5553
- key: string;
5554
- type?: AgentSignerKeyType.Hex | undefined;
5555
- } | {
5556
- id: string;
5557
- region: string;
5558
- type?: AgentSignerKeyType.Aws | undefined;
5559
- } | {
5560
- type: AgentSignerKeyType.Cosmos;
5561
- key: string;
5562
- prefix: string;
5563
- } | {
5564
- type: AgentSignerKeyType.Node;
5565
- } | undefined;
5566
5566
  interchainSecurityModule?: string | undefined;
5567
5567
  canonicalAsset?: string | undefined;
5568
5568
  contractAddressBytes?: number | undefined;
@@ -5581,12 +5581,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5581
5581
  url?: string | undefined;
5582
5582
  } | undefined;
5583
5583
  }, {
5584
- merkleTreeHook: string;
5585
- interchainGasPaymaster: string;
5586
5584
  name: string;
5587
- chainId: string | number;
5588
- domainId: number;
5589
- protocol: ProtocolType;
5590
5585
  rpcUrls: {
5591
5586
  http: string;
5592
5587
  concurrency?: number | undefined;
@@ -5602,19 +5597,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5602
5597
  } | undefined;
5603
5598
  public?: boolean | undefined;
5604
5599
  }[];
5600
+ chainId: string | number;
5601
+ domainId: number;
5602
+ protocol: ProtocolType;
5603
+ merkleTreeHook: string;
5604
+ interchainGasPaymaster: string;
5605
5605
  mailbox: string;
5606
5606
  validatorAnnounce: string;
5607
5607
  gasPrice?: {
5608
5608
  denom: string;
5609
5609
  amount: string;
5610
5610
  } | undefined;
5611
- availability?: {
5612
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5613
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5614
- } | {
5615
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5616
- } | undefined;
5617
- bech32Prefix?: string | undefined;
5618
5611
  blockExplorers?: {
5619
5612
  name: string;
5620
5613
  url: string;
@@ -5622,6 +5615,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5622
5615
  apiKey?: string | undefined;
5623
5616
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5624
5617
  }[] | undefined;
5618
+ signer?: {
5619
+ key: string;
5620
+ type?: AgentSignerKeyType.Hex | undefined;
5621
+ } | {
5622
+ id: string;
5623
+ region: string;
5624
+ type?: AgentSignerKeyType.Aws | undefined;
5625
+ } | {
5626
+ type: AgentSignerKeyType.Cosmos;
5627
+ key: string;
5628
+ prefix: string;
5629
+ } | {
5630
+ type: AgentSignerKeyType.Node;
5631
+ } | undefined;
5632
+ availability?: {
5633
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5634
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5635
+ } | {
5636
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5637
+ } | undefined;
5638
+ bech32Prefix?: string | undefined;
5625
5639
  blocks?: {
5626
5640
  confirmations: number;
5627
5641
  reorgPeriod?: string | number | undefined;
@@ -5684,20 +5698,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5684
5698
  slip44?: number | undefined;
5685
5699
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5686
5700
  transactionOverrides?: Record<string, any> | undefined;
5687
- signer?: {
5688
- key: string;
5689
- type?: AgentSignerKeyType.Hex | undefined;
5690
- } | {
5691
- id: string;
5692
- region: string;
5693
- type?: AgentSignerKeyType.Aws | undefined;
5694
- } | {
5695
- type: AgentSignerKeyType.Cosmos;
5696
- key: string;
5697
- prefix: string;
5698
- } | {
5699
- type: AgentSignerKeyType.Node;
5700
- } | undefined;
5701
5701
  interchainSecurityModule?: string | undefined;
5702
5702
  canonicalAsset?: string | undefined;
5703
5703
  contractAddressBytes?: number | undefined;
@@ -5716,12 +5716,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5716
5716
  url?: string | undefined;
5717
5717
  } | undefined;
5718
5718
  }>>, Record<string, {
5719
- merkleTreeHook: string;
5720
- interchainGasPaymaster: string;
5721
5719
  name: string;
5722
- chainId: string | number;
5723
- domainId: number;
5724
- protocol: ProtocolType;
5725
5720
  rpcUrls: {
5726
5721
  http: string;
5727
5722
  concurrency?: number | undefined;
@@ -5737,19 +5732,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5737
5732
  } | undefined;
5738
5733
  public?: boolean | undefined;
5739
5734
  }[];
5735
+ chainId: string | number;
5736
+ domainId: number;
5737
+ protocol: ProtocolType;
5738
+ merkleTreeHook: string;
5739
+ interchainGasPaymaster: string;
5740
5740
  mailbox: string;
5741
5741
  validatorAnnounce: string;
5742
5742
  gasPrice?: {
5743
5743
  denom: string;
5744
5744
  amount: string;
5745
5745
  } | undefined;
5746
- availability?: {
5747
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5748
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5749
- } | {
5750
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5751
- } | undefined;
5752
- bech32Prefix?: string | undefined;
5753
5746
  blockExplorers?: {
5754
5747
  name: string;
5755
5748
  url: string;
@@ -5757,6 +5750,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5757
5750
  apiKey?: string | undefined;
5758
5751
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5759
5752
  }[] | undefined;
5753
+ signer?: {
5754
+ key: string;
5755
+ type?: AgentSignerKeyType.Hex | undefined;
5756
+ } | {
5757
+ id: string;
5758
+ region: string;
5759
+ type?: AgentSignerKeyType.Aws | undefined;
5760
+ } | {
5761
+ type: AgentSignerKeyType.Cosmos;
5762
+ key: string;
5763
+ prefix: string;
5764
+ } | {
5765
+ type: AgentSignerKeyType.Node;
5766
+ } | undefined;
5767
+ availability?: {
5768
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5769
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5770
+ } | {
5771
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5772
+ } | undefined;
5773
+ bech32Prefix?: string | undefined;
5760
5774
  blocks?: {
5761
5775
  confirmations: number;
5762
5776
  reorgPeriod?: string | number | undefined;
@@ -5819,20 +5833,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5819
5833
  slip44?: number | undefined;
5820
5834
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5821
5835
  transactionOverrides?: Record<string, any> | undefined;
5822
- signer?: {
5823
- key: string;
5824
- type?: AgentSignerKeyType.Hex | undefined;
5825
- } | {
5826
- id: string;
5827
- region: string;
5828
- type?: AgentSignerKeyType.Aws | undefined;
5829
- } | {
5830
- type: AgentSignerKeyType.Cosmos;
5831
- key: string;
5832
- prefix: string;
5833
- } | {
5834
- type: AgentSignerKeyType.Node;
5835
- } | undefined;
5836
5836
  interchainSecurityModule?: string | undefined;
5837
5837
  canonicalAsset?: string | undefined;
5838
5838
  contractAddressBytes?: number | undefined;
@@ -5851,12 +5851,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5851
5851
  url?: string | undefined;
5852
5852
  } | undefined;
5853
5853
  }>, Record<string, {
5854
- merkleTreeHook: string;
5855
- interchainGasPaymaster: string;
5856
5854
  name: string;
5857
- chainId: string | number;
5858
- domainId: number;
5859
- protocol: ProtocolType;
5860
5855
  rpcUrls: {
5861
5856
  http: string;
5862
5857
  concurrency?: number | undefined;
@@ -5872,19 +5867,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5872
5867
  } | undefined;
5873
5868
  public?: boolean | undefined;
5874
5869
  }[];
5870
+ chainId: string | number;
5871
+ domainId: number;
5872
+ protocol: ProtocolType;
5873
+ merkleTreeHook: string;
5874
+ interchainGasPaymaster: string;
5875
5875
  mailbox: string;
5876
5876
  validatorAnnounce: string;
5877
5877
  gasPrice?: {
5878
5878
  denom: string;
5879
5879
  amount: string;
5880
5880
  } | undefined;
5881
- availability?: {
5882
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5883
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5884
- } | {
5885
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5886
- } | undefined;
5887
- bech32Prefix?: string | undefined;
5888
5881
  blockExplorers?: {
5889
5882
  name: string;
5890
5883
  url: string;
@@ -5892,6 +5885,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5892
5885
  apiKey?: string | undefined;
5893
5886
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5894
5887
  }[] | undefined;
5888
+ signer?: {
5889
+ key: string;
5890
+ type?: AgentSignerKeyType.Hex | undefined;
5891
+ } | {
5892
+ id: string;
5893
+ region: string;
5894
+ type?: AgentSignerKeyType.Aws | undefined;
5895
+ } | {
5896
+ type: AgentSignerKeyType.Cosmos;
5897
+ key: string;
5898
+ prefix: string;
5899
+ } | {
5900
+ type: AgentSignerKeyType.Node;
5901
+ } | undefined;
5902
+ availability?: {
5903
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5904
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5905
+ } | {
5906
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5907
+ } | undefined;
5908
+ bech32Prefix?: string | undefined;
5895
5909
  blocks?: {
5896
5910
  confirmations: number;
5897
5911
  reorgPeriod?: string | number | undefined;
@@ -5954,20 +5968,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5954
5968
  slip44?: number | undefined;
5955
5969
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5956
5970
  transactionOverrides?: Record<string, any> | undefined;
5957
- signer?: {
5958
- key: string;
5959
- type?: AgentSignerKeyType.Hex | undefined;
5960
- } | {
5961
- id: string;
5962
- region: string;
5963
- type?: AgentSignerKeyType.Aws | undefined;
5964
- } | {
5965
- type: AgentSignerKeyType.Cosmos;
5966
- key: string;
5967
- prefix: string;
5968
- } | {
5969
- type: AgentSignerKeyType.Node;
5970
- } | undefined;
5971
5971
  interchainSecurityModule?: string | undefined;
5972
5972
  canonicalAsset?: string | undefined;
5973
5973
  contractAddressBytes?: number | undefined;
@@ -6040,12 +6040,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6040
6040
  chainsToScrape: z.ZodString;
6041
6041
  }, "strip", z.ZodTypeAny, {
6042
6042
  chains: Record<string, {
6043
- merkleTreeHook: string;
6044
- interchainGasPaymaster: string;
6045
6043
  name: string;
6046
- chainId: string | number;
6047
- domainId: number;
6048
- protocol: ProtocolType;
6049
6044
  rpcUrls: {
6050
6045
  http: string;
6051
6046
  concurrency?: number | undefined;
@@ -6061,19 +6056,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6061
6056
  } | undefined;
6062
6057
  public?: boolean | undefined;
6063
6058
  }[];
6059
+ chainId: string | number;
6060
+ domainId: number;
6061
+ protocol: ProtocolType;
6062
+ merkleTreeHook: string;
6063
+ interchainGasPaymaster: string;
6064
6064
  mailbox: string;
6065
6065
  validatorAnnounce: string;
6066
6066
  gasPrice?: {
6067
6067
  denom: string;
6068
6068
  amount: string;
6069
6069
  } | undefined;
6070
- availability?: {
6071
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6072
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6073
- } | {
6074
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6075
- } | undefined;
6076
- bech32Prefix?: string | undefined;
6077
6070
  blockExplorers?: {
6078
6071
  name: string;
6079
6072
  url: string;
@@ -6081,6 +6074,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6081
6074
  apiKey?: string | undefined;
6082
6075
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6083
6076
  }[] | undefined;
6077
+ signer?: {
6078
+ key: string;
6079
+ type?: AgentSignerKeyType.Hex | undefined;
6080
+ } | {
6081
+ id: string;
6082
+ region: string;
6083
+ type?: AgentSignerKeyType.Aws | undefined;
6084
+ } | {
6085
+ type: AgentSignerKeyType.Cosmos;
6086
+ key: string;
6087
+ prefix: string;
6088
+ } | {
6089
+ type: AgentSignerKeyType.Node;
6090
+ } | undefined;
6091
+ availability?: {
6092
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6093
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6094
+ } | {
6095
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6096
+ } | undefined;
6097
+ bech32Prefix?: string | undefined;
6084
6098
  blocks?: {
6085
6099
  confirmations: number;
6086
6100
  reorgPeriod?: string | number | undefined;
@@ -6143,20 +6157,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6143
6157
  slip44?: number | undefined;
6144
6158
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6145
6159
  transactionOverrides?: Record<string, any> | undefined;
6146
- signer?: {
6147
- key: string;
6148
- type?: AgentSignerKeyType.Hex | undefined;
6149
- } | {
6150
- id: string;
6151
- region: string;
6152
- type?: AgentSignerKeyType.Aws | undefined;
6153
- } | {
6154
- type: AgentSignerKeyType.Cosmos;
6155
- key: string;
6156
- prefix: string;
6157
- } | {
6158
- type: AgentSignerKeyType.Node;
6159
- } | undefined;
6160
6160
  interchainSecurityModule?: string | undefined;
6161
6161
  canonicalAsset?: string | undefined;
6162
6162
  contractAddressBytes?: number | undefined;
@@ -6198,12 +6198,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6198
6198
  } | undefined;
6199
6199
  }, {
6200
6200
  chains: Record<string, {
6201
- merkleTreeHook: string;
6202
- interchainGasPaymaster: string;
6203
6201
  name: string;
6204
- chainId: string | number;
6205
- domainId: number;
6206
- protocol: ProtocolType;
6207
6202
  rpcUrls: {
6208
6203
  http: string;
6209
6204
  concurrency?: number | undefined;
@@ -6219,19 +6214,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6219
6214
  } | undefined;
6220
6215
  public?: boolean | undefined;
6221
6216
  }[];
6217
+ chainId: string | number;
6218
+ domainId: number;
6219
+ protocol: ProtocolType;
6220
+ merkleTreeHook: string;
6221
+ interchainGasPaymaster: string;
6222
6222
  mailbox: string;
6223
6223
  validatorAnnounce: string;
6224
6224
  gasPrice?: {
6225
6225
  denom: string;
6226
6226
  amount: string;
6227
6227
  } | undefined;
6228
- availability?: {
6229
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6230
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6231
- } | {
6232
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6233
- } | undefined;
6234
- bech32Prefix?: string | undefined;
6235
6228
  blockExplorers?: {
6236
6229
  name: string;
6237
6230
  url: string;
@@ -6239,6 +6232,27 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6239
6232
  apiKey?: string | undefined;
6240
6233
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6241
6234
  }[] | undefined;
6235
+ signer?: {
6236
+ key: string;
6237
+ type?: AgentSignerKeyType.Hex | undefined;
6238
+ } | {
6239
+ id: string;
6240
+ region: string;
6241
+ type?: AgentSignerKeyType.Aws | undefined;
6242
+ } | {
6243
+ type: AgentSignerKeyType.Cosmos;
6244
+ key: string;
6245
+ prefix: string;
6246
+ } | {
6247
+ type: AgentSignerKeyType.Node;
6248
+ } | undefined;
6249
+ availability?: {
6250
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6251
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6252
+ } | {
6253
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6254
+ } | undefined;
6255
+ bech32Prefix?: string | undefined;
6242
6256
  blocks?: {
6243
6257
  confirmations: number;
6244
6258
  reorgPeriod?: string | number | undefined;
@@ -6301,20 +6315,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6301
6315
  slip44?: number | undefined;
6302
6316
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6303
6317
  transactionOverrides?: Record<string, any> | undefined;
6304
- signer?: {
6305
- key: string;
6306
- type?: AgentSignerKeyType.Hex | undefined;
6307
- } | {
6308
- id: string;
6309
- region: string;
6310
- type?: AgentSignerKeyType.Aws | undefined;
6311
- } | {
6312
- type: AgentSignerKeyType.Cosmos;
6313
- key: string;
6314
- prefix: string;
6315
- } | {
6316
- type: AgentSignerKeyType.Node;
6317
- } | undefined;
6318
6318
  interchainSecurityModule?: string | undefined;
6319
6319
  canonicalAsset?: string | undefined;
6320
6320
  contractAddressBytes?: number | undefined;
@@ -6359,6 +6359,7 @@ export type ScraperConfig = z.infer<typeof ScraperAgentConfigSchema>;
6359
6359
  export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6360
6360
  metricsPort: z.ZodOptional<z.ZodNumber>;
6361
6361
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
6362
+ name: z.ZodString;
6362
6363
  gasPrice: z.ZodOptional<z.ZodObject<{
6363
6364
  denom: z.ZodString;
6364
6365
  amount: z.ZodString;
@@ -6369,26 +6370,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6369
6370
  denom: string;
6370
6371
  amount: string;
6371
6372
  }>>;
6372
- merkleTreeHook: z.ZodString;
6373
- interchainGasPaymaster: z.ZodString;
6374
- name: z.ZodString;
6375
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6376
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
6377
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
6378
- }, "strip", z.ZodTypeAny, {
6379
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6380
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6381
- }, {
6382
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6383
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6384
- }>, z.ZodObject<{
6385
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
6386
- }, "strip", z.ZodTypeAny, {
6387
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6388
- }, {
6389
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6390
- }>]>>;
6391
- bech32Prefix: z.ZodOptional<z.ZodString>;
6392
6373
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
6393
6374
  name: z.ZodString;
6394
6375
  url: z.ZodString;
@@ -6408,41 +6389,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6408
6389
  apiKey?: string | undefined;
6409
6390
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6410
6391
  }>, "many">>;
6411
- blocks: z.ZodOptional<z.ZodObject<{
6412
- confirmations: z.ZodNumber;
6413
- reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
6414
- estimateBlockTime: z.ZodOptional<z.ZodNumber>;
6415
- }, "strip", z.ZodTypeAny, {
6416
- confirmations: number;
6417
- reorgPeriod?: string | number | undefined;
6418
- estimateBlockTime?: number | undefined;
6419
- }, {
6420
- confirmations: number;
6421
- reorgPeriod?: string | number | undefined;
6422
- estimateBlockTime?: number | undefined;
6423
- }>>;
6424
- bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
6425
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
6426
- customGrpcUrls: z.ZodOptional<z.ZodString>;
6427
- deployer: z.ZodOptional<z.ZodObject<{
6428
- name: z.ZodString;
6429
- email: z.ZodOptional<z.ZodString>;
6430
- url: z.ZodOptional<z.ZodString>;
6431
- }, "strip", z.ZodTypeAny, {
6432
- name: string;
6433
- email?: string | undefined;
6434
- url?: string | undefined;
6435
- }, {
6436
- name: string;
6437
- email?: string | undefined;
6438
- url?: string | undefined;
6439
- }>>;
6440
- displayName: z.ZodOptional<z.ZodString>;
6441
- displayNameShort: z.ZodOptional<z.ZodString>;
6442
- domainId: z.ZodNumber;
6443
- gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
6444
- gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
6445
- grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
6392
+ rpcUrls: z.ZodArray<z.ZodObject<{
6446
6393
  http: z.ZodString;
6447
6394
  concurrency: z.ZodOptional<z.ZodNumber>;
6448
6395
  webSocket: z.ZodOptional<z.ZodString>;
@@ -6498,40 +6445,99 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6498
6445
  baseRetryMs: number;
6499
6446
  } | undefined;
6500
6447
  public?: boolean | undefined;
6501
- }>, "many">>;
6502
- index: z.ZodOptional<z.ZodObject<{
6503
- from: z.ZodOptional<z.ZodNumber>;
6504
- chunk: z.ZodOptional<z.ZodNumber>;
6505
- mode: z.ZodOptional<z.ZodNativeEnum<typeof AgentIndexMode>>;
6448
+ }>, "many">;
6449
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
6450
+ signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6451
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
6452
+ key: z.ZodString;
6506
6453
  }, "strip", z.ZodTypeAny, {
6507
- from?: number | undefined;
6508
- chunk?: number | undefined;
6509
- mode?: AgentIndexMode | undefined;
6454
+ key: string;
6455
+ type?: AgentSignerKeyType.Hex | undefined;
6510
6456
  }, {
6511
- from?: number | undefined;
6512
- chunk?: number | undefined;
6513
- mode?: AgentIndexMode | undefined;
6457
+ key: string;
6458
+ type?: AgentSignerKeyType.Hex | undefined;
6459
+ }>, z.ZodObject<{
6460
+ type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
6461
+ id: z.ZodString;
6462
+ region: z.ZodString;
6463
+ }, "strip", z.ZodTypeAny, {
6464
+ id: string;
6465
+ region: string;
6466
+ type?: AgentSignerKeyType.Aws | undefined;
6467
+ }, {
6468
+ id: string;
6469
+ region: string;
6470
+ type?: AgentSignerKeyType.Aws | undefined;
6471
+ }>, z.ZodObject<{
6472
+ type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
6473
+ prefix: z.ZodString;
6474
+ key: z.ZodString;
6475
+ }, "strip", z.ZodTypeAny, {
6476
+ type: AgentSignerKeyType.Cosmos;
6477
+ key: string;
6478
+ prefix: string;
6479
+ }, {
6480
+ type: AgentSignerKeyType.Cosmos;
6481
+ key: string;
6482
+ prefix: string;
6483
+ }>, z.ZodObject<{
6484
+ type: z.ZodLiteral<AgentSignerKeyType.Node>;
6485
+ }, "strip", z.ZodTypeAny, {
6486
+ type: AgentSignerKeyType.Node;
6487
+ }, {
6488
+ type: AgentSignerKeyType.Node;
6489
+ }>]>>;
6490
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6491
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
6492
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
6493
+ }, "strip", z.ZodTypeAny, {
6494
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6495
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6496
+ }, {
6497
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6498
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6499
+ }>, z.ZodObject<{
6500
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
6501
+ }, "strip", z.ZodTypeAny, {
6502
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6503
+ }, {
6504
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6505
+ }>]>>;
6506
+ bech32Prefix: z.ZodOptional<z.ZodString>;
6507
+ blocks: z.ZodOptional<z.ZodObject<{
6508
+ confirmations: z.ZodNumber;
6509
+ reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
6510
+ estimateBlockTime: z.ZodOptional<z.ZodNumber>;
6511
+ }, "strip", z.ZodTypeAny, {
6512
+ confirmations: number;
6513
+ reorgPeriod?: string | number | undefined;
6514
+ estimateBlockTime?: number | undefined;
6515
+ }, {
6516
+ confirmations: number;
6517
+ reorgPeriod?: string | number | undefined;
6518
+ estimateBlockTime?: number | undefined;
6514
6519
  }>>;
6515
- isTestnet: z.ZodOptional<z.ZodBoolean>;
6516
- logoURI: z.ZodOptional<z.ZodString>;
6517
- nativeToken: z.ZodOptional<z.ZodObject<{
6520
+ bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
6521
+ customGrpcUrls: z.ZodOptional<z.ZodString>;
6522
+ deployer: z.ZodOptional<z.ZodObject<{
6518
6523
  name: z.ZodString;
6519
- symbol: z.ZodString;
6520
- decimals: z.ZodNumber;
6521
- denom: z.ZodOptional<z.ZodString>;
6524
+ email: z.ZodOptional<z.ZodString>;
6525
+ url: z.ZodOptional<z.ZodString>;
6522
6526
  }, "strip", z.ZodTypeAny, {
6523
- symbol: string;
6524
- name: string;
6525
- decimals: number;
6526
- denom?: string | undefined;
6527
+ name: string;
6528
+ email?: string | undefined;
6529
+ url?: string | undefined;
6527
6530
  }, {
6528
- symbol: string;
6529
6531
  name: string;
6530
- decimals: number;
6531
- denom?: string | undefined;
6532
+ email?: string | undefined;
6533
+ url?: string | undefined;
6532
6534
  }>>;
6533
- protocol: z.ZodNativeEnum<typeof ProtocolType>;
6534
- restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
6535
+ displayName: z.ZodOptional<z.ZodString>;
6536
+ displayNameShort: z.ZodOptional<z.ZodString>;
6537
+ domainId: z.ZodNumber;
6538
+ gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
6539
+ gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
6540
+ grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
6535
6541
  http: z.ZodString;
6536
6542
  concurrency: z.ZodOptional<z.ZodNumber>;
6537
6543
  webSocket: z.ZodOptional<z.ZodString>;
@@ -6588,7 +6594,39 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6588
6594
  } | undefined;
6589
6595
  public?: boolean | undefined;
6590
6596
  }>, "many">>;
6591
- rpcUrls: z.ZodArray<z.ZodObject<{
6597
+ index: z.ZodOptional<z.ZodObject<{
6598
+ from: z.ZodOptional<z.ZodNumber>;
6599
+ chunk: z.ZodOptional<z.ZodNumber>;
6600
+ mode: z.ZodOptional<z.ZodNativeEnum<typeof AgentIndexMode>>;
6601
+ }, "strip", z.ZodTypeAny, {
6602
+ from?: number | undefined;
6603
+ chunk?: number | undefined;
6604
+ mode?: AgentIndexMode | undefined;
6605
+ }, {
6606
+ from?: number | undefined;
6607
+ chunk?: number | undefined;
6608
+ mode?: AgentIndexMode | undefined;
6609
+ }>>;
6610
+ isTestnet: z.ZodOptional<z.ZodBoolean>;
6611
+ logoURI: z.ZodOptional<z.ZodString>;
6612
+ nativeToken: z.ZodOptional<z.ZodObject<{
6613
+ name: z.ZodString;
6614
+ symbol: z.ZodString;
6615
+ decimals: z.ZodNumber;
6616
+ denom: z.ZodOptional<z.ZodString>;
6617
+ }, "strip", z.ZodTypeAny, {
6618
+ symbol: string;
6619
+ name: string;
6620
+ decimals: number;
6621
+ denom?: string | undefined;
6622
+ }, {
6623
+ symbol: string;
6624
+ name: string;
6625
+ decimals: number;
6626
+ denom?: string | undefined;
6627
+ }>>;
6628
+ protocol: z.ZodNativeEnum<typeof ProtocolType>;
6629
+ restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
6592
6630
  http: z.ZodString;
6593
6631
  concurrency: z.ZodOptional<z.ZodNumber>;
6594
6632
  webSocket: z.ZodOptional<z.ZodString>;
@@ -6644,50 +6682,12 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6644
6682
  baseRetryMs: number;
6645
6683
  } | undefined;
6646
6684
  public?: boolean | undefined;
6647
- }>, "many">;
6685
+ }>, "many">>;
6648
6686
  slip44: z.ZodOptional<z.ZodNumber>;
6649
6687
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
6650
6688
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
6651
- signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6652
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
6653
- key: z.ZodString;
6654
- }, "strip", z.ZodTypeAny, {
6655
- key: string;
6656
- type?: AgentSignerKeyType.Hex | undefined;
6657
- }, {
6658
- key: string;
6659
- type?: AgentSignerKeyType.Hex | undefined;
6660
- }>, z.ZodObject<{
6661
- type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Aws>>;
6662
- id: z.ZodString;
6663
- region: z.ZodString;
6664
- }, "strip", z.ZodTypeAny, {
6665
- id: string;
6666
- region: string;
6667
- type?: AgentSignerKeyType.Aws | undefined;
6668
- }, {
6669
- id: string;
6670
- region: string;
6671
- type?: AgentSignerKeyType.Aws | undefined;
6672
- }>, z.ZodObject<{
6673
- type: z.ZodLiteral<AgentSignerKeyType.Cosmos>;
6674
- prefix: z.ZodString;
6675
- key: z.ZodString;
6676
- }, "strip", z.ZodTypeAny, {
6677
- type: AgentSignerKeyType.Cosmos;
6678
- key: string;
6679
- prefix: string;
6680
- }, {
6681
- type: AgentSignerKeyType.Cosmos;
6682
- key: string;
6683
- prefix: string;
6684
- }>, z.ZodObject<{
6685
- type: z.ZodLiteral<AgentSignerKeyType.Node>;
6686
- }, "strip", z.ZodTypeAny, {
6687
- type: AgentSignerKeyType.Node;
6688
- }, {
6689
- type: AgentSignerKeyType.Node;
6690
- }>]>>;
6689
+ merkleTreeHook: z.ZodString;
6690
+ interchainGasPaymaster: z.ZodString;
6691
6691
  mailbox: z.ZodString;
6692
6692
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
6693
6693
  validatorAnnounce: z.ZodString;
@@ -6728,12 +6728,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6728
6728
  url?: string | undefined;
6729
6729
  }>>>;
6730
6730
  }, "strip", z.ZodTypeAny, {
6731
- merkleTreeHook: string;
6732
- interchainGasPaymaster: string;
6733
6731
  name: string;
6734
- chainId: string | number;
6735
- domainId: number;
6736
- protocol: ProtocolType;
6737
6732
  rpcUrls: {
6738
6733
  http: string;
6739
6734
  concurrency?: number | undefined;
@@ -6749,19 +6744,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6749
6744
  } | undefined;
6750
6745
  public?: boolean | undefined;
6751
6746
  }[];
6747
+ chainId: string | number;
6748
+ domainId: number;
6749
+ protocol: ProtocolType;
6750
+ merkleTreeHook: string;
6751
+ interchainGasPaymaster: string;
6752
6752
  mailbox: string;
6753
6753
  validatorAnnounce: string;
6754
6754
  gasPrice?: {
6755
6755
  denom: string;
6756
6756
  amount: string;
6757
6757
  } | undefined;
6758
- availability?: {
6759
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6760
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6761
- } | {
6762
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6763
- } | undefined;
6764
- bech32Prefix?: string | undefined;
6765
6758
  blockExplorers?: {
6766
6759
  name: string;
6767
6760
  url: string;
@@ -6769,6 +6762,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6769
6762
  apiKey?: string | undefined;
6770
6763
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6771
6764
  }[] | undefined;
6765
+ signer?: {
6766
+ key: string;
6767
+ type?: AgentSignerKeyType.Hex | undefined;
6768
+ } | {
6769
+ id: string;
6770
+ region: string;
6771
+ type?: AgentSignerKeyType.Aws | undefined;
6772
+ } | {
6773
+ type: AgentSignerKeyType.Cosmos;
6774
+ key: string;
6775
+ prefix: string;
6776
+ } | {
6777
+ type: AgentSignerKeyType.Node;
6778
+ } | undefined;
6779
+ availability?: {
6780
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6781
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6782
+ } | {
6783
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6784
+ } | undefined;
6785
+ bech32Prefix?: string | undefined;
6772
6786
  blocks?: {
6773
6787
  confirmations: number;
6774
6788
  reorgPeriod?: string | number | undefined;
@@ -6831,20 +6845,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6831
6845
  slip44?: number | undefined;
6832
6846
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6833
6847
  transactionOverrides?: Record<string, any> | undefined;
6834
- signer?: {
6835
- key: string;
6836
- type?: AgentSignerKeyType.Hex | undefined;
6837
- } | {
6838
- id: string;
6839
- region: string;
6840
- type?: AgentSignerKeyType.Aws | undefined;
6841
- } | {
6842
- type: AgentSignerKeyType.Cosmos;
6843
- key: string;
6844
- prefix: string;
6845
- } | {
6846
- type: AgentSignerKeyType.Node;
6847
- } | undefined;
6848
6848
  interchainSecurityModule?: string | undefined;
6849
6849
  canonicalAsset?: string | undefined;
6850
6850
  contractAddressBytes?: number | undefined;
@@ -6863,12 +6863,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6863
6863
  url?: string | undefined;
6864
6864
  } | undefined;
6865
6865
  }, {
6866
- merkleTreeHook: string;
6867
- interchainGasPaymaster: string;
6868
6866
  name: string;
6869
- chainId: string | number;
6870
- domainId: number;
6871
- protocol: ProtocolType;
6872
6867
  rpcUrls: {
6873
6868
  http: string;
6874
6869
  concurrency?: number | undefined;
@@ -6884,19 +6879,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6884
6879
  } | undefined;
6885
6880
  public?: boolean | undefined;
6886
6881
  }[];
6882
+ chainId: string | number;
6883
+ domainId: number;
6884
+ protocol: ProtocolType;
6885
+ merkleTreeHook: string;
6886
+ interchainGasPaymaster: string;
6887
6887
  mailbox: string;
6888
6888
  validatorAnnounce: string;
6889
6889
  gasPrice?: {
6890
6890
  denom: string;
6891
6891
  amount: string;
6892
6892
  } | undefined;
6893
- availability?: {
6894
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6895
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6896
- } | {
6897
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6898
- } | undefined;
6899
- bech32Prefix?: string | undefined;
6900
6893
  blockExplorers?: {
6901
6894
  name: string;
6902
6895
  url: string;
@@ -6904,6 +6897,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6904
6897
  apiKey?: string | undefined;
6905
6898
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6906
6899
  }[] | undefined;
6900
+ signer?: {
6901
+ key: string;
6902
+ type?: AgentSignerKeyType.Hex | undefined;
6903
+ } | {
6904
+ id: string;
6905
+ region: string;
6906
+ type?: AgentSignerKeyType.Aws | undefined;
6907
+ } | {
6908
+ type: AgentSignerKeyType.Cosmos;
6909
+ key: string;
6910
+ prefix: string;
6911
+ } | {
6912
+ type: AgentSignerKeyType.Node;
6913
+ } | undefined;
6914
+ availability?: {
6915
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6916
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6917
+ } | {
6918
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6919
+ } | undefined;
6920
+ bech32Prefix?: string | undefined;
6907
6921
  blocks?: {
6908
6922
  confirmations: number;
6909
6923
  reorgPeriod?: string | number | undefined;
@@ -6966,20 +6980,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6966
6980
  slip44?: number | undefined;
6967
6981
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6968
6982
  transactionOverrides?: Record<string, any> | undefined;
6969
- signer?: {
6970
- key: string;
6971
- type?: AgentSignerKeyType.Hex | undefined;
6972
- } | {
6973
- id: string;
6974
- region: string;
6975
- type?: AgentSignerKeyType.Aws | undefined;
6976
- } | {
6977
- type: AgentSignerKeyType.Cosmos;
6978
- key: string;
6979
- prefix: string;
6980
- } | {
6981
- type: AgentSignerKeyType.Node;
6982
- } | undefined;
6983
6983
  interchainSecurityModule?: string | undefined;
6984
6984
  canonicalAsset?: string | undefined;
6985
6985
  contractAddressBytes?: number | undefined;
@@ -6998,12 +6998,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6998
6998
  url?: string | undefined;
6999
6999
  } | undefined;
7000
7000
  }>, {
7001
- merkleTreeHook: string;
7002
- interchainGasPaymaster: string;
7003
7001
  name: string;
7004
- chainId: string | number;
7005
- domainId: number;
7006
- protocol: ProtocolType;
7007
7002
  rpcUrls: {
7008
7003
  http: string;
7009
7004
  concurrency?: number | undefined;
@@ -7019,19 +7014,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7019
7014
  } | undefined;
7020
7015
  public?: boolean | undefined;
7021
7016
  }[];
7017
+ chainId: string | number;
7018
+ domainId: number;
7019
+ protocol: ProtocolType;
7020
+ merkleTreeHook: string;
7021
+ interchainGasPaymaster: string;
7022
7022
  mailbox: string;
7023
7023
  validatorAnnounce: string;
7024
7024
  gasPrice?: {
7025
7025
  denom: string;
7026
7026
  amount: string;
7027
7027
  } | undefined;
7028
- availability?: {
7029
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7030
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7031
- } | {
7032
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7033
- } | undefined;
7034
- bech32Prefix?: string | undefined;
7035
7028
  blockExplorers?: {
7036
7029
  name: string;
7037
7030
  url: string;
@@ -7039,6 +7032,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7039
7032
  apiKey?: string | undefined;
7040
7033
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7041
7034
  }[] | undefined;
7035
+ signer?: {
7036
+ key: string;
7037
+ type?: AgentSignerKeyType.Hex | undefined;
7038
+ } | {
7039
+ id: string;
7040
+ region: string;
7041
+ type?: AgentSignerKeyType.Aws | undefined;
7042
+ } | {
7043
+ type: AgentSignerKeyType.Cosmos;
7044
+ key: string;
7045
+ prefix: string;
7046
+ } | {
7047
+ type: AgentSignerKeyType.Node;
7048
+ } | undefined;
7049
+ availability?: {
7050
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7051
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7052
+ } | {
7053
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7054
+ } | undefined;
7055
+ bech32Prefix?: string | undefined;
7042
7056
  blocks?: {
7043
7057
  confirmations: number;
7044
7058
  reorgPeriod?: string | number | undefined;
@@ -7101,20 +7115,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7101
7115
  slip44?: number | undefined;
7102
7116
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7103
7117
  transactionOverrides?: Record<string, any> | undefined;
7104
- signer?: {
7105
- key: string;
7106
- type?: AgentSignerKeyType.Hex | undefined;
7107
- } | {
7108
- id: string;
7109
- region: string;
7110
- type?: AgentSignerKeyType.Aws | undefined;
7111
- } | {
7112
- type: AgentSignerKeyType.Cosmos;
7113
- key: string;
7114
- prefix: string;
7115
- } | {
7116
- type: AgentSignerKeyType.Node;
7117
- } | undefined;
7118
7118
  interchainSecurityModule?: string | undefined;
7119
7119
  canonicalAsset?: string | undefined;
7120
7120
  contractAddressBytes?: number | undefined;
@@ -7133,12 +7133,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7133
7133
  url?: string | undefined;
7134
7134
  } | undefined;
7135
7135
  }, {
7136
- merkleTreeHook: string;
7137
- interchainGasPaymaster: string;
7138
- name: string;
7139
- chainId: string | number;
7140
- domainId: number;
7141
- protocol: ProtocolType;
7136
+ name: string;
7142
7137
  rpcUrls: {
7143
7138
  http: string;
7144
7139
  concurrency?: number | undefined;
@@ -7154,19 +7149,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7154
7149
  } | undefined;
7155
7150
  public?: boolean | undefined;
7156
7151
  }[];
7152
+ chainId: string | number;
7153
+ domainId: number;
7154
+ protocol: ProtocolType;
7155
+ merkleTreeHook: string;
7156
+ interchainGasPaymaster: string;
7157
7157
  mailbox: string;
7158
7158
  validatorAnnounce: string;
7159
7159
  gasPrice?: {
7160
7160
  denom: string;
7161
7161
  amount: string;
7162
7162
  } | undefined;
7163
- availability?: {
7164
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7165
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7166
- } | {
7167
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7168
- } | undefined;
7169
- bech32Prefix?: string | undefined;
7170
7163
  blockExplorers?: {
7171
7164
  name: string;
7172
7165
  url: string;
@@ -7174,6 +7167,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7174
7167
  apiKey?: string | undefined;
7175
7168
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7176
7169
  }[] | undefined;
7170
+ signer?: {
7171
+ key: string;
7172
+ type?: AgentSignerKeyType.Hex | undefined;
7173
+ } | {
7174
+ id: string;
7175
+ region: string;
7176
+ type?: AgentSignerKeyType.Aws | undefined;
7177
+ } | {
7178
+ type: AgentSignerKeyType.Cosmos;
7179
+ key: string;
7180
+ prefix: string;
7181
+ } | {
7182
+ type: AgentSignerKeyType.Node;
7183
+ } | undefined;
7184
+ availability?: {
7185
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7186
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7187
+ } | {
7188
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7189
+ } | undefined;
7190
+ bech32Prefix?: string | undefined;
7177
7191
  blocks?: {
7178
7192
  confirmations: number;
7179
7193
  reorgPeriod?: string | number | undefined;
@@ -7236,20 +7250,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7236
7250
  slip44?: number | undefined;
7237
7251
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7238
7252
  transactionOverrides?: Record<string, any> | undefined;
7239
- signer?: {
7240
- key: string;
7241
- type?: AgentSignerKeyType.Hex | undefined;
7242
- } | {
7243
- id: string;
7244
- region: string;
7245
- type?: AgentSignerKeyType.Aws | undefined;
7246
- } | {
7247
- type: AgentSignerKeyType.Cosmos;
7248
- key: string;
7249
- prefix: string;
7250
- } | {
7251
- type: AgentSignerKeyType.Node;
7252
- } | undefined;
7253
7253
  interchainSecurityModule?: string | undefined;
7254
7254
  canonicalAsset?: string | undefined;
7255
7255
  contractAddressBytes?: number | undefined;
@@ -7268,12 +7268,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7268
7268
  url?: string | undefined;
7269
7269
  } | undefined;
7270
7270
  }>>, Record<string, {
7271
- merkleTreeHook: string;
7272
- interchainGasPaymaster: string;
7273
7271
  name: string;
7274
- chainId: string | number;
7275
- domainId: number;
7276
- protocol: ProtocolType;
7277
7272
  rpcUrls: {
7278
7273
  http: string;
7279
7274
  concurrency?: number | undefined;
@@ -7289,19 +7284,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7289
7284
  } | undefined;
7290
7285
  public?: boolean | undefined;
7291
7286
  }[];
7287
+ chainId: string | number;
7288
+ domainId: number;
7289
+ protocol: ProtocolType;
7290
+ merkleTreeHook: string;
7291
+ interchainGasPaymaster: string;
7292
7292
  mailbox: string;
7293
7293
  validatorAnnounce: string;
7294
7294
  gasPrice?: {
7295
7295
  denom: string;
7296
7296
  amount: string;
7297
7297
  } | undefined;
7298
- availability?: {
7299
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7300
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7301
- } | {
7302
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7303
- } | undefined;
7304
- bech32Prefix?: string | undefined;
7305
7298
  blockExplorers?: {
7306
7299
  name: string;
7307
7300
  url: string;
@@ -7309,6 +7302,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7309
7302
  apiKey?: string | undefined;
7310
7303
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7311
7304
  }[] | undefined;
7305
+ signer?: {
7306
+ key: string;
7307
+ type?: AgentSignerKeyType.Hex | undefined;
7308
+ } | {
7309
+ id: string;
7310
+ region: string;
7311
+ type?: AgentSignerKeyType.Aws | undefined;
7312
+ } | {
7313
+ type: AgentSignerKeyType.Cosmos;
7314
+ key: string;
7315
+ prefix: string;
7316
+ } | {
7317
+ type: AgentSignerKeyType.Node;
7318
+ } | undefined;
7319
+ availability?: {
7320
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7321
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7322
+ } | {
7323
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7324
+ } | undefined;
7325
+ bech32Prefix?: string | undefined;
7312
7326
  blocks?: {
7313
7327
  confirmations: number;
7314
7328
  reorgPeriod?: string | number | undefined;
@@ -7371,20 +7385,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7371
7385
  slip44?: number | undefined;
7372
7386
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7373
7387
  transactionOverrides?: Record<string, any> | undefined;
7374
- signer?: {
7375
- key: string;
7376
- type?: AgentSignerKeyType.Hex | undefined;
7377
- } | {
7378
- id: string;
7379
- region: string;
7380
- type?: AgentSignerKeyType.Aws | undefined;
7381
- } | {
7382
- type: AgentSignerKeyType.Cosmos;
7383
- key: string;
7384
- prefix: string;
7385
- } | {
7386
- type: AgentSignerKeyType.Node;
7387
- } | undefined;
7388
7388
  interchainSecurityModule?: string | undefined;
7389
7389
  canonicalAsset?: string | undefined;
7390
7390
  contractAddressBytes?: number | undefined;
@@ -7403,12 +7403,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7403
7403
  url?: string | undefined;
7404
7404
  } | undefined;
7405
7405
  }>, Record<string, {
7406
- merkleTreeHook: string;
7407
- interchainGasPaymaster: string;
7408
7406
  name: string;
7409
- chainId: string | number;
7410
- domainId: number;
7411
- protocol: ProtocolType;
7412
7407
  rpcUrls: {
7413
7408
  http: string;
7414
7409
  concurrency?: number | undefined;
@@ -7424,19 +7419,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7424
7419
  } | undefined;
7425
7420
  public?: boolean | undefined;
7426
7421
  }[];
7422
+ chainId: string | number;
7423
+ domainId: number;
7424
+ protocol: ProtocolType;
7425
+ merkleTreeHook: string;
7426
+ interchainGasPaymaster: string;
7427
7427
  mailbox: string;
7428
7428
  validatorAnnounce: string;
7429
7429
  gasPrice?: {
7430
7430
  denom: string;
7431
7431
  amount: string;
7432
7432
  } | undefined;
7433
- availability?: {
7434
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7435
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7436
- } | {
7437
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7438
- } | undefined;
7439
- bech32Prefix?: string | undefined;
7440
7433
  blockExplorers?: {
7441
7434
  name: string;
7442
7435
  url: string;
@@ -7444,6 +7437,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7444
7437
  apiKey?: string | undefined;
7445
7438
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7446
7439
  }[] | undefined;
7440
+ signer?: {
7441
+ key: string;
7442
+ type?: AgentSignerKeyType.Hex | undefined;
7443
+ } | {
7444
+ id: string;
7445
+ region: string;
7446
+ type?: AgentSignerKeyType.Aws | undefined;
7447
+ } | {
7448
+ type: AgentSignerKeyType.Cosmos;
7449
+ key: string;
7450
+ prefix: string;
7451
+ } | {
7452
+ type: AgentSignerKeyType.Node;
7453
+ } | undefined;
7454
+ availability?: {
7455
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7456
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7457
+ } | {
7458
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7459
+ } | undefined;
7460
+ bech32Prefix?: string | undefined;
7447
7461
  blocks?: {
7448
7462
  confirmations: number;
7449
7463
  reorgPeriod?: string | number | undefined;
@@ -7506,20 +7520,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7506
7520
  slip44?: number | undefined;
7507
7521
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7508
7522
  transactionOverrides?: Record<string, any> | undefined;
7509
- signer?: {
7510
- key: string;
7511
- type?: AgentSignerKeyType.Hex | undefined;
7512
- } | {
7513
- id: string;
7514
- region: string;
7515
- type?: AgentSignerKeyType.Aws | undefined;
7516
- } | {
7517
- type: AgentSignerKeyType.Cosmos;
7518
- key: string;
7519
- prefix: string;
7520
- } | {
7521
- type: AgentSignerKeyType.Node;
7522
- } | undefined;
7523
7523
  interchainSecurityModule?: string | undefined;
7524
7524
  canonicalAsset?: string | undefined;
7525
7525
  contractAddressBytes?: number | undefined;
@@ -7676,12 +7676,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7676
7676
  interval: z.ZodOptional<z.ZodNumber>;
7677
7677
  }, "strip", z.ZodTypeAny, {
7678
7678
  chains: Record<string, {
7679
- merkleTreeHook: string;
7680
- interchainGasPaymaster: string;
7681
7679
  name: string;
7682
- chainId: string | number;
7683
- domainId: number;
7684
- protocol: ProtocolType;
7685
7680
  rpcUrls: {
7686
7681
  http: string;
7687
7682
  concurrency?: number | undefined;
@@ -7697,19 +7692,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7697
7692
  } | undefined;
7698
7693
  public?: boolean | undefined;
7699
7694
  }[];
7695
+ chainId: string | number;
7696
+ domainId: number;
7697
+ protocol: ProtocolType;
7698
+ merkleTreeHook: string;
7699
+ interchainGasPaymaster: string;
7700
7700
  mailbox: string;
7701
7701
  validatorAnnounce: string;
7702
7702
  gasPrice?: {
7703
7703
  denom: string;
7704
7704
  amount: string;
7705
7705
  } | undefined;
7706
- availability?: {
7707
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7708
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7709
- } | {
7710
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7711
- } | undefined;
7712
- bech32Prefix?: string | undefined;
7713
7706
  blockExplorers?: {
7714
7707
  name: string;
7715
7708
  url: string;
@@ -7717,6 +7710,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7717
7710
  apiKey?: string | undefined;
7718
7711
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7719
7712
  }[] | undefined;
7713
+ signer?: {
7714
+ key: string;
7715
+ type?: AgentSignerKeyType.Hex | undefined;
7716
+ } | {
7717
+ id: string;
7718
+ region: string;
7719
+ type?: AgentSignerKeyType.Aws | undefined;
7720
+ } | {
7721
+ type: AgentSignerKeyType.Cosmos;
7722
+ key: string;
7723
+ prefix: string;
7724
+ } | {
7725
+ type: AgentSignerKeyType.Node;
7726
+ } | undefined;
7727
+ availability?: {
7728
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7729
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7730
+ } | {
7731
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7732
+ } | undefined;
7733
+ bech32Prefix?: string | undefined;
7720
7734
  blocks?: {
7721
7735
  confirmations: number;
7722
7736
  reorgPeriod?: string | number | undefined;
@@ -7779,20 +7793,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7779
7793
  slip44?: number | undefined;
7780
7794
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7781
7795
  transactionOverrides?: Record<string, any> | undefined;
7782
- signer?: {
7783
- key: string;
7784
- type?: AgentSignerKeyType.Hex | undefined;
7785
- } | {
7786
- id: string;
7787
- region: string;
7788
- type?: AgentSignerKeyType.Aws | undefined;
7789
- } | {
7790
- type: AgentSignerKeyType.Cosmos;
7791
- key: string;
7792
- prefix: string;
7793
- } | {
7794
- type: AgentSignerKeyType.Node;
7795
- } | undefined;
7796
7796
  interchainSecurityModule?: string | undefined;
7797
7797
  canonicalAsset?: string | undefined;
7798
7798
  contractAddressBytes?: number | undefined;
@@ -7878,12 +7878,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7878
7878
  interval?: number | undefined;
7879
7879
  }, {
7880
7880
  chains: Record<string, {
7881
- merkleTreeHook: string;
7882
- interchainGasPaymaster: string;
7883
7881
  name: string;
7884
- chainId: string | number;
7885
- domainId: number;
7886
- protocol: ProtocolType;
7887
7882
  rpcUrls: {
7888
7883
  http: string;
7889
7884
  concurrency?: number | undefined;
@@ -7899,19 +7894,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7899
7894
  } | undefined;
7900
7895
  public?: boolean | undefined;
7901
7896
  }[];
7897
+ chainId: string | number;
7898
+ domainId: number;
7899
+ protocol: ProtocolType;
7900
+ merkleTreeHook: string;
7901
+ interchainGasPaymaster: string;
7902
7902
  mailbox: string;
7903
7903
  validatorAnnounce: string;
7904
7904
  gasPrice?: {
7905
7905
  denom: string;
7906
7906
  amount: string;
7907
7907
  } | undefined;
7908
- availability?: {
7909
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7910
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7911
- } | {
7912
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7913
- } | undefined;
7914
- bech32Prefix?: string | undefined;
7915
7908
  blockExplorers?: {
7916
7909
  name: string;
7917
7910
  url: string;
@@ -7919,6 +7912,27 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7919
7912
  apiKey?: string | undefined;
7920
7913
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7921
7914
  }[] | undefined;
7915
+ signer?: {
7916
+ key: string;
7917
+ type?: AgentSignerKeyType.Hex | undefined;
7918
+ } | {
7919
+ id: string;
7920
+ region: string;
7921
+ type?: AgentSignerKeyType.Aws | undefined;
7922
+ } | {
7923
+ type: AgentSignerKeyType.Cosmos;
7924
+ key: string;
7925
+ prefix: string;
7926
+ } | {
7927
+ type: AgentSignerKeyType.Node;
7928
+ } | undefined;
7929
+ availability?: {
7930
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7931
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7932
+ } | {
7933
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7934
+ } | undefined;
7935
+ bech32Prefix?: string | undefined;
7922
7936
  blocks?: {
7923
7937
  confirmations: number;
7924
7938
  reorgPeriod?: string | number | undefined;
@@ -7981,20 +7995,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7981
7995
  slip44?: number | undefined;
7982
7996
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7983
7997
  transactionOverrides?: Record<string, any> | undefined;
7984
- signer?: {
7985
- key: string;
7986
- type?: AgentSignerKeyType.Hex | undefined;
7987
- } | {
7988
- id: string;
7989
- region: string;
7990
- type?: AgentSignerKeyType.Aws | undefined;
7991
- } | {
7992
- type: AgentSignerKeyType.Cosmos;
7993
- key: string;
7994
- prefix: string;
7995
- } | {
7996
- type: AgentSignerKeyType.Node;
7997
- } | undefined;
7998
7998
  interchainSecurityModule?: string | undefined;
7999
7999
  canonicalAsset?: string | undefined;
8000
8000
  contractAddressBytes?: number | undefined;