@hyperlane-xyz/sdk 11.0.0 → 12.1.0-cli-bundle.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 (123) hide show
  1. package/dist/consts/multisigIsm.d.ts.map +1 -1
  2. package/dist/consts/multisigIsm.js +65 -29
  3. package/dist/consts/multisigIsm.js.map +1 -1
  4. package/dist/core/CoreDeployer.hardhat-test.js +1 -1
  5. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  6. package/dist/core/EvmCoreModule.d.ts +1 -2
  7. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  8. package/dist/core/EvmCoreModule.js.map +1 -1
  9. package/dist/core/HyperlaneCore.d.ts +2 -2
  10. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  11. package/dist/core/HyperlaneCore.js.map +1 -1
  12. package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
  13. package/dist/core/HyperlaneCoreChecker.js.map +1 -1
  14. package/dist/core/HyperlaneRelayer.d.ts +2 -2
  15. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  16. package/dist/core/HyperlaneRelayer.js.map +1 -1
  17. package/dist/deploy/proxy.d.ts +7 -4
  18. package/dist/deploy/proxy.d.ts.map +1 -1
  19. package/dist/deploy/proxy.js.map +1 -1
  20. package/dist/deploy/proxyFactoryUtils.d.ts +7 -0
  21. package/dist/deploy/proxyFactoryUtils.d.ts.map +1 -0
  22. package/dist/deploy/proxyFactoryUtils.js +12 -0
  23. package/dist/deploy/proxyFactoryUtils.js.map +1 -0
  24. package/dist/gas/token-prices.test.js +1 -0
  25. package/dist/gas/token-prices.test.js.map +1 -1
  26. package/dist/hook/EvmHookReader.d.ts +1 -2
  27. package/dist/hook/EvmHookReader.d.ts.map +1 -1
  28. package/dist/hook/EvmHookReader.js.map +1 -1
  29. package/dist/hook/types.d.ts +3 -0
  30. package/dist/hook/types.d.ts.map +1 -1
  31. package/dist/hook/types.js +14 -0
  32. package/dist/hook/types.js.map +1 -1
  33. package/dist/index.d.ts +4 -4
  34. package/dist/index.d.ts.map +1 -1
  35. package/dist/index.js +2 -2
  36. package/dist/index.js.map +1 -1
  37. package/dist/ism/EvmIsmReader.d.ts +1 -2
  38. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  39. package/dist/ism/EvmIsmReader.js.map +1 -1
  40. package/dist/ism/metadata/aggregation.d.ts.map +1 -1
  41. package/dist/ism/metadata/aggregation.js.map +1 -1
  42. package/dist/ism/metadata/routing.d.ts.map +1 -1
  43. package/dist/ism/metadata/routing.js +1 -1
  44. package/dist/ism/metadata/routing.js.map +1 -1
  45. package/dist/ism/metadata/types.d.ts +2 -2
  46. package/dist/ism/metadata/types.d.ts.map +1 -1
  47. package/dist/ism/types.d.ts +7 -1
  48. package/dist/ism/types.d.ts.map +1 -1
  49. package/dist/ism/types.js +12 -0
  50. package/dist/ism/types.js.map +1 -1
  51. package/dist/ism/utils.d.ts +21 -1
  52. package/dist/ism/utils.d.ts.map +1 -1
  53. package/dist/ism/utils.js +25 -1
  54. package/dist/ism/utils.js.map +1 -1
  55. package/dist/metadata/agentConfig.d.ts +443 -245
  56. package/dist/metadata/agentConfig.d.ts.map +1 -1
  57. package/dist/metadata/agentConfig.js +26 -0
  58. package/dist/metadata/agentConfig.js.map +1 -1
  59. package/dist/metadata/chainMetadataTypes.d.ts +154 -0
  60. package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
  61. package/dist/metadata/chainMetadataTypes.js +5 -0
  62. package/dist/metadata/chainMetadataTypes.js.map +1 -1
  63. package/dist/providers/ProviderType.d.ts +23 -5
  64. package/dist/providers/ProviderType.d.ts.map +1 -1
  65. package/dist/providers/ProviderType.js +1 -0
  66. package/dist/providers/ProviderType.js.map +1 -1
  67. package/dist/providers/providerBuilders.d.ts +4 -1
  68. package/dist/providers/providerBuilders.d.ts.map +1 -1
  69. package/dist/providers/providerBuilders.js +12 -1
  70. package/dist/providers/providerBuilders.js.map +1 -1
  71. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  72. package/dist/router/HyperlaneRouterChecker.js +19 -0
  73. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  74. package/dist/router/ProxiedRouterChecker.d.ts.map +1 -1
  75. package/dist/router/ProxiedRouterChecker.js +7 -0
  76. package/dist/router/ProxiedRouterChecker.js.map +1 -1
  77. package/dist/router/types.d.ts +14 -0
  78. package/dist/router/types.d.ts.map +1 -1
  79. package/dist/router/types.js +1 -0
  80. package/dist/router/types.js.map +1 -1
  81. package/dist/token/EvmERC20WarpModule.d.ts +11 -11
  82. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  83. package/dist/token/EvmERC20WarpModule.hardhat-test.js +7 -9
  84. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  85. package/dist/token/EvmERC20WarpModule.js +5 -6
  86. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  87. package/dist/token/EvmERC20WarpRouteReader.d.ts +4 -4
  88. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  89. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +4 -3
  90. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
  91. package/dist/token/EvmERC20WarpRouteReader.js +2 -3
  92. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  93. package/dist/token/TokenStandard.d.ts.map +1 -1
  94. package/dist/token/TokenStandard.js +0 -2
  95. package/dist/token/TokenStandard.js.map +1 -1
  96. package/dist/token/checker.d.ts.map +1 -1
  97. package/dist/token/checker.js +7 -3
  98. package/dist/token/checker.js.map +1 -1
  99. package/dist/token/config.d.ts +0 -2
  100. package/dist/token/config.d.ts.map +1 -1
  101. package/dist/token/config.js +0 -3
  102. package/dist/token/config.js.map +1 -1
  103. package/dist/token/contracts.d.ts +1 -5
  104. package/dist/token/contracts.d.ts.map +1 -1
  105. package/dist/token/contracts.js +1 -5
  106. package/dist/token/contracts.js.map +1 -1
  107. package/dist/token/deploy.hardhat-test.js +49 -4
  108. package/dist/token/deploy.hardhat-test.js.map +1 -1
  109. package/dist/token/types.d.ts +68 -64
  110. package/dist/token/types.d.ts.map +1 -1
  111. package/dist/token/types.js +10 -7
  112. package/dist/token/types.js.map +1 -1
  113. package/dist/token/types.test.js +1 -6
  114. package/dist/token/types.test.js.map +1 -1
  115. package/dist/utils/zksync.d.ts +8 -0
  116. package/dist/utils/zksync.d.ts.map +1 -0
  117. package/dist/utils/zksync.js +24 -0
  118. package/dist/utils/zksync.js.map +1 -0
  119. package/dist/zksync/ZKSyncDeployer.d.ts +59 -0
  120. package/dist/zksync/ZKSyncDeployer.d.ts.map +1 -0
  121. package/dist/zksync/ZKSyncDeployer.js +123 -0
  122. package/dist/zksync/ZKSyncDeployer.js.map +1 -0
  123. package/package.json +4 -3
@@ -3,6 +3,7 @@
3
3
  * ANY CHANGES HERE NEED TO BE REFLECTED IN HYPERLANE-BASE CONFIG PARSING.
4
4
  */
5
5
  import { z } from 'zod';
6
+ import { ModuleType } from '@hyperlane-xyz/sdk';
6
7
  import { ProtocolType } from '@hyperlane-xyz/utils';
7
8
  import { MultiProvider } from '../providers/MultiProvider.js';
8
9
  import { ChainMap, ChainName } from '../types.js';
@@ -235,20 +236,20 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
235
236
  interchainGasPaymaster: z.ZodString;
236
237
  name: z.ZodString;
237
238
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
238
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
239
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainDisabledReason>, "many">;
239
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
240
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
240
241
  }, "strip", z.ZodTypeAny, {
241
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
242
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
242
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
243
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
243
244
  }, {
244
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
245
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
245
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
246
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
246
247
  }>, z.ZodObject<{
247
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Live>;
248
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
248
249
  }, "strip", z.ZodTypeAny, {
249
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
250
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
250
251
  }, {
251
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
252
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
252
253
  }>]>>;
253
254
  bech32Prefix: z.ZodOptional<z.ZodString>;
254
255
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -256,19 +257,19 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
256
257
  url: z.ZodString;
257
258
  apiUrl: z.ZodString;
258
259
  apiKey: z.ZodOptional<z.ZodString>;
259
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ExplorerFamily>>;
260
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
260
261
  }, "strip", z.ZodTypeAny, {
261
262
  name: string;
262
263
  url: string;
263
264
  apiUrl: string;
264
265
  apiKey?: string | undefined;
265
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
266
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
266
267
  }, {
267
268
  name: string;
268
269
  url: string;
269
270
  apiUrl: string;
270
271
  apiKey?: string | undefined;
271
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
272
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
272
273
  }>, "many">>;
273
274
  blocks: z.ZodOptional<z.ZodObject<{
274
275
  confirmations: z.ZodNumber;
@@ -330,6 +331,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
330
331
  maxRequests: number;
331
332
  baseRetryMs: number;
332
333
  }>>;
334
+ public: z.ZodOptional<z.ZodBoolean>;
333
335
  }, "strip", z.ZodTypeAny, {
334
336
  http: string;
335
337
  concurrency?: number | undefined;
@@ -343,6 +345,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
343
345
  maxRequests: number;
344
346
  baseRetryMs: number;
345
347
  } | undefined;
348
+ public?: boolean | undefined;
346
349
  }, {
347
350
  http: string;
348
351
  concurrency?: number | undefined;
@@ -356,6 +359,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
356
359
  maxRequests: number;
357
360
  baseRetryMs: number;
358
361
  } | undefined;
362
+ public?: boolean | undefined;
359
363
  }>, "many">>;
360
364
  index: z.ZodOptional<z.ZodObject<{
361
365
  from: z.ZodOptional<z.ZodNumber>;
@@ -416,6 +420,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
416
420
  maxRequests: number;
417
421
  baseRetryMs: number;
418
422
  }>>;
423
+ public: z.ZodOptional<z.ZodBoolean>;
419
424
  }, "strip", z.ZodTypeAny, {
420
425
  http: string;
421
426
  concurrency?: number | undefined;
@@ -429,6 +434,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
429
434
  maxRequests: number;
430
435
  baseRetryMs: number;
431
436
  } | undefined;
437
+ public?: boolean | undefined;
432
438
  }, {
433
439
  http: string;
434
440
  concurrency?: number | undefined;
@@ -442,6 +448,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
442
448
  maxRequests: number;
443
449
  baseRetryMs: number;
444
450
  } | undefined;
451
+ public?: boolean | undefined;
445
452
  }>, "many">>;
446
453
  rpcUrls: z.ZodArray<z.ZodObject<{
447
454
  http: z.ZodString;
@@ -470,6 +477,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
470
477
  maxRequests: number;
471
478
  baseRetryMs: number;
472
479
  }>>;
480
+ public: z.ZodOptional<z.ZodBoolean>;
473
481
  }, "strip", z.ZodTypeAny, {
474
482
  http: string;
475
483
  concurrency?: number | undefined;
@@ -483,6 +491,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
483
491
  maxRequests: number;
484
492
  baseRetryMs: number;
485
493
  } | undefined;
494
+ public?: boolean | undefined;
486
495
  }, {
487
496
  http: string;
488
497
  concurrency?: number | undefined;
@@ -496,9 +505,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
496
505
  maxRequests: number;
497
506
  baseRetryMs: number;
498
507
  } | undefined;
508
+ public?: boolean | undefined;
499
509
  }>, "many">;
500
510
  slip44: z.ZodOptional<z.ZodNumber>;
