@hyperlane-xyz/sdk 8.8.1 → 8.9.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 (143) hide show
  1. package/dist/block-explorer/etherscan.d.ts +41 -0
  2. package/dist/block-explorer/etherscan.d.ts.map +1 -0
  3. package/dist/block-explorer/etherscan.js +53 -0
  4. package/dist/block-explorer/etherscan.js.map +1 -0
  5. package/dist/ccip/HyperlaneCCIPDeployer.d.ts +18 -0
  6. package/dist/ccip/HyperlaneCCIPDeployer.d.ts.map +1 -0
  7. package/dist/ccip/HyperlaneCCIPDeployer.js +122 -0
  8. package/dist/ccip/HyperlaneCCIPDeployer.js.map +1 -0
  9. package/dist/ccip/consts.d.ts +24 -0
  10. package/dist/ccip/consts.d.ts.map +1 -0
  11. package/dist/ccip/consts.js +691 -0
  12. package/dist/ccip/consts.js.map +1 -0
  13. package/dist/ccip/utils.d.ts +46 -0
  14. package/dist/ccip/utils.d.ts.map +1 -0
  15. package/dist/ccip/utils.js +95 -0
  16. package/dist/ccip/utils.js.map +1 -0
  17. package/dist/consts/multisigIsm.d.ts.map +1 -1
  18. package/dist/consts/multisigIsm.js +27 -9
  19. package/dist/consts/multisigIsm.js.map +1 -1
  20. package/dist/contracts/contracts.d.ts +2 -2
  21. package/dist/contracts/contracts.d.ts.map +1 -1
  22. package/dist/contracts/contracts.js +4 -13
  23. package/dist/contracts/contracts.js.map +1 -1
  24. package/dist/core/HyperlaneRelayer.d.ts +43 -3
  25. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  26. package/dist/core/types.d.ts +3558 -2040
  27. package/dist/core/types.d.ts.map +1 -1
  28. package/dist/deploy/proxy.d.ts.map +1 -1
  29. package/dist/deploy/proxy.js +4 -0
  30. package/dist/deploy/proxy.js.map +1 -1
  31. package/dist/deploy/verify/utils.d.ts.map +1 -1
  32. package/dist/deploy/verify/utils.js +3 -9
  33. package/dist/deploy/verify/utils.js.map +1 -1
  34. package/dist/hook/EvmHookModule.d.ts +12 -4
  35. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  36. package/dist/hook/EvmHookModule.hardhat-test.js +2 -106
  37. package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
  38. package/dist/hook/EvmHookModule.js +38 -10
  39. package/dist/hook/EvmHookModule.js.map +1 -1
  40. package/dist/hook/EvmHookReader.d.ts +7 -1
  41. package/dist/hook/EvmHookReader.d.ts.map +1 -1
  42. package/dist/hook/EvmHookReader.js +69 -4
  43. package/dist/hook/EvmHookReader.js.map +1 -1
  44. package/dist/hook/EvmHookReader.test.js +50 -1
  45. package/dist/hook/EvmHookReader.test.js.map +1 -1
  46. package/dist/hook/HyperlaneHookDeployer.d.ts +4 -2
  47. package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
  48. package/dist/hook/HyperlaneHookDeployer.js +34 -5
  49. package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
  50. package/dist/hook/contracts.d.ts +4 -1
  51. package/dist/hook/contracts.d.ts.map +1 -1
  52. package/dist/hook/contracts.js +4 -1
  53. package/dist/hook/contracts.js.map +1 -1
  54. package/dist/hook/types.d.ts +2012 -3
  55. package/dist/hook/types.d.ts.map +1 -1
  56. package/dist/hook/types.js +28 -0
  57. package/dist/hook/types.js.map +1 -1
  58. package/dist/index.d.ts +11 -5
  59. package/dist/index.d.ts.map +1 -1
  60. package/dist/index.js +10 -4
  61. package/dist/index.js.map +1 -1
  62. package/dist/ism/EvmIsmModule.d.ts +4 -2
  63. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  64. package/dist/ism/EvmIsmModule.hardhat-test.js +10 -71
  65. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  66. package/dist/ism/EvmIsmModule.js +4 -4
  67. package/dist/ism/EvmIsmModule.js.map +1 -1
  68. package/dist/ism/EvmIsmReader.d.ts +1 -0
  69. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  70. package/dist/ism/EvmIsmReader.js +45 -7
  71. package/dist/ism/EvmIsmReader.js.map +1 -1
  72. package/dist/ism/EvmIsmReader.test.js +4 -1
  73. package/dist/ism/EvmIsmReader.test.js.map +1 -1
  74. package/dist/ism/HyperlaneIsmFactory.d.ts +9 -4
  75. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  76. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +15 -0
  77. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  78. package/dist/ism/HyperlaneIsmFactory.js +43 -4
  79. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  80. package/dist/ism/metadata/builder.d.ts.map +1 -1
  81. package/dist/ism/metadata/builder.js +1 -0
  82. package/dist/ism/metadata/builder.js.map +1 -1
  83. package/dist/ism/metadata/routing.d.ts.map +1 -1
  84. package/dist/ism/metadata/routing.js +8 -2
  85. package/dist/ism/metadata/routing.js.map +1 -1
  86. package/dist/ism/types.d.ts +34 -5
  87. package/dist/ism/types.d.ts.map +1 -1
  88. package/dist/ism/types.js +15 -0
  89. package/dist/ism/types.js.map +1 -1
  90. package/dist/ism/utils.d.ts.map +1 -1
  91. package/dist/ism/utils.js +30 -2
  92. package/dist/ism/utils.js.map +1 -1
  93. package/dist/metadata/agentConfig.d.ts +276 -276
  94. package/dist/metadata/deploymentArtifacts.d.ts +2 -2
  95. package/dist/router/types.d.ts +129 -9
  96. package/dist/router/types.d.ts.map +1 -1
  97. package/dist/test/testUtils.d.ts +8 -0
  98. package/dist/test/testUtils.d.ts.map +1 -1
  99. package/dist/test/testUtils.js +191 -1
  100. package/dist/test/testUtils.js.map +1 -1
  101. package/dist/token/EvmERC20WarpModule.d.ts +4 -1
  102. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  103. package/dist/token/EvmERC20WarpModule.js +12 -8
  104. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  105. package/dist/token/EvmERC20WarpRouteReader.d.ts +4 -3
  106. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  107. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +72 -3
  108. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
  109. package/dist/token/EvmERC20WarpRouteReader.js +84 -15
  110. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  111. package/dist/token/adapters/EvmTokenAdapter.d.ts +49 -15
  112. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  113. package/dist/token/adapters/EvmTokenAdapter.js +152 -42
  114. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  115. package/dist/token/adapters/ITokenAdapter.d.ts +19 -0
  116. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
  117. package/dist/token/checker.d.ts +4 -1
  118. package/dist/token/checker.d.ts.map +1 -1
  119. package/dist/token/checker.js +33 -5
  120. package/dist/token/checker.js.map +1 -1
  121. package/dist/token/config.d.ts +1 -0
  122. package/dist/token/config.d.ts.map +1 -1
  123. package/dist/token/config.js +1 -0
  124. package/dist/token/config.js.map +1 -1
  125. package/dist/token/configUtils.d.ts +10 -0
  126. package/dist/token/configUtils.d.ts.map +1 -0
  127. package/dist/token/configUtils.js +48 -0
  128. package/dist/token/configUtils.js.map +1 -0
  129. package/dist/token/deploy.d.ts.map +1 -1
  130. package/dist/token/deploy.hardhat-test.js +69 -6
  131. package/dist/token/deploy.hardhat-test.js.map +1 -1
  132. package/dist/token/deploy.js +6 -4
  133. package/dist/token/deploy.js.map +1 -1
  134. package/dist/token/types.d.ts +1333 -220
  135. package/dist/token/types.d.ts.map +1 -1
  136. package/dist/token/types.js +117 -2
  137. package/dist/token/types.js.map +1 -1
  138. package/dist/token/xerc20.d.ts +13 -0
  139. package/dist/token/xerc20.d.ts.map +1 -0
  140. package/dist/token/xerc20.js +174 -0
  141. package/dist/token/xerc20.js.map +1 -0
  142. package/dist/warp/types.d.ts +14 -14
  143. package/package.json +3 -3
