@hyperlane-xyz/sdk 26.0.0 → 27.1.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 (93) hide show
  1. package/dist/consts/multisigIsm.d.ts.map +1 -1
  2. package/dist/consts/multisigIsm.js +18 -0
  3. package/dist/consts/multisigIsm.js.map +1 -1
  4. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  5. package/dist/core/HyperlaneCore.js +19 -6
  6. package/dist/core/HyperlaneCore.js.map +1 -1
  7. package/dist/deploy/warp.d.ts.map +1 -1
  8. package/dist/deploy/warp.js +11 -1
  9. package/dist/deploy/warp.js.map +1 -1
  10. package/dist/ism/HyperlaneIsmFactory.d.ts +1 -0
  11. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  12. package/dist/ism/HyperlaneIsmFactory.js +32 -3
  13. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  14. package/dist/metadata/agentConfig.d.ts +688 -0
  15. package/dist/metadata/agentConfig.d.ts.map +1 -1
  16. package/dist/metadata/agentConfig.js +10 -0
  17. package/dist/metadata/agentConfig.js.map +1 -1
  18. package/dist/providers/MultiProvider.d.ts.map +1 -1
  19. package/dist/providers/MultiProvider.js +32 -7
  20. package/dist/providers/MultiProvider.js.map +1 -1
  21. package/dist/providers/MultiProvider.test.js +60 -0
  22. package/dist/providers/MultiProvider.test.js.map +1 -1
  23. package/dist/providers/ProviderType.d.ts +2 -1
  24. package/dist/providers/ProviderType.d.ts.map +1 -1
  25. package/dist/providers/ProviderType.js.map +1 -1
  26. package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.d.ts.map +1 -1
  27. package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.js +2 -0
  28. package/dist/providers/SmartProvider/HyperlaneEtherscanProvider.js.map +1 -1
  29. package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
  30. package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +4 -1
  31. package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
  32. package/dist/providers/SmartProvider/SmartProvider.js +26 -3
  33. package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
  34. package/dist/providers/SmartProvider/SmartProvider.test.js +47 -1
  35. package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
  36. package/dist/router/ProxiedRouterChecker.js +1 -1
  37. package/dist/router/ProxiedRouterChecker.js.map +1 -1
  38. package/dist/rpc/evm/EvmEventLogsReader.d.ts.map +1 -1
  39. package/dist/rpc/evm/EvmEventLogsReader.js +2 -1
  40. package/dist/rpc/evm/EvmEventLogsReader.js.map +1 -1
  41. package/dist/rpc/evm/utils.d.ts.map +1 -1
  42. package/dist/rpc/evm/utils.js +37 -7
  43. package/dist/rpc/evm/utils.js.map +1 -1
  44. package/dist/signers/svm/solana-web3js.d.ts.map +1 -1
  45. package/dist/signers/svm/solana-web3js.js +18 -7
  46. package/dist/signers/svm/solana-web3js.js.map +1 -1
  47. package/dist/signers/svm/solana-web3js.test.d.ts +2 -0
  48. package/dist/signers/svm/solana-web3js.test.d.ts.map +1 -0
  49. package/dist/signers/svm/solana-web3js.test.js +61 -0
  50. package/dist/signers/svm/solana-web3js.test.js.map +1 -0
  51. package/dist/timelock/evm/EvmTimelockReader.hardhat-test.js +0 -1
  52. package/dist/timelock/evm/EvmTimelockReader.hardhat-test.js.map +1 -1
  53. package/dist/token/EvmWarpModule.d.ts.map +1 -1
  54. package/dist/token/EvmWarpModule.hardhat-test.js +77 -4
  55. package/dist/token/EvmWarpModule.hardhat-test.js.map +1 -1
  56. package/dist/token/EvmWarpModule.js +20 -9
  57. package/dist/token/EvmWarpModule.js.map +1 -1
  58. package/dist/token/EvmWarpRouteReader.d.ts +1 -1
  59. package/dist/token/EvmWarpRouteReader.d.ts.map +1 -1
  60. package/dist/token/EvmWarpRouteReader.hardhat-test.js +178 -4
  61. package/dist/token/EvmWarpRouteReader.hardhat-test.js.map +1 -1
  62. package/dist/token/EvmWarpRouteReader.js +37 -8
  63. package/dist/token/EvmWarpRouteReader.js.map +1 -1
  64. package/dist/token/IToken.d.ts +3 -0
  65. package/dist/token/IToken.d.ts.map +1 -1
  66. package/dist/token/IToken.js +5 -0
  67. package/dist/token/IToken.js.map +1 -1
  68. package/dist/token/adapters/ITokenAdapter.d.ts +3 -0
  69. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
  70. package/dist/token/adapters/SealevelTokenAdapter.d.ts +1 -1
  71. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
  72. package/dist/token/adapters/SealevelTokenAdapter.js +4 -2
  73. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
  74. package/dist/token/types.d.ts +44 -1
  75. package/dist/token/types.d.ts.map +1 -1
  76. package/dist/token/types.js +1 -0
  77. package/dist/token/types.js.map +1 -1
  78. package/dist/token/xerc20.d.ts.map +1 -1
  79. package/dist/token/xerc20.js +1 -0
  80. package/dist/token/xerc20.js.map +1 -1
  81. package/dist/utils/HyperlaneReader.js +2 -1
  82. package/dist/utils/HyperlaneReader.js.map +1 -1
  83. package/dist/utils/gnosisSafe.d.ts.map +1 -1
  84. package/dist/utils/gnosisSafe.js +5 -0
  85. package/dist/utils/gnosisSafe.js.map +1 -1
  86. package/dist/warp/WarpCore.d.ts.map +1 -1
  87. package/dist/warp/WarpCore.js +12 -1
  88. package/dist/warp/WarpCore.js.map +1 -1
  89. package/dist/warp/WarpCore.test.js +18 -7
  90. package/dist/warp/WarpCore.test.js.map +1 -1
  91. package/dist/warp/types.d.ts +5 -0
  92. package/dist/warp/types.d.ts.map +1 -1
  93. package/package.json +13 -13