501
- technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
511
+ technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
502
512
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
503
513
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
504
514
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
@@ -599,6 +609,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
599
609
  maxRequests: number;
600
610
  baseRetryMs: number;
601
611
  } | undefined;
612
+ public?: boolean | undefined;
602
613
  }[];
603
614
  mailbox: string;
604
615
  validatorAnnounce: string;
@@ -607,10 +618,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
607
618
  amount: string;
608
619
  } | undefined;
609
620
  availability?: {
610
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
611
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
621
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
622
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
612
623
  } | {
613
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
624
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
614
625
  } | undefined;
615
626
  bech32Prefix?: string | undefined;
616
627
  blockExplorers?: {
@@ -618,7 +629,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
618
629
  url: string;
619
630
  apiUrl: string;
620
631
  apiKey?: string | undefined;
621
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
632
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
622
633
  }[] | undefined;
623
634
  blocks?: {
624
635
  confirmations: number;
@@ -648,6 +659,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
648
659
  maxRequests: number;
649
660
  baseRetryMs: number;
650
661
  } | undefined;
662
+ public?: boolean | undefined;
651
663
  }[] | undefined;
652
664
  index?: {
653
665
  from?: number | undefined;
@@ -675,9 +687,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
675
687
  maxRequests: number;
676
688
  baseRetryMs: number;
677
689
  } | undefined;
690
+ public?: boolean | undefined;
678
691
  }[] | undefined;
679
692
  slip44?: number | undefined;
680
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
693
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
681
694
  transactionOverrides?: Record<string, any> | undefined;
682
695
  signer?: {
683
696
  key: string;
@@ -730,6 +743,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
730
743
  maxRequests: number;
731
744
  baseRetryMs: number;
732
745
  } | undefined;
746
+ public?: boolean | undefined;
733
747
  }[];
734
748
  mailbox: string;
735
749
  validatorAnnounce: string;
@@ -738,10 +752,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
738
752
  amount: string;
739
753
  } | undefined;
740
754
  availability?: {
741
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
742
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
755
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
756
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
743
757
  } | {
744
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
758
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
745
759
  } | undefined;
746
760
  bech32Prefix?: string | undefined;
747
761
  blockExplorers?: {
@@ -749,7 +763,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
749
763
  url: string;
750
764
  apiUrl: string;
751
765
  apiKey?: string | undefined;
752
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
766
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
753
767
  }[] | undefined;
754
768
  blocks?: {
755
769
  confirmations: number;
@@ -779,6 +793,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
779
793
  maxRequests: number;
780
794
  baseRetryMs: number;
781
795
  } | undefined;
796
+ public?: boolean | undefined;
782
797
  }[] | undefined;
783
798
  index?: {
784
799
  from?: number | undefined;
@@ -806,9 +821,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
806
821
  maxRequests: number;
807
822
  baseRetryMs: number;
808
823
  } | undefined;
824
+ public?: boolean | undefined;
809
825
  }[] | undefined;
810
826
  slip44?: number | undefined;
811
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
827
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
812
828
  transactionOverrides?: Record<string, any> | undefined;
813
829
  signer?: {
814
830
  key: string;
@@ -861,6 +877,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
861
877
  maxRequests: number;
862
878
  baseRetryMs: number;
863
879
  } | undefined;
880
+ public?: boolean | undefined;
864
881
  }[];
865
882
  mailbox: string;
866
883
  validatorAnnounce: string;
@@ -869,10 +886,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
869
886
  amount: string;
870
887
  } | undefined;
871
888
  availability?: {
872
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
873
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
889
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
890
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
874
891
  } | {
875
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
892
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
876
893
  } | undefined;
877
894
  bech32Prefix?: string | undefined;
878
895
  blockExplorers?: {
@@ -880,7 +897,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
880
897
  url: string;
881
898
  apiUrl: string;
882
899
  apiKey?: string | undefined;
883
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
900
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
884
901
  }[] | undefined;
885
902
  blocks?: {
886
903
  confirmations: number;
@@ -910,6 +927,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
910
927
  maxRequests: number;
911
928
  baseRetryMs: number;
912
929
  } | undefined;
930
+ public?: boolean | undefined;
913
931
  }[] | undefined;
914
932
  index?: {
915
933
  from?: number | undefined;
@@ -937,9 +955,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
937
955
  maxRequests: number;
938
956
  baseRetryMs: number;
939
957
  } | undefined;
958
+ public?: boolean | undefined;
940
959
  }[] | undefined;
941
960
  slip44?: number | undefined;
942
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
961
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
943
962
  transactionOverrides?: Record<string, any> | undefined;
944
963
  signer?: {
945
964
  key: string;
@@ -992,6 +1011,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
992
1011
  maxRequests: number;
993
1012
  baseRetryMs: number;
994
1013
  } | undefined;
1014
+ public?: boolean | undefined;
995
1015
  }[];
996
1016
  mailbox: string;
997
1017
  validatorAnnounce: string;
@@ -1000,10 +1020,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1000
1020
  amount: string;
1001
1021
  } | undefined;
1002
1022
  availability?: {
1003
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1004
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1023
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1024
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1005
1025
  } | {
1006
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1026
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1007
1027
  } | undefined;
1008
1028
  bech32Prefix?: string | undefined;
1009
1029
  blockExplorers?: {
@@ -1011,7 +1031,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1011
1031
  url: string;
1012
1032
  apiUrl: string;
1013
1033
  apiKey?: string | undefined;
1014
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1034
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1015
1035
  }[] | undefined;
1016
1036
  blocks?: {
1017
1037
  confirmations: number;
@@ -1041,6 +1061,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1041
1061
  maxRequests: number;
1042
1062
  baseRetryMs: number;
1043
1063
  } | undefined;
1064
+ public?: boolean | undefined;
1044
1065
  }[] | undefined;
1045
1066
  index?: {
1046
1067
  from?: number | undefined;
@@ -1068,9 +1089,10 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1068
1089
  maxRequests: number;
1069
1090
  baseRetryMs: number;
1070
1091
  } | undefined;
1092
+ public?: boolean | undefined;
1071
1093
  }[] | undefined;
1072
1094
  slip44?: number | undefined;
1073
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1095
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1074
1096
  transactionOverrides?: Record<string, any> | undefined;
1075
1097
  signer?: {
1076
1098
  key: string;
@@ -1122,20 +1144,20 @@ export declare const AgentConfigSchema: z.ZodObject<{
1122
1144
  interchainGasPaymaster: z.ZodString;
1123
1145
  name: z.ZodString;
1124
1146
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1125
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
1126
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainDisabledReason>, "many">;
1147
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
1148
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
1127
1149
  }, "strip", z.ZodTypeAny, {
1128
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1129
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1150
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1151
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1130
1152
  }, {
1131
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1132
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1153
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1154
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1133
1155
  }>, z.ZodObject<{
1134
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Live>;
1156
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
1135
1157
  }, "strip", z.ZodTypeAny, {
1136
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1158
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1137
1159
  }, {
1138
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1160
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1139
1161
  }>]>>;
1140
1162
  bech32Prefix: z.ZodOptional<z.ZodString>;
1141
1163
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1143,19 +1165,19 @@ export declare const AgentConfigSchema: z.ZodObject<{
1143
1165
  url: z.ZodString;
1144
1166
  apiUrl: z.ZodString;
1145
1167
  apiKey: z.ZodOptional<z.ZodString>;
1146
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ExplorerFamily>>;
1168
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
1147
1169
  }, "strip", z.ZodTypeAny, {
1148
1170
  name: string;
1149
1171
  url: string;
1150
1172
  apiUrl: string;
1151
1173
  apiKey?: string | undefined;
1152
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1174
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1153
1175
  }, {
1154
1176
  name: string;
1155
1177
  url: string;
1156
1178
  apiUrl: string;
1157
1179
  apiKey?: string | undefined;
1158
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1180
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1159
1181
  }>, "many">>;
1160
1182
  blocks: z.ZodOptional<z.ZodObject<{
1161
1183
  confirmations: z.ZodNumber;
@@ -1217,6 +1239,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1217
1239
  maxRequests: number;
1218
1240
  baseRetryMs: number;
1219
1241
  }>>;
1242
+ public: z.ZodOptional<z.ZodBoolean>;
1220
1243
  }, "strip", z.ZodTypeAny, {
1221
1244
  http: string;
1222
1245
  concurrency?: number | undefined;
@@ -1230,6 +1253,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1230
1253
  maxRequests: number;
1231
1254
  baseRetryMs: number;
1232
1255
  } | undefined;
1256
+ public?: boolean | undefined;
1233
1257
  }, {
1234
1258
  http: string;
1235
1259
  concurrency?: number | undefined;
@@ -1243,6 +1267,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1243
1267
  maxRequests: number;
1244
1268
  baseRetryMs: number;
1245
1269
  } | undefined;
1270
+ public?: boolean | undefined;
1246
1271
  }>, "many">>;
1247
1272
  index: z.ZodOptional<z.ZodObject<{
1248
1273
  from: z.ZodOptional<z.ZodNumber>;
@@ -1303,6 +1328,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1303
1328
  maxRequests: number;
1304
1329
  baseRetryMs: number;
1305
1330
  }>>;
1331
+ public: z.ZodOptional<z.ZodBoolean>;
1306
1332
  }, "strip", z.ZodTypeAny, {
1307
1333
  http: string;
1308
1334
  concurrency?: number | undefined;
@@ -1316,6 +1342,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1316
1342
  maxRequests: number;
1317
1343
  baseRetryMs: number;
1318
1344
  } | undefined;
1345
+ public?: boolean | undefined;
1319
1346
  }, {
1320
1347
  http: string;
1321
1348
  concurrency?: number | undefined;
@@ -1329,6 +1356,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1329
1356
  maxRequests: number;
1330
1357
  baseRetryMs: number;
1331
1358
  } | undefined;
1359
+ public?: boolean | undefined;
1332
1360
  }>, "many">>;
1333
1361
  rpcUrls: z.ZodArray<z.ZodObject<{
1334
1362
  http: z.ZodString;
@@ -1357,6 +1385,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1357
1385
  maxRequests: number;
1358
1386
  baseRetryMs: number;
1359
1387
  }>>;
1388
+ public: z.ZodOptional<z.ZodBoolean>;
1360
1389
  }, "strip", z.ZodTypeAny, {
1361
1390
  http: string;
1362
1391
  concurrency?: number | undefined;
@@ -1370,6 +1399,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1370
1399
  maxRequests: number;
1371
1400
  baseRetryMs: number;
1372
1401
  } | undefined;
1402
+ public?: boolean | undefined;
1373
1403
  }, {
1374
1404
  http: string;
1375
1405
  concurrency?: number | undefined;
@@ -1383,9 +1413,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1383
1413
  maxRequests: number;
1384
1414
  baseRetryMs: number;
1385
1415
  } | undefined;
1416
+ public?: boolean | undefined;
1386
1417
  }>, "many">;
1387
1418
  slip44: z.ZodOptional<z.ZodNumber>;
1388
- technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
1419
+ technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
1389
1420
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1390
1421
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1391
1422
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
@@ -1486,6 +1517,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1486
1517
  maxRequests: number;
1487
1518
  baseRetryMs: number;
1488
1519
  } | undefined;
1520
+ public?: boolean | undefined;
1489
1521
  }[];
1490
1522
  mailbox: string;
1491
1523
  validatorAnnounce: string;
@@ -1494,10 +1526,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1494
1526
  amount: string;
1495
1527
  } | undefined;
1496
1528
  availability?: {
1497
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1498
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1529
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1530
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1499
1531
  } | {
1500
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1532
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1501
1533
  } | undefined;
1502
1534
  bech32Prefix?: string | undefined;
1503
1535
  blockExplorers?: {
@@ -1505,7 +1537,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1505
1537
  url: string;
1506
1538
  apiUrl: string;
1507
1539
  apiKey?: string | undefined;
1508
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1540
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1509
1541
  }[] | undefined;