@@ -221,6 +221,18 @@ export type AgentSealevelChainMetadata = z.infer<typeof AgentSealevelChainMetada
221
221
  export type AgentSealevelPriorityFeeOracle = AgentSealevelChainMetadata['priorityFeeOracle'];
222
222
  export type AgentSealevelTransactionSubmitter = AgentSealevelChainMetadata['transactionSubmitter'];
223
223
  export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
224
+ gasPrice: z.ZodOptional<z.ZodObject<{
225
+ denom: z.ZodString;
226
+ amount: z.ZodString;
227
+ }, "strip", z.ZodTypeAny, {
228
+ denom: string;
229
+ amount: string;
230
+ }, {
231
+ denom: string;
232
+ amount: string;
233
+ }>>;
234
+ merkleTreeHook: z.ZodString;
235
+ interchainGasPaymaster: z.ZodString;
224
236
  name: z.ZodString;
225
237
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
226
238
  status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
@@ -488,16 +500,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
488
500
  slip44: z.ZodOptional<z.ZodNumber>;
489
501
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
490
502
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
491
- gasPrice: z.ZodOptional<z.ZodObject<{
492
- denom: z.ZodString;
493
- amount: z.ZodString;
494
- }, "strip", z.ZodTypeAny, {
495
- denom: string;
496
- amount: string;
497
- }, {
498
- denom: string;
499
- amount: string;
500
- }>>;
501
503
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
502
504
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
503
505
  key: z.ZodString;
@@ -539,8 +541,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
539
541
  type: AgentSignerKeyType.Node;
540
542
  }>]>>;
541
543
  mailbox: z.ZodString;
542
- merkleTreeHook: z.ZodString;
543
- interchainGasPaymaster: z.ZodString;
544
544
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
545
545
  validatorAnnounce: z.ZodString;
546
546
  canonicalAsset: z.ZodOptional<z.ZodString>;
@@ -580,6 +580,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
580
580
  url?: string | undefined;
581
581
  }>>>;
582
582
  }, "strip", z.ZodTypeAny, {
583
+ merkleTreeHook: string;
584
+ interchainGasPaymaster: string;
583
585
  name: string;
584
586
  chainId: string | number;
585
587
  domainId: number;
@@ -599,9 +601,11 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
599
601
  } | undefined;
600
602
  }[];
601
603
  mailbox: string;
602
- merkleTreeHook: string;
603
- interchainGasPaymaster: string;
604
604
  validatorAnnounce: string;
605
+ gasPrice?: {
606
+ denom: string;
607
+ amount: string;
608
+ } | undefined;
605
609
  availability?: {
606
610
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
607
611
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -675,10 +679,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
675
679
  slip44?: number | undefined;
676
680
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
677
681
  transactionOverrides?: Record<string, any> | undefined;
678
- gasPrice?: {
679
- denom: string;
680
- amount: string;
681
- } | undefined;
682
682
  signer?: {
683
683
  key: string;
684
684
  type?: AgentSignerKeyType.Hex | undefined;
@@ -711,6 +711,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
711
711
  url?: string | undefined;
712
712
  } | undefined;
713
713
  }, {
714
+ merkleTreeHook: string;
715
+ interchainGasPaymaster: string;
714
716
  name: string;
715
717
  chainId: string | number;
716
718
  domainId: number;
@@ -730,9 +732,11 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
730
732
  } | undefined;
731
733
  }[];
732
734
  mailbox: string;
733
- merkleTreeHook: string;
734
- interchainGasPaymaster: string;
735
735
  validatorAnnounce: string;
736
+ gasPrice?: {
737
+ denom: string;
738
+ amount: string;
739
+ } | undefined;
736
740
  availability?: {
737
741
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
738
742
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -806,10 +810,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
806
810
  slip44?: number | undefined;
807
811
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
808
812
  transactionOverrides?: Record<string, any> | undefined;
809
- gasPrice?: {
810
- denom: string;
811
- amount: string;
812
- } | undefined;
813
813
  signer?: {
814
814
  key: string;
815
815
  type?: AgentSignerKeyType.Hex | undefined;
@@ -842,6 +842,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
842
842
  url?: string | undefined;
843
843
  } | undefined;
844
844
  }>, {
845
+ merkleTreeHook: string;
846
+ interchainGasPaymaster: string;
845
847
  name: string;
846
848
  chainId: string | number;
847
849
  domainId: number;
@@ -861,9 +863,11 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
861
863
  } | undefined;
862
864
  }[];
863
865
  mailbox: string;
864
- merkleTreeHook: string;
865
- interchainGasPaymaster: string;
866
866
  validatorAnnounce: string;
867
+ gasPrice?: {
868
+ denom: string;
869
+ amount: string;
870
+ } | undefined;
867
871
  availability?: {
868
872
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
869
873
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -937,10 +941,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
937
941
  slip44?: number | undefined;
938
942
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
939
943
  transactionOverrides?: Record<string, any> | undefined;
940
- gasPrice?: {
941
- denom: string;
942
- amount: string;
943
- } | undefined;
944
944
  signer?: {
945
945
  key: string;
946
946
  type?: AgentSignerKeyType.Hex | undefined;
@@ -973,6 +973,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
973
973
  url?: string | undefined;
974
974
  } | undefined;
975
975
  }, {
976
+ merkleTreeHook: string;
977
+ interchainGasPaymaster: string;
976
978
  name: string;
977
979
  chainId: string | number;
978
980
  domainId: number;
@@ -992,9 +994,11 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
992
994
  } | undefined;
993
995
  }[];
994
996
  mailbox: string;
995
- merkleTreeHook: string;
996
- interchainGasPaymaster: string;
997
997
  validatorAnnounce: string;