@@ -205,6 +205,51 @@ declare const AgentSealevelChainMetadataSchema: z.ZodObject<{
205
205
  type: AgentSealevelTransactionSubmitterType;
206
206
  url?: string | undefined;
207
207
  }>>;
208
+ processAltOverrides: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
209
+ matchingList: z.ZodArray<z.ZodObject<{
210
+ messageId: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
211
+ originDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
212
+ senderAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
213
+ destinationDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
214
+ recipientAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
215
+ bodyRegex: z.ZodOptional<z.ZodString>;
216
+ }, "strip", z.ZodTypeAny, {
217
+ senderAddress?: string | string[] | undefined;
218
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
219
+ messageId?: string | string[] | undefined;
220
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
221
+ recipientAddress?: string | string[] | undefined;
222
+ bodyRegex?: string | undefined;
223
+ }, {
224
+ senderAddress?: string | string[] | undefined;
225
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
226
+ messageId?: string | string[] | undefined;
227
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
228
+ recipientAddress?: string | string[] | undefined;
229
+ bodyRegex?: string | undefined;
230
+ }>, "many">;
231
+ addressLookupTable: z.ZodString;
232
+ }, "strip", z.ZodTypeAny, {
233
+ matchingList: {
234
+ senderAddress?: string | string[] | undefined;
235
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
236
+ messageId?: string | string[] | undefined;
237
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
238
+ recipientAddress?: string | string[] | undefined;
239
+ bodyRegex?: string | undefined;
240
+ }[];
241
+ addressLookupTable: string;
242
+ }, {
243
+ matchingList: {
244
+ senderAddress?: string | string[] | undefined;
245
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
246
+ messageId?: string | string[] | undefined;
247
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
248
+ recipientAddress?: string | string[] | undefined;
249
+ bodyRegex?: string | undefined;
250
+ }[];
251
+ addressLookupTable: string;
252
+ }>, "many">, z.ZodString]>>;
208
253
  }, "strip", z.ZodTypeAny, {
209
254
  priorityFeeOracle?: {
210
255
  type: AgentSealevelPriorityFeeOracleType.Helius;
@@ -218,6 +263,17 @@ declare const AgentSealevelChainMetadataSchema: z.ZodObject<{
218
263
  type: AgentSealevelTransactionSubmitterType;
219
264
  url?: string | undefined;
220
265
  } | undefined;
266
+ processAltOverrides?: string | {
267
+ matchingList: {
268
+ senderAddress?: string | string[] | undefined;
269
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
270
+ messageId?: string | string[] | undefined;
271
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
272
+ recipientAddress?: string | string[] | undefined;
273
+ bodyRegex?: string | undefined;
274
+ }[];
275
+ addressLookupTable: string;
276
+ }[] | undefined;
221
277
  }, {
222
278
  priorityFeeOracle?: {
223
279
  type: AgentSealevelPriorityFeeOracleType.Helius;
@@ -231,6 +287,17 @@ declare const AgentSealevelChainMetadataSchema: z.ZodObject<{
231
287
  type: AgentSealevelTransactionSubmitterType;
232
288
  url?: string | undefined;
233
289
  } | undefined;
290
+ processAltOverrides?: string | {
291
+ matchingList: {
292
+ senderAddress?: string | string[] | undefined;
293
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
294
+ messageId?: string | string[] | undefined;
295
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
296
+ recipientAddress?: string | string[] | undefined;
297
+ bodyRegex?: string | undefined;
298
+ }[];
299
+ addressLookupTable: string;
300
+ }[] | undefined;
234
301
  }>;
235
302
  export type AgentSealevelChainMetadata = z.infer<typeof AgentSealevelChainMetadataSchema>;
236
303
  export type AgentSealevelPriorityFeeOracle = AgentSealevelChainMetadata['priorityFeeOracle'];
@@ -619,6 +686,51 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
619
686
  type: AgentSealevelTransactionSubmitterType;
620
687
  url?: string | undefined;
621
688
  }>>>;
689
+ processAltOverrides: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
690
+ matchingList: z.ZodArray<z.ZodObject<{
691
+ messageId: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
692
+ originDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
693
+ senderAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
694
+ destinationDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
695
+ recipientAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
696
+ bodyRegex: z.ZodOptional<z.ZodString>;
697
+ }, "strip", z.ZodTypeAny, {
698
+ senderAddress?: string | string[] | undefined;
699
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
700
+ messageId?: string | string[] | undefined;
701
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
702
+ recipientAddress?: string | string[] | undefined;
703
+ bodyRegex?: string | undefined;
704
+ }, {
705
+ senderAddress?: string | string[] | undefined;
706
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
707
+ messageId?: string | string[] | undefined;
708
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
709
+ recipientAddress?: string | string[] | undefined;
710
+ bodyRegex?: string | undefined;
711
+ }>, "many">;
712
+ addressLookupTable: z.ZodString;
713
+ }, "strip", z.ZodTypeAny, {
714
+ matchingList: {
715
+ senderAddress?: string | string[] | undefined;
716
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
717
+ messageId?: string | string[] | undefined;
718
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
719
+ recipientAddress?: string | string[] | undefined;
720
+ bodyRegex?: string | undefined;
721
+ }[];
722
+ addressLookupTable: string;
723
+ }, {
724
+ matchingList: {
725
+ senderAddress?: string | string[] | undefined;
726
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
727
+ messageId?: string | string[] | undefined;
728
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
729
+ recipientAddress?: string | string[] | undefined;
730
+ bodyRegex?: string | undefined;
731
+ }[];
732
+ addressLookupTable: string;
733
+ }>, "many">, z.ZodString]>>>;
622
734
  }, "strip", z.ZodTypeAny, {
623
735
  name: string;
624
736
  rpcUrls: {
@@ -757,6 +869,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
757
869
  type: AgentSealevelTransactionSubmitterType;
758
870
  url?: string | undefined;
759
871
  } | undefined;
872
+ processAltOverrides?: string | {
873
+ matchingList: {
874
+ senderAddress?: string | string[] | undefined;
875
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
876
+ messageId?: string | string[] | undefined;
877
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
878
+ recipientAddress?: string | string[] | undefined;
879
+ bodyRegex?: string | undefined;
880
+ }[];
881
+ addressLookupTable: string;
882
+ }[] | undefined;
760
883
  customRpcUrls?: string | undefined;
761
884
  rpcConsensusType?: RpcConsensusType | undefined;
762
885
  }, {
@@ -897,6 +1020,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
897
1020
  type: AgentSealevelTransactionSubmitterType;
898
1021
  url?: string | undefined;
899
1022
  } | undefined;
