@hyperlane-xyz/sdk 18.1.0 → 18.3.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 (183) hide show
  1. package/dist/block-explorer/etherscan.d.ts +94 -2
  2. package/dist/block-explorer/etherscan.d.ts.map +1 -1
  3. package/dist/block-explorer/etherscan.js +129 -6
  4. package/dist/block-explorer/etherscan.js.map +1 -1
  5. package/dist/consts/multisigIsm.d.ts.map +1 -1
  6. package/dist/consts/multisigIsm.js +120 -208
  7. package/dist/consts/multisigIsm.js.map +1 -1
  8. package/dist/core/RadixCoreReader.d.ts +16 -0
  9. package/dist/core/RadixCoreReader.d.ts.map +1 -0
  10. package/dist/core/RadixCoreReader.js +31 -0
  11. package/dist/core/RadixCoreReader.js.map +1 -0
  12. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  13. package/dist/deploy/HyperlaneDeployer.js +1 -1
  14. package/dist/deploy/HyperlaneDeployer.js.map +1 -1
  15. package/dist/deploy/verify/ContractVerifier.d.ts +4 -11
  16. package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
  17. package/dist/deploy/verify/ContractVerifier.js +61 -157
  18. package/dist/deploy/verify/ContractVerifier.js.map +1 -1
  19. package/dist/deploy/verify/types.d.ts +1 -49
  20. package/dist/deploy/verify/types.d.ts.map +1 -1
  21. package/dist/deploy/verify/types.js +0 -42
  22. package/dist/deploy/verify/types.js.map +1 -1
  23. package/dist/deploy/warp.d.ts +2 -1
  24. package/dist/deploy/warp.d.ts.map +1 -1
  25. package/dist/deploy/warp.js +27 -10
  26. package/dist/deploy/warp.js.map +1 -1
  27. package/dist/fork/types.d.ts +15 -15
  28. package/dist/gas/utils.d.ts.map +1 -1
  29. package/dist/gas/utils.js +4 -2
  30. package/dist/gas/utils.js.map +1 -1
  31. package/dist/hook/CosmosNativeHookReader.d.ts +3 -2
  32. package/dist/hook/CosmosNativeHookReader.d.ts.map +1 -1
  33. package/dist/hook/CosmosNativeHookReader.js +6 -1
  34. package/dist/hook/CosmosNativeHookReader.js.map +1 -1
  35. package/dist/hook/RadixHookModule.d.ts +49 -0
  36. package/dist/hook/RadixHookModule.d.ts.map +1 -0
  37. package/dist/hook/RadixHookModule.js +182 -0
  38. package/dist/hook/RadixHookModule.js.map +1 -0
  39. package/dist/hook/RadixHookReader.d.ts +14 -0
  40. package/dist/hook/RadixHookReader.d.ts.map +1 -0
  41. package/dist/hook/RadixHookReader.js +64 -0
  42. package/dist/hook/RadixHookReader.js.map +1 -0
  43. package/dist/index.d.ts +12 -5
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/index.js +9 -3
  46. package/dist/index.js.map +1 -1
  47. package/dist/ism/CosmosNativeIsmModule.d.ts.map +1 -1
  48. package/dist/ism/CosmosNativeIsmModule.js +7 -0
  49. package/dist/ism/CosmosNativeIsmModule.js.map +1 -1
  50. package/dist/ism/CosmosNativeIsmReader.d.ts +3 -2
  51. package/dist/ism/CosmosNativeIsmReader.d.ts.map +1 -1
  52. package/dist/ism/CosmosNativeIsmReader.js +14 -1
  53. package/dist/ism/CosmosNativeIsmReader.js.map +1 -1
  54. package/dist/ism/RadixIsmModule.d.ts +50 -0
  55. package/dist/ism/RadixIsmModule.d.ts.map +1 -0
  56. package/dist/ism/RadixIsmModule.js +208 -0
  57. package/dist/ism/RadixIsmModule.js.map +1 -0
  58. package/dist/ism/RadixIsmReader.d.ts +16 -0
  59. package/dist/ism/RadixIsmReader.d.ts.map +1 -0
  60. package/dist/ism/RadixIsmReader.js +79 -0
  61. package/dist/ism/RadixIsmReader.js.map +1 -0
  62. package/dist/metadata/ChainMetadataManager.test.d.ts +2 -0
  63. package/dist/metadata/ChainMetadataManager.test.d.ts.map +1 -0
  64. package/dist/metadata/ChainMetadataManager.test.js +119 -0
  65. package/dist/metadata/ChainMetadataManager.test.js.map +1 -0
  66. package/dist/metadata/agentConfig.d.ts +910 -910
  67. package/dist/metadata/chainMetadataTypes.d.ts +6 -6
  68. package/dist/middleware/account/InterchainAccount.d.ts +4 -4
  69. package/dist/middleware/account/types.d.ts +4 -4
  70. package/dist/providers/ProviderType.d.ts +10 -9
  71. package/dist/providers/ProviderType.d.ts.map +1 -1
  72. package/dist/providers/ProviderType.js.map +1 -1
  73. package/dist/providers/transactions/submitter/IcaTxSubmitter.d.ts +2 -2
  74. package/dist/providers/transactions/submitter/IcaTxSubmitter.d.ts.map +1 -1
  75. package/dist/providers/transactions/submitter/IcaTxSubmitter.js +9 -7
  76. package/dist/providers/transactions/submitter/IcaTxSubmitter.js.map +1 -1
  77. package/dist/providers/transactions/submitter/builder/types.d.ts +32 -6
  78. package/dist/providers/transactions/submitter/builder/types.d.ts.map +1 -1
  79. package/dist/providers/transactions/submitter/cosmosnative/CosmosNativeJsonRpcTxSubmitter.d.ts +23 -0
  80. package/dist/providers/transactions/submitter/cosmosnative/CosmosNativeJsonRpcTxSubmitter.d.ts.map +1 -0
  81. package/dist/providers/transactions/submitter/cosmosnative/CosmosNativeJsonRpcTxSubmitter.js +23 -0
  82. package/dist/providers/transactions/submitter/cosmosnative/CosmosNativeJsonRpcTxSubmitter.js.map +1 -0
  83. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.d.ts +1 -0
  84. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.d.ts.map +1 -1
  85. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.js +6 -0
  86. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.js.map +1 -1
  87. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts +1 -0
  88. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts.map +1 -1
  89. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js +4 -1
  90. package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js.map +1 -1
  91. package/dist/providers/transactions/submitter/ethersV5/EV5TimelockSubmitter.d.ts +2 -2
  92. package/dist/providers/transactions/submitter/ethersV5/EV5TimelockSubmitter.d.ts.map +1 -1
  93. package/dist/providers/transactions/submitter/ethersV5/EV5TimelockSubmitter.js +2 -2
  94. package/dist/providers/transactions/submitter/ethersV5/EV5TimelockSubmitter.js.map +1 -1
  95. package/dist/providers/transactions/submitter/ethersV5/types.d.ts +20 -2
  96. package/dist/providers/transactions/submitter/ethersV5/types.d.ts.map +1 -1
  97. package/dist/providers/transactions/submitter/ethersV5/types.js +3 -0
  98. package/dist/providers/transactions/submitter/ethersV5/types.js.map +1 -1
  99. package/dist/providers/transactions/submitter/submitterBuilderGetter.d.ts +6 -5
  100. package/dist/providers/transactions/submitter/submitterBuilderGetter.d.ts.map +1 -1
  101. package/dist/providers/transactions/submitter/submitterBuilderGetter.js +48 -17
  102. package/dist/providers/transactions/submitter/submitterBuilderGetter.js.map +1 -1
  103. package/dist/providers/transactions/submitter/types.d.ts +7 -1
  104. package/dist/providers/transactions/submitter/types.d.ts.map +1 -1
  105. package/dist/providers/transactions/types.d.ts +2 -2
  106. package/dist/signers/cosmos/cosmjs.d.ts +16 -0
  107. package/dist/signers/cosmos/cosmjs.d.ts.map +1 -0
  108. package/dist/signers/cosmos/cosmjs.js +39 -0
  109. package/dist/signers/cosmos/cosmjs.js.map +1 -0
  110. package/dist/signers/evm/ethersv5.d.ts +13 -0
  111. package/dist/signers/evm/ethersv5.d.ts.map +1 -0
  112. package/dist/signers/evm/ethersv5.js +27 -0
  113. package/dist/signers/evm/ethersv5.js.map +1 -0
  114. package/dist/signers/radix/radix-toolkit.d.ts +15 -0
  115. package/dist/signers/radix/radix-toolkit.d.ts.map +1 -0
  116. package/dist/signers/radix/radix-toolkit.js +44 -0
  117. package/dist/signers/radix/radix-toolkit.js.map +1 -0
  118. package/dist/signers/signers.d.ts +17 -0
  119. package/dist/signers/signers.d.ts.map +1 -0
  120. package/dist/signers/signers.js +24 -0
  121. package/dist/signers/signers.js.map +1 -0
  122. package/dist/signers/starknet/starknetjs.d.ts +13 -0
  123. package/dist/signers/starknet/starknetjs.d.ts.map +1 -0
  124. package/dist/signers/starknet/starknetjs.js +34 -0
  125. package/dist/signers/starknet/starknetjs.js.map +1 -0
  126. package/dist/signers/svm/solana-web3js.d.ts +18 -0
  127. package/dist/signers/svm/solana-web3js.d.ts.map +1 -0
  128. package/dist/signers/svm/solana-web3js.js +44 -0
  129. package/dist/signers/svm/solana-web3js.js.map +1 -0
  130. package/dist/signers/types.d.ts +7 -0
  131. package/dist/signers/types.d.ts.map +1 -0
  132. package/dist/signers/types.js +2 -0
  133. package/dist/signers/types.js.map +1 -0
  134. package/dist/token/CosmosNativeWarpModule.d.ts.map +1 -1
  135. package/dist/token/CosmosNativeWarpModule.js +10 -4
  136. package/dist/token/CosmosNativeWarpModule.js.map +1 -1
  137. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  138. package/dist/token/EvmERC20WarpModule.js +1 -1
  139. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  140. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  141. package/dist/token/EvmERC20WarpRouteReader.js +2 -1
  142. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  143. package/dist/token/IToken.d.ts +1 -0
  144. package/dist/token/IToken.d.ts.map +1 -1
  145. package/dist/token/Token.d.ts +1 -0
  146. package/dist/token/Token.d.ts.map +1 -1
  147. package/dist/token/Token.js +6 -2
  148. package/dist/token/Token.js.map +1 -1
  149. package/dist/token/Token.test.js +103 -0
  150. package/dist/token/Token.test.js.map +1 -1
  151. package/dist/token/TokenStandard.d.ts +1 -0
  152. package/dist/token/TokenStandard.d.ts.map +1 -1
  153. package/dist/token/TokenStandard.js +9 -0
  154. package/dist/token/TokenStandard.js.map +1 -1
  155. package/dist/token/adapters/CosmosTokenAdapter.d.ts +4 -3
  156. package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
  157. package/dist/token/adapters/CosmosTokenAdapter.js +17 -2
  158. package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
  159. package/dist/token/adapters/EvmTokenAdapter.d.ts +1 -0
  160. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  161. package/dist/token/adapters/EvmTokenAdapter.js +4 -0
  162. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  163. package/dist/token/adapters/RadixTokenAdapter.d.ts.map +1 -1
  164. package/dist/token/adapters/RadixTokenAdapter.js +4 -2
  165. package/dist/token/adapters/RadixTokenAdapter.js.map +1 -1
  166. package/dist/token/configUtils.d.ts +2 -0
  167. package/dist/token/configUtils.d.ts.map +1 -1
  168. package/dist/token/configUtils.js +42 -15
  169. package/dist/token/configUtils.js.map +1 -1
  170. package/dist/token/cosmosnativeDeploy.d.ts.map +1 -1
  171. package/dist/token/cosmosnativeDeploy.js +10 -1
  172. package/dist/token/cosmosnativeDeploy.js.map +1 -1
  173. package/dist/token/types.d.ts +1 -1
  174. package/dist/token/types.d.ts.map +1 -1
  175. package/dist/types.d.ts +1 -1
  176. package/dist/types.d.ts.map +1 -1
  177. package/dist/utils/cosmos.d.ts +169 -519
  178. package/dist/utils/cosmos.d.ts.map +1 -1
  179. package/dist/utils/cosmos.js +20 -221
  180. package/dist/utils/cosmos.js.map +1 -1
  181. package/dist/utils/ism.d.ts +1 -1
  182. package/dist/utils/ism.d.ts.map +1 -1
  183. package/package.json +7 -6
@@ -237,23 +237,16 @@ export type AgentSealevelPriorityFeeOracle = AgentSealevelChainMetadata['priorit
237
237
  export type AgentSealevelTransactionSubmitter = AgentSealevelChainMetadata['transactionSubmitter'];
238
238
  export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
239
239
  name: z.ZodString;
240
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
241
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
242
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
243
- }, "strip", z.ZodTypeAny, {
244
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
245
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
246
- }, {
247
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
248
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
249
- }>, z.ZodObject<{
250
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
240
+ gasPrice: z.ZodOptional<z.ZodObject<{
241
+ denom: z.ZodString;
242
+ amount: z.ZodString;
251
243
  }, "strip", z.ZodTypeAny, {
252
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
244
+ denom: string;
245
+ amount: string;
253
246
  }, {
254
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
255
- }>]>>;
256
- bech32Prefix: z.ZodOptional<z.ZodString>;
247
+ denom: string;
248
+ amount: string;
249
+ }>>;
257
250
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
258
251
  name: z.ZodString;
259
252
  url: z.ZodString;
@@ -273,6 +266,81 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
273
266
  apiKey?: string | undefined;
274
267
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
275
268
  }>, "many">>;
269
+ rpcUrls: z.ZodArray<z.ZodObject<{
270
+ http: z.ZodString;
271
+ concurrency: z.ZodOptional<z.ZodNumber>;
272
+ webSocket: z.ZodOptional<z.ZodString>;
273
+ pagination: z.ZodOptional<z.ZodObject<{
274
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
275
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
276
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
277
+ }, "strip", z.ZodTypeAny, {
278
+ maxBlockRange?: number | undefined;
279
+ minBlockNumber?: number | undefined;
280
+ maxBlockAge?: number | undefined;
281
+ }, {
282
+ maxBlockRange?: number | undefined;
283
+ minBlockNumber?: number | undefined;
284
+ maxBlockAge?: number | undefined;
285
+ }>>;
286
+ retry: z.ZodOptional<z.ZodObject<{
287
+ maxRequests: z.ZodNumber;
288
+ baseRetryMs: z.ZodNumber;
289
+ }, "strip", z.ZodTypeAny, {
290
+ maxRequests: number;
291
+ baseRetryMs: number;
292
+ }, {
293
+ maxRequests: number;
294
+ baseRetryMs: number;
295
+ }>>;
296
+ public: z.ZodOptional<z.ZodBoolean>;
297
+ }, "strip", z.ZodTypeAny, {
298
+ http: string;
299
+ concurrency?: number | undefined;
300
+ webSocket?: string | undefined;
301
+ pagination?: {
302
+ maxBlockRange?: number | undefined;
303
+ minBlockNumber?: number | undefined;
304
+ maxBlockAge?: number | undefined;
305
+ } | undefined;
306
+ retry?: {
307
+ maxRequests: number;
308
+ baseRetryMs: number;
309
+ } | undefined;
310
+ public?: boolean | undefined;
311
+ }, {
312
+ http: string;
313
+ concurrency?: number | undefined;
314
+ webSocket?: string | undefined;
315
+ pagination?: {
316
+ maxBlockRange?: number | undefined;
317
+ minBlockNumber?: number | undefined;
318
+ maxBlockAge?: number | undefined;
319
+ } | undefined;
320
+ retry?: {
321
+ maxRequests: number;
322
+ baseRetryMs: number;
323
+ } | undefined;
324
+ public?: boolean | undefined;
325
+ }>, "many">;
326
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
327
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
328
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
329
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
330
+ }, "strip", z.ZodTypeAny, {
331
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
332
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
333
+ }, {
334
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
335
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
336
+ }>, z.ZodObject<{
337
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
338
+ }, "strip", z.ZodTypeAny, {
339
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
340
+ }, {
341
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
342
+ }>]>>;
343
+ bech32Prefix: z.ZodOptional<z.ZodString>;
276
344
  blocks: z.ZodOptional<z.ZodObject<{
277
345
  confirmations: z.ZodNumber;
278
346
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -287,7 +355,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
287
355
  estimateBlockTime?: number | undefined;
288
356
  }>>;