998
+ gasPrice?: {
999
+ denom: string;
1000
+ amount: string;
1001
+ } | undefined;
998
1002
  availability?: {
999
1003
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1000
1004
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -1068,10 +1072,6 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1068
1072
  slip44?: number | undefined;
1069
1073
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1070
1074
  transactionOverrides?: Record<string, any> | undefined;
1071
- gasPrice?: {
1072
- denom: string;
1073
- amount: string;
1074
- } | undefined;
1075
1075
  signer?: {
1076
1076
  key: string;
1077
1077
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1108,6 +1108,18 @@ export type AgentChainMetadata = z.infer<typeof AgentChainMetadataSchema>;
1108
1108
  export declare const AgentConfigSchema: z.ZodObject<{
1109
1109
  metricsPort: z.ZodOptional<z.ZodNumber>;
1110
1110
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
1111
+ gasPrice: z.ZodOptional<z.ZodObject<{
1112
+ denom: z.ZodString;
1113
+ amount: z.ZodString;
1114
+ }, "strip", z.ZodTypeAny, {
1115
+ denom: string;
1116
+ amount: string;
1117
+ }, {
1118
+ denom: string;
1119
+ amount: string;
1120
+ }>>;
1121
+ merkleTreeHook: z.ZodString;
1122
+ interchainGasPaymaster: z.ZodString;
1111
1123
  name: z.ZodString;
1112
1124
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1113
1125
  status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
@@ -1375,16 +1387,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1375
1387
  slip44: z.ZodOptional<z.ZodNumber>;
1376
1388
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
1377
1389
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1378
- gasPrice: z.ZodOptional<z.ZodObject<{
1379
- denom: z.ZodString;
1380
- amount: z.ZodString;
1381
- }, "strip", z.ZodTypeAny, {
1382
- denom: string;
1383
- amount: string;
1384
- }, {
1385
- denom: string;
1386
- amount: string;
1387
- }>>;
1388
1390
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1389
1391
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
1390
1392
  key: z.ZodString;
@@ -1426,8 +1428,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1426
1428
  type: AgentSignerKeyType.Node;
1427
1429
  }>]>>;
1428
1430
  mailbox: z.ZodString;
1429
- merkleTreeHook: z.ZodString;
1430
- interchainGasPaymaster: z.ZodString;
1431
1431
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
1432
1432
  validatorAnnounce: z.ZodString;
1433
1433
  canonicalAsset: z.ZodOptional<z.ZodString>;
@@ -1467,6 +1467,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
1467
1467
  url?: string | undefined;
1468
1468
  }>>>;
1469
1469
  }, "strip", z.ZodTypeAny, {
1470
+ merkleTreeHook: string;
1471
+ interchainGasPaymaster: string;
1470
1472
  name: string;
1471
1473
  chainId: string | number;
1472
1474
  domainId: number;
@@ -1486,9 +1488,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
1486
1488
  } | undefined;
1487
1489
  }[];
1488
1490
  mailbox: string;
1489
- merkleTreeHook: string;
1490
- interchainGasPaymaster: string;
1491
1491
  validatorAnnounce: string;
1492
+ gasPrice?: {
1493
+ denom: string;
1494
+ amount: string;
1495
+ } | undefined;
1492
1496
  availability?: {
1493
1497
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1494
1498
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -1562,10 +1566,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1562
1566
  slip44?: number | undefined;
1563
1567
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1564
1568
  transactionOverrides?: Record<string, any> | undefined;
1565
- gasPrice?: {
1566
- denom: string;
1567
- amount: string;
1568
- } | undefined;
1569
1569
  signer?: {
1570
1570
  key: string;
1571
1571
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1598,6 +1598,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
1598
1598
  url?: string | undefined;
1599
1599
  } | undefined;
1600
1600
  }, {
1601
+ merkleTreeHook: string;
1602
+ interchainGasPaymaster: string;
1601
1603
  name: string;
1602
1604
  chainId: string | number;
1603
1605
  domainId: number;
@@ -1617,9 +1619,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
1617
1619
  } | undefined;
1618
1620
  }[];
1619
1621
  mailbox: string;
1620
- merkleTreeHook: string;
1621
- interchainGasPaymaster: string;
1622
1622
  validatorAnnounce: string;
1623
+ gasPrice?: {
1624
+ denom: string;
1625
+ amount: string;
1626
+ } | undefined;
1623
1627
  availability?: {
1624
1628
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1625
1629
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -1693,10 +1697,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1693
1697
  slip44?: number | undefined;
1694
1698
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1695
1699
  transactionOverrides?: Record<string, any> | undefined;
1696
- gasPrice?: {
1697
- denom: string;
1698
- amount: string;
1699
- } | undefined;
1700
1700
  signer?: {
1701
1701
  key: string;
1702
1702
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1729,6 +1729,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
1729
1729
  url?: string | undefined;
1730
1730
  } | undefined;
1731
1731
  }>, {
1732
+ merkleTreeHook: string;
1733
+ interchainGasPaymaster: string;
1732
1734
  name: string;
1733
1735
  chainId: string | number;
1734
1736
  domainId: number;
@@ -1748,9 +1750,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
1748
1750
  } | undefined;
1749
1751
  }[];
1750
1752
  mailbox: string;
1751
- merkleTreeHook: string;
1752
- interchainGasPaymaster: string;
1753
1753
  validatorAnnounce: string;
1754
+ gasPrice?: {
1755
+ denom: string;
1756
+ amount: string;
1757
+ } | undefined;
1754
1758
  availability?: {
1755
1759
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1756
1760
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -1824,10 +1828,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1824
1828
  slip44?: number | undefined;
1825
1829
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1826
1830
  transactionOverrides?: Record<string, any> | undefined;
1827
- gasPrice?: {
1828
- denom: string;
1829
- amount: string;
1830
- } | undefined;
1831
1831
  signer?: {
1832
1832
  key: string;
1833
1833
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1860,6 +1860,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
1860
1860
  url?: string | undefined;
1861
1861
  } | undefined;
1862
1862
  }, {
1863
+ merkleTreeHook: string;
1864
+ interchainGasPaymaster: string;
1863
1865
  name: string;
1864
1866
  chainId: string | number;
1865
1867
  domainId: number;
@@ -1879,9 +1881,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
1879
1881
  } | undefined;
1880
1882
  }[];
1881
1883
  mailbox: string;
1882
- merkleTreeHook: string;
1883
- interchainGasPaymaster: string;
1884
1884
  validatorAnnounce: string;
1885
+ gasPrice?: {
1886
+ denom: string;
1887
+ amount: string;
1888
+ } | undefined;
1885
1889
  availability?: {
1886
1890
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
1887
1891
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -1955,10 +1959,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
1955
1959
  slip44?: number | undefined;
1956
1960
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
1957
1961
  transactionOverrides?: Record<string, any> | undefined;
1958
- gasPrice?: {
1959
- denom: string;
1960
- amount: string;
1961
- } | undefined;
1962
1962
  signer?: {
1963
1963
  key: string;
1964
1964
  type?: AgentSignerKeyType.Hex | undefined;
@@ -1991,6 +1991,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
1991
1991
  url?: string | undefined;
1992
1992
  } | undefined;
1993
1993
  }>>, Record<string, {
1994
+ merkleTreeHook: string;
1995
+ interchainGasPaymaster: string;
1994
1996
  name: string;
1995
1997
  chainId: string | number;
1996
1998
  domainId: number;
@@ -2010,9 +2012,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
2010
2012
  } | undefined;
2011
2013
  }[];
2012
2014
  mailbox: string;
2013
- merkleTreeHook: string;
2014
- interchainGasPaymaster: string;
2015
2015
  validatorAnnounce: string;
2016
+ gasPrice?: {
2017
+ denom: string;
2018
+ amount: string;
2019
+ } | undefined;
2016
2020
  availability?: {
2017
2021
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2018
2022
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -2086,10 +2090,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2086
2090
  slip44?: number | undefined;
2087
2091
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2088
2092
  transactionOverrides?: Record<string, any> | undefined;
2089
- gasPrice?: {
2090
- denom: string;
2091
- amount: string;
2092
- } | undefined;
2093
2093
  signer?: {
2094
2094
  key: string;
2095
2095
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2122,6 +2122,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
2122
2122
  url?: string | undefined;
2123
2123
  } | undefined;
2124
2124
  }>, Record<string, {
2125
+ merkleTreeHook: string;
2126
+ interchainGasPaymaster: string;
2125
2127
  name: string;
2126
2128
  chainId: string | number;
2127
2129
  domainId: number;
@@ -2141,9 +2143,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
2141
2143
  } | undefined;