1510
1542
  blocks?: {
1511
1543
  confirmations: number;
@@ -1535,6 +1567,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1535
1567
  maxRequests: number;
1536
1568
  baseRetryMs: number;
1537
1569
  } | undefined;
1570
+ public?: boolean | undefined;
1538
1571
  }[] | undefined;
1539
1572
  index?: {
1540
1573
  from?: number | undefined;
@@ -1562,9 +1595,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1562
1595
  maxRequests: number;
1563
1596
  baseRetryMs: number;
1564
1597
  } | undefined;
1598
+ public?: boolean | undefined;
1565
1599
  }[] | undefined;
1566
1600
  slip44?: number | undefined;
1567
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1601
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1568
1602
  transactionOverrides?: Record<string, any> | undefined;
1569
1603
  signer?: {
1570
1604
  key: string;
@@ -1617,6 +1651,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1617
1651
  maxRequests: number;
1618
1652
  baseRetryMs: number;
1619
1653
  } | undefined;
1654
+ public?: boolean | undefined;
1620
1655
  }[];
1621
1656
  mailbox: string;
1622
1657
  validatorAnnounce: string;
@@ -1625,10 +1660,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1625
1660
  amount: string;
1626
1661
  } | undefined;
1627
1662
  availability?: {
1628
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1629
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1663
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1664
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1630
1665
  } | {
1631
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1666
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1632
1667
  } | undefined;
1633
1668
  bech32Prefix?: string | undefined;
1634
1669
  blockExplorers?: {
@@ -1636,7 +1671,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1636
1671
  url: string;
1637
1672
  apiUrl: string;
1638
1673
  apiKey?: string | undefined;
1639
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1674
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1640
1675
  }[] | undefined;
1641
1676
  blocks?: {
1642
1677
  confirmations: number;
@@ -1666,6 +1701,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1666
1701
  maxRequests: number;
1667
1702
  baseRetryMs: number;
1668
1703
  } | undefined;
1704
+ public?: boolean | undefined;
1669
1705
  }[] | undefined;
1670
1706
  index?: {
1671
1707
  from?: number | undefined;
@@ -1693,9 +1729,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1693
1729
  maxRequests: number;
1694
1730
  baseRetryMs: number;
1695
1731
  } | undefined;
1732
+ public?: boolean | undefined;
1696
1733
  }[] | undefined;
1697
1734
  slip44?: number | undefined;
1698
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1735
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1699
1736
  transactionOverrides?: Record<string, any> | undefined;
1700
1737
  signer?: {
1701
1738
  key: string;
@@ -1748,6 +1785,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1748
1785
  maxRequests: number;
1749
1786
  baseRetryMs: number;
1750
1787
  } | undefined;
1788
+ public?: boolean | undefined;
1751
1789
  }[];
1752
1790
  mailbox: string;
1753
1791
  validatorAnnounce: string;
@@ -1756,10 +1794,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1756
1794
  amount: string;
1757
1795
  } | undefined;
1758
1796
  availability?: {
1759
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1760
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1797
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1798
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1761
1799
  } | {
1762
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1800
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1763
1801
  } | undefined;
1764
1802
  bech32Prefix?: string | undefined;
1765
1803
  blockExplorers?: {
@@ -1767,7 +1805,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1767
1805
  url: string;
1768
1806
  apiUrl: string;
1769
1807
  apiKey?: string | undefined;
1770
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1808
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1771
1809
  }[] | undefined;
1772
1810
  blocks?: {
1773
1811
  confirmations: number;
@@ -1797,6 +1835,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1797
1835
  maxRequests: number;
1798
1836
  baseRetryMs: number;
1799
1837
  } | undefined;
1838
+ public?: boolean | undefined;
1800
1839
  }[] | undefined;
1801
1840
  index?: {
1802
1841
  from?: number | undefined;
@@ -1824,9 +1863,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1824
1863
  maxRequests: number;
1825
1864
  baseRetryMs: number;
1826
1865
  } | undefined;
1866
+ public?: boolean | undefined;
1827
1867
  }[] | undefined;
1828
1868
  slip44?: number | undefined;
1829
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1869
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1830
1870
  transactionOverrides?: Record<string, any> | undefined;
1831
1871
  signer?: {
1832
1872
  key: string;
@@ -1879,6 +1919,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1879
1919
  maxRequests: number;
1880
1920
  baseRetryMs: number;
1881
1921
  } | undefined;
1922
+ public?: boolean | undefined;
1882
1923
  }[];
1883
1924
  mailbox: string;
1884
1925
  validatorAnnounce: string;
@@ -1887,10 +1928,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1887
1928
  amount: string;
1888
1929
  } | undefined;
1889
1930
  availability?: {
1890
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1891
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
1931
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1932
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1892
1933
  } | {
1893
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
1934
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1894
1935
  } | undefined;
1895
1936
  bech32Prefix?: string | undefined;
1896
1937
  blockExplorers?: {
@@ -1898,7 +1939,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1898
1939
  url: string;
1899
1940
  apiUrl: string;
1900
1941
  apiKey?: string | undefined;
1901
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
1942
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1902
1943
  }[] | undefined;
1903
1944
  blocks?: {
1904
1945
  confirmations: number;
@@ -1928,6 +1969,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
1928
1969
  maxRequests: number;
1929
1970
  baseRetryMs: number;
1930
1971
  } | undefined;
1972
+ public?: boolean | undefined;
1931
1973
  }[] | undefined;
1932
1974
  index?: {
1933
1975
  from?: number | undefined;
@@ -1955,9 +1997,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
1955
1997
  maxRequests: number;
1956
1998
  baseRetryMs: number;
1957
1999
  } | undefined;
2000
+ public?: boolean | undefined;
1958
2001
  }[] | undefined;
1959
2002
  slip44?: number | undefined;
1960
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2003
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1961
2004
  transactionOverrides?: Record<string, any> | undefined;
1962
2005
  signer?: {
1963
2006
  key: string;
@@ -2010,6 +2053,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2010
2053
  maxRequests: number;
2011
2054
  baseRetryMs: number;
2012
2055
  } | undefined;
2056
+ public?: boolean | undefined;
2013
2057
  }[];
2014
2058
  mailbox: string;
2015
2059
  validatorAnnounce: string;
@@ -2018,10 +2062,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2018
2062
  amount: string;
2019
2063
  } | undefined;
2020
2064
  availability?: {
2021
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2022
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
2065
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2066
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2023
2067
  } | {
2024
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
2068
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2025
2069
  } | undefined;
2026
2070
  bech32Prefix?: string | undefined;
2027
2071
  blockExplorers?: {
@@ -2029,7 +2073,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2029
2073
  url: string;
2030
2074
  apiUrl: string;
2031
2075
  apiKey?: string | undefined;
2032
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
2076
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2033
2077
  }[] | undefined;
2034
2078
  blocks?: {
2035
2079
  confirmations: number;
@@ -2059,6 +2103,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2059
2103
  maxRequests: number;
2060
2104
  baseRetryMs: number;
2061
2105
  } | undefined;
2106
+ public?: boolean | undefined;
2062
2107
  }[] | undefined;
2063
2108
  index?: {
2064
2109
  from?: number | undefined;
@@ -2086,9 +2131,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2086
2131
  maxRequests: number;
2087
2132
  baseRetryMs: number;
2088
2133
  } | undefined;
2134
+ public?: boolean | undefined;
2089
2135
  }[] | undefined;
2090
2136
  slip44?: number | undefined;
2091
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2137
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2092
2138
  transactionOverrides?: Record<string, any> | undefined;
2093
2139
  signer?: {
2094
2140
  key: string;
@@ -2141,6 +2187,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2141
2187
  maxRequests: number;
2142
2188
  baseRetryMs: number;
2143
2189
  } | undefined;
2190
+ public?: boolean | undefined;
2144
2191
  }[];
2145
2192
  mailbox: string;
2146
2193
  validatorAnnounce: string;
@@ -2149,10 +2196,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2149
2196
  amount: string;
2150
2197
  } | undefined;
2151
2198
  availability?: {
2152
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2153
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
2199
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2200
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2154
2201
  } | {
2155
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
2202
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2156
2203
  } | undefined;
2157
2204
  bech32Prefix?: string | undefined;
2158
2205
  blockExplorers?: {
@@ -2160,7 +2207,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2160
2207
  url: string;
2161
2208
  apiUrl: string;
2162
2209
  apiKey?: string | undefined;
2163
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
2210
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2164
2211
  }[] | undefined;
2165
2212
  blocks?: {
2166
2213
  confirmations: number;
@@ -2190,6 +2237,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2190
2237
  maxRequests: number;
2191
2238
  baseRetryMs: number;
2192
2239
  } | undefined;
2240
+ public?: boolean | undefined;
2193
2241
  }[] | undefined;
2194
2242
  index?: {
2195
2243
  from?: number | undefined;
@@ -2217,9 +2265,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2217
2265
  maxRequests: number;
2218
2266
  baseRetryMs: number;
2219
2267
  } | undefined;
2268
+ public?: boolean | undefined;
2220
2269
  }[] | undefined;
2221
2270
  slip44?: number | undefined;
2222
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2271
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2223
2272
  transactionOverrides?: Record<string, any> | undefined;
2224
2273
  signer?: {
2225
2274
  key: string;
@@ -2325,6 +2374,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2325
2374
  maxRequests: number;
2326
2375
  baseRetryMs: number;
2327
2376
  } | undefined;
2377
+ public?: boolean | undefined;
2328
2378
  }[];
2329
2379
  mailbox: string;
2330
2380
  validatorAnnounce: string;
@@ -2333,10 +2383,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2333
2383
  amount: string;
2334
2384
  } | undefined;
2335
2385
  availability?: {
2336
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2337
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
2386
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2387
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2338
2388
  } | {
2339
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
2389
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2340
2390
  } | undefined;
2341
2391
  bech32Prefix?: string | undefined;
2342
2392
  blockExplorers?: {
@@ -2344,7 +2394,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2344
2394
  url: string;
2345
2395
  apiUrl: string;
2346
2396
  apiKey?: string | undefined;
2347
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
2397
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2348
2398
  }[] | undefined;
2349
2399
  blocks?: {
2350
2400
  confirmations: number;
@@ -2374,6 +2424,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2374
2424
  maxRequests: number;
2375
2425
  baseRetryMs: number;
2376
2426
  } | undefined;
2427
+ public?: boolean | undefined;
2377
2428
  }[] | undefined;
2378
2429
  index?: {
2379
2430
  from?: number | undefined;
@@ -2401,9 +2452,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2401
2452
  maxRequests: number;
2402
2453
  baseRetryMs: number;
2403
2454
  } | undefined;
2455
+ public?: boolean | undefined;
2404
2456
  }[] | undefined;
2405
2457
  slip44?: number | undefined;
2406
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2458
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2407
2459
  transactionOverrides?: Record<string, any> | undefined;
2408
2460
  signer?: {
2409
2461
  key: string;
@@ -2478,6 +2530,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2478
2530
  maxRequests: number;
2479
2531
  baseRetryMs: number;
2480
2532
  } | undefined;
2533
+ public?: boolean | undefined;
2481
2534
  }[];
2482
2535
  mailbox: string;
2483
2536
  validatorAnnounce: string;
@@ -2486,10 +2539,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2486
2539
  amount: string;
2487
2540
  } | undefined;
2488
2541
  availability?: {
2489
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2490
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
2542
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2543
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2491
2544
  } | {
2492
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
2545
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2493
2546
  } | undefined;
2494
2547
  bech32Prefix?: string | undefined;
2495
2548
  blockExplorers?: {
@@ -2497,7 +2550,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2497
2550
  url: string;
2498
2551
  apiUrl: string;
2499
2552
  apiKey?: string | undefined;
2500
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
2553
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2501
2554
  }[] | undefined;