289
357
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
290
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
291
358
  customGrpcUrls: z.ZodOptional<z.ZodString>;
292
359
  deployer: z.ZodOptional<z.ZodObject<{
293
360
  name: z.ZodString;
@@ -453,76 +520,9 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
453
520
  } | undefined;
454
521
  public?: boolean | undefined;
455
522
  }>, "many">>;
456
- rpcUrls: z.ZodArray<z.ZodObject<{
457
- http: z.ZodString;
458
- concurrency: z.ZodOptional<z.ZodNumber>;
459
- webSocket: z.ZodOptional<z.ZodString>;
460
- pagination: z.ZodOptional<z.ZodObject<{
461
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
462
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
463
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
464
- }, "strip", z.ZodTypeAny, {
465
- maxBlockRange?: number | undefined;
466
- minBlockNumber?: number | undefined;
467
- maxBlockAge?: number | undefined;
468
- }, {
469
- maxBlockRange?: number | undefined;
470
- minBlockNumber?: number | undefined;
471
- maxBlockAge?: number | undefined;
472
- }>>;
473
- retry: z.ZodOptional<z.ZodObject<{
474
- maxRequests: z.ZodNumber;
475
- baseRetryMs: z.ZodNumber;
476
- }, "strip", z.ZodTypeAny, {
477
- maxRequests: number;
478
- baseRetryMs: number;
479
- }, {
480
- maxRequests: number;
481
- baseRetryMs: number;
482
- }>>;
483
- public: z.ZodOptional<z.ZodBoolean>;
484
- }, "strip", z.ZodTypeAny, {
485
- http: string;
486
- concurrency?: number | undefined;
487
- webSocket?: string | undefined;
488
- pagination?: {
489
- maxBlockRange?: number | undefined;
490
- minBlockNumber?: number | undefined;
491
- maxBlockAge?: number | undefined;
492
- } | undefined;
493
- retry?: {
494
- maxRequests: number;
495
- baseRetryMs: number;
496
- } | undefined;
497
- public?: boolean | undefined;
498
- }, {
499
- http: string;
500
- concurrency?: number | undefined;
501
- webSocket?: string | undefined;
502
- pagination?: {
503
- maxBlockRange?: number | undefined;
504
- minBlockNumber?: number | undefined;
505
- maxBlockAge?: number | undefined;
506
- } | undefined;
507
- retry?: {
508
- maxRequests: number;
509
- baseRetryMs: number;
510
- } | undefined;
511
- public?: boolean | undefined;
512
- }>, "many">;
513
523
  slip44: z.ZodOptional<z.ZodNumber>;
514
524
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
515
525
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
516
- gasPrice: z.ZodOptional<z.ZodObject<{
517
- denom: z.ZodString;
518
- amount: z.ZodString;
519
- }, "strip", z.ZodTypeAny, {
520
- denom: string;
521
- amount: string;
522
- }, {
523
- denom: string;
524
- amount: string;
525
- }>>;
526
526
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
527
527
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
528
528
  key: z.ZodString;
@@ -618,9 +618,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
618
618
  }>>>;
619
619
  }, "strip", z.ZodTypeAny, {
620
620
  name: string;
621
- chainId: string | number;
622
- domainId: number;
623
- protocol: ProtocolType;
624
621
  rpcUrls: {
625
622
  http: string;
626
623
  concurrency?: number | undefined;
@@ -636,17 +633,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
636
633
  } | undefined;
637
634
  public?: boolean | undefined;
638
635
  }[];
636
+ chainId: string | number;
637
+ domainId: number;
638
+ protocol: ProtocolType;
639
639
  merkleTreeHook: string;
640
640
  interchainGasPaymaster: string;
641
641
  mailbox: string;
642
642
  validatorAnnounce: string;
643
- availability?: {
644
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
645
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
646
- } | {
647
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
643
+ gasPrice?: {
644
+ denom: string;
645
+ amount: string;
648
646
  } | undefined;
649
- bech32Prefix?: string | undefined;
650
647
  blockExplorers?: {
651
648
  name: string;
652
649
  url: string;
@@ -654,6 +651,13 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
654
651
  apiKey?: string | undefined;
655
652
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
656
653
  }[] | undefined;
654
+ availability?: {
655
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
656
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
657
+ } | {
658
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
659
+ } | undefined;
660
+ bech32Prefix?: string | undefined;
657
661
  blocks?: {
658
662
  confirmations: number;
659
663
  reorgPeriod?: string | number | undefined;
@@ -716,10 +720,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
716
720
  slip44?: number | undefined;
717
721
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
718
722
  transactionOverrides?: Record<string, any> | undefined;
719
- gasPrice?: {
720
- denom: string;
721
- amount: string;
722
- } | undefined;
723
723
  signer?: {
724
724
  key: string;
725
725
  type?: AgentSignerKeyType.Hex | undefined;
@@ -757,9 +757,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
757
757
  } | undefined;
758
758
  }, {
759
759
  name: string;
760
- chainId: string | number;
761
- domainId: number;
762
- protocol: ProtocolType;
763
760
  rpcUrls: {
764
761
  http: string;
765
762
  concurrency?: number | undefined;
@@ -775,17 +772,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
775
772
  } | undefined;
776
773
  public?: boolean | undefined;
777
774
  }[];
775
+ chainId: string | number;
776
+ domainId: number;
777
+ protocol: ProtocolType;
778
778
  merkleTreeHook: string;
779
779
  interchainGasPaymaster: string;
780
780
  mailbox: string;
781
781
  validatorAnnounce: string;
782
- availability?: {
783
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
784
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
785
- } | {
786
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
782
+ gasPrice?: {
783
+ denom: string;
784
+ amount: string;
787
785
  } | undefined;
788
- bech32Prefix?: string | undefined;
789
786
  blockExplorers?: {
790
787
  name: string;
791
788
  url: string;
@@ -793,6 +790,13 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
793
790
  apiKey?: string | undefined;
794
791
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
795
792
  }[] | undefined;
793
+ availability?: {
794
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
795
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
796
+ } | {
797
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
798
+ } | undefined;
799
+ bech32Prefix?: string | undefined;
796
800
  blocks?: {
797
801
  confirmations: number;
798
802
  reorgPeriod?: string | number | undefined;
@@ -855,10 +859,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
855
859
  slip44?: number | undefined;
856
860
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
857
861
  transactionOverrides?: Record<string, any> | undefined;
858
- gasPrice?: {
859
- denom: string;
860
- amount: string;
861
- } | undefined;
862
862
  signer?: {
863
863
  key: string;
864
864
  type?: AgentSignerKeyType.Hex | undefined;
@@ -896,9 +896,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
896
896
  } | undefined;
897
897
  }>, {
898
898
  name: string;
899
- chainId: string | number;
900
- domainId: number;
901
- protocol: ProtocolType;
902
899
  rpcUrls: {
903
900
  http: string;
904
901
  concurrency?: number | undefined;
@@ -914,17 +911,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
914
911
  } | undefined;
915
912
  public?: boolean | undefined;
916
913
  }[];
914
+ chainId: string | number;
915
+ domainId: number;
916
+ protocol: ProtocolType;
917
917
  merkleTreeHook: string;
918
918
  interchainGasPaymaster: string;
919
919
  mailbox: string;
920
920
  validatorAnnounce: string;
921
- availability?: {
922
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
923
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
924
- } | {
925
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
921
+ gasPrice?: {
922
+ denom: string;
923
+ amount: string;
926
924
  } | undefined;
927
- bech32Prefix?: string | undefined;
928
925
  blockExplorers?: {
929
926
  name: string;
930
927
  url: string;
@@ -932,6 +929,13 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
932
929
  apiKey?: string | undefined;
933
930
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
934
931
  }[] | undefined;
932
+ availability?: {
933
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
934
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
935
+ } | {
936
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
937
+ } | undefined;
938
+ bech32Prefix?: string | undefined;
935
939
  blocks?: {
936
940
  confirmations: number;
937
941
  reorgPeriod?: string | number | undefined;
@@ -994,10 +998,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
994
998
  slip44?: number | undefined;
995
999
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
996
1000
  transactionOverrides?: Record<string, any> | undefined;
997
- gasPrice?: {
998
- denom: string;
999
- amount: string;
1000
- } | undefined;
1001
1001
  signer?: {
1002
1002
  key: string;
1003
1003
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1035,9 +1035,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1035
1035
  } | undefined;
1036
1036
  }, {
1037
1037
  name: string;
1038
- chainId: string | number;
1039
- domainId: number;
1040
- protocol: ProtocolType;
1041
1038
  rpcUrls: {
1042
1039
  http: string;
1043
1040
  concurrency?: number | undefined;
@@ -1053,17 +1050,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1053
1050
  } | undefined;
1054
1051
  public?: boolean | undefined;
1055
1052
  }[];
1053
+ chainId: string | number;
1054
+ domainId: number;
1055
+ protocol: ProtocolType;
1056
1056
  merkleTreeHook: string;
1057
1057
  interchainGasPaymaster: string;
1058
1058
  mailbox: string;
1059
1059
  validatorAnnounce: string;
1060
- availability?: {
1061
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1062
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1063
- } | {
1064
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1060
+ gasPrice?: {
1061
+ denom: string;
1062
+ amount: string;
1065
1063
  } | undefined;
1066
- bech32Prefix?: string | undefined;
1067
1064
  blockExplorers?: {
1068
1065
  name: string;
1069
1066
  url: string;
@@ -1071,6 +1068,13 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1071
1068
  apiKey?: string | undefined;
1072
1069
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1073
1070
  }[] | undefined;
1071
+ availability?: {
1072
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1073
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1074
+ } | {
1075
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1076
+ } | undefined;
1077
+ bech32Prefix?: string | undefined;
1074
1078
  blocks?: {
1075
1079
  confirmations: number;
1076
1080
  reorgPeriod?: string | number | undefined;
@@ -1133,10 +1137,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1133
1137
  slip44?: number | undefined;
1134
1138
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1135
1139
  transactionOverrides?: Record<string, any> | undefined;
1136
- gasPrice?: {
1137
- denom: string;
1138
- amount: string;
1139
- } | undefined;
1140
1140
  signer?: {
1141
1141
  key: string;
1142
1142
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1175,26 +1175,19 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1175
1175
  }>;
1176
1176
  export type AgentChainMetadata = z.infer<typeof AgentChainMetadataSchema>;
1177
1177
  export declare const AgentConfigSchema: z.ZodObject<{
1178
- metricsPort: z.ZodOptional<z.ZodNumber>;
1179
- chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
1180
- name: z.ZodString;
1181
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1182
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
1183
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
1184
- }, "strip", z.ZodTypeAny, {
1185
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1186
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1187
- }, {
1188
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1189
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1190
- }>, z.ZodObject<{
1191
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
1178
+ metricsPort: z.ZodOptional<z.ZodNumber>;
1179
+ chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
1180
+ name: z.ZodString;
1181
+ gasPrice: z.ZodOptional<z.ZodObject<{
1182
+ denom: z.ZodString;
1183
+ amount: z.ZodString;
1192
1184
  }, "strip", z.ZodTypeAny, {
1193
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1185
+ denom: string;
1186
+ amount: string;
1194
1187
  }, {
1195
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1196
- }>]>>;
1197
- bech32Prefix: z.ZodOptional<z.ZodString>;
1188
+ denom: string;
1189
+ amount: string;
1190
+ }>>;
1198
1191
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1199
1192
  name: z.ZodString;
1200
1193
  url: z.ZodString;
@@ -1214,6 +1207,81 @@ export declare const AgentConfigSchema: z.ZodObject<{
1214
1207
  apiKey?: string | undefined;
1215
1208
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1216
1209
  }>, "many">>;
1210
+ rpcUrls: z.ZodArray<z.ZodObject<{
1211
+ http: z.ZodString;
1212
+ concurrency: z.ZodOptional<z.ZodNumber>;
1213
+ webSocket: z.ZodOptional<z.ZodString>;
1214
+ pagination: z.ZodOptional<z.ZodObject<{
1215
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
1216
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
1217
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
1218
+ }, "strip", z.ZodTypeAny, {
1219
+ maxBlockRange?: number | undefined;
1220
+ minBlockNumber?: number | undefined;
1221
+ maxBlockAge?: number | undefined;
1222
+ }, {
1223
+ maxBlockRange?: number | undefined;
1224
+ minBlockNumber?: number | undefined;
1225
+ maxBlockAge?: number | undefined;
1226
+ }>>;
1227
+ retry: z.ZodOptional<z.ZodObject<{
1228
+ maxRequests: z.ZodNumber;
1229
+ baseRetryMs: z.ZodNumber;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ maxRequests: number;
1232
+ baseRetryMs: number;
1233
+ }, {
1234
+ maxRequests: number;
1235
+ baseRetryMs: number;
1236
+ }>>;
1237
+ public: z.ZodOptional<z.ZodBoolean>;
1238
+ }, "strip", z.ZodTypeAny, {
1239
+ http: string;
1240
+ concurrency?: number | undefined;
1241
+ webSocket?: string | undefined;
1242
+ pagination?: {
1243
+ maxBlockRange?: number | undefined;
1244
+ minBlockNumber?: number | undefined;
1245
+ maxBlockAge?: number | undefined;
1246
+ } | undefined;
1247
+ retry?: {
1248
+ maxRequests: number;
1249
+ baseRetryMs: number;
1250
+ } | undefined;
1251
+ public?: boolean | undefined;
1252
+ }, {
1253
+ http: string;
1254
+ concurrency?: number | undefined;
1255
+ webSocket?: string | undefined;
1256
+ pagination?: {
1257
+ maxBlockRange?: number | undefined;
1258
+ minBlockNumber?: number | undefined;
1259
+ maxBlockAge?: number | undefined;
1260
+ } | undefined;
1261
+ retry?: {
1262
+ maxRequests: number;
1263
+ baseRetryMs: number;
1264
+ } | undefined;
1265
+ public?: boolean | undefined;
1266
+ }>, "many">;
1267
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1268
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1269
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
1270
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
1271
+ }, "strip", z.ZodTypeAny, {
1272
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1273
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1274
+ }, {
1275
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1276
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1277
+ }>, z.ZodObject<{
1278
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
1279
+ }, "strip", z.ZodTypeAny, {
1280
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1281
+ }, {
1282
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1283
+ }>]>>;
1284
+ bech32Prefix: z.ZodOptional<z.ZodString>;
1217
1285
  blocks: z.ZodOptional<z.ZodObject<{
1218
1286
  confirmations: z.ZodNumber;
1219
1287
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -1228,7 +1296,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1228
1296
  estimateBlockTime?: number | undefined;
1229
1297
  }>>;
1230
1298
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
1231
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1232
1299
  customGrpcUrls: z.ZodOptional<z.ZodString>;
1233
1300
  deployer: z.ZodOptional<z.ZodObject<{
1234
1301
  name: z.ZodString;
@@ -1394,76 +1461,9 @@ export declare const AgentConfigSchema: z.ZodObject<{
1394
1461
  } | undefined;
1395
1462
  public?: boolean | undefined;
1396
1463
  }>, "many">>;
1397
- rpcUrls: z.ZodArray<z.ZodObject<{
1398
- http: z.ZodString;
1399
- concurrency: z.ZodOptional<z.ZodNumber>;
1400
- webSocket: z.ZodOptional<z.ZodString>;
1401
- pagination: z.ZodOptional<z.ZodObject<{
1402
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
1403
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
1404
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
1405
- }, "strip", z.ZodTypeAny, {
1406
- maxBlockRange?: number | undefined;
1407
- minBlockNumber?: number | undefined;
1408
- maxBlockAge?: number | undefined;
1409
- }, {
1410
- maxBlockRange?: number | undefined;
1411
- minBlockNumber?: number | undefined;
1412
- maxBlockAge?: number | undefined;
1413
- }>>;
1414
- retry: z.ZodOptional<z.ZodObject<{
1415
- maxRequests: z.ZodNumber;
1416
- baseRetryMs: z.ZodNumber;
1417
- }, "strip", z.ZodTypeAny, {
1418
- maxRequests: number;
1419
- baseRetryMs: number;
1420
- }, {
1421
- maxRequests: number;
1422
- baseRetryMs: number;
1423
- }>>;
1424
- public: z.ZodOptional<z.ZodBoolean>;
1425
- }, "strip", z.ZodTypeAny, {
1426
- http: string;
1427
- concurrency?: number | undefined;
1428
- webSocket?: string | undefined;
1429
- pagination?: {
1430
- maxBlockRange?: number | undefined;
1431
- minBlockNumber?: number | undefined;
1432
- maxBlockAge?: number | undefined;
1433
- } | undefined;
1434
- retry?: {
1435
- maxRequests: number;
1436
- baseRetryMs: number;
1437
- } | undefined;
1438
- public?: boolean | undefined;
1439
- }, {
1440
- http: string;
1441
- concurrency?: number | undefined;
1442
- webSocket?: string | undefined;
1443
- pagination?: {
1444
- maxBlockRange?: number | undefined;
1445
- minBlockNumber?: number | undefined;
1446
- maxBlockAge?: number | undefined;
1447
- } | undefined;
1448
- retry?: {
1449
- maxRequests: number;
1450
- baseRetryMs: number;
1451
- } | undefined;
1452
- public?: boolean | undefined;
1453
- }>, "many">;
1454
1464
  slip44: z.ZodOptional<z.ZodNumber>;
1455
1465
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
1456
1466
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1457
- gasPrice: z.ZodOptional<z.ZodObject<{
1458
- denom: z.ZodString;
1459
- amount: z.ZodString;
1460
- }, "strip", z.ZodTypeAny, {
1461
- denom: string;
1462
- amount: string;
1463
- }, {
1464
- denom: string;
1465
- amount: string;
1466
- }>>;
1467
1467
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1468
1468
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
1469
1469
  key: z.ZodString;
@@ -1559,9 +1559,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1559
1559
  }>>>;
1560
1560
  }, "strip", z.ZodTypeAny, {
1561
1561
  name: string;
1562
- chainId: string | number;
1563
- domainId: number;
1564
- protocol: ProtocolType;
1565
1562
  rpcUrls: {
1566
1563
  http: string;
1567
1564
  concurrency?: number | undefined;
@@ -1577,17 +1574,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1577
1574
  } | undefined;
1578
1575
  public?: boolean | undefined;
1579
1576
  }[];