2142
2144
  }[];
2143
2145
  mailbox: string;
2144
- merkleTreeHook: string;
2145
- interchainGasPaymaster: string;
2146
2146
  validatorAnnounce: string;
2147
+ gasPrice?: {
2148
+ denom: string;
2149
+ amount: string;
2150
+ } | undefined;
2147
2151
  availability?: {
2148
2152
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2149
2153
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -2217,10 +2221,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2217
2221
  slip44?: number | undefined;
2218
2222
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2219
2223
  transactionOverrides?: Record<string, any> | undefined;
2220
- gasPrice?: {
2221
- denom: string;
2222
- amount: string;
2223
- } | undefined;
2224
2224
  signer?: {
2225
2225
  key: string;
2226
2226
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2306,6 +2306,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
2306
2306
  }>>;
2307
2307
  }, "strip", z.ZodTypeAny, {
2308
2308
  chains: Record<string, {
2309
+ merkleTreeHook: string;
2310
+ interchainGasPaymaster: string;
2309
2311
  name: string;
2310
2312
  chainId: string | number;
2311
2313
  domainId: number;
@@ -2325,9 +2327,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
2325
2327
  } | undefined;
2326
2328
  }[];
2327
2329
  mailbox: string;
2328
- merkleTreeHook: string;
2329
- interchainGasPaymaster: string;
2330
2330
  validatorAnnounce: string;
2331
+ gasPrice?: {
2332
+ denom: string;
2333
+ amount: string;
2334
+ } | undefined;
2331
2335
  availability?: {
2332
2336
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2333
2337
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -2401,10 +2405,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2401
2405
  slip44?: number | undefined;
2402
2406
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2403
2407
  transactionOverrides?: Record<string, any> | undefined;
2404
- gasPrice?: {
2405
- denom: string;
2406
- amount: string;
2407
- } | undefined;
2408
2408
  signer?: {
2409
2409
  key: string;
2410
2410
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2459,6 +2459,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
2459
2459
  } | undefined;
2460
2460
  }, {
2461
2461
  chains: Record<string, {
2462
+ merkleTreeHook: string;
2463
+ interchainGasPaymaster: string;
2462
2464
  name: string;
2463
2465
  chainId: string | number;
2464
2466
  domainId: number;
@@ -2478,9 +2480,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
2478
2480
  } | undefined;
2479
2481
  }[];
2480
2482
  mailbox: string;
2481
- merkleTreeHook: string;
2482
- interchainGasPaymaster: string;
2483
2483
  validatorAnnounce: string;
2484
+ gasPrice?: {
2485
+ denom: string;
2486
+ amount: string;
2487
+ } | undefined;
2484
2488
  availability?: {
2485
2489
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
2486
2490
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -2554,10 +2558,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
2554
2558
  slip44?: number | undefined;
2555
2559
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
2556
2560
  transactionOverrides?: Record<string, any> | undefined;
2557
- gasPrice?: {
2558
- denom: string;
2559
- amount: string;
2560
- } | undefined;
2561
2561
  signer?: {
2562
2562
  key: string;
2563
2563
  type?: AgentSignerKeyType.Hex | undefined;
@@ -2744,6 +2744,18 @@ export type GasPaymentEnforcement = z.infer<typeof GasPaymentEnforcementSchema>;
2744
2744
  export declare const RelayerAgentConfigSchema: z.ZodObject<{
2745
2745
  metricsPort: z.ZodOptional<z.ZodNumber>;
2746
2746
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
2747
+ gasPrice: z.ZodOptional<z.ZodObject<{
2748
+ denom: z.ZodString;
2749
+ amount: z.ZodString;
2750
+ }, "strip", z.ZodTypeAny, {
2751
+ denom: string;
2752
+ amount: string;
2753
+ }, {
2754
+ denom: string;
2755
+ amount: string;
2756
+ }>>;
2757
+ merkleTreeHook: z.ZodString;
2758
+ interchainGasPaymaster: z.ZodString;
2747
2759
  name: z.ZodString;
2748
2760
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2749
2761
  status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
@@ -3011,16 +3023,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3011
3023
  slip44: z.ZodOptional<z.ZodNumber>;
3012
3024
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
3013
3025
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
3014
- gasPrice: z.ZodOptional<z.ZodObject<{
3015
- denom: z.ZodString;
3016
- amount: z.ZodString;
3017
- }, "strip", z.ZodTypeAny, {
3018
- denom: string;
3019
- amount: string;
3020
- }, {
3021
- denom: string;
3022
- amount: string;
3023
- }>>;
3024
3026
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3025
3027
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
3026
3028
  key: z.ZodString;
@@ -3062,8 +3064,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3062
3064
  type: AgentSignerKeyType.Node;
3063
3065
  }>]>>;
3064
3066
  mailbox: z.ZodString;
3065
- merkleTreeHook: z.ZodString;
3066
- interchainGasPaymaster: z.ZodString;
3067
3067
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
3068
3068
  validatorAnnounce: z.ZodString;
3069
3069
  canonicalAsset: z.ZodOptional<z.ZodString>;
@@ -3103,6 +3103,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3103
3103
  url?: string | undefined;
3104
3104
  }>>>;
3105
3105
  }, "strip", z.ZodTypeAny, {
3106
+ merkleTreeHook: string;
3107
+ interchainGasPaymaster: string;
3106
3108
  name: string;
3107
3109
  chainId: string | number;
3108
3110
  domainId: number;
@@ -3122,9 +3124,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3122
3124
  } | undefined;
3123
3125
  }[];
3124
3126
  mailbox: string;
3125
- merkleTreeHook: string;
3126
- interchainGasPaymaster: string;
3127
3127
  validatorAnnounce: string;
3128
+ gasPrice?: {
3129
+ denom: string;
3130
+ amount: string;
3131
+ } | undefined;
3128
3132
  availability?: {
3129
3133
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3130
3134
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -3198,10 +3202,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3198
3202
  slip44?: number | undefined;
3199
3203
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3200
3204
  transactionOverrides?: Record<string, any> | undefined;
3201
- gasPrice?: {
3202
- denom: string;
3203
- amount: string;
3204
- } | undefined;
3205
3205
  signer?: {
3206
3206
  key: string;
3207
3207
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3234,6 +3234,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3234
3234
  url?: string | undefined;
3235
3235
  } | undefined;
3236
3236
  }, {
3237
+ merkleTreeHook: string;
3238
+ interchainGasPaymaster: string;
3237
3239
  name: string;
3238
3240
  chainId: string | number;
3239
3241
  domainId: number;
@@ -3253,9 +3255,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3253
3255
  } | undefined;
3254
3256
  }[];
3255
3257
  mailbox: string;
3256
- merkleTreeHook: string;
3257
- interchainGasPaymaster: string;
3258
3258
  validatorAnnounce: string;
3259
+ gasPrice?: {
3260
+ denom: string;
3261
+ amount: string;
3262
+ } | undefined;
3259
3263
  availability?: {
3260
3264
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3261
3265
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -3329,10 +3333,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3329
3333
  slip44?: number | undefined;
3330
3334
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3331
3335
  transactionOverrides?: Record<string, any> | undefined;
3332
- gasPrice?: {
3333
- denom: string;
3334
- amount: string;
3335
- } | undefined;
3336
3336
  signer?: {
3337
3337
  key: string;
3338
3338
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3365,6 +3365,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3365
3365
  url?: string | undefined;
3366
3366
  } | undefined;
3367
3367
  }>, {
3368
+ merkleTreeHook: string;
3369
+ interchainGasPaymaster: string;
3368
3370
  name: string;
3369
3371
  chainId: string | number;
3370
3372
  domainId: number;
@@ -3384,9 +3386,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3384
3386
  } | undefined;