2502
2555
  blocks?: {
2503
2556
  confirmations: number;
@@ -2527,6 +2580,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
2527
2580
  maxRequests: number;
2528
2581
  baseRetryMs: number;
2529
2582
  } | undefined;
2583
+ public?: boolean | undefined;
2530
2584
  }[] | undefined;
2531
2585
  index?: {
2532
2586
  from?: number | undefined;
@@ -2554,9 +2608,10 @@ export declare const AgentConfigSchema: z.ZodObject<{
2554
2608
  maxRequests: number;
2555
2609
  baseRetryMs: number;
2556
2610
  } | undefined;
2611
+ public?: boolean | undefined;
2557
2612
  }[] | undefined;
2558
2613
  slip44?: number | undefined;
2559
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2614
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2560
2615
  transactionOverrides?: Record<string, any> | undefined;
2561
2616
  signer?: {
2562
2617
  key: string;
@@ -2741,6 +2796,24 @@ declare const GasPaymentEnforcementSchema: z.ZodUnion<[z.ZodObject<{
2741
2796
  gasFraction?: string | undefined;
2742
2797
  }>]>;
2743
2798
  export type GasPaymentEnforcement = z.infer<typeof GasPaymentEnforcementSchema>;
2799
+ export declare enum IsmCachePolicy {
2800
+ MessageSpecific = "messageSpecific",
2801
+ IsmSpecific = "ismSpecific"
2802
+ }
2803
+ declare const IsmCacheConfigSchema: z.ZodObject<{
2804
+ moduleTypes: z.ZodArray<z.ZodNativeEnum<typeof ModuleType>, "many">;
2805
+ chains: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2806
+ cachePolicy: z.ZodNativeEnum<typeof IsmCachePolicy>;
2807
+ }, "strip", z.ZodTypeAny, {
2808
+ moduleTypes: ModuleType[];
2809
+ cachePolicy: IsmCachePolicy;
2810
+ chains?: string[] | undefined;
2811
+ }, {
2812
+ moduleTypes: ModuleType[];
2813
+ cachePolicy: IsmCachePolicy;
2814
+ chains?: string[] | undefined;
2815
+ }>;
2816
+ export type IsmCacheConfig = z.infer<typeof IsmCacheConfigSchema>;
2744
2817
  export declare const RelayerAgentConfigSchema: z.ZodObject<{
2745
2818
  metricsPort: z.ZodOptional<z.ZodNumber>;
2746
2819
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
@@ -2758,20 +2831,20 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2758
2831
  interchainGasPaymaster: z.ZodString;
2759
2832
  name: z.ZodString;
2760
2833
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2761
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
2762
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainDisabledReason>, "many">;
2834
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
2835
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
2763
2836
  }, "strip", z.ZodTypeAny, {
2764
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2765
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
2837
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2838
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2766
2839
  }, {
2767
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2768
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
2840
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2841
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2769
2842
  }>, z.ZodObject<{
2770
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Live>;
2843
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
2771
2844
  }, "strip", z.ZodTypeAny, {
2772
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
2845
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2773
2846
  }, {
2774
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
2847
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2775
2848
  }>]>>;
2776
2849
  bech32Prefix: z.ZodOptional<z.ZodString>;
2777
2850
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2779,19 +2852,19 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2779
2852
  url: z.ZodString;
2780
2853
  apiUrl: z.ZodString;
2781
2854
  apiKey: z.ZodOptional<z.ZodString>;
2782
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ExplorerFamily>>;
2855
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
2783
2856
  }, "strip", z.ZodTypeAny, {
2784
2857
  name: string;
2785
2858
  url: string;
2786
2859
  apiUrl: string;
2787
2860
  apiKey?: string | undefined;
2788
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
2861
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2789
2862
  }, {
2790
2863
  name: string;
2791
2864
  url: string;
2792
2865
  apiUrl: string;
2793
2866
  apiKey?: string | undefined;
2794
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
2867
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2795
2868
  }>, "many">>;
2796
2869
  blocks: z.ZodOptional<z.ZodObject<{
2797
2870
  confirmations: z.ZodNumber;
@@ -2853,6 +2926,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2853
2926
  maxRequests: number;
2854
2927
  baseRetryMs: number;
2855
2928
  }>>;
2929
+ public: z.ZodOptional<z.ZodBoolean>;
2856
2930
  }, "strip", z.ZodTypeAny, {
2857
2931
  http: string;
2858
2932
  concurrency?: number | undefined;
@@ -2866,6 +2940,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2866
2940
  maxRequests: number;
2867
2941
  baseRetryMs: number;
2868
2942
  } | undefined;
2943
+ public?: boolean | undefined;
2869
2944
  }, {
2870
2945
  http: string;
2871
2946
  concurrency?: number | undefined;
@@ -2879,6 +2954,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2879
2954
  maxRequests: number;
2880
2955
  baseRetryMs: number;
2881
2956
  } | undefined;
2957
+ public?: boolean | undefined;
2882
2958
  }>, "many">>;
2883
2959
  index: z.ZodOptional<z.ZodObject<{
2884
2960
  from: z.ZodOptional<z.ZodNumber>;
@@ -2939,6 +3015,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2939
3015
  maxRequests: number;
2940
3016
  baseRetryMs: number;
2941
3017
  }>>;
3018
+ public: z.ZodOptional<z.ZodBoolean>;
2942
3019
  }, "strip", z.ZodTypeAny, {
2943
3020
  http: string;
2944
3021
  concurrency?: number | undefined;
@@ -2952,6 +3029,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2952
3029
  maxRequests: number;
2953
3030
  baseRetryMs: number;
2954
3031
  } | undefined;
3032
+ public?: boolean | undefined;
2955
3033
  }, {
2956
3034
  http: string;
2957
3035
  concurrency?: number | undefined;
@@ -2965,6 +3043,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2965
3043
  maxRequests: number;
2966
3044
  baseRetryMs: number;
2967
3045
  } | undefined;
3046
+ public?: boolean | undefined;
2968
3047
  }>, "many">>;
2969
3048
  rpcUrls: z.ZodArray<z.ZodObject<{
2970
3049
  http: z.ZodString;
@@ -2993,6 +3072,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2993
3072
  maxRequests: number;
2994
3073
  baseRetryMs: number;
2995
3074
  }>>;
3075
+ public: z.ZodOptional<z.ZodBoolean>;
2996
3076
  }, "strip", z.ZodTypeAny, {
2997
3077
  http: string;
2998
3078
  concurrency?: number | undefined;
@@ -3006,6 +3086,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3006
3086
  maxRequests: number;
3007
3087
  baseRetryMs: number;
3008
3088
  } | undefined;
3089
+ public?: boolean | undefined;
3009
3090
  }, {
3010
3091
  http: string;
3011
3092
  concurrency?: number | undefined;
@@ -3019,9 +3100,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3019
3100
  maxRequests: number;
3020
3101
  baseRetryMs: number;
3021
3102
  } | undefined;
3103
+ public?: boolean | undefined;
3022
3104
  }>, "many">;
3023
3105
  slip44: z.ZodOptional<z.ZodNumber>;
3024
- technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
3106
+ technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
3025
3107
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3026
3108
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3027
3109
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
@@ -3122,6 +3204,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3122
3204
  maxRequests: number;
3123
3205
  baseRetryMs: number;
3124
3206
  } | undefined;
3207
+ public?: boolean | undefined;
3125
3208
  }[];
3126
3209
  mailbox: string;
3127
3210
  validatorAnnounce: string;
@@ -3130,10 +3213,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3130
3213
  amount: string;
3131
3214
  } | undefined;
3132
3215
  availability?: {
3133
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3134
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
3216
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3217
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3135
3218
  } | {
3136
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
3219
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3137
3220
  } | undefined;
3138
3221
  bech32Prefix?: string | undefined;
3139
3222
  blockExplorers?: {
@@ -3141,7 +3224,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3141
3224
  url: string;
3142
3225
  apiUrl: string;
3143
3226
  apiKey?: string | undefined;
3144
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
3227
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3145
3228
  }[] | undefined;
3146
3229
  blocks?: {
3147
3230
  confirmations: number;
@@ -3171,6 +3254,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3171
3254
  maxRequests: number;
3172
3255
  baseRetryMs: number;
3173
3256
  } | undefined;
3257
+ public?: boolean | undefined;
3174
3258
  }[] | undefined;
3175
3259
  index?: {
3176
3260
  from?: number | undefined;
@@ -3198,9 +3282,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3198
3282
  maxRequests: number;
3199
3283
  baseRetryMs: number;
3200
3284
  } | undefined;
3285
+ public?: boolean | undefined;
3201
3286
  }[] | undefined;
3202
3287
  slip44?: number | undefined;
3203
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3288
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3204
3289
  transactionOverrides?: Record<string, any> | undefined;
3205
3290
  signer?: {
3206
3291
  key: string;
@@ -3253,6 +3338,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3253
3338
  maxRequests: number;
3254
3339
  baseRetryMs: number;
3255
3340
  } | undefined;
3341
+ public?: boolean | undefined;
3256
3342
  }[];
3257
3343
  mailbox: string;
3258
3344
  validatorAnnounce: string;
@@ -3261,10 +3347,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3261
3347
  amount: string;
3262
3348
  } | undefined;
3263
3349
  availability?: {
3264
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3265
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
3350
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3351
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3266
3352
  } | {
3267
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
3353
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3268
3354
  } | undefined;
3269
3355
  bech32Prefix?: string | undefined;
3270
3356
  blockExplorers?: {
@@ -3272,7 +3358,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3272
3358
  url: string;
3273
3359
  apiUrl: string;
3274
3360
  apiKey?: string | undefined;
3275
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
3361
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3276
3362
  }[] | undefined;
3277
3363
  blocks?: {
3278
3364
  confirmations: number;
@@ -3302,6 +3388,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3302
3388
  maxRequests: number;
3303
3389
  baseRetryMs: number;
3304
3390
  } | undefined;
3391
+ public?: boolean | undefined;
3305
3392
  }[] | undefined;
3306
3393
  index?: {
3307
3394
  from?: number | undefined;
@@ -3329,9 +3416,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3329
3416
  maxRequests: number;
3330
3417
  baseRetryMs: number;
3331
3418
  } | undefined;
3419
+ public?: boolean | undefined;
3332
3420
  }[] | undefined;
3333
3421
  slip44?: number | undefined;
3334
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3422
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3335
3423
  transactionOverrides?: Record<string, any> | undefined;
3336
3424
  signer?: {
3337
3425
  key: string;
@@ -3384,6 +3472,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3384
3472
  maxRequests: number;
3385
3473
  baseRetryMs: number;
3386
3474
  } | undefined;
3475
+ public?: boolean | undefined;
3387
3476
  }[];
3388
3477
  mailbox: string;
3389
3478
  validatorAnnounce: string;
@@ -3392,10 +3481,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3392
3481
  amount: string;
3393
3482
  } | undefined;
3394
3483
  availability?: {
3395
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3396
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
3484
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3485
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3397
3486
  } | {
3398
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
3487
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3399
3488
  } | undefined;
3400
3489
  bech32Prefix?: string | undefined;
3401
3490
  blockExplorers?: {
@@ -3403,7 +3492,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3403
3492
  url: string;
3404
3493
  apiUrl: string;
3405
3494
  apiKey?: string | undefined;
3406
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
3495
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3407
3496
  }[] | undefined;
3408
3497
  blocks?: {
3409
3498
  confirmations: number;
@@ -3433,6 +3522,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3433
3522
  maxRequests: number;
3434
3523
  baseRetryMs: number;
3435
3524
  } | undefined;
3525
+ public?: boolean | undefined;
3436
3526
  }[] | undefined;
3437
3527
  index?: {
3438
3528
  from?: number | undefined;
@@ -3460,9 +3550,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3460
3550
  maxRequests: number;
3461
3551
  baseRetryMs: number;
3462
3552
  } | undefined;
3553
+ public?: boolean | undefined;
3463
3554
  }[] | undefined;