1023
+ processAltOverrides?: string | {
1024
+ matchingList: {
1025
+ senderAddress?: string | string[] | undefined;
1026
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1027
+ messageId?: string | string[] | undefined;
1028
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1029
+ recipientAddress?: string | string[] | undefined;
1030
+ bodyRegex?: string | undefined;
1031
+ }[];
1032
+ addressLookupTable: string;
1033
+ }[] | undefined;
900
1034
  customRpcUrls?: string | undefined;
901
1035
  rpcConsensusType?: RpcConsensusType | undefined;
902
1036
  }>, {
@@ -1037,6 +1171,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1037
1171
  type: AgentSealevelTransactionSubmitterType;
1038
1172
  url?: string | undefined;
1039
1173
  } | undefined;
1174
+ processAltOverrides?: string | {
1175
+ matchingList: {
1176
+ senderAddress?: string | string[] | undefined;
1177
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1178
+ messageId?: string | string[] | undefined;
1179
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1180
+ recipientAddress?: string | string[] | undefined;
1181
+ bodyRegex?: string | undefined;
1182
+ }[];
1183
+ addressLookupTable: string;
1184
+ }[] | undefined;
1040
1185
  customRpcUrls?: string | undefined;
1041
1186
  rpcConsensusType?: RpcConsensusType | undefined;
1042
1187
  }, {
@@ -1177,6 +1322,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
1177
1322
  type: AgentSealevelTransactionSubmitterType;
1178
1323
  url?: string | undefined;
1179
1324
  } | undefined;
1325
+ processAltOverrides?: string | {
1326
+ matchingList: {
1327
+ senderAddress?: string | string[] | undefined;
1328
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1329
+ messageId?: string | string[] | undefined;
1330
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1331
+ recipientAddress?: string | string[] | undefined;
1332
+ bodyRegex?: string | undefined;
1333
+ }[];
1334
+ addressLookupTable: string;
1335
+ }[] | undefined;
1180
1336
  customRpcUrls?: string | undefined;
1181
1337
  rpcConsensusType?: RpcConsensusType | undefined;
1182
1338
  }>;
@@ -1567,6 +1723,51 @@ export declare const AgentConfigSchema: z.ZodObject<{
1567
1723
  type: AgentSealevelTransactionSubmitterType;
1568
1724
  url?: string | undefined;
1569
1725
  }>>>;
1726
+ processAltOverrides: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
1727
+ matchingList: z.ZodArray<z.ZodObject<{
1728
+ messageId: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1729
+ originDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
1730
+ senderAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1731
+ destinationDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
1732
+ recipientAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
1733
+ bodyRegex: z.ZodOptional<z.ZodString>;
1734
+ }, "strip", z.ZodTypeAny, {
1735
+ senderAddress?: string | string[] | undefined;
1736
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1737
+ messageId?: string | string[] | undefined;
1738
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1739
+ recipientAddress?: string | string[] | undefined;
1740
+ bodyRegex?: string | undefined;
1741
+ }, {
1742
+ senderAddress?: string | string[] | undefined;
1743
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1744
+ messageId?: string | string[] | undefined;
1745
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1746
+ recipientAddress?: string | string[] | undefined;
1747
+ bodyRegex?: string | undefined;
1748
+ }>, "many">;
1749
+ addressLookupTable: z.ZodString;
1750
+ }, "strip", z.ZodTypeAny, {
1751
+ matchingList: {
1752
+ senderAddress?: string | string[] | undefined;
1753
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1754
+ messageId?: string | string[] | undefined;
1755
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1756
+ recipientAddress?: string | string[] | undefined;
1757
+ bodyRegex?: string | undefined;
1758
+ }[];
1759
+ addressLookupTable: string;
1760
+ }, {
1761
+ matchingList: {
1762
+ senderAddress?: string | string[] | undefined;
1763
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1764
+ messageId?: string | string[] | undefined;
1765
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1766
+ recipientAddress?: string | string[] | undefined;
1767
+ bodyRegex?: string | undefined;
1768
+ }[];
1769
+ addressLookupTable: string;
1770
+ }>, "many">, z.ZodString]>>>;
1570
1771
  }, "strip", z.ZodTypeAny, {
1571
1772
  name: string;
1572
1773
  rpcUrls: {
@@ -1705,6 +1906,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1705
1906
  type: AgentSealevelTransactionSubmitterType;
1706
1907
  url?: string | undefined;
1707
1908
  } | undefined;
1909
+ processAltOverrides?: string | {
1910
+ matchingList: {
1911
+ senderAddress?: string | string[] | undefined;
1912
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
1913
+ messageId?: string | string[] | undefined;
1914
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
1915
+ recipientAddress?: string | string[] | undefined;
1916
+ bodyRegex?: string | undefined;
1917
+ }[];
1918
+ addressLookupTable: string;
1919
+ }[] | undefined;
1708
1920
  customRpcUrls?: string | undefined;
1709
1921
  rpcConsensusType?: RpcConsensusType | undefined;
1710
1922
  }, {
@@ -1845,6 +2057,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1845
2057
  type: AgentSealevelTransactionSubmitterType;
1846
2058
  url?: string | undefined;
1847
2059
  } | undefined;