3385
3387
  }[];
3386
3388
  mailbox: string;
3387
- merkleTreeHook: string;
3388
- interchainGasPaymaster: string;
3389
3389
  validatorAnnounce: string;
3390
+ gasPrice?: {
3391
+ denom: string;
3392
+ amount: string;
3393
+ } | undefined;
3390
3394
  availability?: {
3391
3395
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3392
3396
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -3460,10 +3464,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3460
3464
  slip44?: number | undefined;
3461
3465
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3462
3466
  transactionOverrides?: Record<string, any> | undefined;
3463
- gasPrice?: {
3464
- denom: string;
3465
- amount: string;
3466
- } | undefined;
3467
3467
  signer?: {
3468
3468
  key: string;
3469
3469
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3496,6 +3496,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3496
3496
  url?: string | undefined;
3497
3497
  } | undefined;
3498
3498
  }, {
3499
+ merkleTreeHook: string;
3500
+ interchainGasPaymaster: string;
3499
3501
  name: string;
3500
3502
  chainId: string | number;
3501
3503
  domainId: number;
@@ -3515,9 +3517,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3515
3517
  } | undefined;
3516
3518
  }[];
3517
3519
  mailbox: string;
3518
- merkleTreeHook: string;
3519
- interchainGasPaymaster: string;
3520
3520
  validatorAnnounce: string;
3521
+ gasPrice?: {
3522
+ denom: string;
3523
+ amount: string;
3524
+ } | undefined;
3521
3525
  availability?: {
3522
3526
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3523
3527
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -3591,10 +3595,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3591
3595
  slip44?: number | undefined;
3592
3596
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3593
3597
  transactionOverrides?: Record<string, any> | undefined;
3594
- gasPrice?: {
3595
- denom: string;
3596
- amount: string;
3597
- } | undefined;
3598
3598
  signer?: {
3599
3599
  key: string;
3600
3600
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3627,6 +3627,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3627
3627
  url?: string | undefined;
3628
3628
  } | undefined;
3629
3629
  }>>, Record<string, {
3630
+ merkleTreeHook: string;
3631
+ interchainGasPaymaster: string;
3630
3632
  name: string;
3631
3633
  chainId: string | number;
3632
3634
  domainId: number;
@@ -3646,9 +3648,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3646
3648
  } | undefined;
3647
3649
  }[];
3648
3650
  mailbox: string;
3649
- merkleTreeHook: string;
3650
- interchainGasPaymaster: string;
3651
3651
  validatorAnnounce: string;
3652
+ gasPrice?: {
3653
+ denom: string;
3654
+ amount: string;
3655
+ } | undefined;
3652
3656
  availability?: {
3653
3657
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3654
3658
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -3722,10 +3726,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3722
3726
  slip44?: number | undefined;
3723
3727
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3724
3728
  transactionOverrides?: Record<string, any> | undefined;
3725
- gasPrice?: {
3726
- denom: string;
3727
- amount: string;
3728
- } | undefined;
3729
3729
  signer?: {
3730
3730
  key: string;
3731
3731
  type?: AgentSignerKeyType.Hex | undefined;
@@ -3758,6 +3758,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3758
3758
  url?: string | undefined;
3759
3759
  } | undefined;
3760
3760
  }>, Record<string, {
3761
+ merkleTreeHook: string;
3762
+ interchainGasPaymaster: string;
3761
3763
  name: string;
3762
3764
  chainId: string | number;
3763
3765
  domainId: number;
@@ -3777,9 +3779,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3777
3779
  } | undefined;
3778
3780
  }[];
3779
3781
  mailbox: string;
3780
- merkleTreeHook: string;
3781
- interchainGasPaymaster: string;
3782
3782
  validatorAnnounce: string;
3783
+ gasPrice?: {
3784
+ denom: string;
3785
+ amount: string;
3786
+ } | undefined;
3783
3787
  availability?: {
3784
3788
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
3785
3789
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -3853,10 +3857,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3853
3857
  slip44?: number | undefined;
3854
3858
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
3855
3859
  transactionOverrides?: Record<string, any> | undefined;
3856
- gasPrice?: {
3857
- denom: string;
3858
- amount: string;
3859
- } | undefined;
3860
3860
  signer?: {
3861
3861
  key: string;
3862
3862
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4150,6 +4150,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4150
4150
  }>, "many">, z.ZodString]>>;
4151
4151
  }, "strip", z.ZodTypeAny, {
4152
4152
  chains: Record<string, {
4153
+ merkleTreeHook: string;
4154
+ interchainGasPaymaster: string;
4153
4155
  name: string;
4154
4156
  chainId: string | number;
4155
4157
  domainId: number;
@@ -4169,9 +4171,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4169
4171
  } | undefined;
4170
4172
  }[];
4171
4173
  mailbox: string;
4172
- merkleTreeHook: string;
4173
- interchainGasPaymaster: string;
4174
4174
  validatorAnnounce: string;
4175
+ gasPrice?: {
4176
+ denom: string;
4177
+ amount: string;
4178
+ } | undefined;
4175
4179
  availability?: {
4176
4180
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4177
4181
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -4245,10 +4249,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4245
4249
  slip44?: number | undefined;
4246
4250
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
4247
4251
  transactionOverrides?: Record<string, any> | undefined;
4248
- gasPrice?: {
4249
- denom: string;
4250
- amount: string;
4251
- } | undefined;
4252
4252
  signer?: {
4253
4253
  key: string;
4254
4254
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4363,6 +4363,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4363
4363
  }[] | undefined;
4364
4364
  }, {
4365
4365
  chains: Record<string, {
4366
+ merkleTreeHook: string;
4367
+ interchainGasPaymaster: string;
4366
4368
  name: string;
4367
4369
  chainId: string | number;
4368
4370
  domainId: number;
@@ -4382,9 +4384,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4382
4384
  } | undefined;
4383
4385
  }[];
4384
4386
  mailbox: string;
4385
- merkleTreeHook: string;
4386
- interchainGasPaymaster: string;
4387
4387
  validatorAnnounce: string;