3464
3555
  slip44?: number | undefined;
3465
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3556
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3466
3557
  transactionOverrides?: Record<string, any> | undefined;
3467
3558
  signer?: {
3468
3559
  key: string;
@@ -3515,6 +3606,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3515
3606
  maxRequests: number;
3516
3607
  baseRetryMs: number;
3517
3608
  } | undefined;
3609
+ public?: boolean | undefined;
3518
3610
  }[];
3519
3611
  mailbox: string;
3520
3612
  validatorAnnounce: string;
@@ -3523,10 +3615,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3523
3615
  amount: string;
3524
3616
  } | undefined;
3525
3617
  availability?: {
3526
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3527
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
3618
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3619
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3528
3620
  } | {
3529
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
3621
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3530
3622
  } | undefined;
3531
3623
  bech32Prefix?: string | undefined;
3532
3624
  blockExplorers?: {
@@ -3534,7 +3626,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3534
3626
  url: string;
3535
3627
  apiUrl: string;
3536
3628
  apiKey?: string | undefined;
3537
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
3629
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3538
3630
  }[] | undefined;
3539
3631
  blocks?: {
3540
3632
  confirmations: number;
@@ -3564,6 +3656,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3564
3656
  maxRequests: number;
3565
3657
  baseRetryMs: number;
3566
3658
  } | undefined;
3659
+ public?: boolean | undefined;
3567
3660
  }[] | undefined;
3568
3661
  index?: {
3569
3662
  from?: number | undefined;
@@ -3591,9 +3684,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3591
3684
  maxRequests: number;
3592
3685
  baseRetryMs: number;
3593
3686
  } | undefined;
3687
+ public?: boolean | undefined;
3594
3688
  }[] | undefined;
3595
3689
  slip44?: number | undefined;
3596
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3690
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3597
3691
  transactionOverrides?: Record<string, any> | undefined;
3598
3692
  signer?: {
3599
3693
  key: string;
@@ -3646,6 +3740,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3646
3740
  maxRequests: number;
3647
3741
  baseRetryMs: number;
3648
3742
  } | undefined;
3743
+ public?: boolean | undefined;
3649
3744
  }[];
3650
3745
  mailbox: string;
3651
3746
  validatorAnnounce: string;
@@ -3654,10 +3749,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3654
3749
  amount: string;
3655
3750
  } | undefined;
3656
3751
  availability?: {
3657
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3658
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
3752
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3753
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3659
3754
  } | {
3660
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
3755
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3661
3756
  } | undefined;
3662
3757
  bech32Prefix?: string | undefined;
3663
3758
  blockExplorers?: {
@@ -3665,7 +3760,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3665
3760
  url: string;
3666
3761
  apiUrl: string;
3667
3762
  apiKey?: string | undefined;
3668
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
3763
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3669
3764
  }[] | undefined;
3670
3765
  blocks?: {
3671
3766
  confirmations: number;
@@ -3695,6 +3790,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3695
3790
  maxRequests: number;
3696
3791
  baseRetryMs: number;
3697
3792
  } | undefined;
3793
+ public?: boolean | undefined;
3698
3794
  }[] | undefined;
3699
3795
  index?: {
3700
3796
  from?: number | undefined;
@@ -3722,9 +3818,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3722
3818
  maxRequests: number;
3723
3819
  baseRetryMs: number;
3724
3820
  } | undefined;
3821
+ public?: boolean | undefined;
3725
3822
  }[] | undefined;
3726
3823
  slip44?: number | undefined;
3727
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3824
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3728
3825
  transactionOverrides?: Record<string, any> | undefined;
3729
3826
  signer?: {
3730
3827
  key: string;
@@ -3777,6 +3874,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3777
3874
  maxRequests: number;
3778
3875
  baseRetryMs: number;
3779
3876
  } | undefined;
3877
+ public?: boolean | undefined;
3780
3878
  }[];
3781
3879
  mailbox: string;
3782
3880
  validatorAnnounce: string;
@@ -3785,10 +3883,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3785
3883
  amount: string;
3786
3884
  } | undefined;
3787
3885
  availability?: {
3788
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3789
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
3886
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3887
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3790
3888
  } | {
3791
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
3889
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3792
3890
  } | undefined;
3793
3891
  bech32Prefix?: string | undefined;
3794
3892
  blockExplorers?: {
@@ -3796,7 +3894,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3796
3894
  url: string;
3797
3895
  apiUrl: string;
3798
3896
  apiKey?: string | undefined;
3799
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
3897
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3800
3898
  }[] | undefined;
3801
3899
  blocks?: {
3802
3900
  confirmations: number;
@@ -3826,6 +3924,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3826
3924
  maxRequests: number;
3827
3925
  baseRetryMs: number;
3828
3926
  } | undefined;
3927
+ public?: boolean | undefined;
3829
3928
  }[] | undefined;
3830
3929
  index?: {
3831
3930
  from?: number | undefined;
@@ -3853,9 +3952,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3853
3952
  maxRequests: number;
3854
3953
  baseRetryMs: number;
3855
3954
  } | undefined;
3955
+ public?: boolean | undefined;
3856
3956
  }[] | undefined;
3857
3957
  slip44?: number | undefined;
3858
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3958
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3859
3959
  transactionOverrides?: Record<string, any> | undefined;
3860
3960
  signer?: {
3861
3961
  key: string;
@@ -4148,6 +4248,20 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4148
4248
  recipientAddress?: string | string[] | undefined;
4149
4249
  }[];
4150
4250
  }>, "many">, z.ZodString]>>;
4251
+ defaultIsmCacheConfig: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4252
+ moduleTypes: z.ZodArray<z.ZodNativeEnum<typeof ModuleType>, "many">;
4253
+ chains: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4254
+ cachePolicy: z.ZodNativeEnum<typeof IsmCachePolicy>;
4255
+ }, "strip", z.ZodTypeAny, {
4256
+ moduleTypes: ModuleType[];
4257
+ cachePolicy: IsmCachePolicy;
4258
+ chains?: string[] | undefined;
4259
+ }, {
4260
+ moduleTypes: ModuleType[];
4261
+ cachePolicy: IsmCachePolicy;
4262
+ chains?: string[] | undefined;
4263
+ }>, z.ZodString]>>;
4264
+ allowContractCallCaching: z.ZodOptional<z.ZodBoolean>;
4151
4265
  }, "strip", z.ZodTypeAny, {
4152
4266
  chains: Record<string, {
4153
4267
  merkleTreeHook: string;
@@ -4169,6 +4283,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4169
4283
  maxRequests: number;
4170
4284
  baseRetryMs: number;
4171
4285
  } | undefined;
4286
+ public?: boolean | undefined;
4172
4287
  }[];
4173
4288
  mailbox: string;
4174
4289
  validatorAnnounce: string;
@@ -4177,10 +4292,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4177
4292
  amount: string;
4178
4293
  } | undefined;
4179
4294
  availability?: {
4180
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4181
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
4295
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4296
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4182
4297
  } | {
4183
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
4298
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4184
4299
  } | undefined;
4185
4300
  bech32Prefix?: string | undefined;
4186
4301
  blockExplorers?: {
@@ -4188,7 +4303,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4188
4303
  url: string;
4189
4304
  apiUrl: string;
4190
4305
  apiKey?: string | undefined;
4191
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
4306
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4192
4307
  }[] | undefined;
4193
4308
  blocks?: {
4194
4309
  confirmations: number;
@@ -4218,6 +4333,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4218
4333
  maxRequests: number;
4219
4334
  baseRetryMs: number;
4220
4335
  } | undefined;
4336
+ public?: boolean | undefined;
4221
4337
  }[] | undefined;
4222
4338
  index?: {
4223
4339
  from?: number | undefined;
@@ -4245,9 +4361,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4245
4361
  maxRequests: number;
4246
4362
  baseRetryMs: number;
4247
4363
  } | undefined;
4364
+ public?: boolean | undefined;
4248
4365
  }[] | undefined;
4249
4366
  slip44?: number | undefined;
4250
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
4367
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4251
4368
  transactionOverrides?: Record<string, any> | undefined;
4252
4369
  signer?: {
4253
4370
  key: string;
@@ -4361,6 +4478,12 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4361
4478
  recipientAddress?: string | string[] | undefined;
4362
4479
  }[];
4363
4480
  }[] | undefined;
4481
+ defaultIsmCacheConfig?: string | {
4482
+ moduleTypes: ModuleType[];
4483
+ cachePolicy: IsmCachePolicy;
4484
+ chains?: string[] | undefined;
4485
+ } | undefined;
4486
+ allowContractCallCaching?: boolean | undefined;
4364
4487
  }, {
4365
4488
  chains: Record<string, {
4366
4489
  merkleTreeHook: string;
@@ -4382,6 +4505,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4382
4505
  maxRequests: number;
4383
4506
  baseRetryMs: number;
4384
4507
  } | undefined;
4508
+ public?: boolean | undefined;
4385
4509
  }[];
4386
4510
  mailbox: string;
4387
4511
  validatorAnnounce: string;
@@ -4390,10 +4514,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4390
4514
  amount: string;
4391
4515
  } | undefined;
4392
4516
  availability?: {
4393
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4394
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
4517
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4518
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4395
4519
  } | {
4396
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
4520
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4397
4521
  } | undefined;
4398
4522
  bech32Prefix?: string | undefined;
4399
4523
  blockExplorers?: {
@@ -4401,7 +4525,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4401
4525
  url: string;
4402
4526
  apiUrl: string;
4403
4527
  apiKey?: string | undefined;
4404
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
4528
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4405
4529
  }[] | undefined;
4406
4530
  blocks?: {
4407
4531
  confirmations: number;
@@ -4431,6 +4555,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4431
4555
  maxRequests: number;
4432
4556
  baseRetryMs: number;
4433
4557
  } | undefined;
4558
+ public?: boolean | undefined;
4434
4559
  }[] | undefined;
4435
4560
  index?: {
4436
4561
  from?: number | undefined;
@@ -4458,9 +4583,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4458
4583
  maxRequests: number;
4459
4584
  baseRetryMs: number;
4460
4585
  } | undefined;
4586
+ public?: boolean | undefined;
4461
4587
  }[] | undefined;
4462
4588
  slip44?: number | undefined;
4463
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
4589
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4464
4590
  transactionOverrides?: Record<string, any> | undefined;
4465
4591
  signer?: {
4466
4592
  key: string;
@@ -4574,6 +4700,12 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4574
4700
  recipientAddress?: string | string[] | undefined;
4575
4701
  }[];
4576
4702
  }[] | undefined;
4703
+ defaultIsmCacheConfig?: string | {
4704
+ moduleTypes: ModuleType[];
4705
+ cachePolicy: IsmCachePolicy;
4706
+ chains?: string[] | undefined;
4707
+ } | undefined;
4708
+ allowContractCallCaching?: boolean | undefined;
4577
4709
  }>;
4578
4710
  export type RelayerConfig = z.infer<typeof RelayerAgentConfigSchema>;
4579
4711
  export declare const ScraperAgentConfigSchema: z.ZodObject<{
@@ -4593,20 +4725,20 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4593
4725
  interchainGasPaymaster: z.ZodString;
4594
4726
  name: z.ZodString;
4595
4727
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4596
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
4597
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainDisabledReason>, "many">;
4728
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
4729
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
4598
4730
  }, "strip", z.ZodTypeAny, {
4599
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4600
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
4731
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4732
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4601
4733
  }, {
4602
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4603
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
4734
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4735
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4604
4736
  }>, z.ZodObject<{
4605
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Live>;
4737
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
4606
4738
  }, "strip", z.ZodTypeAny, {
4607
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
4739
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4608
4740
  }, {
4609
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
4741
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4610
4742
  }>]>>;
4611
4743
  bech32Prefix: z.ZodOptional<z.ZodString>;
4612
4744
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -4614,19 +4746,19 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4614
4746
  url: z.ZodString;
4615
4747
  apiUrl: z.ZodString;