2060
+ processAltOverrides?: string | {
2061
+ matchingList: {
2062
+ senderAddress?: string | string[] | undefined;
2063
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
2064
+ messageId?: string | string[] | undefined;
2065
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
2066
+ recipientAddress?: string | string[] | undefined;
2067
+ bodyRegex?: string | undefined;
2068
+ }[];
2069
+ addressLookupTable: string;
2070
+ }[] | undefined;
1848
2071
  customRpcUrls?: string | undefined;
1849
2072
  rpcConsensusType?: RpcConsensusType | undefined;
1850
2073
  }>, {
@@ -1985,6 +2208,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
1985
2208
  type: AgentSealevelTransactionSubmitterType;
1986
2209
  url?: string | undefined;
1987
2210
  } | undefined;
2211
+ processAltOverrides?: string | {
2212
+ matchingList: {
2213
+ senderAddress?: string | string[] | undefined;
2214
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
2215
+ messageId?: string | string[] | undefined;
2216
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
2217
+ recipientAddress?: string | string[] | undefined;
2218
+ bodyRegex?: string | undefined;
2219
+ }[];
2220
+ addressLookupTable: string;
2221
+ }[] | undefined;
1988
2222
  customRpcUrls?: string | undefined;
1989
2223
  rpcConsensusType?: RpcConsensusType | undefined;
1990
2224
  }, {
@@ -2125,6 +2359,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2125
2359
  type: AgentSealevelTransactionSubmitterType;
2126
2360
  url?: string | undefined;
2127
2361
  } | undefined;
2362
+ processAltOverrides?: string | {
2363
+ matchingList: {
2364
+ senderAddress?: string | string[] | undefined;
2365
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
2366
+ messageId?: string | string[] | undefined;
2367
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
2368
+ recipientAddress?: string | string[] | undefined;
2369
+ bodyRegex?: string | undefined;
2370
+ }[];
2371
+ addressLookupTable: string;
2372
+ }[] | undefined;
2128
2373
  customRpcUrls?: string | undefined;
2129
2374
  rpcConsensusType?: RpcConsensusType | undefined;
2130
2375
  }>>, Record<string, {
@@ -2265,6 +2510,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2265
2510
  type: AgentSealevelTransactionSubmitterType;
2266
2511
  url?: string | undefined;
2267
2512
  } | undefined;
2513
+ processAltOverrides?: string | {
2514
+ matchingList: {
2515
+ senderAddress?: string | string[] | undefined;
2516
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
2517
+ messageId?: string | string[] | undefined;
2518
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
2519
+ recipientAddress?: string | string[] | undefined;
2520
+ bodyRegex?: string | undefined;
2521
+ }[];
2522
+ addressLookupTable: string;
2523
+ }[] | undefined;
2268
2524
  customRpcUrls?: string | undefined;
2269
2525
  rpcConsensusType?: RpcConsensusType | undefined;
2270
2526
  }>, Record<string, {
@@ -2405,6 +2661,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2405
2661
  type: AgentSealevelTransactionSubmitterType;
2406
2662
  url?: string | undefined;
2407
2663
  } | undefined;
2664
+ processAltOverrides?: string | {
2665
+ matchingList: {
2666
+ senderAddress?: string | string[] | undefined;
2667
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
2668
+ messageId?: string | string[] | undefined;
2669
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
2670
+ recipientAddress?: string | string[] | undefined;
2671
+ bodyRegex?: string | undefined;
2672
+ }[];
2673
+ addressLookupTable: string;
2674
+ }[] | undefined;
2408
2675
  customRpcUrls?: string | undefined;
2409
2676
  rpcConsensusType?: RpcConsensusType | undefined;
2410
2677
  }>>;
@@ -2609,6 +2876,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2609
2876
  type: AgentSealevelTransactionSubmitterType;
2610
2877
  url?: string | undefined;
2611
2878
  } | undefined;
2879
+ processAltOverrides?: string | {
2880
+ matchingList: {
2881
+ senderAddress?: string | string[] | undefined;
2882
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
2883
+ messageId?: string | string[] | undefined;
2884
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
2885
+ recipientAddress?: string | string[] | undefined;
2886
+ bodyRegex?: string | undefined;
2887
+ }[];
2888
+ addressLookupTable: string;
2889
+ }[] | undefined;
2612
2890
  customRpcUrls?: string | undefined;
2613
2891
  rpcConsensusType?: RpcConsensusType | undefined;
2614
2892
  }>;
@@ -2774,6 +3052,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
2774
3052
  type: AgentSealevelTransactionSubmitterType;
2775
3053
  url?: string | undefined;
2776
3054
  } | undefined;
3055
+ processAltOverrides?: string | {
3056
+ matchingList: {
3057
+ senderAddress?: string | string[] | undefined;
3058
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
3059
+ messageId?: string | string[] | undefined;
3060
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
3061
+ recipientAddress?: string | string[] | undefined;
3062
+ bodyRegex?: string | undefined;
3063
+ }[];
3064
+ addressLookupTable: string;
3065
+ }[] | undefined;
2777
3066
  customRpcUrls?: string | undefined;
2778
3067
  rpcConsensusType?: RpcConsensusType | undefined;
2779
3068
  }>;
@@ -3385,6 +3674,51 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3385
3674
  type: AgentSealevelTransactionSubmitterType;
3386
3675
  url?: string | undefined;
3387
3676
  }>>>;