4388
+ gasPrice?: {
4389
+ denom: string;
4390
+ amount: string;
4391
+ } | undefined;
4388
4392
  availability?: {
4389
4393
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4390
4394
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -4458,10 +4462,6 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4458
4462
  slip44?: number | undefined;
4459
4463
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
4460
4464
  transactionOverrides?: Record<string, any> | undefined;
4461
- gasPrice?: {
4462
- denom: string;
4463
- amount: string;
4464
- } | undefined;
4465
4465
  signer?: {
4466
4466
  key: string;
4467
4467
  type?: AgentSignerKeyType.Hex | undefined;
@@ -4579,6 +4579,18 @@ export type RelayerConfig = z.infer<typeof RelayerAgentConfigSchema>;
4579
4579
  export declare const ScraperAgentConfigSchema: z.ZodObject<{
4580
4580
  metricsPort: z.ZodOptional<z.ZodNumber>;
4581
4581
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
4582
+ gasPrice: z.ZodOptional<z.ZodObject<{
4583
+ denom: z.ZodString;
4584
+ amount: z.ZodString;
4585
+ }, "strip", z.ZodTypeAny, {
4586
+ denom: string;
4587
+ amount: string;
4588
+ }, {
4589
+ denom: string;
4590
+ amount: string;
4591
+ }>>;
4592
+ merkleTreeHook: z.ZodString;
4593
+ interchainGasPaymaster: z.ZodString;
4582
4594
  name: z.ZodString;
4583
4595
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4584
4596
  status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
@@ -4846,16 +4858,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4846
4858
  slip44: z.ZodOptional<z.ZodNumber>;
4847
4859
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
4848
4860
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
4849
- gasPrice: z.ZodOptional<z.ZodObject<{
4850
- denom: z.ZodString;
4851
- amount: z.ZodString;
4852
- }, "strip", z.ZodTypeAny, {
4853
- denom: string;
4854
- amount: string;
4855
- }, {
4856
- denom: string;
4857
- amount: string;
4858
- }>>;
4859
4861
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4860
4862
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
4861
4863
  key: z.ZodString;
@@ -4897,8 +4899,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4897
4899
  type: AgentSignerKeyType.Node;
4898
4900
  }>]>>;
4899
4901
  mailbox: z.ZodString;
4900
- merkleTreeHook: z.ZodString;
4901
- interchainGasPaymaster: z.ZodString;
4902
4902
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
4903
4903
  validatorAnnounce: z.ZodString;
4904
4904
  canonicalAsset: z.ZodOptional<z.ZodString>;
@@ -4938,6 +4938,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4938
4938
  url?: string | undefined;
4939
4939
  }>>>;
4940
4940
  }, "strip", z.ZodTypeAny, {
4941
+ merkleTreeHook: string;
4942
+ interchainGasPaymaster: string;
4941
4943
  name: string;
4942
4944
  chainId: string | number;
4943
4945
  domainId: number;
@@ -4957,9 +4959,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
4957
4959
  } | undefined;
4958
4960
  }[];
4959
4961
  mailbox: string;
4960
- merkleTreeHook: string;
4961
- interchainGasPaymaster: string;
4962
4962
  validatorAnnounce: string;
4963
+ gasPrice?: {
4964
+ denom: string;
4965
+ amount: string;
4966
+ } | undefined;
4963
4967
  availability?: {
4964
4968
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
4965
4969
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5033,10 +5037,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5033
5037
  slip44?: number | undefined;
5034
5038
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5035
5039
  transactionOverrides?: Record<string, any> | undefined;
5036
- gasPrice?: {
5037
- denom: string;
5038
- amount: string;
5039
- } | undefined;
5040
5040
  signer?: {
5041
5041
  key: string;
5042
5042
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5069,6 +5069,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5069
5069
  url?: string | undefined;
5070
5070
  } | undefined;
5071
5071
  }, {
5072
+ merkleTreeHook: string;
5073
+ interchainGasPaymaster: string;
5072
5074
  name: string;
5073
5075
  chainId: string | number;
5074
5076
  domainId: number;
@@ -5088,9 +5090,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5088
5090
  } | undefined;
5089
5091
  }[];
5090
5092
  mailbox: string;
5091
- merkleTreeHook: string;
5092
- interchainGasPaymaster: string;
5093
5093
  validatorAnnounce: string;
5094
+ gasPrice?: {
5095
+ denom: string;
5096
+ amount: string;
5097
+ } | undefined;
5094
5098
  availability?: {
5095
5099
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5096
5100
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5164,10 +5168,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5164
5168
  slip44?: number | undefined;
5165
5169
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5166
5170
  transactionOverrides?: Record<string, any> | undefined;
5167
- gasPrice?: {
5168
- denom: string;
5169
- amount: string;
5170
- } | undefined;
5171
5171
  signer?: {
5172
5172
  key: string;
5173
5173
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5200,6 +5200,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5200
5200
  url?: string | undefined;
5201
5201
  } | undefined;
5202
5202
  }>, {
5203
+ merkleTreeHook: string;
5204
+ interchainGasPaymaster: string;
5203
5205
  name: string;
5204
5206
  chainId: string | number;
5205
5207
  domainId: number;
@@ -5219,9 +5221,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5219
5221
  } | undefined;
5220
5222
  }[];
5221
5223
  mailbox: string;
5222
- merkleTreeHook: string;
5223
- interchainGasPaymaster: string;
5224
5224
  validatorAnnounce: string;
5225
+ gasPrice?: {
5226
+ denom: string;
5227
+ amount: string;
5228
+ } | undefined;
5225
5229
  availability?: {
5226
5230
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5227
5231
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5295,10 +5299,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5295
5299
  slip44?: number | undefined;
5296
5300
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5297
5301
  transactionOverrides?: Record<string, any> | undefined;
5298
- gasPrice?: {
5299
- denom: string;
5300
- amount: string;
5301
- } | undefined;
5302
5302
  signer?: {
5303
5303
  key: string;
5304
5304
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5331,6 +5331,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5331
5331
  url?: string | undefined;
5332
5332
  } | undefined;
5333
5333
  }, {
5334
+ merkleTreeHook: string;
5335
+ interchainGasPaymaster: string;
5334
5336
  name: string;
5335
5337
  chainId: string | number;
5336
5338
  domainId: number;
@@ -5350,9 +5352,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5350
5352
  } | undefined;
5351
5353
  }[];
5352
5354
  mailbox: string;
5353
- merkleTreeHook: string;
5354
- interchainGasPaymaster: string;
5355
5355
  validatorAnnounce: string;
5356
+ gasPrice?: {
5357
+ denom: string;
5358
+ amount: string;
5359
+ } | undefined;
5356
5360
  availability?: {
5357
5361
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5358
5362
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5426,10 +5430,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5426
5430
  slip44?: number | undefined;
5427
5431
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5428
5432
  transactionOverrides?: Record<string, any> | undefined;
5429
- gasPrice?: {
5430
- denom: string;
5431
- amount: string;
5432
- } | undefined;
5433
5433
  signer?: {
5434
5434
  key: string;
5435
5435
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5462,6 +5462,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5462
5462
  url?: string | undefined;
5463
5463
  } | undefined;
5464
5464
  }>>, Record<string, {
5465
+ merkleTreeHook: string;
5466
+ interchainGasPaymaster: string;
5465
5467
  name: string;
5466
5468
  chainId: string | number;
5467
5469
  domainId: number;
@@ -5481,9 +5483,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5481
5483
  } | undefined;
5482
5484
  }[];
5483
5485
  mailbox: string;
5484
- merkleTreeHook: string;
5485
- interchainGasPaymaster: string;
5486
5486
  validatorAnnounce: string;
5487
+ gasPrice?: {
5488
+ denom: string;
5489
+ amount: string;
5490
+ } | undefined;
5487
5491
  availability?: {
5488
5492
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5489
5493
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5557,10 +5561,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5557
5561
  slip44?: number | undefined;
5558
5562
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5559
5563
  transactionOverrides?: Record<string, any> | undefined;
5560
- gasPrice?: {
5561
- denom: string;
5562
- amount: string;
5563
- } | undefined;
5564
5564
  signer?: {
5565
5565
  key: string;
5566
5566
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5593,6 +5593,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5593
5593
  url?: string | undefined;
5594
5594
  } | undefined;
5595
5595
  }>, Record<string, {
5596
+ merkleTreeHook: string;
5597
+ interchainGasPaymaster: string;
5596
5598
  name: string;
5597
5599
  chainId: string | number;
5598
5600
  domainId: number;
@@ -5612,9 +5614,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5612
5614
  } | undefined;