4616
4748
  apiKey: z.ZodOptional<z.ZodString>;
4617
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ExplorerFamily>>;
4749
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
4618
4750
  }, "strip", z.ZodTypeAny, {
4619
4751
  name: string;
4620
4752
  url: string;
4621
4753
  apiUrl: string;
4622
4754
  apiKey?: string | undefined;
4623
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
4755
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4624
4756
  }, {
4625
4757
  name: string;
4626
4758
  url: string;
4627
4759
  apiUrl: string;
4628
4760
  apiKey?: string | undefined;
4629
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
4761
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4630
4762
  }>, "many">>;
4631
4763
  blocks: z.ZodOptional<z.ZodObject<{
4632
4764
  confirmations: z.ZodNumber;
@@ -4688,6 +4820,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4688
4820
  maxRequests: number;
4689
4821
  baseRetryMs: number;
4690
4822
  }>>;
4823
+ public: z.ZodOptional<z.ZodBoolean>;
4691
4824
  }, "strip", z.ZodTypeAny, {
4692
4825
  http: string;
4693
4826
  concurrency?: number | undefined;
@@ -4701,6 +4834,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4701
4834
  maxRequests: number;
4702
4835
  baseRetryMs: number;
4703
4836
  } | undefined;
4837
+ public?: boolean | undefined;
4704
4838
  }, {
4705
4839
  http: string;
4706
4840
  concurrency?: number | undefined;
@@ -4714,6 +4848,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4714
4848
  maxRequests: number;
4715
4849
  baseRetryMs: number;
4716
4850
  } | undefined;
4851
+ public?: boolean | undefined;
4717
4852
  }>, "many">>;
4718
4853
  index: z.ZodOptional<z.ZodObject<{
4719
4854
  from: z.ZodOptional<z.ZodNumber>;
@@ -4774,6 +4909,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4774
4909
  maxRequests: number;
4775
4910
  baseRetryMs: number;
4776
4911
  }>>;
4912
+ public: z.ZodOptional<z.ZodBoolean>;
4777
4913
  }, "strip", z.ZodTypeAny, {
4778
4914
  http: string;
4779
4915
  concurrency?: number | undefined;
@@ -4787,6 +4923,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4787
4923
  maxRequests: number;
4788
4924
  baseRetryMs: number;
4789
4925
  } | undefined;
4926
+ public?: boolean | undefined;
4790
4927
  }, {
4791
4928
  http: string;
4792
4929
  concurrency?: number | undefined;
@@ -4800,6 +4937,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4800
4937
  maxRequests: number;
4801
4938
  baseRetryMs: number;
4802
4939
  } | undefined;
4940
+ public?: boolean | undefined;
4803
4941
  }>, "many">>;
4804
4942
  rpcUrls: z.ZodArray<z.ZodObject<{
4805
4943
  http: z.ZodString;
@@ -4828,6 +4966,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4828
4966
  maxRequests: number;
4829
4967
  baseRetryMs: number;
4830
4968
  }>>;
4969
+ public: z.ZodOptional<z.ZodBoolean>;
4831
4970
  }, "strip", z.ZodTypeAny, {
4832
4971
  http: string;
4833
4972
  concurrency?: number | undefined;
@@ -4841,6 +4980,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4841
4980
  maxRequests: number;
4842
4981
  baseRetryMs: number;
4843
4982
  } | undefined;
4983
+ public?: boolean | undefined;
4844
4984
  }, {
4845
4985
  http: string;
4846
4986
  concurrency?: number | undefined;
@@ -4854,9 +4994,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4854
4994
  maxRequests: number;
4855
4995
  baseRetryMs: number;
4856
4996
  } | undefined;
4997
+ public?: boolean | undefined;
4857
4998
  }>, "many">;
4858
4999
  slip44: z.ZodOptional<z.ZodNumber>;
4859
- technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
5000
+ technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
4860
5001
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
4861
5002
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4862
5003
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
@@ -4957,6 +5098,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4957
5098
  maxRequests: number;
4958
5099
  baseRetryMs: number;
4959
5100
  } | undefined;
5101
+ public?: boolean | undefined;
4960
5102
  }[];
4961
5103
  mailbox: string;
4962
5104
  validatorAnnounce: string;
@@ -4965,10 +5107,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4965
5107
  amount: string;
4966
5108
  } | undefined;
4967
5109
  availability?: {
4968
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4969
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5110
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5111
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4970
5112
  } | {
4971
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5113
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4972
5114
  } | undefined;
4973
5115
  bech32Prefix?: string | undefined;
4974
5116
  blockExplorers?: {
@@ -4976,7 +5118,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4976
5118
  url: string;
4977
5119
  apiUrl: string;
4978
5120
  apiKey?: string | undefined;
4979
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5121
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4980
5122
  }[] | undefined;
4981
5123
  blocks?: {
4982
5124
  confirmations: number;
@@ -5006,6 +5148,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5006
5148
  maxRequests: number;
5007
5149
  baseRetryMs: number;
5008
5150
  } | undefined;
5151
+ public?: boolean | undefined;
5009
5152
  }[] | undefined;
5010
5153
  index?: {
5011
5154
  from?: number | undefined;
@@ -5033,9 +5176,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5033
5176
  maxRequests: number;
5034
5177
  baseRetryMs: number;
5035
5178
  } | undefined;
5179
+ public?: boolean | undefined;
5036
5180
  }[] | undefined;
5037
5181
  slip44?: number | undefined;
5038
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5182
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5039
5183
  transactionOverrides?: Record<string, any> | undefined;
5040
5184
  signer?: {
5041
5185
  key: string;
@@ -5088,6 +5232,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5088
5232
  maxRequests: number;
5089
5233
  baseRetryMs: number;
5090
5234
  } | undefined;
5235
+ public?: boolean | undefined;
5091
5236
  }[];
5092
5237
  mailbox: string;
5093
5238
  validatorAnnounce: string;
@@ -5096,10 +5241,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5096
5241
  amount: string;
5097
5242
  } | undefined;
5098
5243
  availability?: {
5099
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5100
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5244
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5245
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5101
5246
  } | {
5102
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5247
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5103
5248
  } | undefined;
5104
5249
  bech32Prefix?: string | undefined;
5105
5250
  blockExplorers?: {
@@ -5107,7 +5252,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5107
5252
  url: string;
5108
5253
  apiUrl: string;
5109
5254
  apiKey?: string | undefined;
5110
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5255
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5111
5256
  }[] | undefined;
5112
5257
  blocks?: {
5113
5258
  confirmations: number;
@@ -5137,6 +5282,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5137
5282
  maxRequests: number;
5138
5283
  baseRetryMs: number;
5139
5284
  } | undefined;
5285
+ public?: boolean | undefined;
5140
5286
  }[] | undefined;
5141
5287
  index?: {
5142
5288
  from?: number | undefined;
@@ -5164,9 +5310,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5164
5310
  maxRequests: number;
5165
5311
  baseRetryMs: number;
5166
5312
  } | undefined;
5313
+ public?: boolean | undefined;
5167
5314
  }[] | undefined;
5168
5315
  slip44?: number | undefined;
5169
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5316
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5170
5317
  transactionOverrides?: Record<string, any> | undefined;
5171
5318
  signer?: {
5172
5319
  key: string;
@@ -5219,6 +5366,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5219
5366
  maxRequests: number;
5220
5367
  baseRetryMs: number;
5221
5368
  } | undefined;
5369
+ public?: boolean | undefined;
5222
5370
  }[];
5223
5371
  mailbox: string;
5224
5372
  validatorAnnounce: string;
@@ -5227,10 +5375,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5227
5375
  amount: string;
5228
5376
  } | undefined;
5229
5377
  availability?: {
5230
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5231
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5378
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5379
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5232
5380
  } | {
5233
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5381
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5234
5382
  } | undefined;
5235
5383
  bech32Prefix?: string | undefined;
5236
5384
  blockExplorers?: {
@@ -5238,7 +5386,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5238
5386
  url: string;
5239
5387
  apiUrl: string;
5240
5388
  apiKey?: string | undefined;
5241
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5389
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5242
5390
  }[] | undefined;
5243
5391
  blocks?: {
5244
5392
  confirmations: number;
@@ -5268,6 +5416,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5268
5416
  maxRequests: number;
5269
5417
  baseRetryMs: number;
5270
5418
  } | undefined;
5419
+ public?: boolean | undefined;
5271
5420
  }[] | undefined;
5272
5421
  index?: {
5273
5422
  from?: number | undefined;
@@ -5295,9 +5444,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5295
5444
  maxRequests: number;
5296
5445
  baseRetryMs: number;
5297
5446
  } | undefined;
5447
+ public?: boolean | undefined;
5298
5448
  }[] | undefined;
5299
5449
  slip44?: number | undefined;
5300
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5450
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5301
5451
  transactionOverrides?: Record<string, any> | undefined;
5302
5452
  signer?: {
5303
5453
  key: string;
@@ -5350,6 +5500,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5350
5500
  maxRequests: number;
5351
5501
  baseRetryMs: number;
5352
5502
  } | undefined;
5503
+ public?: boolean | undefined;
5353
5504
  }[];
5354
5505
  mailbox: string;
5355
5506
  validatorAnnounce: string;
@@ -5358,10 +5509,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5358
5509
  amount: string;
5359
5510
  } | undefined;
5360
5511
  availability?: {
5361
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5362
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5512
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5513
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5363
5514
  } | {
5364
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5515
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5365
5516
  } | undefined;
5366
5517
  bech32Prefix?: string | undefined;
5367
5518
  blockExplorers?: {
@@ -5369,7 +5520,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5369
5520
  url: string;
5370
5521
  apiUrl: string;
5371
5522
  apiKey?: string | undefined;
5372
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5523
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5373
5524
  }[] | undefined;
5374
5525
  blocks?: {
5375
5526
  confirmations: number;
@@ -5399,6 +5550,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5399
5550
  maxRequests: number;
5400
5551
  baseRetryMs: number;
5401
5552
  } | undefined;
5553
+ public?: boolean | undefined;
5402
5554
  }[] | undefined;
5403
5555
  index?: {
5404
5556
  from?: number | undefined;
@@ -5426,9 +5578,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5426
5578
  maxRequests: number;
5427
5579
  baseRetryMs: number;
5428
5580
  } | undefined;
5581
+ public?: boolean | undefined;
5429
5582
  }[] | undefined;
5430
5583
  slip44?: number | undefined;
5431
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5584
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5432
5585
  transactionOverrides?: Record<string, any> | undefined;
5433
5586
  signer?: {
5434
5587
  key: string;
@@ -5481,6 +5634,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5481
5634
  maxRequests: number;
5482
5635
  baseRetryMs: number;
5483
5636
  } | undefined;
5637
+ public?: boolean | undefined;
5484
5638
  }[];
5485
5639
  mailbox: string;
5486
5640
  validatorAnnounce: string;
@@ -5489,10 +5643,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5489
5643
  amount: string;
5490
5644
  } | undefined;
5491
5645
  availability?: {
5492
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5493
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5646
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5647
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5494
5648
  } | {
5495
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5649
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5496
5650
  } | undefined;
5497
5651
  bech32Prefix?: string | undefined;
5498
5652
  blockExplorers?: {
@@ -5500,7 +5654,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5500
5654
  url: string;
5501
5655
  apiUrl: string;
5502
5656
  apiKey?: string | undefined;
5503
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5657
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5504
5658
  }[] | undefined;
5505
5659
  blocks?: {
5506
5660
  confirmations: number;
@@ -5530,6 +5684,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5530
5684
  maxRequests: number;
5531
5685
  baseRetryMs: number;
5532
5686
  } | undefined;
5687
+ public?: boolean | undefined;
5533
5688
  }[] | undefined;
5534
5689
  index?: {
5535
5690
  from?: number | undefined;
@@ -5557,9 +5712,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5557
5712
  maxRequests: number;
5558
5713
  baseRetryMs: number;
5559
5714
  } | undefined;