3677
+ processAltOverrides: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
3678
+ matchingList: z.ZodArray<z.ZodObject<{
3679
+ messageId: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
3680
+ originDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
3681
+ senderAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
3682
+ destinationDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
3683
+ recipientAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
3684
+ bodyRegex: z.ZodOptional<z.ZodString>;
3685
+ }, "strip", z.ZodTypeAny, {
3686
+ senderAddress?: string | string[] | undefined;
3687
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
3688
+ messageId?: string | string[] | undefined;
3689
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
3690
+ recipientAddress?: string | string[] | undefined;
3691
+ bodyRegex?: string | undefined;
3692
+ }, {
3693
+ senderAddress?: string | string[] | undefined;
3694
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
3695
+ messageId?: string | string[] | undefined;
3696
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
3697
+ recipientAddress?: string | string[] | undefined;
3698
+ bodyRegex?: string | undefined;
3699
+ }>, "many">;
3700
+ addressLookupTable: z.ZodString;
3701
+ }, "strip", z.ZodTypeAny, {
3702
+ matchingList: {
3703
+ senderAddress?: string | string[] | undefined;
3704
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
3705
+ messageId?: string | string[] | undefined;
3706
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
3707
+ recipientAddress?: string | string[] | undefined;
3708
+ bodyRegex?: string | undefined;
3709
+ }[];
3710
+ addressLookupTable: string;
3711
+ }, {
3712
+ matchingList: {
3713
+ senderAddress?: string | string[] | undefined;
3714
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
3715
+ messageId?: string | string[] | undefined;
3716
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
3717
+ recipientAddress?: string | string[] | undefined;
3718
+ bodyRegex?: string | undefined;
3719
+ }[];
3720
+ addressLookupTable: string;
3721
+ }>, "many">, z.ZodString]>>>;
3388
3722
  }, "strip", z.ZodTypeAny, {
3389
3723
  name: string;
3390
3724
  rpcUrls: {
@@ -3523,6 +3857,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3523
3857
  type: AgentSealevelTransactionSubmitterType;
3524
3858
  url?: string | undefined;
3525
3859
  } | undefined;
3860
+ processAltOverrides?: string | {
3861
+ matchingList: {
3862
+ senderAddress?: string | string[] | undefined;
3863
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
3864
+ messageId?: string | string[] | undefined;
3865
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
3866
+ recipientAddress?: string | string[] | undefined;
3867
+ bodyRegex?: string | undefined;
3868
+ }[];
3869
+ addressLookupTable: string;
3870
+ }[] | undefined;
3526
3871
  customRpcUrls?: string | undefined;
3527
3872
  rpcConsensusType?: RpcConsensusType | undefined;
3528
3873
  }, {
@@ -3663,6 +4008,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3663
4008
  type: AgentSealevelTransactionSubmitterType;
3664
4009
  url?: string | undefined;
3665
4010
  } | undefined;
4011
+ processAltOverrides?: string | {
4012
+ matchingList: {
4013
+ senderAddress?: string | string[] | undefined;
4014
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
4015
+ messageId?: string | string[] | undefined;
4016
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
4017
+ recipientAddress?: string | string[] | undefined;
4018
+ bodyRegex?: string | undefined;
4019
+ }[];
4020
+ addressLookupTable: string;
4021
+ }[] | undefined;
3666
4022
  customRpcUrls?: string | undefined;
3667
4023
  rpcConsensusType?: RpcConsensusType | undefined;
3668
4024
  }>, {
@@ -3803,6 +4159,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3803
4159
  type: AgentSealevelTransactionSubmitterType;
3804
4160
  url?: string | undefined;
3805
4161
  } | undefined;
4162
+ processAltOverrides?: string | {
4163
+ matchingList: {
4164
+ senderAddress?: string | string[] | undefined;
4165
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
4166
+ messageId?: string | string[] | undefined;
4167
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
4168
+ recipientAddress?: string | string[] | undefined;
4169
+ bodyRegex?: string | undefined;
4170
+ }[];
4171
+ addressLookupTable: string;
4172
+ }[] | undefined;
3806
4173
  customRpcUrls?: string | undefined;
3807
4174
  rpcConsensusType?: RpcConsensusType | undefined;
3808
4175
  }, {
@@ -3943,6 +4310,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
3943
4310
  type: AgentSealevelTransactionSubmitterType;
3944
4311
  url?: string | undefined;
3945
4312
  } | undefined;
4313
+ processAltOverrides?: string | {
4314
+ matchingList: {
4315
+ senderAddress?: string | string[] | undefined;
4316
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
4317
+ messageId?: string | string[] | undefined;
4318
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
4319
+ recipientAddress?: string | string[] | undefined;
4320
+ bodyRegex?: string | undefined;
4321
+ }[];
4322
+ addressLookupTable: string;
4323
+ }[] | undefined;
3946
4324
  customRpcUrls?: string | undefined;
3947
4325
  rpcConsensusType?: RpcConsensusType | undefined;
3948
4326
  }>>, Record<string, {
@@ -4083,6 +4461,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4083
4461
  type: AgentSealevelTransactionSubmitterType;
4084
4462
  url?: string | undefined;
4085
4463
  } | undefined;
4464
+ processAltOverrides?: string | {
4465
+ matchingList: {
4466
+ senderAddress?: string | string[] | undefined;
4467
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
4468
+ messageId?: string | string[] | undefined;
4469
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
4470
+ recipientAddress?: string | string[] | undefined;
4471
+ bodyRegex?: string | undefined;
4472
+ }[];
4473
+ addressLookupTable: string;
4474
+ }[] | undefined;
4086
4475
  customRpcUrls?: string | undefined;
4087
4476
  rpcConsensusType?: RpcConsensusType | undefined;
4088
4477
  }>, Record<string, {
@@ -4223,6 +4612,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4223
4612
  type: AgentSealevelTransactionSubmitterType;
4224
4613
  url?: string | undefined;
4225
4614
  } | undefined;
4615
+ processAltOverrides?: string | {
4616
+ matchingList: {
4617
+ senderAddress?: string | string[] | undefined;
4618
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
4619
+ messageId?: string | string[] | undefined;
4620
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
4621
+ recipientAddress?: string | string[] | undefined;
4622
+ bodyRegex?: string | undefined;
4623
+ }[];
4624
+ addressLookupTable: string;
4625
+ }[] | undefined;
4226
4626
  customRpcUrls?: string | undefined;
4227
4627
  rpcConsensusType?: RpcConsensusType | undefined;
4228
4628
  }>>;
@@ -4709,6 +5109,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4709
5109
  type: AgentSealevelTransactionSubmitterType;
4710
5110
  url?: string | undefined;
4711
5111
  } | undefined;