5613
5615
  }[];
5614
5616
  mailbox: string;
5615
- merkleTreeHook: string;
5616
- interchainGasPaymaster: string;
5617
5617
  validatorAnnounce: string;
5618
+ gasPrice?: {
5619
+ denom: string;
5620
+ amount: string;
5621
+ } | undefined;
5618
5622
  availability?: {
5619
5623
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5620
5624
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5688,10 +5692,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5688
5692
  slip44?: number | undefined;
5689
5693
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5690
5694
  transactionOverrides?: Record<string, any> | undefined;
5691
- gasPrice?: {
5692
- denom: string;
5693
- amount: string;
5694
- } | undefined;
5695
5695
  signer?: {
5696
5696
  key: string;
5697
5697
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5779,6 +5779,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5779
5779
  chainsToScrape: z.ZodString;
5780
5780
  }, "strip", z.ZodTypeAny, {
5781
5781
  chains: Record<string, {
5782
+ merkleTreeHook: string;
5783
+ interchainGasPaymaster: string;
5782
5784
  name: string;
5783
5785
  chainId: string | number;
5784
5786
  domainId: number;
@@ -5798,9 +5800,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5798
5800
  } | undefined;
5799
5801
  }[];
5800
5802
  mailbox: string;
5801
- merkleTreeHook: string;
5802
- interchainGasPaymaster: string;
5803
5803
  validatorAnnounce: string;
5804
+ gasPrice?: {
5805
+ denom: string;
5806
+ amount: string;
5807
+ } | undefined;
5804
5808
  availability?: {
5805
5809
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5806
5810
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -5874,10 +5878,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5874
5878
  slip44?: number | undefined;
5875
5879
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
5876
5880
  transactionOverrides?: Record<string, any> | undefined;
5877
- gasPrice?: {
5878
- denom: string;
5879
- amount: string;
5880
- } | undefined;
5881
5881
  signer?: {
5882
5882
  key: string;
5883
5883
  type?: AgentSignerKeyType.Hex | undefined;
@@ -5934,6 +5934,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5934
5934
  } | undefined;
5935
5935
  }, {
5936
5936
  chains: Record<string, {
5937
+ merkleTreeHook: string;
5938
+ interchainGasPaymaster: string;
5937
5939
  name: string;
5938
5940
  chainId: string | number;
5939
5941
  domainId: number;
@@ -5953,9 +5955,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5953
5955
  } | undefined;
5954
5956
  }[];
5955
5957
  mailbox: string;
5956
- merkleTreeHook: string;
5957
- interchainGasPaymaster: string;
5958
5958
  validatorAnnounce: string;
5959
+ gasPrice?: {
5960
+ denom: string;
5961
+ amount: string;
5962
+ } | undefined;
5959
5963
  availability?: {
5960
5964
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
5961
5965
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -6029,10 +6033,6 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6029
6033
  slip44?: number | undefined;
6030
6034
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6031
6035
  transactionOverrides?: Record<string, any> | undefined;
6032
- gasPrice?: {
6033
- denom: string;
6034
- amount: string;
6035
- } | undefined;
6036
6036
  signer?: {
6037
6037
  key: string;
6038
6038
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6092,6 +6092,18 @@ export type ScraperConfig = z.infer<typeof ScraperAgentConfigSchema>;
6092
6092
  export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6093
6093
  metricsPort: z.ZodOptional<z.ZodNumber>;
6094
6094
  chains: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
6095
+ gasPrice: z.ZodOptional<z.ZodObject<{
6096
+ denom: z.ZodString;
6097
+ amount: z.ZodString;
6098
+ }, "strip", z.ZodTypeAny, {
6099
+ denom: string;
6100
+ amount: string;
6101
+ }, {
6102
+ denom: string;
6103
+ amount: string;
6104
+ }>>;
6105
+ merkleTreeHook: z.ZodString;
6106
+ interchainGasPaymaster: z.ZodString;
6095
6107
  name: z.ZodString;
6096
6108
  availability: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6097
6109
  status: z.ZodLiteral<import("./chainMetadataTypes.js").ChainStatus.Disabled>;
@@ -6359,16 +6371,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6359
6371
  slip44: z.ZodOptional<z.ZodNumber>;
6360
6372
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes.js").ChainTechnicalStack>>;
6361
6373
  transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
6362
- gasPrice: z.ZodOptional<z.ZodObject<{
6363
- denom: z.ZodString;
6364
- amount: z.ZodString;
6365
- }, "strip", z.ZodTypeAny, {
6366
- denom: string;
6367
- amount: string;
6368
- }, {
6369
- denom: string;
6370
- amount: string;
6371
- }>>;
6372
6374
  signer: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
6373
6375
  type: z.ZodOptional<z.ZodLiteral<AgentSignerKeyType.Hex>>;
6374
6376
  key: z.ZodString;
@@ -6410,8 +6412,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6410
6412
  type: AgentSignerKeyType.Node;
6411
6413
  }>]>>;
6412
6414
  mailbox: z.ZodString;
6413
- merkleTreeHook: z.ZodString;
6414
- interchainGasPaymaster: z.ZodString;
6415
6415
  interchainSecurityModule: z.ZodOptional<z.ZodString>;
6416
6416
  validatorAnnounce: z.ZodString;
6417
6417
  canonicalAsset: z.ZodOptional<z.ZodString>;
@@ -6451,6 +6451,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6451
6451
  url?: string | undefined;
6452
6452
  }>>>;
6453
6453
  }, "strip", z.ZodTypeAny, {
6454
+ merkleTreeHook: string;
6455
+ interchainGasPaymaster: string;
6454
6456
  name: string;
6455
6457
  chainId: string | number;
6456
6458
  domainId: number;
@@ -6470,9 +6472,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6470
6472
  } | undefined;
6471
6473
  }[];
6472
6474
  mailbox: string;
6473
- merkleTreeHook: string;
6474
- interchainGasPaymaster: string;
6475
6475
  validatorAnnounce: string;
6476
+ gasPrice?: {
6477
+ denom: string;
6478
+ amount: string;
6479
+ } | undefined;
6476
6480
  availability?: {
6477
6481
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6478
6482
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -6546,10 +6550,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6546
6550
  slip44?: number | undefined;
6547
6551
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6548
6552
  transactionOverrides?: Record<string, any> | undefined;
6549
- gasPrice?: {
6550
- denom: string;
6551
- amount: string;
6552
- } | undefined;
6553
6553
  signer?: {
6554
6554
  key: string;
6555
6555
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6582,6 +6582,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6582
6582
  url?: string | undefined;
6583
6583
  } | undefined;
6584
6584
  }, {
6585
+ merkleTreeHook: string;
6586
+ interchainGasPaymaster: string;
6585
6587
  name: string;
6586
6588
  chainId: string | number;
6587
6589
  domainId: number;
@@ -6601,9 +6603,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6601
6603
  } | undefined;
6602
6604
  }[];
6603
6605
  mailbox: string;
6604
- merkleTreeHook: string;
6605
- interchainGasPaymaster: string;
6606
6606
  validatorAnnounce: string;