5715
+ public?: boolean | undefined;
5560
5716
  }[] | undefined;
5561
5717
  slip44?: number | undefined;
5562
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5718
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5563
5719
  transactionOverrides?: Record<string, any> | undefined;
5564
5720
  signer?: {
5565
5721
  key: string;
@@ -5612,6 +5768,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5612
5768
  maxRequests: number;
5613
5769
  baseRetryMs: number;
5614
5770
  } | undefined;
5771
+ public?: boolean | undefined;
5615
5772
  }[];
5616
5773
  mailbox: string;
5617
5774
  validatorAnnounce: string;
@@ -5620,10 +5777,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5620
5777
  amount: string;
5621
5778
  } | undefined;
5622
5779
  availability?: {
5623
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5624
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5780
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5781
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5625
5782
  } | {
5626
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5783
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5627
5784
  } | undefined;
5628
5785
  bech32Prefix?: string | undefined;
5629
5786
  blockExplorers?: {
@@ -5631,7 +5788,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5631
5788
  url: string;
5632
5789
  apiUrl: string;
5633
5790
  apiKey?: string | undefined;
5634
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5791
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5635
5792
  }[] | undefined;
5636
5793
  blocks?: {
5637
5794
  confirmations: number;
@@ -5661,6 +5818,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5661
5818
  maxRequests: number;
5662
5819
  baseRetryMs: number;
5663
5820
  } | undefined;
5821
+ public?: boolean | undefined;
5664
5822
  }[] | undefined;
5665
5823
  index?: {
5666
5824
  from?: number | undefined;
@@ -5688,9 +5846,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5688
5846
  maxRequests: number;
5689
5847
  baseRetryMs: number;
5690
5848
  } | undefined;
5849
+ public?: boolean | undefined;
5691
5850
  }[] | undefined;
5692
5851
  slip44?: number | undefined;
5693
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5852
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5694
5853
  transactionOverrides?: Record<string, any> | undefined;
5695
5854
  signer?: {
5696
5855
  key: string;
@@ -5798,6 +5957,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5798
5957
  maxRequests: number;
5799
5958
  baseRetryMs: number;
5800
5959
  } | undefined;
5960
+ public?: boolean | undefined;
5801
5961
  }[];
5802
5962
  mailbox: string;
5803
5963
  validatorAnnounce: string;
@@ -5806,10 +5966,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5806
5966
  amount: string;
5807
5967
  } | undefined;
5808
5968
  availability?: {
5809
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5810
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
5969
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5970
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5811
5971
  } | {
5812
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
5972
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5813
5973
  } | undefined;
5814
5974
  bech32Prefix?: string | undefined;
5815
5975
  blockExplorers?: {
@@ -5817,7 +5977,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5817
5977
  url: string;
5818
5978
  apiUrl: string;
5819
5979
  apiKey?: string | undefined;
5820
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
5980
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5821
5981
  }[] | undefined;
5822
5982
  blocks?: {
5823
5983
  confirmations: number;
@@ -5847,6 +6007,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5847
6007
  maxRequests: number;
5848
6008
  baseRetryMs: number;
5849
6009
  } | undefined;
6010
+ public?: boolean | undefined;
5850
6011
  }[] | undefined;
5851
6012
  index?: {
5852
6013
  from?: number | undefined;
@@ -5874,9 +6035,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5874
6035
  maxRequests: number;
5875
6036
  baseRetryMs: number;
5876
6037
  } | undefined;
6038
+ public?: boolean | undefined;
5877
6039
  }[] | undefined;
5878
6040
  slip44?: number | undefined;
5879
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6041
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5880
6042
  transactionOverrides?: Record<string, any> | undefined;
5881
6043
  signer?: {
5882
6044
  key: string;
@@ -5953,6 +6115,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5953
6115
  maxRequests: number;
5954
6116
  baseRetryMs: number;
5955
6117
  } | undefined;
6118
+ public?: boolean | undefined;
5956
6119
  }[];
5957
6120
  mailbox: string;
5958
6121
  validatorAnnounce: string;
@@ -5961,10 +6124,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5961
6124
  amount: string;
5962
6125
  } | undefined;
5963
6126
  availability?: {
5964
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5965
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
6127
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6128
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5966
6129
  } | {
5967
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
6130
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5968
6131
  } | undefined;
5969
6132
  bech32Prefix?: string | undefined;
5970
6133
  blockExplorers?: {
@@ -5972,7 +6135,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5972
6135
  url: string;
5973
6136
  apiUrl: string;
5974
6137
  apiKey?: string | undefined;
5975
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
6138
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5976
6139
  }[] | undefined;
5977
6140
  blocks?: {
5978
6141
  confirmations: number;
@@ -6002,6 +6165,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6002
6165
  maxRequests: number;
6003
6166
  baseRetryMs: number;
6004
6167
  } | undefined;
6168
+ public?: boolean | undefined;
6005
6169
  }[] | undefined;
6006
6170
  index?: {
6007
6171
  from?: number | undefined;
@@ -6029,9 +6193,10 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6029
6193
  maxRequests: number;
6030
6194
  baseRetryMs: number;
6031
6195
  } | undefined;
6196
+ public?: boolean | undefined;
6032
6197
  }[] | undefined;
6033
6198
  slip44?: number | undefined;
6034
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6199
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6035
6200
  transactionOverrides?: Record<string, any> | undefined;
6036
6201
  signer?: {
6037
6202
  key: string;
@@ -6106,20 +6271,20 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6106
6271
  interchainGasPaymaster: z.ZodString;
6107
6272
  name: z.ZodString;
6108
6273
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6109
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
6110
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainDisabledReason>, "many">;
6274
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
6275
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
6111
6276
  }, "strip", z.ZodTypeAny, {
6112
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6113
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
6277
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6278
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6114
6279
  }, {
6115
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6116
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
6280
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6281
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6117
6282
  }>, z.ZodObject<{
6118
- status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Live>;
6283
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
6119
6284
  }, "strip", z.ZodTypeAny, {
6120
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
6285
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6121
6286
  }, {
6122
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
6287
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6123
6288
  }>]>>;
6124
6289
  bech32Prefix: z.ZodOptional<z.ZodString>;
6125
6290
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -6127,19 +6292,19 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6127
6292
  url: z.ZodString;
6128
6293
  apiUrl: z.ZodString;
6129
6294
  apiKey: z.ZodOptional<z.ZodString>;
6130
- family: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ExplorerFamily>>;
6295
+ family: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ExplorerFamily>>;
6131
6296
  }, "strip", z.ZodTypeAny, {
6132
6297
  name: string;
6133
6298
  url: string;
6134
6299
  apiUrl: string;
6135
6300
  apiKey?: string | undefined;
6136
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
6301
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6137
6302
  }, {
6138
6303
  name: string;
6139
6304
  url: string;
6140
6305
  apiUrl: string;
6141
6306
  apiKey?: string | undefined;
6142
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
6307
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6143
6308
  }>, "many">>;
6144
6309
  blocks: z.ZodOptional<z.ZodObject<{
6145
6310
  confirmations: z.ZodNumber;
@@ -6201,6 +6366,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6201
6366
  maxRequests: number;
6202
6367
  baseRetryMs: number;
6203
6368
  }>>;
6369
+ public: z.ZodOptional<z.ZodBoolean>;
6204
6370
  }, "strip", z.ZodTypeAny, {
6205
6371
  http: string;
6206
6372
  concurrency?: number | undefined;
@@ -6214,6 +6380,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6214
6380
  maxRequests: number;
6215
6381
  baseRetryMs: number;
6216
6382
  } | undefined;
6383
+ public?: boolean | undefined;
6217
6384
  }, {
6218
6385
  http: string;
6219
6386
  concurrency?: number | undefined;
@@ -6227,6 +6394,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6227
6394
  maxRequests: number;
6228
6395
  baseRetryMs: number;
6229
6396
  } | undefined;
6397
+ public?: boolean | undefined;
6230
6398
  }>, "many">>;
6231
6399
  index: z.ZodOptional<z.ZodObject<{
6232
6400
  from: z.ZodOptional<z.ZodNumber>;
@@ -6287,6 +6455,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6287
6455
  maxRequests: number;
6288
6456
  baseRetryMs: number;
6289
6457
  }>>;
6458
+ public: z.ZodOptional<z.ZodBoolean>;
6290
6459
  }, "strip", z.ZodTypeAny, {
6291
6460
  http: string;
6292
6461
  concurrency?: number | undefined;
@@ -6300,6 +6469,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6300
6469
  maxRequests: number;
6301
6470
  baseRetryMs: number;
6302
6471
  } | undefined;
6472
+ public?: boolean | undefined;
6303
6473
  }, {
6304
6474
  http: string;
6305
6475
  concurrency?: number | undefined;
@@ -6313,6 +6483,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6313
6483
  maxRequests: number;
6314
6484
  baseRetryMs: number;
6315
6485
  } | undefined;
6486
+ public?: boolean | undefined;
6316
6487
  }>, "many">>;
6317
6488
  rpcUrls: z.ZodArray<z.ZodObject<{
6318
6489
  http: z.ZodString;
@@ -6341,6 +6512,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6341
6512
  maxRequests: number;
6342
6513
  baseRetryMs: number;
6343
6514
  }>>;
6515
+ public: z.ZodOptional<z.ZodBoolean>;
6344
6516
  }, "strip", z.ZodTypeAny, {
6345
6517
  http: string;
6346
6518
  concurrency?: number | undefined;
@@ -6354,6 +6526,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6354
6526
  maxRequests: number;
6355
6527
  baseRetryMs: number;
6356
6528
  } | undefined;
6529
+ public?: boolean | undefined;
6357
6530
  }, {
6358
6531
  http: string;
6359
6532
  concurrency?: number | undefined;
@@ -6367,9 +6540,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6367
6540
  maxRequests: number;
6368
6541
  baseRetryMs: number;
6369
6542
  } | undefined;
6543
+ public?: boolean | undefined;
6370
6544
  }>, "many">;
6371
6545
  slip44: z.ZodOptional<z.ZodNumber>;
6372
- technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
6546
+ technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
6373
6547
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
6374
6548
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6375
6549
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
@@ -6470,6 +6644,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6470
6644
  maxRequests: number;
6471
6645
  baseRetryMs: number;
6472
6646
  } | undefined;
6647
+ public?: boolean | undefined;
6473
6648
  }[];
6474
6649
  mailbox: string;
6475
6650
  validatorAnnounce: string;
@@ -6478,10 +6653,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6478
6653
  amount: string;
6479
6654
  } | undefined;
6480
6655
  availability?: {
6481
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6482
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
6656
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6657
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6483
6658
  } | {
6484
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
6659
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6485
6660
  } | undefined;
6486
6661
  bech32Prefix?: string | undefined;
6487
6662
  blockExplorers?: {
@@ -6489,7 +6664,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6489
6664
  url: string;
6490
6665
  apiUrl: string;
6491
6666
  apiKey?: string | undefined;
6492
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
6667
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6493
6668
  }[] | undefined;
6494
6669
  blocks?: {
6495
6670
  confirmations: number;
@@ -6519,6 +6694,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6519
6694
  maxRequests: number;
6520
6695
  baseRetryMs: number;
6521
6696
  } | undefined;
6697
+ public?: boolean | undefined;
6522
6698
  }[] | undefined;
6523
6699
  index?: {
6524
6700
  from?: number | undefined;
@@ -6546,9 +6722,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6546
6722
  maxRequests: number;
6547
6723
  baseRetryMs: number;
6548
6724
  } | undefined;
6725
+ public?: boolean | undefined;
6549
6726
  }[] | undefined;
6550
6727
  slip44?: number | undefined;
6551
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6728
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6552
6729
  transactionOverrides?: Record<string, any> | undefined;
6553
6730
  signer?: {
6554
6731
  key: string;
@@ -6601,6 +6778,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6601
6778
  maxRequests: number;
6602
6779
  baseRetryMs: number;
6603
6780
  } | undefined;