5112
+ processAltOverrides?: string | {
5113
+ matchingList: {
5114
+ senderAddress?: string | string[] | undefined;
5115
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
5116
+ messageId?: string | string[] | undefined;
5117
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
5118
+ recipientAddress?: string | string[] | undefined;
5119
+ bodyRegex?: string | undefined;
5120
+ }[];
5121
+ addressLookupTable: string;
5122
+ }[] | undefined;
4712
5123
  customRpcUrls?: string | undefined;
4713
5124
  rpcConsensusType?: RpcConsensusType | undefined;
4714
5125
  }>;
@@ -4954,6 +5365,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
4954
5365
  type: AgentSealevelTransactionSubmitterType;
4955
5366
  url?: string | undefined;
4956
5367
  } | undefined;
5368
+ processAltOverrides?: string | {
5369
+ matchingList: {
5370
+ senderAddress?: string | string[] | undefined;
5371
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
5372
+ messageId?: string | string[] | undefined;
5373
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
5374
+ recipientAddress?: string | string[] | undefined;
5375
+ bodyRegex?: string | undefined;
5376
+ }[];
5377
+ addressLookupTable: string;
5378
+ }[] | undefined;
4957
5379
  customRpcUrls?: string | undefined;
4958
5380
  rpcConsensusType?: RpcConsensusType | undefined;
4959
5381
  }>;
@@ -5448,6 +5870,51 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5448
5870
  type: AgentSealevelTransactionSubmitterType;
5449
5871
  url?: string | undefined;
5450
5872
  }>>>;
5873
+ processAltOverrides: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
5874
+ matchingList: z.ZodArray<z.ZodObject<{
5875
+ messageId: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
5876
+ originDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
5877
+ senderAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
5878
+ destinationDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
5879
+ recipientAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
5880
+ bodyRegex: z.ZodOptional<z.ZodString>;
5881
+ }, "strip", z.ZodTypeAny, {
5882
+ senderAddress?: string | string[] | undefined;
5883
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
5884
+ messageId?: string | string[] | undefined;
5885
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
5886
+ recipientAddress?: string | string[] | undefined;
5887
+ bodyRegex?: string | undefined;
5888
+ }, {
5889
+ senderAddress?: string | string[] | undefined;
5890
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
5891
+ messageId?: string | string[] | undefined;
5892
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
5893
+ recipientAddress?: string | string[] | undefined;
5894
+ bodyRegex?: string | undefined;
5895
+ }>, "many">;
5896
+ addressLookupTable: z.ZodString;
5897
+ }, "strip", z.ZodTypeAny, {
5898
+ matchingList: {
5899
+ senderAddress?: string | string[] | undefined;
5900
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
5901
+ messageId?: string | string[] | undefined;
5902
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
5903
+ recipientAddress?: string | string[] | undefined;
5904
+ bodyRegex?: string | undefined;
5905
+ }[];
5906
+ addressLookupTable: string;
5907
+ }, {
5908
+ matchingList: {
5909
+ senderAddress?: string | string[] | undefined;
5910
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
5911
+ messageId?: string | string[] | undefined;
5912
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
5913
+ recipientAddress?: string | string[] | undefined;
5914
+ bodyRegex?: string | undefined;
5915
+ }[];
5916
+ addressLookupTable: string;
5917
+ }>, "many">, z.ZodString]>>>;
5451
5918
  }, "strip", z.ZodTypeAny, {
5452
5919
  name: string;
5453
5920
  rpcUrls: {
@@ -5586,6 +6053,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5586
6053
  type: AgentSealevelTransactionSubmitterType;
5587
6054
  url?: string | undefined;
5588
6055
  } | undefined;
6056
+ processAltOverrides?: string | {
6057
+ matchingList: {
6058
+ senderAddress?: string | string[] | undefined;
6059
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
6060
+ messageId?: string | string[] | undefined;
6061
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
6062
+ recipientAddress?: string | string[] | undefined;
6063
+ bodyRegex?: string | undefined;
6064
+ }[];
6065
+ addressLookupTable: string;
6066
+ }[] | undefined;
5589
6067
  customRpcUrls?: string | undefined;
5590
6068
  rpcConsensusType?: RpcConsensusType | undefined;
5591
6069
  }, {
@@ -5726,6 +6204,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5726
6204
  type: AgentSealevelTransactionSubmitterType;
5727
6205
  url?: string | undefined;
5728
6206
  } | undefined;
6207
+ processAltOverrides?: string | {
6208
+ matchingList: {
6209
+ senderAddress?: string | string[] | undefined;
6210
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
6211
+ messageId?: string | string[] | undefined;
6212
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
6213
+ recipientAddress?: string | string[] | undefined;
6214
+ bodyRegex?: string | undefined;
6215
+ }[];
6216
+ addressLookupTable: string;
6217
+ }[] | undefined;
5729
6218
  customRpcUrls?: string | undefined;
5730
6219
  rpcConsensusType?: RpcConsensusType | undefined;
5731
6220
  }>, {
@@ -5866,6 +6355,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
5866
6355
  type: AgentSealevelTransactionSubmitterType;
5867
6356
  url?: string | undefined;
5868
6357
  } | undefined;
6358
+ processAltOverrides?: string | {
6359
+ matchingList: {
6360
+ senderAddress?: string | string[] | undefined;
6361
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
6362
+ messageId?: string | string[] | undefined;
6363
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
6364
+ recipientAddress?: string | string[] | undefined;
6365
+ bodyRegex?: string | undefined;
6366
+ }[];
6367
+ addressLookupTable: string;
6368
+ }[] | undefined;
5869
6369
  customRpcUrls?: string | undefined;
5870
6370
  rpcConsensusType?: RpcConsensusType | undefined;
5871
6371
  }, {
@@ -6006,6 +6506,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6006
6506
  type: AgentSealevelTransactionSubmitterType;
6007
6507
  url?: string | undefined;
6008
6508
  } | undefined;