1577
+ chainId: string | number;
1578
+ domainId: number;
1579
+ protocol: ProtocolType;
1580
1580
  merkleTreeHook: string;
1581
1581
  interchainGasPaymaster: string;
1582
1582
  mailbox: string;
1583
1583
  validatorAnnounce: string;
1584
- availability?: {
1585
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1586
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1587
- } | {
1588
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1584
+ gasPrice?: {
1585
+ denom: string;
1586
+ amount: string;
1589
1587
  } | undefined;
1590
- bech32Prefix?: string | undefined;
1591
1588
  blockExplorers?: {
1592
1589
  name: string;
1593
1590
  url: string;
@@ -1595,6 +1592,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
1595
1592
  apiKey?: string | undefined;
1596
1593
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1597
1594
  }[] | undefined;
1595
+ availability?: {
1596
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1597
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1598
+ } | {
1599
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1600
+ } | undefined;
1601
+ bech32Prefix?: string | undefined;
1598
1602
  blocks?: {
1599
1603
  confirmations: number;
1600
1604
  reorgPeriod?: string | number | undefined;
@@ -1657,10 +1661,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1657
1661
  slip44?: number | undefined;
1658
1662
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1659
1663
  transactionOverrides?: Record<string, any> | undefined;
1660
- gasPrice?: {
1661
- denom: string;
1662
- amount: string;
1663
- } | undefined;
1664
1664
  signer?: {
1665
1665
  key: string;
1666
1666
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1698,9 +1698,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1698
1698
  } | undefined;
1699
1699
  }, {
1700
1700
  name: string;
1701
- chainId: string | number;
1702
- domainId: number;
1703
- protocol: ProtocolType;
1704
1701
  rpcUrls: {
1705
1702
  http: string;
1706
1703
  concurrency?: number | undefined;
@@ -1716,17 +1713,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1716
1713
  } | undefined;
1717
1714
  public?: boolean | undefined;
1718
1715
  }[];
1716
+ chainId: string | number;
1717
+ domainId: number;
1718
+ protocol: ProtocolType;
1719
1719
  merkleTreeHook: string;
1720
1720
  interchainGasPaymaster: string;
1721
1721
  mailbox: string;
1722
1722
  validatorAnnounce: string;
1723
- availability?: {
1724
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1725
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1726
- } | {
1727
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1723
+ gasPrice?: {
1724
+ denom: string;
1725
+ amount: string;
1728
1726
  } | undefined;
1729
- bech32Prefix?: string | undefined;
1730
1727
  blockExplorers?: {
1731
1728
  name: string;
1732
1729
  url: string;
@@ -1734,6 +1731,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
1734
1731
  apiKey?: string | undefined;
1735
1732
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1736
1733
  }[] | undefined;
1734
+ availability?: {
1735
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1736
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1737
+ } | {
1738
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1739
+ } | undefined;
1740
+ bech32Prefix?: string | undefined;
1737
1741
  blocks?: {
1738
1742
  confirmations: number;
1739
1743
  reorgPeriod?: string | number | undefined;
@@ -1796,10 +1800,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1796
1800
  slip44?: number | undefined;
1797
1801
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1798
1802
  transactionOverrides?: Record<string, any> | undefined;
1799
- gasPrice?: {
1800
- denom: string;
1801
- amount: string;
1802
- } | undefined;
1803
1803
  signer?: {
1804
1804
  key: string;
1805
1805
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1837,9 +1837,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1837
1837
  } | undefined;
1838
1838
  }>, {
1839
1839
  name: string;
1840
- chainId: string | number;
1841
- domainId: number;
1842
- protocol: ProtocolType;
1843
1840
  rpcUrls: {
1844
1841
  http: string;
1845
1842
  concurrency?: number | undefined;
@@ -1855,17 +1852,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1855
1852
  } | undefined;
1856
1853
  public?: boolean | undefined;
1857
1854
  }[];
1855
+ chainId: string | number;
1856
+ domainId: number;
1857
+ protocol: ProtocolType;
1858
1858
  merkleTreeHook: string;
1859
1859
  interchainGasPaymaster: string;
1860
1860
  mailbox: string;
1861
1861
  validatorAnnounce: string;
1862
- availability?: {
1863
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1864
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1865
- } | {
1866
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1862
+ gasPrice?: {
1863
+ denom: string;
1864
+ amount: string;
1867
1865
  } | undefined;
1868
- bech32Prefix?: string | undefined;
1869
1866
  blockExplorers?: {
1870
1867
  name: string;
1871
1868
  url: string;
@@ -1873,6 +1870,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
1873
1870
  apiKey?: string | undefined;
1874
1871
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
1875
1872
  }[] | undefined;
1873
+ availability?: {
1874
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
1875
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
1876
+ } | {
1877
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
1878
+ } | undefined;
1879
+ bech32Prefix?: string | undefined;
1876
1880
  blocks?: {
1877
1881
  confirmations: number;
1878
1882
  reorgPeriod?: string | number | undefined;
@@ -1935,10 +1939,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1935
1939
  slip44?: number | undefined;
1936
1940
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
1937
1941
  transactionOverrides?: Record<string, any> | undefined;
1938
- gasPrice?: {
1939
- denom: string;
1940
- amount: string;
1941
- } | undefined;
1942
1942
  signer?: {
1943
1943
  key: string;
1944
1944
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1976,9 +1976,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1976
1976
  } | undefined;
1977
1977
  }, {
1978
1978
  name: string;
1979
- chainId: string | number;
1980
- domainId: number;
1981
- protocol: ProtocolType;
1982
1979
  rpcUrls: {
1983
1980
  http: string;
1984
1981
  concurrency?: number | undefined;
@@ -1994,17 +1991,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1994
1991
  } | undefined;
1995
1992
  public?: boolean | undefined;
1996
1993
  }[];
1994
+ chainId: string | number;
1995
+ domainId: number;
1996
+ protocol: ProtocolType;
1997
1997
  merkleTreeHook: string;
1998
1998
  interchainGasPaymaster: string;
1999
1999
  mailbox: string;
2000
2000
  validatorAnnounce: string;
2001
- availability?: {
2002
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2003
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2004
- } | {
2005
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2001
+ gasPrice?: {
2002
+ denom: string;
2003
+ amount: string;
2006
2004
  } | undefined;
2007
- bech32Prefix?: string | undefined;
2008
2005
  blockExplorers?: {
2009
2006
  name: string;
2010
2007
  url: string;
@@ -2012,6 +2009,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
2012
2009
  apiKey?: string | undefined;
2013
2010
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2014
2011
  }[] | undefined;
2012
+ availability?: {
2013
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2014
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2015
+ } | {
2016
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2017
+ } | undefined;
2018
+ bech32Prefix?: string | undefined;
2015
2019
  blocks?: {
2016
2020
  confirmations: number;
2017
2021
  reorgPeriod?: string | number | undefined;
@@ -2074,10 +2078,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2074
2078
  slip44?: number | undefined;
2075
2079
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2076
2080
  transactionOverrides?: Record<string, any> | undefined;
2077
- gasPrice?: {
2078
- denom: string;
2079
- amount: string;
2080
- } | undefined;
2081
2081
  signer?: {
2082
2082
  key: string;
2083
2083
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2115,9 +2115,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2115
2115
  } | undefined;
2116
2116
  }>>, Record<string, {
2117
2117
  name: string;
2118
- chainId: string | number;
2119
- domainId: number;
2120
- protocol: ProtocolType;
2121
2118
  rpcUrls: {
2122
2119
  http: string;
2123
2120
  concurrency?: number | undefined;
@@ -2133,17 +2130,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2133
2130
  } | undefined;
2134
2131
  public?: boolean | undefined;
2135
2132
  }[];
2133
+ chainId: string | number;
2134
+ domainId: number;
2135
+ protocol: ProtocolType;
2136
2136
  merkleTreeHook: string;
2137
2137
  interchainGasPaymaster: string;
2138
2138
  mailbox: string;
2139
2139
  validatorAnnounce: string;
2140
- availability?: {
2141
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2142
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2143
- } | {
2144
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2140
+ gasPrice?: {
2141
+ denom: string;
2142
+ amount: string;
2145
2143
  } | undefined;
2146
- bech32Prefix?: string | undefined;
2147
2144
  blockExplorers?: {
2148
2145
  name: string;
2149
2146
  url: string;
@@ -2151,6 +2148,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
2151
2148
  apiKey?: string | undefined;
2152
2149
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2153
2150
  }[] | undefined;
2151
+ availability?: {
2152
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2153
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2154
+ } | {
2155
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2156
+ } | undefined;
2157
+ bech32Prefix?: string | undefined;
2154
2158
  blocks?: {
2155
2159
  confirmations: number;
2156
2160
  reorgPeriod?: string | number | undefined;
@@ -2213,10 +2217,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2213
2217
  slip44?: number | undefined;
2214
2218
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2215
2219
  transactionOverrides?: Record<string, any> | undefined;
2216
- gasPrice?: {
2217
- denom: string;
2218
- amount: string;
2219
- } | undefined;
2220
2220
  signer?: {
2221
2221
  key: string;
2222
2222
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2254,9 +2254,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2254
2254
  } | undefined;
2255
2255
  }>, Record<string, {
2256
2256
  name: string;
2257
- chainId: string | number;
2258
- domainId: number;
2259
- protocol: ProtocolType;
2260
2257
  rpcUrls: {
2261
2258
  http: string;
2262
2259
  concurrency?: number | undefined;
@@ -2272,17 +2269,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2272
2269
  } | undefined;
2273
2270
  public?: boolean | undefined;
2274
2271
  }[];
2272
+ chainId: string | number;
2273
+ domainId: number;
2274
+ protocol: ProtocolType;
2275
2275
  merkleTreeHook: string;
2276
2276
  interchainGasPaymaster: string;
2277
2277
  mailbox: string;
2278
2278
  validatorAnnounce: string;
2279
- availability?: {
2280
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2281
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2282
- } | {
2283
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2279
+ gasPrice?: {
2280
+ denom: string;
2281
+ amount: string;
2284
2282
  } | undefined;
2285
- bech32Prefix?: string | undefined;
2286
2283
  blockExplorers?: {
2287
2284
  name: string;
2288
2285
  url: string;
@@ -2290,6 +2287,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
2290
2287
  apiKey?: string | undefined;
2291
2288
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2292
2289
  }[] | undefined;
2290
+ availability?: {
2291
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2292
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2293
+ } | {
2294
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2295
+ } | undefined;
2296
+ bech32Prefix?: string | undefined;
2293
2297
  blocks?: {
2294
2298
  confirmations: number;
2295
2299
  reorgPeriod?: string | number | undefined;
@@ -2352,10 +2356,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2352
2356
  slip44?: number | undefined;
2353
2357
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2354
2358
  transactionOverrides?: Record<string, any> | undefined;
2355
- gasPrice?: {
2356
- denom: string;
2357
- amount: string;
2358
- } | undefined;
2359
2359
  signer?: {
2360
2360
  key: string;
2361
2361
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2457,9 +2457,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2457
2457
  }, "strip", z.ZodTypeAny, {
2458
2458
  chains: Record<string, {
2459
2459
  name: string;
2460
- chainId: string | number;
2461
- domainId: number;
2462
- protocol: ProtocolType;
2463
2460
  rpcUrls: {
2464
2461
  http: string;
2465
2462
  concurrency?: number | undefined;
@@ -2475,17 +2472,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2475
2472
  } | undefined;
2476
2473
  public?: boolean | undefined;
2477
2474
  }[];
2475
+ chainId: string | number;
2476
+ domainId: number;
2477
+ protocol: ProtocolType;
2478
2478
  merkleTreeHook: string;
2479
2479
  interchainGasPaymaster: string;
2480
2480
  mailbox: string;
2481
2481
  validatorAnnounce: string;
2482
- availability?: {
2483
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2484
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2485
- } | {
2486
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2482
+ gasPrice?: {
2483
+ denom: string;
2484
+ amount: string;
2487
2485
  } | undefined;
2488
- bech32Prefix?: string | undefined;
2489
2486
  blockExplorers?: {
2490
2487
  name: string;
2491
2488
  url: string;
@@ -2493,6 +2490,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
2493
2490
  apiKey?: string | undefined;
2494
2491
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2495
2492
  }[] | undefined;
2493
+ availability?: {
2494
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2495
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2496
+ } | {
2497
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2498
+ } | undefined;
2499
+ bech32Prefix?: string | undefined;
2496
2500
  blocks?: {
2497
2501
  confirmations: number;
2498
2502
  reorgPeriod?: string | number | undefined;
@@ -2555,10 +2559,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2555
2559
  slip44?: number | undefined;
2556
2560
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2557
2561
  transactionOverrides?: Record<string, any> | undefined;
2558
- gasPrice?: {
2559
- denom: string;
2560
- amount: string;
2561
- } | undefined;
2562
2562
  signer?: {
2563
2563
  key: string;
2564
2564
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2621,9 +2621,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2621
2621
  }, {
2622
2622
  chains: Record<string, {
2623
2623
  name: string;
2624
- chainId: string | number;
2625
- domainId: number;
2626
- protocol: ProtocolType;
2627
2624
  rpcUrls: {
2628
2625
  http: string;
2629
2626
  concurrency?: number | undefined;
@@ -2639,17 +2636,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2639
2636
  } | undefined;
2640
2637
  public?: boolean | undefined;
2641
2638
  }[];
2639
+ chainId: string | number;
2640
+ domainId: number;
2641
+ protocol: ProtocolType;
2642
2642
  merkleTreeHook: string;
2643
2643
  interchainGasPaymaster: string;
2644
2644
  mailbox: string;
2645
2645
  validatorAnnounce: string;
2646
- availability?: {
2647
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2648
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2649
- } | {
2650
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2646
+ gasPrice?: {
2647
+ denom: string;
2648
+ amount: string;
2651
2649
  } | undefined;
2652
- bech32Prefix?: string | undefined;
2653
2650
  blockExplorers?: {
2654
2651
  name: string;
2655
2652
  url: string;
@@ -2657,6 +2654,13 @@ export declare const AgentConfigSchema: z.ZodObject<{
2657
2654
  apiKey?: string | undefined;
2658
2655
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
2659
2656
  }[] | undefined;
2657
+ availability?: {
2658
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2659
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2660
+ } | {
2661
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2662
+ } | undefined;
2663
+ bech32Prefix?: string | undefined;
2660
2664
  blocks?: {
2661
2665
  confirmations: number;
2662
2666
  reorgPeriod?: string | number | undefined;
@@ -2719,10 +2723,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2719
2723
  slip44?: number | undefined;
2720
2724
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
2721
2725
  transactionOverrides?: Record<string, any> | undefined;
2722
- gasPrice?: {
2723
- denom: string;
2724
- amount: string;
2725
- } | undefined;
2726
2726
  signer?: {
2727
2727
  key: string;
2728
2728
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2967,23 +2967,16 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
2967
2967
  metricsPort: z.ZodOptional<z.ZodNumber>;
2968
2968
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
2969
2969
  name: z.ZodString;
2970
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2971
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
2972
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
2973
- }, "strip", z.ZodTypeAny, {
2974
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2975
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2976
- }, {
2977
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
2978
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
2979
- }>, z.ZodObject<{
2980
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
2970
+ gasPrice: z.ZodOptional<z.ZodObject<{
2971
+ denom: z.ZodString;
2972
+ amount: z.ZodString;
2981
2973
  }, "strip", z.ZodTypeAny, {
2982
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2974
+ denom: string;
2975
+ amount: string;
2983
2976
  }, {
2984
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
2985
- }>]>>;
2986
- bech32Prefix: z.ZodOptional<z.ZodString>;
2977
+ denom: string;
2978
+ amount: string;
2979
+ }>>;
2987
2980
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
2988
2981
  name: z.ZodString;
2989
2982
  url: z.ZodString;
@@ -3003,41 +2996,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3003
2996
  apiKey?: string | undefined;
3004
2997
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3005
2998
  }>, "many">>;
3006
- blocks: z.ZodOptional<z.ZodObject<{
3007
- confirmations: z.ZodNumber;
3008
- reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
3009
- estimateBlockTime: z.ZodOptional<z.ZodNumber>;
3010
- }, "strip", z.ZodTypeAny, {
3011
- confirmations: number;
3012
- reorgPeriod?: string | number | undefined;
3013
- estimateBlockTime?: number | undefined;
3014
- }, {
3015
- confirmations: number;
3016
- reorgPeriod?: string | number | undefined;
3017
- estimateBlockTime?: number | undefined;
3018
- }>>;
3019
- bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
3020
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
3021
- customGrpcUrls: z.ZodOptional<z.ZodString>;
3022
- deployer: z.ZodOptional<z.ZodObject<{
3023
- name: z.ZodString;
3024
- email: z.ZodOptional<z.ZodString>;
3025
- url: z.ZodOptional<z.ZodString>;
3026
- }, "strip", z.ZodTypeAny, {
3027
- name: string;
3028
- email?: string | undefined;
3029
- url?: string | undefined;
3030
- }, {
3031
- name: string;
3032
- email?: string | undefined;
3033
- url?: string | undefined;
3034
- }>>;
3035
- displayName: z.ZodOptional<z.ZodString>;
3036
- displayNameShort: z.ZodOptional<z.ZodString>;
3037
- domainId: z.ZodNumber;
3038
- gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
3039
- gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
3040
- grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
2999
+ rpcUrls: z.ZodArray<z.ZodObject<{
3041
3000
  http: z.ZodString;
3042
3001
  concurrency: z.ZodOptional<z.ZodNumber>;
3043
3002
  webSocket: z.ZodOptional<z.ZodString>;
@@ -3093,40 +3052,59 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3093
3052
  baseRetryMs: number;
3094
3053
  } | undefined;
3095
3054
  public?: boolean | undefined;
3096
- }>, "many">>;
3097
- index: z.ZodOptional<z.ZodObject<{
3098
- from: z.ZodOptional<z.ZodNumber>;
3099
- chunk: z.ZodOptional<z.ZodNumber>;
3100
- mode: z.ZodOptional<z.ZodNativeEnum<typeof AgentIndexMode>>;
3055
+ }>, "many">;
3056
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
3057
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3058
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
3059
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
3101
3060
  }, "strip", z.ZodTypeAny, {
3102
- from?: number | undefined;
3103
- chunk?: number | undefined;
3104
- mode?: AgentIndexMode | undefined;
3061
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3062
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3105
3063
  }, {
3106
- from?: number | undefined;
3107
- chunk?: number | undefined;
3108
- mode?: AgentIndexMode | undefined;
3064
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3065
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3066
+ }>, z.ZodObject<{
3067
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
3068
+ }, "strip", z.ZodTypeAny, {
3069
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3070
+ }, {
3071
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3072
+ }>]>>;
3073
+ bech32Prefix: z.ZodOptional<z.ZodString>;
3074
+ blocks: z.ZodOptional<z.ZodObject<{
3075
+ confirmations: z.ZodNumber;
3076
+ reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
3077
+ estimateBlockTime: z.ZodOptional<z.ZodNumber>;
3078
+ }, "strip", z.ZodTypeAny, {
3079
+ confirmations: number;
3080
+ reorgPeriod?: string | number | undefined;
3081
+ estimateBlockTime?: number | undefined;
3082
+ }, {
3083
+ confirmations: number;
3084
+ reorgPeriod?: string | number | undefined;
3085
+ estimateBlockTime?: number | undefined;
3109
3086
  }>>;
3110
- isTestnet: z.ZodOptional<z.ZodBoolean>;
3111
- logoURI: z.ZodOptional<z.ZodString>;
3112
- nativeToken: z.ZodOptional<z.ZodObject<{
3087
+ bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
3088
+ customGrpcUrls: z.ZodOptional<z.ZodString>;
3089
+ deployer: z.ZodOptional<z.ZodObject<{
3113
3090
  name: z.ZodString;
3114
- symbol: z.ZodString;
3115
- decimals: z.ZodNumber;
3116
- denom: z.ZodOptional<z.ZodString>;
3091
+ email: z.ZodOptional<z.ZodString>;
3092
+ url: z.ZodOptional<z.ZodString>;
3117
3093
  }, "strip", z.ZodTypeAny, {
3118
- symbol: string;
3119
3094
  name: string;
3120
- decimals: number;
3121
- denom?: string | undefined;
3095
+ email?: string | undefined;
3096
+ url?: string | undefined;
3122
3097
  }, {
3123
- symbol: string;
3124
3098
  name: string;
3125
- decimals: number;
3126
- denom?: string | undefined;
3099
+ email?: string | undefined;
3100
+ url?: string | undefined;
3127
3101
  }>>;
3128
- protocol: z.ZodNativeEnum<typeof ProtocolType>;
3129
- restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
3102
+ displayName: z.ZodOptional<z.ZodString>;
3103
+ displayNameShort: z.ZodOptional<z.ZodString>;
3104
+ domainId: z.ZodNumber;
3105
+ gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
3106
+ gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
3107
+ grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
3130
3108
  http: z.ZodString;
3131
3109
  concurrency: z.ZodOptional<z.ZodNumber>;
3132
3110
  webSocket: z.ZodOptional<z.ZodString>;
@@ -3183,7 +3161,39 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3183
3161
  } | undefined;
3184
3162
  public?: boolean | undefined;
3185
3163
  }>, "many">>;
3186
- rpcUrls: z.ZodArray<z.ZodObject<{
3164
+ index: z.ZodOptional<z.ZodObject<{
3165
+ from: z.ZodOptional<z.ZodNumber>;
3166
+ chunk: z.ZodOptional<z.ZodNumber>;
3167
+ mode: z.ZodOptional<z.ZodNativeEnum<typeof AgentIndexMode>>;
3168
+ }, "strip", z.ZodTypeAny, {
3169
+ from?: number | undefined;
3170
+ chunk?: number | undefined;
3171
+ mode?: AgentIndexMode | undefined;
3172
+ }, {
3173
+ from?: number | undefined;
3174
+ chunk?: number | undefined;
3175
+ mode?: AgentIndexMode | undefined;
3176
+ }>>;
3177
+ isTestnet: z.ZodOptional<z.ZodBoolean>;
3178
+ logoURI: z.ZodOptional<z.ZodString>;
3179
+ nativeToken: z.ZodOptional<z.ZodObject<{
3180
+ name: z.ZodString;
3181
+ symbol: z.ZodString;
3182
+ decimals: z.ZodNumber;
3183
+ denom: z.ZodOptional<z.ZodString>;
3184
+ }, "strip", z.ZodTypeAny, {
3185
+ symbol: string;
3186
+ name: string;
3187
+ decimals: number;
3188
+ denom?: string | undefined;
3189
+ }, {
3190
+ symbol: string;
3191
+ name: string;
3192
+ decimals: number;
3193
+ denom?: string | undefined;
3194
+ }>>;
3195
+ protocol: z.ZodNativeEnum<typeof ProtocolType>;
3196
+ restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
3187
3197
  http: z.ZodString;
3188
3198
  concurrency: z.ZodOptional<z.ZodNumber>;
3189
3199
  webSocket: z.ZodOptional<z.ZodString>;
@@ -3239,20 +3249,10 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3239
3249
  baseRetryMs: number;
3240
3250
  } | undefined;
3241
3251
  public?: boolean | undefined;
3242
- }>, "many">;
3252
+ }>, "many">>;
3243
3253
  slip44: z.ZodOptional<z.ZodNumber>;
3244
3254
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
3245
3255
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3246
- gasPrice: z.ZodOptional<z.ZodObject<{
3247
- denom: z.ZodString;
3248
- amount: z.ZodString;
3249
- }, "strip", z.ZodTypeAny, {
3250
- denom: string;
3251
- amount: string;
3252
- }, {
3253
- denom: string;
3254
- amount: string;
3255
- }>>;
3256
3256
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3257
3257
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
3258
3258
  key: z.ZodString;
@@ -3348,9 +3348,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3348
3348
  }>>>;
3349
3349
  }, "strip", z.ZodTypeAny, {
3350
3350
  name: string;
3351
- chainId: string | number;
3352
- domainId: number;
3353
- protocol: ProtocolType;
3354
3351
  rpcUrls: {
3355
3352
  http: string;
3356
3353
  concurrency?: number | undefined;
@@ -3366,17 +3363,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3366
3363
  } | undefined;
3367
3364
  public?: boolean | undefined;
3368
3365
  }[];
3366
+ chainId: string | number;
3367
+ domainId: number;
3368
+ protocol: ProtocolType;
3369
3369
  merkleTreeHook: string;
3370
3370
  interchainGasPaymaster: string;
3371
3371
  mailbox: string;
3372
3372
  validatorAnnounce: string;
3373
- availability?: {
3374
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3375
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3376
- } | {
3377
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3373
+ gasPrice?: {
3374
+ denom: string;
3375
+ amount: string;
3378
3376
  } | undefined;
3379
- bech32Prefix?: string | undefined;
3380
3377
  blockExplorers?: {
3381
3378
  name: string;
3382
3379
  url: string;
@@ -3384,6 +3381,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3384
3381
  apiKey?: string | undefined;
3385
3382
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3386
3383
  }[] | undefined;
3384
+ availability?: {
3385
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3386
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3387
+ } | {
3388
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3389
+ } | undefined;
3390
+ bech32Prefix?: string | undefined;
3387
3391
  blocks?: {
3388
3392
  confirmations: number;
3389
3393
  reorgPeriod?: string | number | undefined;
@@ -3446,10 +3450,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3446
3450
  slip44?: number | undefined;
3447
3451
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3448
3452
  transactionOverrides?: Record<string, any> | undefined;
3449
- gasPrice?: {
3450
- denom: string;
3451
- amount: string;
3452
- } | undefined;
3453
3453
  signer?: {
3454
3454
  key: string;
3455
3455
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3487,9 +3487,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3487
3487
  } | undefined;
3488
3488
  }, {
3489
3489
  name: string;
3490
- chainId: string | number;
3491
- domainId: number;
3492
- protocol: ProtocolType;
3493
3490
  rpcUrls: {
3494
3491
  http: string;
3495
3492
  concurrency?: number | undefined;
@@ -3505,17 +3502,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3505
3502
  } | undefined;
3506
3503
  public?: boolean | undefined;
3507
3504
  }[];
3505
+ chainId: string | number;
3506
+ domainId: number;
3507
+ protocol: ProtocolType;
3508
3508
  merkleTreeHook: string;
3509
3509
  interchainGasPaymaster: string;
3510
3510
  mailbox: string;
3511
3511
  validatorAnnounce: string;
3512
- availability?: {
3513
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3514
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3515
- } | {
3516
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3512
+ gasPrice?: {
3513
+ denom: string;
3514
+ amount: string;
3517
3515
  } | undefined;
3518
- bech32Prefix?: string | undefined;
3519
3516
  blockExplorers?: {
3520
3517
  name: string;
3521
3518
  url: string;
@@ -3523,6 +3520,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3523
3520
  apiKey?: string | undefined;
3524
3521
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3525
3522
  }[] | undefined;
3523
+ availability?: {
3524
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3525
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3526
+ } | {
3527
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3528
+ } | undefined;
3529
+ bech32Prefix?: string | undefined;
3526
3530
  blocks?: {
3527
3531
  confirmations: number;
3528
3532
  reorgPeriod?: string | number | undefined;
@@ -3585,10 +3589,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3585
3589
  slip44?: number | undefined;
3586
3590
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3587
3591
  transactionOverrides?: Record<string, any> | undefined;
3588
- gasPrice?: {
3589
- denom: string;
3590
- amount: string;
3591
- } | undefined;
3592
3592
  signer?: {
3593
3593
  key: string;
3594
3594
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3626,9 +3626,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3626
3626
  } | undefined;
3627
3627
  }>, {
3628
3628
  name: string;
3629
- chainId: string | number;
3630
- domainId: number;
3631
- protocol: ProtocolType;
3632
3629
  rpcUrls: {
3633
3630
  http: string;
3634
3631
  concurrency?: number | undefined;
@@ -3644,17 +3641,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3644
3641
  } | undefined;
3645
3642
  public?: boolean | undefined;
3646
3643
  }[];
3644
+ chainId: string | number;
3645
+ domainId: number;
3646
+ protocol: ProtocolType;
3647
3647
  merkleTreeHook: string;
3648
3648
  interchainGasPaymaster: string;
3649
3649
  mailbox: string;
3650
3650
  validatorAnnounce: string;
3651
- availability?: {
3652
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3653
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3654
- } | {
3655
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3651
+ gasPrice?: {
3652
+ denom: string;
3653
+ amount: string;
3656
3654
  } | undefined;
3657
- bech32Prefix?: string | undefined;
3658
3655
  blockExplorers?: {
3659
3656
  name: string;
3660
3657
  url: string;
@@ -3662,6 +3659,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3662
3659
  apiKey?: string | undefined;
3663
3660
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3664
3661
  }[] | undefined;
3662
+ availability?: {
3663
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3664
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3665
+ } | {
3666
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3667
+ } | undefined;
3668
+ bech32Prefix?: string | undefined;
3665
3669
  blocks?: {
3666
3670
  confirmations: number;
3667
3671
  reorgPeriod?: string | number | undefined;
@@ -3724,10 +3728,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3724
3728
  slip44?: number | undefined;
3725
3729
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3726
3730
  transactionOverrides?: Record<string, any> | undefined;
3727
- gasPrice?: {
3728
- denom: string;
3729
- amount: string;
3730
- } | undefined;
3731
3731
  signer?: {
3732
3732
  key: string;
3733
3733
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3765,9 +3765,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3765
3765
  } | undefined;
3766
3766
  }, {
3767
3767
  name: string;
3768
- chainId: string | number;
3769
- domainId: number;
3770
- protocol: ProtocolType;
3771
3768
  rpcUrls: {
3772
3769
  http: string;
3773
3770
  concurrency?: number | undefined;
@@ -3783,17 +3780,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3783
3780
  } | undefined;
3784
3781
  public?: boolean | undefined;
3785
3782
  }[];
3783
+ chainId: string | number;
3784
+ domainId: number;
3785
+ protocol: ProtocolType;
3786
3786
  merkleTreeHook: string;
3787
3787
  interchainGasPaymaster: string;
3788
3788
  mailbox: string;
3789
3789
  validatorAnnounce: string;
3790
- availability?: {
3791
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3792
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3793
- } | {
3794
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3790
+ gasPrice?: {
3791
+ denom: string;
3792
+ amount: string;
3795
3793
  } | undefined;
3796
- bech32Prefix?: string | undefined;
3797
3794
  blockExplorers?: {
3798
3795
  name: string;
3799
3796
  url: string;
@@ -3801,6 +3798,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3801
3798
  apiKey?: string | undefined;
3802
3799
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3803
3800
  }[] | undefined;
3801
+ availability?: {
3802
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3803
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3804
+ } | {
3805
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3806
+ } | undefined;
3807
+ bech32Prefix?: string | undefined;
3804
3808
  blocks?: {
3805
3809
  confirmations: number;
3806
3810
  reorgPeriod?: string | number | undefined;
@@ -3863,10 +3867,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3863
3867
  slip44?: number | undefined;
3864
3868
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
3865
3869
  transactionOverrides?: Record<string, any> | undefined;
3866
- gasPrice?: {
3867
- denom: string;
3868
- amount: string;
3869
- } | undefined;
3870
3870
  signer?: {
3871
3871
  key: string;
3872
3872
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3904,9 +3904,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3904
3904
  } | undefined;
3905
3905
  }>>, Record<string, {
3906
3906
  name: string;
3907
- chainId: string | number;
3908
- domainId: number;
3909
- protocol: ProtocolType;
3910
3907
  rpcUrls: {
3911
3908
  http: string;
3912
3909
  concurrency?: number | undefined;
@@ -3922,17 +3919,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3922
3919
  } | undefined;
3923
3920
  public?: boolean | undefined;
3924
3921
  }[];
3922
+ chainId: string | number;
3923
+ domainId: number;
3924
+ protocol: ProtocolType;
3925
3925
  merkleTreeHook: string;
3926
3926
  interchainGasPaymaster: string;
3927
3927
  mailbox: string;
3928
3928
  validatorAnnounce: string;
3929
- availability?: {
3930
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3931
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3932
- } | {
3933
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3929
+ gasPrice?: {
3930
+ denom: string;
3931
+ amount: string;
3934
3932
  } | undefined;
3935
- bech32Prefix?: string | undefined;
3936
3933
  blockExplorers?: {
3937
3934
  name: string;
3938
3935
  url: string;
@@ -3940,6 +3937,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3940
3937
  apiKey?: string | undefined;
3941
3938
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
3942
3939
  }[] | undefined;
3940
+ availability?: {
3941
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
3942
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
3943
+ } | {
3944
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
3945
+ } | undefined;
3946
+ bech32Prefix?: string | undefined;
3943
3947
  blocks?: {
3944
3948
  confirmations: number;
3945
3949
  reorgPeriod?: string | number | undefined;
@@ -4002,10 +4006,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4002
4006
  slip44?: number | undefined;
4003
4007
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4004
4008
  transactionOverrides?: Record<string, any> | undefined;
4005
- gasPrice?: {
4006
- denom: string;
4007
- amount: string;
4008
- } | undefined;
4009
4009
  signer?: {
4010
4010
  key: string;
4011
4011
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4043,9 +4043,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4043
4043
  } | undefined;
4044
4044
  }>, Record<string, {
4045
4045
  name: string;
4046
- chainId: string | number;
4047
- domainId: number;
4048
- protocol: ProtocolType;
4049
4046
  rpcUrls: {
4050
4047
  http: string;
4051
4048
  concurrency?: number | undefined;
@@ -4061,17 +4058,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4061
4058
  } | undefined;
4062
4059
  public?: boolean | undefined;
4063
4060
  }[];
4061
+ chainId: string | number;
4062
+ domainId: number;
4063
+ protocol: ProtocolType;
4064
4064
  merkleTreeHook: string;
4065
4065
  interchainGasPaymaster: string;
4066
4066
  mailbox: string;
4067
4067
  validatorAnnounce: string;
4068
- availability?: {
4069
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4070
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4071
- } | {
4072
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4068
+ gasPrice?: {
4069
+ denom: string;
4070
+ amount: string;
4073
4071
  } | undefined;
4074
- bech32Prefix?: string | undefined;
4075
4072
  blockExplorers?: {
4076
4073
  name: string;
4077
4074
  url: string;
@@ -4079,6 +4076,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4079
4076
  apiKey?: string | undefined;
4080
4077
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4081
4078
  }[] | undefined;
4079
+ availability?: {
4080
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4081
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4082
+ } | {
4083
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4084
+ } | undefined;
4085
+ bech32Prefix?: string | undefined;
4082
4086
  blocks?: {
4083
4087
  confirmations: number;
4084
4088
  reorgPeriod?: string | number | undefined;
@@ -4141,10 +4145,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4141
4145
  slip44?: number | undefined;
4142
4146
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4143
4147
  transactionOverrides?: Record<string, any> | undefined;
4144
- gasPrice?: {
4145
- denom: string;
4146
- amount: string;
4147
- } | undefined;
4148
4148
  signer?: {
4149
4149
  key: string;
4150
4150
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4498,9 +4498,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4498
4498
  }, "strip", z.ZodTypeAny, {
4499
4499
  chains: Record<string, {
4500
4500
  name: string;
4501
- chainId: string | number;
4502
- domainId: number;
4503
- protocol: ProtocolType;
4504
4501
  rpcUrls: {
4505
4502
  http: string;
4506
4503
  concurrency?: number | undefined;
@@ -4516,17 +4513,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4516
4513
  } | undefined;
4517
4514
  public?: boolean | undefined;
4518
4515
  }[];
4516
+ chainId: string | number;
4517
+ domainId: number;
4518
+ protocol: ProtocolType;
4519
4519
  merkleTreeHook: string;
4520
4520
  interchainGasPaymaster: string;
4521
4521
  mailbox: string;
4522
4522
  validatorAnnounce: string;
4523
- availability?: {
4524
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4525
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4526
- } | {
4527
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4523
+ gasPrice?: {
4524
+ denom: string;
4525
+ amount: string;
4528
4526
  } | undefined;
4529
- bech32Prefix?: string | undefined;
4530
4527
  blockExplorers?: {
4531
4528
  name: string;
4532
4529
  url: string;
@@ -4534,6 +4531,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4534
4531
  apiKey?: string | undefined;
4535
4532
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4536
4533
  }[] | undefined;
4534
+ availability?: {
4535
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4536
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4537
+ } | {
4538
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4539
+ } | undefined;
4540
+ bech32Prefix?: string | undefined;
4537
4541
  blocks?: {
4538
4542
  confirmations: number;
4539
4543
  reorgPeriod?: string | number | undefined;
@@ -4596,10 +4600,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4596
4600
  slip44?: number | undefined;
4597
4601
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4598
4602
  transactionOverrides?: Record<string, any> | undefined;
4599
- gasPrice?: {
4600
- denom: string;
4601
- amount: string;
4602
- } | undefined;
4603
4603
  signer?: {
4604
4604
  key: string;
4605
4605
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4736,9 +4736,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4736
4736
  }, {
4737
4737
  chains: Record<string, {
4738
4738
  name: string;
4739
- chainId: string | number;
4740
- domainId: number;
4741
- protocol: ProtocolType;
4742
4739
  rpcUrls: {
4743
4740
  http: string;
4744
4741
  concurrency?: number | undefined;
@@ -4754,17 +4751,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4754
4751
  } | undefined;
4755
4752
  public?: boolean | undefined;
4756
4753
  }[];
4754
+ chainId: string | number;
4755
+ domainId: number;
4756
+ protocol: ProtocolType;
4757
4757
  merkleTreeHook: string;
4758
4758
  interchainGasPaymaster: string;
4759
4759
  mailbox: string;
4760
4760
  validatorAnnounce: string;
4761
- availability?: {
4762
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4763
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4764
- } | {
4765
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4761
+ gasPrice?: {
4762
+ denom: string;
4763
+ amount: string;
4766
4764
  } | undefined;
4767
- bech32Prefix?: string | undefined;
4768
4765
  blockExplorers?: {
4769
4766
  name: string;
4770
4767
  url: string;
@@ -4772,6 +4769,13 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4772
4769
  apiKey?: string | undefined;
4773
4770
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
4774
4771
  }[] | undefined;
4772
+ availability?: {
4773
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4774
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4775
+ } | {
4776
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4777
+ } | undefined;
4778
+ bech32Prefix?: string | undefined;
4775
4779
  blocks?: {
4776
4780
  confirmations: number;
4777
4781
  reorgPeriod?: string | number | undefined;
@@ -4834,10 +4838,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4834
4838
  slip44?: number | undefined;
4835
4839
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
4836
4840
  transactionOverrides?: Record<string, any> | undefined;
4837
- gasPrice?: {
4838
- denom: string;
4839
- amount: string;
4840
- } | undefined;
4841
4841
  signer?: {
4842
4842
  key: string;
4843
4843
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4977,23 +4977,16 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4977
4977
  metricsPort: z.ZodOptional<z.ZodNumber>;
4978
4978
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
4979
4979
  name: z.ZodString;
4980
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4981
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
4982
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
4983
- }, "strip", z.ZodTypeAny, {
4984
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4985
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4986
- }, {
4987
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
4988
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
4989
- }>, z.ZodObject<{
4990
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
4980
+ gasPrice: z.ZodOptional<z.ZodObject<{
4981
+ denom: z.ZodString;
4982
+ amount: z.ZodString;
4991
4983
  }, "strip", z.ZodTypeAny, {
4992
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4993
- }, {
4994
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
4995
- }>]>>;
4996
- bech32Prefix: z.ZodOptional<z.ZodString>;
4984
+ denom: string;
4985
+ amount: string;
4986
+ }, {
4987
+ denom: string;
4988
+ amount: string;
4989
+ }>>;
4997
4990
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
4998
4991
  name: z.ZodString;
4999
4992
  url: z.ZodString;
@@ -5013,6 +5006,81 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5013
5006
  apiKey?: string | undefined;
5014
5007
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5015
5008
  }>, "many">>;
5009
+ rpcUrls: z.ZodArray<z.ZodObject<{
5010
+ http: z.ZodString;
5011
+ concurrency: z.ZodOptional<z.ZodNumber>;
5012
+ webSocket: z.ZodOptional<z.ZodString>;
5013
+ pagination: z.ZodOptional<z.ZodObject<{
5014
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
5015
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
5016
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
5017
+ }, "strip", z.ZodTypeAny, {
5018
+ maxBlockRange?: number | undefined;
5019
+ minBlockNumber?: number | undefined;
5020
+ maxBlockAge?: number | undefined;
5021
+ }, {
5022
+ maxBlockRange?: number | undefined;
5023
+ minBlockNumber?: number | undefined;
5024
+ maxBlockAge?: number | undefined;
5025
+ }>>;
5026
+ retry: z.ZodOptional<z.ZodObject<{
5027
+ maxRequests: z.ZodNumber;
5028
+ baseRetryMs: z.ZodNumber;
5029
+ }, "strip", z.ZodTypeAny, {
5030
+ maxRequests: number;
5031
+ baseRetryMs: number;
5032
+ }, {
5033
+ maxRequests: number;
5034
+ baseRetryMs: number;
5035
+ }>>;
5036
+ public: z.ZodOptional<z.ZodBoolean>;
5037
+ }, "strip", z.ZodTypeAny, {
5038
+ http: string;
5039
+ concurrency?: number | undefined;
5040
+ webSocket?: string | undefined;
5041
+ pagination?: {
5042
+ maxBlockRange?: number | undefined;
5043
+ minBlockNumber?: number | undefined;
5044
+ maxBlockAge?: number | undefined;
5045
+ } | undefined;
5046
+ retry?: {
5047
+ maxRequests: number;
5048
+ baseRetryMs: number;
5049
+ } | undefined;
5050
+ public?: boolean | undefined;
5051
+ }, {
5052
+ http: string;
5053
+ concurrency?: number | undefined;
5054
+ webSocket?: string | undefined;
5055
+ pagination?: {
5056
+ maxBlockRange?: number | undefined;
5057
+ minBlockNumber?: number | undefined;
5058
+ maxBlockAge?: number | undefined;
5059
+ } | undefined;
5060
+ retry?: {
5061
+ maxRequests: number;
5062
+ baseRetryMs: number;
5063
+ } | undefined;
5064
+ public?: boolean | undefined;
5065
+ }>, "many">;
5066
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
5067
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
5068
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
5069
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
5070
+ }, "strip", z.ZodTypeAny, {
5071
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5072
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5073
+ }, {
5074
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5075
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5076
+ }>, z.ZodObject<{
5077
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
5078
+ }, "strip", z.ZodTypeAny, {
5079
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5080
+ }, {
5081
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5082
+ }>]>>;
5083
+ bech32Prefix: z.ZodOptional<z.ZodString>;
5016
5084
  blocks: z.ZodOptional<z.ZodObject<{
5017
5085
  confirmations: z.ZodNumber;
5018
5086
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -5027,7 +5095,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5027
5095
  estimateBlockTime?: number | undefined;
5028
5096
  }>>;
5029
5097
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
5030
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
5031
5098
  customGrpcUrls: z.ZodOptional<z.ZodString>;
5032
5099
  deployer: z.ZodOptional<z.ZodObject<{
5033
5100
  name: z.ZodString;
@@ -5193,76 +5260,9 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5193
5260
  } | undefined;
5194
5261
  public?: boolean | undefined;
5195
5262
  }>, "many">>;
5196
- rpcUrls: z.ZodArray<z.ZodObject<{
5197
- http: z.ZodString;
5198
- concurrency: z.ZodOptional<z.ZodNumber>;
5199
- webSocket: z.ZodOptional<z.ZodString>;
5200
- pagination: z.ZodOptional<z.ZodObject<{
5201
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
5202
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
5203
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
5204
- }, "strip", z.ZodTypeAny, {
5205
- maxBlockRange?: number | undefined;
5206
- minBlockNumber?: number | undefined;
5207
- maxBlockAge?: number | undefined;
5208
- }, {
5209
- maxBlockRange?: number | undefined;
5210
- minBlockNumber?: number | undefined;
5211
- maxBlockAge?: number | undefined;
5212
- }>>;
5213
- retry: z.ZodOptional<z.ZodObject<{
5214
- maxRequests: z.ZodNumber;
5215
- baseRetryMs: z.ZodNumber;
5216
- }, "strip", z.ZodTypeAny, {
5217
- maxRequests: number;
5218
- baseRetryMs: number;
5219
- }, {
5220
- maxRequests: number;
5221
- baseRetryMs: number;
5222
- }>>;
5223
- public: z.ZodOptional<z.ZodBoolean>;
5224
- }, "strip", z.ZodTypeAny, {
5225
- http: string;
5226
- concurrency?: number | undefined;
5227
- webSocket?: string | undefined;
5228
- pagination?: {
5229
- maxBlockRange?: number | undefined;
5230
- minBlockNumber?: number | undefined;
5231
- maxBlockAge?: number | undefined;
5232
- } | undefined;
5233
- retry?: {
5234
- maxRequests: number;
5235
- baseRetryMs: number;
5236
- } | undefined;
5237
- public?: boolean | undefined;
5238
- }, {
5239
- http: string;
5240
- concurrency?: number | undefined;
5241
- webSocket?: string | undefined;
5242
- pagination?: {
5243
- maxBlockRange?: number | undefined;
5244
- minBlockNumber?: number | undefined;
5245
- maxBlockAge?: number | undefined;
5246
- } | undefined;
5247
- retry?: {
5248
- maxRequests: number;
5249
- baseRetryMs: number;
5250
- } | undefined;
5251
- public?: boolean | undefined;
5252
- }>, "many">;
5253
5263
  slip44: z.ZodOptional<z.ZodNumber>;
5254
5264
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
5255
5265
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
5256
- gasPrice: z.ZodOptional<z.ZodObject<{
5257
- denom: z.ZodString;
5258
- amount: z.ZodString;
5259
- }, "strip", z.ZodTypeAny, {
5260
- denom: string;
5261
- amount: string;
5262
- }, {
5263
- denom: string;
5264
- amount: string;
5265
- }>>;
5266
5266
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
5267
5267
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
5268
5268
  key: z.ZodString;
@@ -5358,9 +5358,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5358
5358
  }>>>;
5359
5359
  }, "strip", z.ZodTypeAny, {
5360
5360
  name: string;
5361
- chainId: string | number;
5362
- domainId: number;
5363
- protocol: ProtocolType;
5364
5361
  rpcUrls: {
5365
5362
  http: string;
5366
5363
  concurrency?: number | undefined;
@@ -5376,17 +5373,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5376
5373
  } | undefined;
5377
5374
  public?: boolean | undefined;
5378
5375
  }[];
5376
+ chainId: string | number;
5377
+ domainId: number;
5378
+ protocol: ProtocolType;
5379
5379
  merkleTreeHook: string;
5380
5380
  interchainGasPaymaster: string;
5381
5381
  mailbox: string;
5382
5382
  validatorAnnounce: string;
5383
- availability?: {
5384
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5385
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5386
- } | {
5387
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5383
+ gasPrice?: {
5384
+ denom: string;
5385
+ amount: string;
5388
5386
  } | undefined;
5389
- bech32Prefix?: string | undefined;
5390
5387
  blockExplorers?: {
5391
5388
  name: string;
5392
5389
  url: string;
@@ -5394,6 +5391,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5394
5391
  apiKey?: string | undefined;
5395
5392
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5396
5393
  }[] | undefined;
5394
+ availability?: {
5395
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5396
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5397
+ } | {
5398
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5399
+ } | undefined;
5400
+ bech32Prefix?: string | undefined;
5397
5401
  blocks?: {
5398
5402
  confirmations: number;
5399
5403
  reorgPeriod?: string | number | undefined;
@@ -5456,10 +5460,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5456
5460
  slip44?: number | undefined;
5457
5461
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5458
5462
  transactionOverrides?: Record<string, any> | undefined;
5459
- gasPrice?: {
5460
- denom: string;
5461
- amount: string;
5462
- } | undefined;
5463
5463
  signer?: {
5464
5464
  key: string;
5465
5465
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5497,9 +5497,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5497
5497
  } | undefined;
5498
5498
  }, {
5499
5499
  name: string;
5500
- chainId: string | number;
5501
- domainId: number;
5502
- protocol: ProtocolType;
5503
5500
  rpcUrls: {
5504
5501
  http: string;
5505
5502
  concurrency?: number | undefined;
@@ -5515,17 +5512,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5515
5512
  } | undefined;
5516
5513
  public?: boolean | undefined;
5517
5514
  }[];
5515
+ chainId: string | number;
5516
+ domainId: number;
5517
+ protocol: ProtocolType;
5518
5518
  merkleTreeHook: string;
5519
5519
  interchainGasPaymaster: string;
5520
5520
  mailbox: string;
5521
5521
  validatorAnnounce: string;
5522
- availability?: {
5523
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5524
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5525
- } | {
5526
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5522
+ gasPrice?: {
5523
+ denom: string;
5524
+ amount: string;
5527
5525
  } | undefined;
5528
- bech32Prefix?: string | undefined;
5529
5526
  blockExplorers?: {
5530
5527
  name: string;
5531
5528
  url: string;
@@ -5533,6 +5530,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5533
5530
  apiKey?: string | undefined;
5534
5531
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5535
5532
  }[] | undefined;
5533
+ availability?: {
5534
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5535
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5536
+ } | {
5537
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5538
+ } | undefined;
5539
+ bech32Prefix?: string | undefined;
5536
5540
  blocks?: {
5537
5541
  confirmations: number;
5538
5542
  reorgPeriod?: string | number | undefined;
@@ -5595,10 +5599,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5595
5599
  slip44?: number | undefined;
5596
5600
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5597
5601
  transactionOverrides?: Record<string, any> | undefined;
5598
- gasPrice?: {
5599
- denom: string;
5600
- amount: string;
5601
- } | undefined;
5602
5602
  signer?: {
5603
5603
  key: string;
5604
5604
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5636,9 +5636,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5636
5636
  } | undefined;
5637
5637
  }>, {
5638
5638
  name: string;
5639
- chainId: string | number;
5640
- domainId: number;
5641
- protocol: ProtocolType;
5642
5639
  rpcUrls: {
5643
5640
  http: string;
5644
5641
  concurrency?: number | undefined;
@@ -5654,17 +5651,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5654
5651
  } | undefined;
5655
5652
  public?: boolean | undefined;
5656
5653
  }[];
5654
+ chainId: string | number;
5655
+ domainId: number;
5656
+ protocol: ProtocolType;
5657
5657
  merkleTreeHook: string;
5658
5658
  interchainGasPaymaster: string;
5659
5659
  mailbox: string;
5660
5660
  validatorAnnounce: string;
5661
- availability?: {
5662
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5663
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5664
- } | {
5665
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5661
+ gasPrice?: {
5662
+ denom: string;
5663
+ amount: string;
5666
5664
  } | undefined;
5667
- bech32Prefix?: string | undefined;
5668
5665
  blockExplorers?: {
5669
5666
  name: string;
5670
5667
  url: string;
@@ -5672,6 +5669,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5672
5669
  apiKey?: string | undefined;
5673
5670
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5674
5671
  }[] | undefined;
5672
+ availability?: {
5673
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5674
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5675
+ } | {
5676
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5677
+ } | undefined;
5678
+ bech32Prefix?: string | undefined;
5675
5679
  blocks?: {
5676
5680
  confirmations: number;
5677
5681
  reorgPeriod?: string | number | undefined;
@@ -5734,10 +5738,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5734
5738
  slip44?: number | undefined;
5735
5739
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5736
5740
  transactionOverrides?: Record<string, any> | undefined;
5737
- gasPrice?: {
5738
- denom: string;
5739
- amount: string;
5740
- } | undefined;
5741
5741
  signer?: {
5742
5742
  key: string;
5743
5743
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5775,9 +5775,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5775
5775
  } | undefined;
5776
5776
  }, {
5777
5777
  name: string;
5778
- chainId: string | number;
5779
- domainId: number;
5780
- protocol: ProtocolType;
5781
5778
  rpcUrls: {
5782
5779
  http: string;
5783
5780
  concurrency?: number | undefined;
@@ -5793,17 +5790,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5793
5790
  } | undefined;
5794
5791
  public?: boolean | undefined;
5795
5792
  }[];
5793
+ chainId: string | number;
5794
+ domainId: number;
5795
+ protocol: ProtocolType;
5796
5796
  merkleTreeHook: string;
5797
5797
  interchainGasPaymaster: string;
5798
5798
  mailbox: string;
5799
5799
  validatorAnnounce: string;
5800
- availability?: {
5801
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5802
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5803
- } | {
5804
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5800
+ gasPrice?: {
5801
+ denom: string;
5802
+ amount: string;
5805
5803
  } | undefined;
5806
- bech32Prefix?: string | undefined;
5807
5804
  blockExplorers?: {
5808
5805
  name: string;
5809
5806
  url: string;
@@ -5811,6 +5808,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5811
5808
  apiKey?: string | undefined;
5812
5809
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5813
5810
  }[] | undefined;
5811
+ availability?: {
5812
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5813
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5814
+ } | {
5815
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5816
+ } | undefined;
5817
+ bech32Prefix?: string | undefined;
5814
5818
  blocks?: {
5815
5819
  confirmations: number;
5816
5820
  reorgPeriod?: string | number | undefined;
@@ -5873,10 +5877,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5873
5877
  slip44?: number | undefined;
5874
5878
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
5875
5879
  transactionOverrides?: Record<string, any> | undefined;
5876
- gasPrice?: {
5877
- denom: string;
5878
- amount: string;
5879
- } | undefined;
5880
5880
  signer?: {
5881
5881
  key: string;
5882
5882
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5913,10 +5913,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5913
5913
  url?: string | undefined;
5914
5914
  } | undefined;
5915
5915
  }>>, Record<string, {
5916
- name: string;
5917
- chainId: string | number;
5918
- domainId: number;
5919
- protocol: ProtocolType;
5916
+ name: string;
5920
5917
  rpcUrls: {
5921
5918
  http: string;
5922
5919
  concurrency?: number | undefined;
@@ -5932,17 +5929,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5932
5929
  } | undefined;
5933
5930
  public?: boolean | undefined;
5934
5931
  }[];
5932
+ chainId: string | number;
5933
+ domainId: number;
5934
+ protocol: ProtocolType;
5935
5935
  merkleTreeHook: string;
5936
5936
  interchainGasPaymaster: string;
5937
5937
  mailbox: string;
5938
5938
  validatorAnnounce: string;
5939
- availability?: {
5940
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5941
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5942
- } | {
5943
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5939
+ gasPrice?: {
5940
+ denom: string;
5941
+ amount: string;
5944
5942
  } | undefined;
5945
- bech32Prefix?: string | undefined;
5946
5943
  blockExplorers?: {
5947
5944
  name: string;
5948
5945
  url: string;
@@ -5950,6 +5947,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5950
5947
  apiKey?: string | undefined;
5951
5948
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
5952
5949
  }[] | undefined;
5950
+ availability?: {
5951
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
5952
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
5953
+ } | {
5954
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
5955
+ } | undefined;
5956
+ bech32Prefix?: string | undefined;
5953
5957
  blocks?: {
5954
5958
  confirmations: number;
5955
5959
  reorgPeriod?: string | number | undefined;
@@ -6012,10 +6016,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6012
6016
  slip44?: number | undefined;
6013
6017
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6014
6018
  transactionOverrides?: Record<string, any> | undefined;
6015
- gasPrice?: {
6016
- denom: string;
6017
- amount: string;
6018
- } | undefined;
6019
6019
  signer?: {
6020
6020
  key: string;
6021
6021
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6053,9 +6053,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6053
6053
  } | undefined;
6054
6054
  }>, Record<string, {
6055
6055
  name: string;
6056
- chainId: string | number;
6057
- domainId: number;
6058
- protocol: ProtocolType;
6059
6056
  rpcUrls: {
6060
6057
  http: string;
6061
6058
  concurrency?: number | undefined;
@@ -6071,17 +6068,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6071
6068
  } | undefined;
6072
6069
  public?: boolean | undefined;
6073
6070
  }[];
6071
+ chainId: string | number;
6072
+ domainId: number;
6073
+ protocol: ProtocolType;
6074
6074
  merkleTreeHook: string;
6075
6075
  interchainGasPaymaster: string;
6076
6076
  mailbox: string;
6077
6077
  validatorAnnounce: string;
6078
- availability?: {
6079
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6080
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6081
- } | {
6082
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6078
+ gasPrice?: {
6079
+ denom: string;
6080
+ amount: string;
6083
6081
  } | undefined;
6084
- bech32Prefix?: string | undefined;
6085
6082
  blockExplorers?: {
6086
6083
  name: string;
6087
6084
  url: string;
@@ -6089,6 +6086,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6089
6086
  apiKey?: string | undefined;
6090
6087
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6091
6088
  }[] | undefined;
6089
+ availability?: {
6090
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6091
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6092
+ } | {
6093
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6094
+ } | undefined;
6095
+ bech32Prefix?: string | undefined;
6092
6096
  blocks?: {
6093
6097
  confirmations: number;
6094
6098
  reorgPeriod?: string | number | undefined;
@@ -6151,10 +6155,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6151
6155
  slip44?: number | undefined;
6152
6156
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6153
6157
  transactionOverrides?: Record<string, any> | undefined;
6154
- gasPrice?: {
6155
- denom: string;
6156
- amount: string;
6157
- } | undefined;
6158
6158
  signer?: {
6159
6159
  key: string;
6160
6160
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6258,9 +6258,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6258
6258
  }, "strip", z.ZodTypeAny, {
6259
6259
  chains: Record<string, {
6260
6260
  name: string;
6261
- chainId: string | number;
6262
- domainId: number;
6263
- protocol: ProtocolType;
6264
6261
  rpcUrls: {
6265
6262
  http: string;
6266
6263
  concurrency?: number | undefined;
@@ -6276,17 +6273,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6276
6273
  } | undefined;
6277
6274
  public?: boolean | undefined;
6278
6275
  }[];
6276
+ chainId: string | number;
6277
+ domainId: number;
6278
+ protocol: ProtocolType;
6279
6279
  merkleTreeHook: string;
6280
6280
  interchainGasPaymaster: string;
6281
6281
  mailbox: string;
6282
6282
  validatorAnnounce: string;
6283
- availability?: {
6284
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6285
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6286
- } | {
6287
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6283
+ gasPrice?: {
6284
+ denom: string;
6285
+ amount: string;
6288
6286
  } | undefined;
6289
- bech32Prefix?: string | undefined;
6290
6287
  blockExplorers?: {
6291
6288
  name: string;
6292
6289
  url: string;
@@ -6294,6 +6291,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6294
6291
  apiKey?: string | undefined;
6295
6292
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6296
6293
  }[] | undefined;
6294
+ availability?: {
6295
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6296
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6297
+ } | {
6298
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6299
+ } | undefined;
6300
+ bech32Prefix?: string | undefined;
6297
6301
  blocks?: {
6298
6302
  confirmations: number;
6299
6303
  reorgPeriod?: string | number | undefined;
@@ -6356,10 +6360,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6356
6360
  slip44?: number | undefined;
6357
6361
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6358
6362
  transactionOverrides?: Record<string, any> | undefined;
6359
- gasPrice?: {
6360
- denom: string;
6361
- amount: string;
6362
- } | undefined;
6363
6363
  signer?: {
6364
6364
  key: string;
6365
6365
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6424,9 +6424,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6424
6424
  }, {
6425
6425
  chains: Record<string, {
6426
6426
  name: string;
6427
- chainId: string | number;
6428
- domainId: number;
6429
- protocol: ProtocolType;
6430
6427
  rpcUrls: {
6431
6428
  http: string;
6432
6429
  concurrency?: number | undefined;
@@ -6442,17 +6439,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6442
6439
  } | undefined;
6443
6440
  public?: boolean | undefined;
6444
6441
  }[];
6442
+ chainId: string | number;
6443
+ domainId: number;
6444
+ protocol: ProtocolType;
6445
6445
  merkleTreeHook: string;
6446
6446
  interchainGasPaymaster: string;
6447
6447
  mailbox: string;
6448
6448
  validatorAnnounce: string;
6449
- availability?: {
6450
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6451
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6452
- } | {
6453
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6449
+ gasPrice?: {
6450
+ denom: string;
6451
+ amount: string;
6454
6452
  } | undefined;
6455
- bech32Prefix?: string | undefined;
6456
6453
  blockExplorers?: {
6457
6454
  name: string;
6458
6455
  url: string;
@@ -6460,6 +6457,13 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6460
6457
  apiKey?: string | undefined;
6461
6458
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6462
6459
  }[] | undefined;
6460
+ availability?: {
6461
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6462
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6463
+ } | {
6464
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6465
+ } | undefined;
6466
+ bech32Prefix?: string | undefined;
6463
6467
  blocks?: {
6464
6468
  confirmations: number;
6465
6469
  reorgPeriod?: string | number | undefined;
@@ -6522,10 +6526,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6522
6526
  slip44?: number | undefined;
6523
6527
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
6524
6528
  transactionOverrides?: Record<string, any> | undefined;
6525
- gasPrice?: {
6526
- denom: string;
6527
- amount: string;
6528
- } | undefined;
6529
6529
  signer?: {
6530
6530
  key: string;
6531
6531
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6593,23 +6593,16 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6593
6593
  metricsPort: z.ZodOptional<z.ZodNumber>;
6594
6594
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
6595
6595
  name: z.ZodString;
6596
- availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6597
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
6598
- reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
6599
- }, "strip", z.ZodTypeAny, {
6600
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6601
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6602
- }, {
6603
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6604
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6605
- }>, z.ZodObject<{
6606
- status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
6596
+ gasPrice: z.ZodOptional<z.ZodObject<{
6597
+ denom: z.ZodString;
6598
+ amount: z.ZodString;
6607
6599
  }, "strip", z.ZodTypeAny, {
6608
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6600
+ denom: string;
6601
+ amount: string;
6609
6602
  }, {
6610
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6611
- }>]>>;
6612
- bech32Prefix: z.ZodOptional<z.ZodString>;
6603
+ denom: string;
6604
+ amount: string;
6605
+ }>>;
6613
6606
  blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
6614
6607
  name: z.ZodString;
6615
6608
  url: z.ZodString;
@@ -6629,6 +6622,81 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6629
6622
  apiKey?: string | undefined;
6630
6623
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
6631
6624
  }>, "many">>;
6625
+ rpcUrls: z.ZodArray<z.ZodObject<{
6626
+ http: z.ZodString;
6627
+ concurrency: z.ZodOptional<z.ZodNumber>;
6628
+ webSocket: z.ZodOptional<z.ZodString>;
6629
+ pagination: z.ZodOptional<z.ZodObject<{
6630
+ maxBlockRange: z.ZodOptional<z.ZodNumber>;
6631
+ minBlockNumber: z.ZodOptional<z.ZodNumber>;
6632
+ maxBlockAge: z.ZodOptional<z.ZodNumber>;
6633
+ }, "strip", z.ZodTypeAny, {
6634
+ maxBlockRange?: number | undefined;
6635
+ minBlockNumber?: number | undefined;
6636
+ maxBlockAge?: number | undefined;
6637
+ }, {
6638
+ maxBlockRange?: number | undefined;
6639
+ minBlockNumber?: number | undefined;
6640
+ maxBlockAge?: number | undefined;
6641
+ }>>;
6642
+ retry: z.ZodOptional<z.ZodObject<{
6643
+ maxRequests: z.ZodNumber;
6644
+ baseRetryMs: z.ZodNumber;
6645
+ }, "strip", z.ZodTypeAny, {
6646
+ maxRequests: number;
6647
+ baseRetryMs: number;
6648
+ }, {
6649
+ maxRequests: number;
6650
+ baseRetryMs: number;
6651
+ }>>;
6652
+ public: z.ZodOptional<z.ZodBoolean>;
6653
+ }, "strip", z.ZodTypeAny, {
6654
+ http: string;
6655
+ concurrency?: number | undefined;
6656
+ webSocket?: string | undefined;
6657
+ pagination?: {
6658
+ maxBlockRange?: number | undefined;
6659
+ minBlockNumber?: number | undefined;
6660
+ maxBlockAge?: number | undefined;
6661
+ } | undefined;
6662
+ retry?: {
6663
+ maxRequests: number;
6664
+ baseRetryMs: number;
6665
+ } | undefined;
6666
+ public?: boolean | undefined;
6667
+ }, {
6668
+ http: string;
6669
+ concurrency?: number | undefined;
6670
+ webSocket?: string | undefined;
6671
+ pagination?: {
6672
+ maxBlockRange?: number | undefined;
6673
+ minBlockNumber?: number | undefined;
6674
+ maxBlockAge?: number | undefined;
6675
+ } | undefined;
6676
+ retry?: {
6677
+ maxRequests: number;
6678
+ baseRetryMs: number;
6679
+ } | undefined;
6680
+ public?: boolean | undefined;
6681
+ }>, "many">;
6682
+ chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
6683
+ availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6684
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Disabled>;
6685
+ reasons: z.ZodArray<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainDisabledReason>, "many">;
6686
+ }, "strip", z.ZodTypeAny, {
6687
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6688
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6689
+ }, {
6690
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
6691
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
6692
+ }>, z.ZodObject<{
6693
+ status: z.ZodLiteral<import("@hyperlane-xyz/sdk").ChainStatus.Live>;
6694
+ }, "strip", z.ZodTypeAny, {
6695
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6696
+ }, {
6697
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6698
+ }>]>>;
6699
+ bech32Prefix: z.ZodOptional<z.ZodString>;
6632
6700
  blocks: z.ZodOptional<z.ZodObject<{
6633
6701
  confirmations: z.ZodNumber;
6634
6702
  reorgPeriod: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
@@ -6643,7 +6711,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6643
6711
  estimateBlockTime?: number | undefined;
6644
6712
  }>>;
6645
6713
  bypassBatchSimulation: z.ZodOptional<z.ZodBoolean>;
6646
- chainId: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
6647
6714
  customGrpcUrls: z.ZodOptional<z.ZodString>;
6648
6715
  deployer: z.ZodOptional<z.ZodObject<{
6649
6716
  name: z.ZodString;
@@ -6739,77 +6806,20 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6739
6806
  name: z.ZodString;
6740
6807
  symbol: z.ZodString;
6741
6808
  decimals: z.ZodNumber;
6742
- denom: z.ZodOptional<z.ZodString>;
6743
- }, "strip", z.ZodTypeAny, {
6744
- symbol: string;
6745
- name: string;
6746
- decimals: number;
6747
- denom?: string | undefined;
6748
- }, {
6749
- symbol: string;
6750
- name: string;
6751
- decimals: number;
6752
- denom?: string | undefined;
6753
- }>>;
6754
- protocol: z.ZodNativeEnum<typeof ProtocolType>;
6755
- restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
6756
- http: z.ZodString;
6757
- concurrency: z.ZodOptional<z.ZodNumber>;
6758
- webSocket: z.ZodOptional<z.ZodString>;
6759
- pagination: z.ZodOptional<z.ZodObject<{
6760
- maxBlockRange: z.ZodOptional<z.ZodNumber>;
6761
- minBlockNumber: z.ZodOptional<z.ZodNumber>;
6762
- maxBlockAge: z.ZodOptional<z.ZodNumber>;
6763
- }, "strip", z.ZodTypeAny, {
6764
- maxBlockRange?: number | undefined;
6765
- minBlockNumber?: number | undefined;
6766
- maxBlockAge?: number | undefined;
6767
- }, {
6768
- maxBlockRange?: number | undefined;
6769
- minBlockNumber?: number | undefined;
6770
- maxBlockAge?: number | undefined;
6771
- }>>;
6772
- retry: z.ZodOptional<z.ZodObject<{
6773
- maxRequests: z.ZodNumber;
6774
- baseRetryMs: z.ZodNumber;
6775
- }, "strip", z.ZodTypeAny, {
6776
- maxRequests: number;
6777
- baseRetryMs: number;
6778
- }, {
6779
- maxRequests: number;
6780
- baseRetryMs: number;
6781
- }>>;
6782
- public: z.ZodOptional<z.ZodBoolean>;
6783
- }, "strip", z.ZodTypeAny, {
6784
- http: string;
6785
- concurrency?: number | undefined;
6786
- webSocket?: string | undefined;
6787
- pagination?: {
6788
- maxBlockRange?: number | undefined;
6789
- minBlockNumber?: number | undefined;
6790
- maxBlockAge?: number | undefined;
6791
- } | undefined;
6792
- retry?: {
6793
- maxRequests: number;
6794
- baseRetryMs: number;
6795
- } | undefined;
6796
- public?: boolean | undefined;
6809
+ denom: z.ZodOptional<z.ZodString>;
6810
+ }, "strip", z.ZodTypeAny, {
6811
+ symbol: string;
6812
+ name: string;
6813
+ decimals: number;
6814
+ denom?: string | undefined;
6797
6815
  }, {
6798
- http: string;
6799
- concurrency?: number | undefined;
6800
- webSocket?: string | undefined;
6801
- pagination?: {
6802
- maxBlockRange?: number | undefined;
6803
- minBlockNumber?: number | undefined;
6804
- maxBlockAge?: number | undefined;
6805
- } | undefined;
6806
- retry?: {
6807
- maxRequests: number;
6808
- baseRetryMs: number;
6809
- } | undefined;
6810
- public?: boolean | undefined;
6811
- }>, "many">>;
6812
- rpcUrls: z.ZodArray<z.ZodObject<{
6816
+ symbol: string;
6817
+ name: string;
6818
+ decimals: number;
6819
+ denom?: string | undefined;
6820
+ }>>;
6821
+ protocol: z.ZodNativeEnum<typeof ProtocolType>;
6822
+ restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
6813
6823
  http: z.ZodString;
6814
6824
  concurrency: z.ZodOptional<z.ZodNumber>;
6815
6825
  webSocket: z.ZodOptional<z.ZodString>;
@@ -6865,20 +6875,10 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6865
6875
  baseRetryMs: number;
6866
6876
  } | undefined;
6867
6877
  public?: boolean | undefined;
6868
- }>, "many">;
6878
+ }>, "many">>;
6869
6879
  slip44: z.ZodOptional<z.ZodNumber>;
6870
6880
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("@hyperlane-xyz/sdk").ChainTechnicalStack>>;
6871
6881
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
6872
- gasPrice: z.ZodOptional<z.ZodObject<{
6873
- denom: z.ZodString;
6874
- amount: z.ZodString;
6875
- }, "strip", z.ZodTypeAny, {
6876
- denom: string;
6877
- amount: string;
6878
- }, {
6879
- denom: string;
6880
- amount: string;
6881
- }>>;
6882
6882
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6883
6883
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
6884
6884
  key: z.ZodString;
@@ -6974,9 +6974,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6974
6974
  }>>>;
6975
6975
  }, "strip", z.ZodTypeAny, {
6976
6976
  name: string;
6977
- chainId: string | number;
6978
- domainId: number;
6979
- protocol: ProtocolType;
6980
6977
  rpcUrls: {
6981
6978
  http: string;
6982
6979
  concurrency?: number | undefined;
@@ -6992,17 +6989,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6992
6989
  } | undefined;
6993
6990
  public?: boolean | undefined;
6994
6991
  }[];
6992
+ chainId: string | number;
6993
+ domainId: number;
6994
+ protocol: ProtocolType;
6995
6995
  merkleTreeHook: string;
6996
6996
  interchainGasPaymaster: string;
6997
6997
  mailbox: string;
6998
6998
  validatorAnnounce: string;
6999
- availability?: {
7000
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7001
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7002
- } | {
7003
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
6999
+ gasPrice?: {
7000
+ denom: string;
7001
+ amount: string;
7004
7002
  } | undefined;
7005
- bech32Prefix?: string | undefined;
7006
7003
  blockExplorers?: {
7007
7004
  name: string;
7008
7005
  url: string;
@@ -7010,6 +7007,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7010
7007
  apiKey?: string | undefined;
7011
7008
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7012
7009
  }[] | undefined;
7010
+ availability?: {
7011
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7012
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7013
+ } | {
7014
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7015
+ } | undefined;
7016
+ bech32Prefix?: string | undefined;
7013
7017
  blocks?: {
7014
7018
  confirmations: number;
7015
7019
  reorgPeriod?: string | number | undefined;
@@ -7072,10 +7076,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7072
7076
  slip44?: number | undefined;
7073
7077
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7074
7078
  transactionOverrides?: Record<string, any> | undefined;
7075
- gasPrice?: {
7076
- denom: string;
7077
- amount: string;
7078
- } | undefined;
7079
7079
  signer?: {
7080
7080
  key: string;
7081
7081
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7113,9 +7113,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7113
7113
  } | undefined;
7114
7114
  }, {
7115
7115
  name: string;
7116
- chainId: string | number;
7117
- domainId: number;
7118
- protocol: ProtocolType;
7119
7116
  rpcUrls: {
7120
7117
  http: string;
7121
7118
  concurrency?: number | undefined;
@@ -7131,17 +7128,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7131
7128
  } | undefined;
7132
7129
  public?: boolean | undefined;
7133
7130
  }[];
7131
+ chainId: string | number;
7132
+ domainId: number;
7133
+ protocol: ProtocolType;
7134
7134
  merkleTreeHook: string;
7135
7135
  interchainGasPaymaster: string;
7136
7136
  mailbox: string;
7137
7137
  validatorAnnounce: string;
7138
- availability?: {
7139
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7140
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7141
- } | {
7142
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7138
+ gasPrice?: {
7139
+ denom: string;
7140
+ amount: string;
7143
7141
  } | undefined;
7144
- bech32Prefix?: string | undefined;
7145
7142
  blockExplorers?: {
7146
7143
  name: string;
7147
7144
  url: string;
@@ -7149,6 +7146,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7149
7146
  apiKey?: string | undefined;
7150
7147
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7151
7148
  }[] | undefined;
7149
+ availability?: {
7150
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7151
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7152
+ } | {
7153
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7154
+ } | undefined;
7155
+ bech32Prefix?: string | undefined;
7152
7156
  blocks?: {
7153
7157
  confirmations: number;
7154
7158
  reorgPeriod?: string | number | undefined;
@@ -7211,10 +7215,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7211
7215
  slip44?: number | undefined;
7212
7216
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7213
7217
  transactionOverrides?: Record<string, any> | undefined;
7214
- gasPrice?: {
7215
- denom: string;
7216
- amount: string;
7217
- } | undefined;
7218
7218
  signer?: {
7219
7219
  key: string;
7220
7220
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7252,9 +7252,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7252
7252
  } | undefined;
7253
7253
  }>, {
7254
7254
  name: string;
7255
- chainId: string | number;
7256
- domainId: number;
7257
- protocol: ProtocolType;
7258
7255
  rpcUrls: {
7259
7256
  http: string;
7260
7257
  concurrency?: number | undefined;
@@ -7270,17 +7267,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7270
7267
  } | undefined;
7271
7268
  public?: boolean | undefined;
7272
7269
  }[];
7270
+ chainId: string | number;
7271
+ domainId: number;
7272
+ protocol: ProtocolType;
7273
7273
  merkleTreeHook: string;
7274
7274
  interchainGasPaymaster: string;
7275
7275
  mailbox: string;
7276
7276
  validatorAnnounce: string;
7277
- availability?: {
7278
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7279
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7280
- } | {
7281
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7277
+ gasPrice?: {
7278
+ denom: string;
7279
+ amount: string;
7282
7280
  } | undefined;
7283
- bech32Prefix?: string | undefined;
7284
7281
  blockExplorers?: {
7285
7282
  name: string;
7286
7283
  url: string;
@@ -7288,6 +7285,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7288
7285
  apiKey?: string | undefined;
7289
7286
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7290
7287
  }[] | undefined;
7288
+ availability?: {
7289
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7290
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7291
+ } | {
7292
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7293
+ } | undefined;
7294
+ bech32Prefix?: string | undefined;
7291
7295
  blocks?: {
7292
7296
  confirmations: number;
7293
7297
  reorgPeriod?: string | number | undefined;
@@ -7350,10 +7354,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7350
7354
  slip44?: number | undefined;
7351
7355
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7352
7356
  transactionOverrides?: Record<string, any> | undefined;
7353
- gasPrice?: {
7354
- denom: string;
7355
- amount: string;
7356
- } | undefined;
7357
7357
  signer?: {
7358
7358
  key: string;
7359
7359
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7391,9 +7391,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7391
7391
  } | undefined;
7392
7392
  }, {
7393
7393
  name: string;
7394
- chainId: string | number;
7395
- domainId: number;
7396
- protocol: ProtocolType;
7397
7394
  rpcUrls: {
7398
7395
  http: string;
7399
7396
  concurrency?: number | undefined;
@@ -7409,17 +7406,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7409
7406
  } | undefined;
7410
7407
  public?: boolean | undefined;
7411
7408
  }[];
7409
+ chainId: string | number;
7410
+ domainId: number;
7411
+ protocol: ProtocolType;
7412
7412
  merkleTreeHook: string;
7413
7413
  interchainGasPaymaster: string;
7414
7414
  mailbox: string;
7415
7415
  validatorAnnounce: string;
7416
- availability?: {
7417
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7418
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7419
- } | {
7420
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7416
+ gasPrice?: {
7417
+ denom: string;
7418
+ amount: string;
7421
7419
  } | undefined;
7422
- bech32Prefix?: string | undefined;
7423
7420
  blockExplorers?: {
7424
7421
  name: string;
7425
7422
  url: string;
@@ -7427,6 +7424,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7427
7424
  apiKey?: string | undefined;
7428
7425
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7429
7426
  }[] | undefined;
7427
+ availability?: {
7428
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7429
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7430
+ } | {
7431
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7432
+ } | undefined;
7433
+ bech32Prefix?: string | undefined;
7430
7434
  blocks?: {
7431
7435
  confirmations: number;
7432
7436
  reorgPeriod?: string | number | undefined;
@@ -7489,10 +7493,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7489
7493
  slip44?: number | undefined;
7490
7494
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7491
7495
  transactionOverrides?: Record<string, any> | undefined;
7492
- gasPrice?: {
7493
- denom: string;
7494
- amount: string;
7495
- } | undefined;
7496
7496
  signer?: {
7497
7497
  key: string;
7498
7498
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7530,9 +7530,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7530
7530
  } | undefined;
7531
7531
  }>>, Record<string, {
7532
7532
  name: string;
7533
- chainId: string | number;
7534
- domainId: number;
7535
- protocol: ProtocolType;
7536
7533
  rpcUrls: {
7537
7534
  http: string;
7538
7535
  concurrency?: number | undefined;
@@ -7548,17 +7545,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7548
7545
  } | undefined;
7549
7546
  public?: boolean | undefined;
7550
7547
  }[];
7548
+ chainId: string | number;
7549
+ domainId: number;
7550
+ protocol: ProtocolType;
7551
7551
  merkleTreeHook: string;
7552
7552
  interchainGasPaymaster: string;
7553
7553
  mailbox: string;
7554
7554
  validatorAnnounce: string;
7555
- availability?: {
7556
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7557
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7558
- } | {
7559
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7555
+ gasPrice?: {
7556
+ denom: string;
7557
+ amount: string;
7560
7558
  } | undefined;
7561
- bech32Prefix?: string | undefined;
7562
7559
  blockExplorers?: {
7563
7560
  name: string;
7564
7561
  url: string;
@@ -7566,6 +7563,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7566
7563
  apiKey?: string | undefined;
7567
7564
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7568
7565
  }[] | undefined;
7566
+ availability?: {
7567
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7568
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7569
+ } | {
7570
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7571
+ } | undefined;
7572
+ bech32Prefix?: string | undefined;
7569
7573
  blocks?: {
7570
7574
  confirmations: number;
7571
7575
  reorgPeriod?: string | number | undefined;
@@ -7628,10 +7632,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7628
7632
  slip44?: number | undefined;
7629
7633
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7630
7634
  transactionOverrides?: Record<string, any> | undefined;
7631
- gasPrice?: {
7632
- denom: string;
7633
- amount: string;
7634
- } | undefined;
7635
7635
  signer?: {
7636
7636
  key: string;
7637
7637
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7669,9 +7669,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7669
7669
  } | undefined;
7670
7670
  }>, Record<string, {
7671
7671
  name: string;
7672
- chainId: string | number;
7673
- domainId: number;
7674
- protocol: ProtocolType;
7675
7672
  rpcUrls: {
7676
7673
  http: string;
7677
7674
  concurrency?: number | undefined;
@@ -7687,17 +7684,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7687
7684
  } | undefined;
7688
7685
  public?: boolean | undefined;
7689
7686
  }[];
7687
+ chainId: string | number;
7688
+ domainId: number;
7689
+ protocol: ProtocolType;
7690
7690
  merkleTreeHook: string;
7691
7691
  interchainGasPaymaster: string;
7692
7692
  mailbox: string;
7693
7693
  validatorAnnounce: string;
7694
- availability?: {
7695
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7696
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7697
- } | {
7698
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7694
+ gasPrice?: {
7695
+ denom: string;
7696
+ amount: string;
7699
7697
  } | undefined;
7700
- bech32Prefix?: string | undefined;
7701
7698
  blockExplorers?: {
7702
7699
  name: string;
7703
7700
  url: string;
@@ -7705,6 +7702,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7705
7702
  apiKey?: string | undefined;
7706
7703
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
7707
7704
  }[] | undefined;
7705
+ availability?: {
7706
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7707
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7708
+ } | {
7709
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7710
+ } | undefined;
7711
+ bech32Prefix?: string | undefined;
7708
7712
  blocks?: {
7709
7713
  confirmations: number;
7710
7714
  reorgPeriod?: string | number | undefined;
@@ -7767,10 +7771,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7767
7771
  slip44?: number | undefined;
7768
7772
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
7769
7773
  transactionOverrides?: Record<string, any> | undefined;
7770
- gasPrice?: {
7771
- denom: string;
7772
- amount: string;
7773
- } | undefined;
7774
7774
  signer?: {
7775
7775
  key: string;
7776
7776
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7927,11 +7927,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7927
7927
  type: z.ZodLiteral<"localStorage">;
7928
7928
  path: z.ZodString;
7929
7929
  }, "strip", z.ZodTypeAny, {
7930
- path: string;
7931
7930
  type: "localStorage";
7932
- }, {
7933
7931
  path: string;
7932
+ }, {
7934
7933
  type: "localStorage";
7934
+ path: string;
7935
7935
  }>, z.ZodObject<{
7936
7936
  type: z.ZodLiteral<"s3">;
7937
7937
  bucket: z.ZodString;
@@ -7970,9 +7970,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7970
7970
  }, "strip", z.ZodTypeAny, {
7971
7971
  chains: Record<string, {
7972
7972
  name: string;
7973
- chainId: string | number;
7974
- domainId: number;
7975
- protocol: ProtocolType;
7976
7973
  rpcUrls: {
7977
7974
  http: string;
7978
7975
  concurrency?: number | undefined;
@@ -7988,17 +7985,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7988
7985
  } | undefined;
7989
7986
  public?: boolean | undefined;
7990
7987
  }[];
7988
+ chainId: string | number;
7989
+ domainId: number;
7990
+ protocol: ProtocolType;
7991
7991
  merkleTreeHook: string;
7992
7992
  interchainGasPaymaster: string;
7993
7993
  mailbox: string;
7994
7994
  validatorAnnounce: string;
7995
- availability?: {
7996
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
7997
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
7998
- } | {
7999
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
7995
+ gasPrice?: {
7996
+ denom: string;
7997
+ amount: string;
8000
7998
  } | undefined;
8001
- bech32Prefix?: string | undefined;
8002
7999
  blockExplorers?: {
8003
8000
  name: string;
8004
8001
  url: string;
@@ -8006,6 +8003,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8006
8003
  apiKey?: string | undefined;
8007
8004
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
8008
8005
  }[] | undefined;
8006
+ availability?: {
8007
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
8008
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
8009
+ } | {
8010
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
8011
+ } | undefined;
8012
+ bech32Prefix?: string | undefined;
8009
8013
  blocks?: {
8010
8014
  confirmations: number;
8011
8015
  reorgPeriod?: string | number | undefined;
@@ -8068,10 +8072,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8068
8072
  slip44?: number | undefined;
8069
8073
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
8070
8074
  transactionOverrides?: Record<string, any> | undefined;
8071
- gasPrice?: {
8072
- denom: string;
8073
- amount: string;
8074
- } | undefined;
8075
8075
  signer?: {
8076
8076
  key: string;
8077
8077
  type?: AgentSignerKeyType.Hex | undefined;
@@ -8142,8 +8142,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8142
8142
  type?: AgentSignerKeyType.Hex | undefined;
8143
8143
  });
8144
8144
  checkpointSyncer: {
8145
- path: string;
8146
8145
  type: "localStorage";
8146
+ path: string;
8147
8147
  } | {
8148
8148
  type: "s3";
8149
8149
  region: string;
@@ -8184,9 +8184,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8184
8184
  }, {
8185
8185
  chains: Record<string, {
8186
8186
  name: string;
8187
- chainId: string | number;
8188
- domainId: number;
8189
- protocol: ProtocolType;
8190
8187
  rpcUrls: {
8191
8188
  http: string;
8192
8189
  concurrency?: number | undefined;
@@ -8202,17 +8199,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8202
8199
  } | undefined;
8203
8200
  public?: boolean | undefined;
8204
8201
  }[];
8202
+ chainId: string | number;
8203
+ domainId: number;
8204
+ protocol: ProtocolType;
8205
8205
  merkleTreeHook: string;
8206
8206
  interchainGasPaymaster: string;
8207
8207
  mailbox: string;
8208
8208
  validatorAnnounce: string;
8209
- availability?: {
8210
- status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
8211
- reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
8212
- } | {
8213
- status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
8209
+ gasPrice?: {
8210
+ denom: string;
8211
+ amount: string;
8214
8212
  } | undefined;
8215
- bech32Prefix?: string | undefined;
8216
8213
  blockExplorers?: {
8217
8214
  name: string;
8218
8215
  url: string;
@@ -8220,6 +8217,13 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8220
8217
  apiKey?: string | undefined;
8221
8218
  family?: import("@hyperlane-xyz/sdk").ExplorerFamily | undefined;
8222
8219
  }[] | undefined;
8220
+ availability?: {
8221
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Disabled;
8222
+ reasons: import("@hyperlane-xyz/sdk").ChainDisabledReason[];
8223
+ } | {
8224
+ status: import("@hyperlane-xyz/sdk").ChainStatus.Live;
8225
+ } | undefined;
8226
+ bech32Prefix?: string | undefined;
8223
8227
  blocks?: {
8224
8228
  confirmations: number;
8225
8229
  reorgPeriod?: string | number | undefined;
@@ -8282,10 +8286,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8282
8286
  slip44?: number | undefined;
8283
8287
  technicalStack?: import("@hyperlane-xyz/sdk").ChainTechnicalStack | undefined;
8284
8288
  transactionOverrides?: Record<string, any> | undefined;
8285
- gasPrice?: {
8286
- denom: string;
8287
- amount: string;
8288
- } | undefined;
8289
8289
  signer?: {
8290
8290
  key: string;
8291
8291
  type?: AgentSignerKeyType.Hex | undefined;
@@ -8356,8 +8356,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8356
8356
  type?: AgentSignerKeyType.Hex | undefined;
8357
8357
  });
8358
8358
  checkpointSyncer: {
8359
- path: string;
8360
8359
  type: "localStorage";
8360
+ path: string;
8361
8361
  } | {
8362
8362
  type: "s3";
8363
8363
  region: string;