6781
+ public?: boolean | undefined;
6604
6782
  }[];
6605
6783
  mailbox: string;
6606
6784
  validatorAnnounce: string;
@@ -6609,10 +6787,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6609
6787
  amount: string;
6610
6788
  } | undefined;
6611
6789
  availability?: {
6612
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6613
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
6790
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6791
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6614
6792
  } | {
6615
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
6793
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6616
6794
  } | undefined;
6617
6795
  bech32Prefix?: string | undefined;
6618
6796
  blockExplorers?: {
@@ -6620,7 +6798,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6620
6798
  url: string;
6621
6799
  apiUrl: string;
6622
6800
  apiKey?: string | undefined;
6623
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
6801
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6624
6802
  }[] | undefined;
6625
6803
  blocks?: {
6626
6804
  confirmations: number;
@@ -6650,6 +6828,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6650
6828
  maxRequests: number;
6651
6829
  baseRetryMs: number;
6652
6830
  } | undefined;
6831
+ public?: boolean | undefined;
6653
6832
  }[] | undefined;
6654
6833
  index?: {
6655
6834
  from?: number | undefined;
@@ -6677,9 +6856,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6677
6856
  maxRequests: number;
6678
6857
  baseRetryMs: number;
6679
6858
  } | undefined;
6859
+ public?: boolean | undefined;
6680
6860
  }[] | undefined;
6681
6861
  slip44?: number | undefined;
6682
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6862
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6683
6863
  transactionOverrides?: Record<string, any> | undefined;
6684
6864
  signer?: {
6685
6865
  key: string;
@@ -6732,6 +6912,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6732
6912
  maxRequests: number;
6733
6913
  baseRetryMs: number;
6734
6914
  } | undefined;
6915
+ public?: boolean | undefined;
6735
6916
  }[];
6736
6917
  mailbox: string;
6737
6918
  validatorAnnounce: string;
@@ -6740,10 +6921,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6740
6921
  amount: string;
6741
6922
  } | undefined;
6742
6923
  availability?: {
6743
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6744
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
6924
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6925
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6745
6926
  } | {
6746
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
6927
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6747
6928
  } | undefined;
6748
6929
  bech32Prefix?: string | undefined;
6749
6930
  blockExplorers?: {
@@ -6751,7 +6932,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6751
6932
  url: string;
6752
6933
  apiUrl: string;
6753
6934
  apiKey?: string | undefined;
6754
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
6935
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6755
6936
  }[] | undefined;
6756
6937
  blocks?: {
6757
6938
  confirmations: number;
@@ -6781,6 +6962,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6781
6962
  maxRequests: number;
6782
6963
  baseRetryMs: number;
6783
6964
  } | undefined;
6965
+ public?: boolean | undefined;
6784
6966
  }[] | undefined;
6785
6967
  index?: {
6786
6968
  from?: number | undefined;
@@ -6808,9 +6990,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6808
6990
  maxRequests: number;
6809
6991
  baseRetryMs: number;
6810
6992
  } | undefined;
6993
+ public?: boolean | undefined;
6811
6994
  }[] | undefined;
6812
6995
  slip44?: number | undefined;
6813
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6996
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6814
6997
  transactionOverrides?: Record<string, any> | undefined;
6815
6998
  signer?: {
6816
6999
  key: string;
@@ -6863,6 +7046,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6863
7046
  maxRequests: number;
6864
7047
  baseRetryMs: number;
6865
7048
  } | undefined;
7049
+ public?: boolean | undefined;
6866
7050
  }[];
6867
7051
  mailbox: string;
6868
7052
  validatorAnnounce: string;
@@ -6871,10 +7055,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6871
7055
  amount: string;
6872
7056
  } | undefined;
6873
7057
  availability?: {
6874
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6875
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
7058
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7059
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6876
7060
  } | {
6877
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
7061
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6878
7062
  } | undefined;
6879
7063
  bech32Prefix?: string | undefined;
6880
7064
  blockExplorers?: {
@@ -6882,7 +7066,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6882
7066
  url: string;
6883
7067
  apiUrl: string;
6884
7068
  apiKey?: string | undefined;
6885
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
7069
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6886
7070
  }[] | undefined;
6887
7071
  blocks?: {
6888
7072
  confirmations: number;
@@ -6912,6 +7096,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6912
7096
  maxRequests: number;
6913
7097
  baseRetryMs: number;
6914
7098
  } | undefined;
7099
+ public?: boolean | undefined;
6915
7100
  }[] | undefined;
6916
7101
  index?: {
6917
7102
  from?: number | undefined;
@@ -6939,9 +7124,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6939
7124
  maxRequests: number;
6940
7125
  baseRetryMs: number;
6941
7126
  } | undefined;
7127
+ public?: boolean | undefined;
6942
7128
  }[] | undefined;
6943
7129
  slip44?: number | undefined;
6944
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7130
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6945
7131
  transactionOverrides?: Record<string, any> | undefined;
6946
7132
  signer?: {
6947
7133
  key: string;
@@ -6994,6 +7180,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6994
7180
  maxRequests: number;
6995
7181
  baseRetryMs: number;
6996
7182
  } | undefined;
7183
+ public?: boolean | undefined;
6997
7184
  }[];
6998
7185
  mailbox: string;
6999
7186
  validatorAnnounce: string;
@@ -7002,10 +7189,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7002
7189
  amount: string;
7003
7190
  } | undefined;
7004
7191
  availability?: {
7005
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7006
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
7192
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7193
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7007
7194
  } | {
7008
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
7195
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7009
7196
  } | undefined;
7010
7197
  bech32Prefix?: string | undefined;
7011
7198
  blockExplorers?: {
@@ -7013,7 +7200,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7013
7200
  url: string;
7014
7201
  apiUrl: string;
7015
7202
  apiKey?: string | undefined;
7016
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
7203
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7017
7204
  }[] | undefined;
7018
7205
  blocks?: {
7019
7206
  confirmations: number;
@@ -7043,6 +7230,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7043
7230
  maxRequests: number;
7044
7231
  baseRetryMs: number;
7045
7232
  } | undefined;
7233
+ public?: boolean | undefined;
7046
7234
  }[] | undefined;
7047
7235
  index?: {
7048
7236
  from?: number | undefined;
@@ -7070,9 +7258,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7070
7258
  maxRequests: number;
7071
7259
  baseRetryMs: number;
7072
7260
  } | undefined;
7261
+ public?: boolean | undefined;
7073
7262
  }[] | undefined;
7074
7263
  slip44?: number | undefined;
7075
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7264
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7076
7265
  transactionOverrides?: Record<string, any> | undefined;
7077
7266
  signer?: {
7078
7267
  key: string;
@@ -7125,6 +7314,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7125
7314
  maxRequests: number;
7126
7315
  baseRetryMs: number;
7127
7316
  } | undefined;
7317
+ public?: boolean | undefined;
7128
7318
  }[];
7129
7319
  mailbox: string;
7130
7320
  validatorAnnounce: string;
@@ -7133,10 +7323,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7133
7323
  amount: string;
7134
7324
  } | undefined;
7135
7325
  availability?: {
7136
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7137
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
7326
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7327
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7138
7328
  } | {
7139
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
7329
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7140
7330
  } | undefined;
7141
7331
  bech32Prefix?: string | undefined;
7142
7332
  blockExplorers?: {
@@ -7144,7 +7334,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7144
7334
  url: string;
7145
7335
  apiUrl: string;
7146
7336
  apiKey?: string | undefined;
7147
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
7337
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7148
7338
  }[] | undefined;
7149
7339
  blocks?: {
7150
7340
  confirmations: number;
@@ -7174,6 +7364,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7174
7364
  maxRequests: number;
7175
7365
  baseRetryMs: number;
7176
7366
  } | undefined;
7367
+ public?: boolean | undefined;
7177
7368
  }[] | undefined;
7178
7369
  index?: {
7179
7370
  from?: number | undefined;
@@ -7201,9 +7392,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7201
7392
  maxRequests: number;
7202
7393
  baseRetryMs: number;
7203
7394
  } | undefined;
7395
+ public?: boolean | undefined;
7204
7396
  }[] | undefined;
7205
7397
  slip44?: number | undefined;
7206
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7398
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7207
7399
  transactionOverrides?: Record<string, any> | undefined;
7208
7400
  signer?: {
7209
7401
  key: string;
@@ -7395,6 +7587,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7395
7587
  maxRequests: number;
7396
7588
  baseRetryMs: number;
7397
7589
  } | undefined;
7590
+ public?: boolean | undefined;
7398
7591
  }[];
7399
7592
  mailbox: string;
7400
7593
  validatorAnnounce: string;
@@ -7403,10 +7596,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7403
7596
  amount: string;
7404
7597
  } | undefined;
7405
7598
  availability?: {
7406
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7407
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
7599
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7600
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7408
7601
  } | {
7409
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
7602
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7410
7603
  } | undefined;
7411
7604
  bech32Prefix?: string | undefined;
7412
7605
  blockExplorers?: {
@@ -7414,7 +7607,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7414
7607
  url: string;
7415
7608
  apiUrl: string;
7416
7609
  apiKey?: string | undefined;
7417
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
7610
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7418
7611
  }[] | undefined;
7419
7612
  blocks?: {
7420
7613
  confirmations: number;
@@ -7444,6 +7637,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7444
7637
  maxRequests: number;
7445
7638
  baseRetryMs: number;
7446
7639
  } | undefined;
7640
+ public?: boolean | undefined;
7447
7641
  }[] | undefined;
7448
7642
  index?: {
7449
7643
  from?: number | undefined;
@@ -7471,9 +7665,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7471
7665
  maxRequests: number;
7472
7666
  baseRetryMs: number;
7473
7667
  } | undefined;
7668
+ public?: boolean | undefined;
7474
7669
  }[] | undefined;
7475
7670
  slip44?: number | undefined;
7476
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7671
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7477
7672
  transactionOverrides?: Record<string, any> | undefined;
7478
7673
  signer?: {
7479
7674
  key: string;
@@ -7594,6 +7789,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7594
7789
  maxRequests: number;
7595
7790
  baseRetryMs: number;
7596
7791
  } | undefined;
7792
+ public?: boolean | undefined;
7597
7793
  }[];
7598
7794
  mailbox: string;
7599
7795
  validatorAnnounce: string;
@@ -7602,10 +7798,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7602
7798
  amount: string;
7603
7799
  } | undefined;
7604
7800
  availability?: {
7605
- status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7606
- reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
7801
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7802
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7607
7803
  } | {
7608
- status: import("./chainMetadataTypes.js").ChainStatus.Live;
7804
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7609
7805
  } | undefined;
7610
7806
  bech32Prefix?: string | undefined;
7611
7807
  blockExplorers?: {
@@ -7613,7 +7809,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7613
7809
  url: string;
7614
7810
  apiUrl: string;
7615
7811
  apiKey?: string | undefined;
7616
- family?: import("./chainMetadataTypes.js").ExplorerFamily | undefined;
7812
+ family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7617
7813
  }[] | undefined;
7618
7814
  blocks?: {
7619
7815
  confirmations: number;
@@ -7643,6 +7839,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7643
7839
  maxRequests: number;
7644
7840
  baseRetryMs: number;
7645
7841
  } | undefined;
7842
+ public?: boolean | undefined;
7646
7843
  }[] | undefined;
7647
7844
  index?: {
7648
7845
  from?: number | undefined;
@@ -7670,9 +7867,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7670
7867
  maxRequests: number;
7671
7868
  baseRetryMs: number;
7672
7869
  } | undefined;
7870
+ public?: boolean | undefined;
7673
7871
  }[] | undefined;
7674
7872
  slip44?: number | undefined;
7675
- technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7873
+ technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7676
7874
  transactionOverrides?: Record<string, any> | undefined;
7677
7875
  signer?: {
7678
7876
  key: string;