6509
+ processAltOverrides?: string | {
6510
+ matchingList: {
6511
+ senderAddress?: string | string[] | undefined;
6512
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
6513
+ messageId?: string | string[] | undefined;
6514
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
6515
+ recipientAddress?: string | string[] | undefined;
6516
+ bodyRegex?: string | undefined;
6517
+ }[];
6518
+ addressLookupTable: string;
6519
+ }[] | undefined;
6009
6520
  customRpcUrls?: string | undefined;
6010
6521
  rpcConsensusType?: RpcConsensusType | undefined;
6011
6522
  }>>, Record<string, {
@@ -6146,6 +6657,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6146
6657
  type: AgentSealevelTransactionSubmitterType;
6147
6658
  url?: string | undefined;
6148
6659
  } | undefined;
6660
+ processAltOverrides?: string | {
6661
+ matchingList: {
6662
+ senderAddress?: string | string[] | undefined;
6663
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
6664
+ messageId?: string | string[] | undefined;
6665
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
6666
+ recipientAddress?: string | string[] | undefined;
6667
+ bodyRegex?: string | undefined;
6668
+ }[];
6669
+ addressLookupTable: string;
6670
+ }[] | undefined;
6149
6671
  customRpcUrls?: string | undefined;
6150
6672
  rpcConsensusType?: RpcConsensusType | undefined;
6151
6673
  }>, Record<string, {
@@ -6286,6 +6808,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6286
6808
  type: AgentSealevelTransactionSubmitterType;
6287
6809
  url?: string | undefined;
6288
6810
  } | undefined;
6811
+ processAltOverrides?: string | {
6812
+ matchingList: {
6813
+ senderAddress?: string | string[] | undefined;
6814
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
6815
+ messageId?: string | string[] | undefined;
6816
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
6817
+ recipientAddress?: string | string[] | undefined;
6818
+ bodyRegex?: string | undefined;
6819
+ }[];
6820
+ addressLookupTable: string;
6821
+ }[] | undefined;
6289
6822
  customRpcUrls?: string | undefined;
6290
6823
  rpcConsensusType?: RpcConsensusType | undefined;
6291
6824
  }>>;
@@ -6493,6 +7026,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6493
7026
  type: AgentSealevelTransactionSubmitterType;
6494
7027
  url?: string | undefined;
6495
7028
  } | undefined;
7029
+ processAltOverrides?: string | {
7030
+ matchingList: {
7031
+ senderAddress?: string | string[] | undefined;
7032
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7033
+ messageId?: string | string[] | undefined;
7034
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7035
+ recipientAddress?: string | string[] | undefined;
7036
+ bodyRegex?: string | undefined;
7037
+ }[];
7038
+ addressLookupTable: string;
7039
+ }[] | undefined;
6496
7040
  customRpcUrls?: string | undefined;
6497
7041
  rpcConsensusType?: RpcConsensusType | undefined;
6498
7042
  }>;
@@ -6660,6 +7204,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
6660
7204
  type: AgentSealevelTransactionSubmitterType;
6661
7205
  url?: string | undefined;
6662
7206
  } | undefined;
7207
+ processAltOverrides?: string | {
7208
+ matchingList: {
7209
+ senderAddress?: string | string[] | undefined;
7210
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7211
+ messageId?: string | string[] | undefined;
7212
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7213
+ recipientAddress?: string | string[] | undefined;
7214
+ bodyRegex?: string | undefined;
7215
+ }[];
7216
+ addressLookupTable: string;
7217
+ }[] | undefined;
6663
7218
  customRpcUrls?: string | undefined;
6664
7219
  rpcConsensusType?: RpcConsensusType | undefined;
6665
7220
  }>;
@@ -7076,6 +7631,51 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7076
7631
  type: AgentSealevelTransactionSubmitterType;
7077
7632
  url?: string | undefined;
7078
7633
  }>>>;
7634
+ processAltOverrides: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
7635
+ matchingList: z.ZodArray<z.ZodObject<{
7636
+ messageId: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
7637
+ originDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
7638
+ senderAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
7639
+ destinationDomain: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodNumber, z.ZodArray<z.ZodNumber, "atleastone">]>>;
7640
+ recipientAddress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"*">, z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
7641
+ bodyRegex: z.ZodOptional<z.ZodString>;
7642
+ }, "strip", z.ZodTypeAny, {
7643
+ senderAddress?: string | string[] | undefined;
7644
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7645
+ messageId?: string | string[] | undefined;
7646
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7647
+ recipientAddress?: string | string[] | undefined;
7648
+ bodyRegex?: string | undefined;
7649
+ }, {
7650
+ senderAddress?: string | string[] | undefined;
7651
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7652
+ messageId?: string | string[] | undefined;
7653
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7654
+ recipientAddress?: string | string[] | undefined;
7655
+ bodyRegex?: string | undefined;
7656
+ }>, "many">;
7657
+ addressLookupTable: z.ZodString;
7658
+ }, "strip", z.ZodTypeAny, {
7659
+ matchingList: {
7660
+ senderAddress?: string | string[] | undefined;
7661
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7662
+ messageId?: string | string[] | undefined;
7663
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7664
+ recipientAddress?: string | string[] | undefined;
7665
+ bodyRegex?: string | undefined;
7666
+ }[];
7667
+ addressLookupTable: string;
7668
+ }, {
7669
+ matchingList: {
7670
+ senderAddress?: string | string[] | undefined;
7671
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7672
+ messageId?: string | string[] | undefined;
7673
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7674
+ recipientAddress?: string | string[] | undefined;
7675
+ bodyRegex?: string | undefined;
7676
+ }[];
7677
+ addressLookupTable: string;
7678
+ }>, "many">, z.ZodString]>>>;
7079
7679
  }, "strip", z.ZodTypeAny, {
7080
7680
  name: string;
7081
7681
  rpcUrls: {
@@ -7214,6 +7814,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7214
7814
  type: AgentSealevelTransactionSubmitterType;
7215
7815
  url?: string | undefined;
7216
7816
  } | undefined;
7817
+ processAltOverrides?: string | {
7818
+ matchingList: {
7819
+ senderAddress?: string | string[] | undefined;
7820
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7821
+ messageId?: string | string[] | undefined;
7822
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7823
+ recipientAddress?: string | string[] | undefined;
7824
+ bodyRegex?: string | undefined;
7825
+ }[];
7826
+ addressLookupTable: string;
7827
+ }[] | undefined;
7217
7828
  customRpcUrls?: string | undefined;
7218
7829
  rpcConsensusType?: RpcConsensusType | undefined;
7219
7830
  }, {
@@ -7354,6 +7965,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7354
7965
  type: AgentSealevelTransactionSubmitterType;
7355
7966
  url?: string | undefined;
7356
7967
  } | undefined;