6607
+ gasPrice?: {
6608
+ denom: string;
6609
+ amount: string;
6610
+ } | undefined;
6607
6611
  availability?: {
6608
6612
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6609
6613
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -6677,10 +6681,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6677
6681
  slip44?: number | undefined;
6678
6682
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6679
6683
  transactionOverrides?: Record<string, any> | undefined;
6680
- gasPrice?: {
6681
- denom: string;
6682
- amount: string;
6683
- } | undefined;
6684
6684
  signer?: {
6685
6685
  key: string;
6686
6686
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6713,6 +6713,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6713
6713
  url?: string | undefined;
6714
6714
  } | undefined;
6715
6715
  }>, {
6716
+ merkleTreeHook: string;
6717
+ interchainGasPaymaster: string;
6716
6718
  name: string;
6717
6719
  chainId: string | number;
6718
6720
  domainId: number;
@@ -6732,9 +6734,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6732
6734
  } | undefined;
6733
6735
  }[];
6734
6736
  mailbox: string;
6735
- merkleTreeHook: string;
6736
- interchainGasPaymaster: string;
6737
6737
  validatorAnnounce: string;
6738
+ gasPrice?: {
6739
+ denom: string;
6740
+ amount: string;
6741
+ } | undefined;
6738
6742
  availability?: {
6739
6743
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6740
6744
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -6808,10 +6812,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6808
6812
  slip44?: number | undefined;
6809
6813
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6810
6814
  transactionOverrides?: Record<string, any> | undefined;
6811
- gasPrice?: {
6812
- denom: string;
6813
- amount: string;
6814
- } | undefined;
6815
6815
  signer?: {
6816
6816
  key: string;
6817
6817
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6844,6 +6844,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6844
6844
  url?: string | undefined;
6845
6845
  } | undefined;
6846
6846
  }, {
6847
+ merkleTreeHook: string;
6848
+ interchainGasPaymaster: string;
6847
6849
  name: string;
6848
6850
  chainId: string | number;
6849
6851
  domainId: number;
@@ -6863,9 +6865,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6863
6865
  } | undefined;
6864
6866
  }[];
6865
6867
  mailbox: string;
6866
- merkleTreeHook: string;
6867
- interchainGasPaymaster: string;
6868
6868
  validatorAnnounce: string;
6869
+ gasPrice?: {
6870
+ denom: string;
6871
+ amount: string;
6872
+ } | undefined;
6869
6873
  availability?: {
6870
6874
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
6871
6875
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -6939,10 +6943,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6939
6943
  slip44?: number | undefined;
6940
6944
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
6941
6945
  transactionOverrides?: Record<string, any> | undefined;
6942
- gasPrice?: {
6943
- denom: string;
6944
- amount: string;
6945
- } | undefined;
6946
6946
  signer?: {
6947
6947
  key: string;
6948
6948
  type?: AgentSignerKeyType.Hex | undefined;
@@ -6975,6 +6975,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6975
6975
  url?: string | undefined;
6976
6976
  } | undefined;
6977
6977
  }>>, Record<string, {
6978
+ merkleTreeHook: string;
6979
+ interchainGasPaymaster: string;
6978
6980
  name: string;
6979
6981
  chainId: string | number;
6980
6982
  domainId: number;
@@ -6994,9 +6996,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
6994
6996
  } | undefined;
6995
6997
  }[];
6996
6998
  mailbox: string;
6997
- merkleTreeHook: string;
6998
- interchainGasPaymaster: string;
6999
6999
  validatorAnnounce: string;
7000
+ gasPrice?: {
7001
+ denom: string;
7002
+ amount: string;
7003
+ } | undefined;
7000
7004
  availability?: {
7001
7005
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7002
7006
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -7070,10 +7074,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7070
7074
  slip44?: number | undefined;
7071
7075
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7072
7076
  transactionOverrides?: Record<string, any> | undefined;
7073
- gasPrice?: {
7074
- denom: string;
7075
- amount: string;
7076
- } | undefined;
7077
7077
  signer?: {
7078
7078
  key: string;
7079
7079
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7106,6 +7106,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7106
7106
  url?: string | undefined;
7107
7107
  } | undefined;
7108
7108
  }>, Record<string, {
7109
+ merkleTreeHook: string;
7110
+ interchainGasPaymaster: string;
7109
7111
  name: string;
7110
7112
  chainId: string | number;
7111
7113
  domainId: number;
@@ -7125,9 +7127,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7125
7127
  } | undefined;
7126
7128
  }[];
7127
7129
  mailbox: string;
7128
- merkleTreeHook: string;
7129
- interchainGasPaymaster: string;
7130
7130
  validatorAnnounce: string;
7131
+ gasPrice?: {
7132
+ denom: string;
7133
+ amount: string;
7134
+ } | undefined;
7131
7135
  availability?: {
7132
7136
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7133
7137
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -7201,10 +7205,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7201
7205
  slip44?: number | undefined;
7202
7206
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7203
7207
  transactionOverrides?: Record<string, any> | undefined;
7204
- gasPrice?: {
7205
- denom: string;
7206
- amount: string;
7207
- } | undefined;
7208
7208
  signer?: {
7209
7209
  key: string;
7210
7210
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7376,6 +7376,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7376
7376
  interval: z.ZodOptional<z.ZodNumber>;
7377
7377
  }, "strip", z.ZodTypeAny, {
7378
7378
  chains: Record<string, {
7379
+ merkleTreeHook: string;
7380
+ interchainGasPaymaster: string;
7379
7381
  name: string;
7380
7382
  chainId: string | number;
7381
7383
  domainId: number;
@@ -7395,9 +7397,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7395
7397
  } | undefined;
7396
7398
  }[];
7397
7399
  mailbox: string;
7398
- merkleTreeHook: string;
7399
- interchainGasPaymaster: string;
7400
7400
  validatorAnnounce: string;
7401
+ gasPrice?: {
7402
+ denom: string;
7403
+ amount: string;
7404
+ } | undefined;
7401
7405
  availability?: {
7402
7406
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7403
7407
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -7471,10 +7475,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7471
7475
  slip44?: number | undefined;
7472
7476
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7473
7477
  transactionOverrides?: Record<string, any> | undefined;
7474
- gasPrice?: {
7475
- denom: string;
7476
- amount: string;
7477
- } | undefined;
7478
7478
  signer?: {
7479
7479
  key: string;
7480
7480
  type?: AgentSignerKeyType.Hex | undefined;
@@ -7575,6 +7575,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7575
7575
  interval?: number | undefined;
7576
7576
  }, {
7577
7577
  chains: Record<string, {
7578
+ merkleTreeHook: string;
7579
+ interchainGasPaymaster: string;
7578
7580
  name: string;
7579
7581
  chainId: string | number;
7580
7582
  domainId: number;
@@ -7594,9 +7596,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7594
7596
  } | undefined;
7595
7597
  }[];
7596
7598
  mailbox: string;
7597
- merkleTreeHook: string;
7598
- interchainGasPaymaster: string;
7599
7599
  validatorAnnounce: string;
7600
+ gasPrice?: {
7601
+ denom: string;
7602
+ amount: string;
7603
+ } | undefined;
7600
7604
  availability?: {
7601
7605
  status: import("./chainMetadataTypes.js").ChainStatus.Disabled;
7602
7606
  reasons: import("./chainMetadataTypes.js").ChainDisabledReason[];
@@ -7670,10 +7674,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7670
7674
  slip44?: number | undefined;
7671
7675
  technicalStack?: import("./chainMetadataTypes.js").ChainTechnicalStack | undefined;
7672
7676
  transactionOverrides?: Record<string, any> | undefined;
7673
- gasPrice?: {
7674
- denom: string;
7675
- amount: string;
7676
- } | undefined;
7677
7677
  signer?: {
7678
7678
  key: string;
7679
7679
  type?: AgentSignerKeyType.Hex | undefined;