7968
+ processAltOverrides?: string | {
7969
+ matchingList: {
7970
+ senderAddress?: string | string[] | undefined;
7971
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
7972
+ messageId?: string | string[] | undefined;
7973
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
7974
+ recipientAddress?: string | string[] | undefined;
7975
+ bodyRegex?: string | undefined;
7976
+ }[];
7977
+ addressLookupTable: string;
7978
+ }[] | undefined;
7357
7979
  customRpcUrls?: string | undefined;
7358
7980
  rpcConsensusType?: RpcConsensusType | undefined;
7359
7981
  }>, {
@@ -7494,6 +8116,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7494
8116
  type: AgentSealevelTransactionSubmitterType;
7495
8117
  url?: string | undefined;
7496
8118
  } | undefined;
8119
+ processAltOverrides?: string | {
8120
+ matchingList: {
8121
+ senderAddress?: string | string[] | undefined;
8122
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
8123
+ messageId?: string | string[] | undefined;
8124
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
8125
+ recipientAddress?: string | string[] | undefined;
8126
+ bodyRegex?: string | undefined;
8127
+ }[];
8128
+ addressLookupTable: string;
8129
+ }[] | undefined;
7497
8130
  customRpcUrls?: string | undefined;
7498
8131
  rpcConsensusType?: RpcConsensusType | undefined;
7499
8132
  }, {
@@ -7634,6 +8267,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7634
8267
  type: AgentSealevelTransactionSubmitterType;
7635
8268
  url?: string | undefined;
7636
8269
  } | undefined;
8270
+ processAltOverrides?: string | {
8271
+ matchingList: {
8272
+ senderAddress?: string | string[] | undefined;
8273
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
8274
+ messageId?: string | string[] | undefined;
8275
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
8276
+ recipientAddress?: string | string[] | undefined;
8277
+ bodyRegex?: string | undefined;
8278
+ }[];
8279
+ addressLookupTable: string;
8280
+ }[] | undefined;
7637
8281
  customRpcUrls?: string | undefined;
7638
8282
  rpcConsensusType?: RpcConsensusType | undefined;
7639
8283
  }>>, Record<string, {
@@ -7774,6 +8418,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7774
8418
  type: AgentSealevelTransactionSubmitterType;
7775
8419
  url?: string | undefined;
7776
8420
  } | undefined;
8421
+ processAltOverrides?: string | {
8422
+ matchingList: {
8423
+ senderAddress?: string | string[] | undefined;
8424
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
8425
+ messageId?: string | string[] | undefined;
8426
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
8427
+ recipientAddress?: string | string[] | undefined;
8428
+ bodyRegex?: string | undefined;
8429
+ }[];
8430
+ addressLookupTable: string;
8431
+ }[] | undefined;
7777
8432
  customRpcUrls?: string | undefined;
7778
8433
  rpcConsensusType?: RpcConsensusType | undefined;
7779
8434
  }>, Record<string, {
@@ -7914,6 +8569,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
7914
8569
  type: AgentSealevelTransactionSubmitterType;
7915
8570
  url?: string | undefined;
7916
8571
  } | undefined;
8572
+ processAltOverrides?: string | {
8573
+ matchingList: {
8574
+ senderAddress?: string | string[] | undefined;
8575
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
8576
+ messageId?: string | string[] | undefined;
8577
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
8578
+ recipientAddress?: string | string[] | undefined;
8579
+ bodyRegex?: string | undefined;
8580
+ }[];
8581
+ addressLookupTable: string;
8582
+ }[] | undefined;
7917
8583
  customRpcUrls?: string | undefined;
7918
8584
  rpcConsensusType?: RpcConsensusType | undefined;
7919
8585
  }>>;
@@ -8217,6 +8883,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8217
8883
  type: AgentSealevelTransactionSubmitterType;
8218
8884
  url?: string | undefined;
8219
8885
  } | undefined;
8886
+ processAltOverrides?: string | {
8887
+ matchingList: {
8888
+ senderAddress?: string | string[] | undefined;
8889
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
8890
+ messageId?: string | string[] | undefined;
8891
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
8892
+ recipientAddress?: string | string[] | undefined;
8893
+ bodyRegex?: string | undefined;
8894
+ }[];
8895
+ addressLookupTable: string;
8896
+ }[] | undefined;
8220
8897
  customRpcUrls?: string | undefined;
8221
8898
  rpcConsensusType?: RpcConsensusType | undefined;
8222
8899
  }>;
@@ -8418,6 +9095,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
8418
9095
  type: AgentSealevelTransactionSubmitterType;
8419
9096
  url?: string | undefined;
8420
9097
  } | undefined;
9098
+ processAltOverrides?: string | {
9099
+ matchingList: {
9100
+ senderAddress?: string | string[] | undefined;
9101
+ destinationDomain?: number | "*" | [number, ...number[]] | undefined;
9102
+ messageId?: string | string[] | undefined;
9103
+ originDomain?: number | "*" | [number, ...number[]] | undefined;
9104
+ recipientAddress?: string | string[] | undefined;
9105
+ bodyRegex?: string | undefined;
9106
+ }[];
9107
+ addressLookupTable: string;
9108
+ }[] | undefined;
8421
9109
  customRpcUrls?: string | undefined;
8422
9110
  rpcConsensusType?: RpcConsensusType | undefined;
8423
9111
  }>;