@hyperlane-xyz/sdk 33.1.1 → 34.0.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 (104) hide show
  1. package/dist/core/types.d.ts +2882 -956
  2. package/dist/core/types.d.ts.map +1 -1
  3. package/dist/core/types.js +14 -3
  4. package/dist/core/types.js.map +1 -1
  5. package/dist/deploy/warp.d.ts.map +1 -1
  6. package/dist/deploy/warp.js +125 -12
  7. package/dist/deploy/warp.js.map +1 -1
  8. package/dist/hook/EvmHookModule.d.ts +13 -3
  9. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  10. package/dist/hook/EvmHookModule.hardhat-test.js +15 -1
  11. package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
  12. package/dist/hook/EvmHookModule.js +33 -1
  13. package/dist/hook/EvmHookModule.js.map +1 -1
  14. package/dist/hook/EvmHookReader.d.ts +3 -1
  15. package/dist/hook/EvmHookReader.d.ts.map +1 -1
  16. package/dist/hook/EvmHookReader.js +21 -1
  17. package/dist/hook/EvmHookReader.js.map +1 -1
  18. package/dist/hook/contracts.d.ts +2 -1
  19. package/dist/hook/contracts.d.ts.map +1 -1
  20. package/dist/hook/contracts.js +2 -1
  21. package/dist/hook/contracts.js.map +1 -1
  22. package/dist/hook/types.d.ts +304 -0
  23. package/dist/hook/types.d.ts.map +1 -1
  24. package/dist/hook/types.js +28 -1
  25. package/dist/hook/types.js.map +1 -1
  26. package/dist/hook/updates.d.ts +1 -0
  27. package/dist/hook/updates.d.ts.map +1 -1
  28. package/dist/hook/updates.js +2 -1
  29. package/dist/hook/updates.js.map +1 -1
  30. package/dist/hook/utils.d.ts +2 -8
  31. package/dist/hook/utils.d.ts.map +1 -1
  32. package/dist/hook/utils.js +25 -8
  33. package/dist/hook/utils.js.map +1 -1
  34. package/dist/ica/types.d.ts +182 -0
  35. package/dist/ica/types.d.ts.map +1 -1
  36. package/dist/index.d.ts +4 -4
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/index.js +4 -4
  39. package/dist/index.js.map +1 -1
  40. package/dist/ism/EvmIsmModule.d.ts +5 -1
  41. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  42. package/dist/ism/EvmIsmModule.hardhat-test.js +39 -0
  43. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  44. package/dist/ism/EvmIsmModule.js +33 -2
  45. package/dist/ism/EvmIsmModule.js.map +1 -1
  46. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  47. package/dist/ism/EvmIsmReader.js +21 -1
  48. package/dist/ism/EvmIsmReader.js.map +1 -1
  49. package/dist/ism/HyperlaneIsmFactory.d.ts +2 -1
  50. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  51. package/dist/ism/HyperlaneIsmFactory.js +19 -1
  52. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  53. package/dist/ism/types.d.ts +116 -2
  54. package/dist/ism/types.d.ts.map +1 -1
  55. package/dist/ism/types.js +27 -1
  56. package/dist/ism/types.js.map +1 -1
  57. package/dist/ism/utils.d.ts.map +1 -1
  58. package/dist/ism/utils.js +17 -1
  59. package/dist/ism/utils.js.map +1 -1
  60. package/dist/middleware/account/InterchainAccount.d.ts +2 -205
  61. package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
  62. package/dist/middleware/account/InterchainAccount.js +2 -72
  63. package/dist/middleware/account/InterchainAccount.js.map +1 -1
  64. package/dist/middleware/account/InterchainAccount.test.js +2 -1
  65. package/dist/middleware/account/InterchainAccount.test.js.map +1 -1
  66. package/dist/middleware/account/icaCalls.d.ts +206 -0
  67. package/dist/middleware/account/icaCalls.d.ts.map +1 -0
  68. package/dist/middleware/account/icaCalls.js +73 -0
  69. package/dist/middleware/account/icaCalls.js.map +1 -0
  70. package/dist/middleware/account/types.d.ts +12 -12
  71. package/dist/providers/transactionFeeEstimators.d.ts +1 -0
  72. package/dist/providers/transactionFeeEstimators.d.ts.map +1 -1
  73. package/dist/providers/transactionFeeEstimators.js +32 -10
  74. package/dist/providers/transactionFeeEstimators.js.map +1 -1
  75. package/dist/providers/transactionFeeEstimators.test.d.ts +2 -0
  76. package/dist/providers/transactionFeeEstimators.test.d.ts.map +1 -0
  77. package/dist/providers/transactionFeeEstimators.test.js +102 -0
  78. package/dist/providers/transactionFeeEstimators.test.js.map +1 -0
  79. package/dist/router/HyperlaneRouterDeployer.d.ts +1 -0
  80. package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
  81. package/dist/router/HyperlaneRouterDeployer.js +2 -0
  82. package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
  83. package/dist/router/types.d.ts +273 -0
  84. package/dist/router/types.d.ts.map +1 -1
  85. package/dist/test/testUtils.d.ts +1 -1
  86. package/dist/test/testUtils.d.ts.map +1 -1
  87. package/dist/test/testUtils.js +15 -0
  88. package/dist/test/testUtils.js.map +1 -1
  89. package/dist/token/EvmWarpModule.d.ts.map +1 -1
  90. package/dist/token/EvmWarpModule.js +49 -3
  91. package/dist/token/EvmWarpModule.js.map +1 -1
  92. package/dist/token/deploy.d.ts +3 -1
  93. package/dist/token/deploy.d.ts.map +1 -1
  94. package/dist/token/deploy.hardhat-test.js +105 -1
  95. package/dist/token/deploy.hardhat-test.js.map +1 -1
  96. package/dist/token/deploy.js +41 -2
  97. package/dist/token/deploy.js.map +1 -1
  98. package/dist/token/types.d.ts +575 -0
  99. package/dist/token/types.d.ts.map +1 -1
  100. package/dist/utils/ism.d.ts +9 -1
  101. package/dist/utils/ism.d.ts.map +1 -1
  102. package/dist/utils/ism.js +63 -0
  103. package/dist/utils/ism.js.map +1 -1
  104. package/package.json +22 -10
@@ -8496,6 +8496,42 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
8496
8496
  }, {
8497
8497
  type: "cctpHook";
8498
8498
  address: string;
8499
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
8500
+ owner: z.ZodString;
8501
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8502
+ } & {
8503
+ type: z.ZodLiteral<"rateLimitedHook">;
8504
+ maxCapacity: z.ZodString;
8505
+ }, "strip", z.ZodTypeAny, {
8506
+ type: "rateLimitedHook";
8507
+ owner: string;
8508
+ maxCapacity: string;
8509
+ ownerOverrides?: Record<string, string> | undefined;
8510
+ }, {
8511
+ type: "rateLimitedHook";
8512
+ owner: string;
8513
+ maxCapacity: string;
8514
+ ownerOverrides?: Record<string, string> | undefined;
8515
+ }>, {
8516
+ type: "rateLimitedHook";
8517
+ owner: string;
8518
+ maxCapacity: string;
8519
+ ownerOverrides?: Record<string, string> | undefined;
8520
+ }, {
8521
+ type: "rateLimitedHook";
8522
+ owner: string;
8523
+ maxCapacity: string;
8524
+ ownerOverrides?: Record<string, string> | undefined;
8525
+ }>, {
8526
+ type: "rateLimitedHook";
8527
+ owner: string;
8528
+ maxCapacity: string;
8529
+ ownerOverrides?: Record<string, string> | undefined;
8530
+ }, {
8531
+ type: "rateLimitedHook";
8532
+ owner: string;
8533
+ maxCapacity: string;
8534
+ ownerOverrides?: Record<string, string> | undefined;
8499
8535
  }>, z.ZodObject<{
8500
8536
  type: z.ZodLiteral<"unknownHook">;
8501
8537
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -8567,6 +8603,41 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
8567
8603
  }, {
8568
8604
  type: "ccipIsm";
8569
8605
  originChain: string;
8606
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
8607
+ type: z.ZodLiteral<"rateLimitedIsm">;
8608
+ maxCapacity: z.ZodString;
8609
+ recipient: z.ZodOptional<z.ZodString>;
8610
+ owner: z.ZodOptional<z.ZodString>;
8611
+ }, "strip", z.ZodTypeAny, {
8612
+ type: "rateLimitedIsm";
8613
+ maxCapacity: string;
8614
+ owner?: string | undefined;
8615
+ recipient?: string | undefined;
8616
+ }, {
8617
+ type: "rateLimitedIsm";
8618
+ maxCapacity: string;
8619
+ owner?: string | undefined;
8620
+ recipient?: string | undefined;
8621
+ }>, {
8622
+ type: "rateLimitedIsm";
8623
+ maxCapacity: string;
8624
+ owner?: string | undefined;
8625
+ recipient?: string | undefined;
8626
+ }, {
8627
+ type: "rateLimitedIsm";
8628
+ maxCapacity: string;
8629
+ owner?: string | undefined;
8630
+ recipient?: string | undefined;
8631
+ }>, {
8632
+ type: "rateLimitedIsm";
8633
+ maxCapacity: string;
8634
+ owner?: string | undefined;
8635
+ recipient?: string | undefined;
8636
+ }, {
8637
+ type: "rateLimitedIsm";
8638
+ maxCapacity: string;
8639
+ owner?: string | undefined;
8640
+ recipient?: string | undefined;
8570
8641
  }>, z.ZodIntersection<z.ZodObject<{
8571
8642
  validators: z.ZodArray<z.ZodString, "many">;
8572
8643
  threshold: z.ZodNumber;
@@ -8933,6 +9004,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
8933
9004
  childHook?: any;
8934
9005
  } | {
8935
9006
  type: "defaultHook";
9007
+ } | {
9008
+ type: "rateLimitedHook";
9009
+ owner: string;
9010
+ maxCapacity: string;
9011
+ ownerOverrides?: Record<string, string> | undefined;
8936
9012
  } | {
8937
9013
  type: "ccipHook";
8938
9014
  destinationChain: string;
@@ -8979,6 +9055,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
8979
9055
  } | {
8980
9056
  type: "arbL2ToL1Ism";
8981
9057
  bridge: string;
9058
+ } | {
9059
+ type: "rateLimitedIsm";
9060
+ maxCapacity: string;
9061
+ owner?: string | undefined;
9062
+ recipient?: string | undefined;
8982
9063
  } | {
8983
9064
  type: "offchainLookupIsm";
8984
9065
  owner: string;
@@ -9081,6 +9162,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
9081
9162
  childHook?: any;
9082
9163
  } | {
9083
9164
  type: "defaultHook";
9165
+ } | {
9166
+ type: "rateLimitedHook";
9167
+ owner: string;
9168
+ maxCapacity: string;
9169
+ ownerOverrides?: Record<string, string> | undefined;
9084
9170
  } | {
9085
9171
  type: "ccipHook";
9086
9172
  destinationChain: string;
@@ -9127,6 +9213,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
9127
9213
  } | {
9128
9214
  type: "arbL2ToL1Ism";
9129
9215
  bridge: string;
9216
+ } | {
9217
+ type: "rateLimitedIsm";
9218
+ maxCapacity: string;
9219
+ owner?: string | undefined;
9220
+ recipient?: string | undefined;
9130
9221
  } | {
9131
9222
  type: "offchainLookupIsm";
9132
9223
  owner: string;
@@ -9638,6 +9729,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
9638
9729
  childHook?: any;
9639
9730
  } | {
9640
9731
  type: "defaultHook";
9732
+ } | {
9733
+ type: "rateLimitedHook";
9734
+ owner: string;
9735
+ maxCapacity: string;
9736
+ ownerOverrides?: Record<string, string> | undefined;
9641
9737
  } | {
9642
9738
  type: "ccipHook";
9643
9739
  destinationChain: string;
@@ -9684,6 +9780,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
9684
9780
  } | {
9685
9781
  type: "arbL2ToL1Ism";
9686
9782
  bridge: string;
9783
+ } | {
9784
+ type: "rateLimitedIsm";
9785
+ maxCapacity: string;
9786
+ owner?: string | undefined;
9787
+ recipient?: string | undefined;
9687
9788
  } | {
9688
9789
  type: "offchainLookupIsm";
9689
9790
  owner: string;
@@ -11968,6 +12069,42 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
11968
12069
  }, {
11969
12070
  type: "cctpHook";
11970
12071
  address: string;
12072
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
12073
+ owner: z.ZodString;
12074
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12075
+ } & {
12076
+ type: z.ZodLiteral<"rateLimitedHook">;
12077
+ maxCapacity: z.ZodString;
12078
+ }, "strip", z.ZodTypeAny, {
12079
+ type: "rateLimitedHook";
12080
+ owner: string;
12081
+ maxCapacity: string;
12082
+ ownerOverrides?: Record<string, string> | undefined;
12083
+ }, {
12084
+ type: "rateLimitedHook";
12085
+ owner: string;
12086
+ maxCapacity: string;
12087
+ ownerOverrides?: Record<string, string> | undefined;
12088
+ }>, {
12089
+ type: "rateLimitedHook";
12090
+ owner: string;
12091
+ maxCapacity: string;
12092
+ ownerOverrides?: Record<string, string> | undefined;
12093
+ }, {
12094
+ type: "rateLimitedHook";
12095
+ owner: string;
12096
+ maxCapacity: string;
12097
+ ownerOverrides?: Record<string, string> | undefined;
12098
+ }>, {
12099
+ type: "rateLimitedHook";
12100
+ owner: string;
12101
+ maxCapacity: string;
12102
+ ownerOverrides?: Record<string, string> | undefined;
12103
+ }, {
12104
+ type: "rateLimitedHook";
12105
+ owner: string;
12106
+ maxCapacity: string;
12107
+ ownerOverrides?: Record<string, string> | undefined;
11971
12108
  }>, z.ZodObject<{
11972
12109
  type: z.ZodLiteral<"unknownHook">;
11973
12110
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -12039,6 +12176,41 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
12039
12176
  }, {
12040
12177
  type: "ccipIsm";
12041
12178
  originChain: string;
12179
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
12180
+ type: z.ZodLiteral<"rateLimitedIsm">;
12181
+ maxCapacity: z.ZodString;
12182
+ recipient: z.ZodOptional<z.ZodString>;
12183
+ owner: z.ZodOptional<z.ZodString>;
12184
+ }, "strip", z.ZodTypeAny, {
12185
+ type: "rateLimitedIsm";
12186
+ maxCapacity: string;
12187
+ owner?: string | undefined;
12188
+ recipient?: string | undefined;
12189
+ }, {
12190
+ type: "rateLimitedIsm";
12191
+ maxCapacity: string;
12192
+ owner?: string | undefined;
12193
+ recipient?: string | undefined;
12194
+ }>, {
12195
+ type: "rateLimitedIsm";
12196
+ maxCapacity: string;
12197
+ owner?: string | undefined;
12198
+ recipient?: string | undefined;
12199
+ }, {
12200
+ type: "rateLimitedIsm";
12201
+ maxCapacity: string;
12202
+ owner?: string | undefined;
12203
+ recipient?: string | undefined;
12204
+ }>, {
12205
+ type: "rateLimitedIsm";
12206
+ maxCapacity: string;
12207
+ owner?: string | undefined;
12208
+ recipient?: string | undefined;
12209
+ }, {
12210
+ type: "rateLimitedIsm";
12211
+ maxCapacity: string;
12212
+ owner?: string | undefined;
12213
+ recipient?: string | undefined;
12042
12214
  }>, z.ZodIntersection<z.ZodObject<{
12043
12215
  validators: z.ZodArray<z.ZodString, "many">;
12044
12216
  threshold: z.ZodNumber;
@@ -12404,6 +12576,11 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
12404
12576
  childHook?: any;
12405
12577
  } | {
12406
12578
  type: "defaultHook";
12579
+ } | {
12580
+ type: "rateLimitedHook";
12581
+ owner: string;
12582
+ maxCapacity: string;
12583
+ ownerOverrides?: Record<string, string> | undefined;
12407
12584
  } | {
12408
12585
  type: "ccipHook";
12409
12586
  destinationChain: string;
@@ -12450,6 +12627,11 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
12450
12627
  } | {
12451
12628
  type: "arbL2ToL1Ism";
12452
12629
  bridge: string;
12630
+ } | {
12631
+ type: "rateLimitedIsm";
12632
+ maxCapacity: string;
12633
+ owner?: string | undefined;
12634
+ recipient?: string | undefined;
12453
12635
  } | {
12454
12636
  type: "offchainLookupIsm";
12455
12637
  owner: string;
@@ -12552,6 +12734,11 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
12552
12734
  childHook?: any;
12553
12735
  } | {
12554
12736
  type: "defaultHook";
12737
+ } | {
12738
+ type: "rateLimitedHook";
12739
+ owner: string;
12740
+ maxCapacity: string;
12741
+ ownerOverrides?: Record<string, string> | undefined;
12555
12742
  } | {
12556
12743
  type: "ccipHook";
12557
12744
  destinationChain: string;
@@ -12598,6 +12785,11 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
12598
12785
  } | {
12599
12786
  type: "arbL2ToL1Ism";
12600
12787
  bridge: string;
12788
+ } | {
12789
+ type: "rateLimitedIsm";
12790
+ maxCapacity: string;
12791
+ owner?: string | undefined;
12792
+ recipient?: string | undefined;
12601
12793
  } | {
12602
12794
  type: "offchainLookupIsm";
12603
12795
  owner: string;
@@ -14889,6 +15081,42 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
14889
15081
  }, {
14890
15082
  type: "cctpHook";
14891
15083
  address: string;
15084
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
15085
+ owner: z.ZodString;
15086
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
15087
+ } & {
15088
+ type: z.ZodLiteral<"rateLimitedHook">;
15089
+ maxCapacity: z.ZodString;
15090
+ }, "strip", z.ZodTypeAny, {
15091
+ type: "rateLimitedHook";
15092
+ owner: string;
15093
+ maxCapacity: string;
15094
+ ownerOverrides?: Record<string, string> | undefined;
15095
+ }, {
15096
+ type: "rateLimitedHook";
15097
+ owner: string;
15098
+ maxCapacity: string;
15099
+ ownerOverrides?: Record<string, string> | undefined;
15100
+ }>, {
15101
+ type: "rateLimitedHook";
15102
+ owner: string;
15103
+ maxCapacity: string;
15104
+ ownerOverrides?: Record<string, string> | undefined;
15105
+ }, {
15106
+ type: "rateLimitedHook";
15107
+ owner: string;
15108
+ maxCapacity: string;
15109
+ ownerOverrides?: Record<string, string> | undefined;
15110
+ }>, {
15111
+ type: "rateLimitedHook";
15112
+ owner: string;
15113
+ maxCapacity: string;
15114
+ ownerOverrides?: Record<string, string> | undefined;
15115
+ }, {
15116
+ type: "rateLimitedHook";
15117
+ owner: string;
15118
+ maxCapacity: string;
15119
+ ownerOverrides?: Record<string, string> | undefined;
14892
15120
  }>, z.ZodObject<{
14893
15121
  type: z.ZodLiteral<"unknownHook">;
14894
15122
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -14960,6 +15188,41 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
14960
15188
  }, {
14961
15189
  type: "ccipIsm";
14962
15190
  originChain: string;
15191
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
15192
+ type: z.ZodLiteral<"rateLimitedIsm">;
15193
+ maxCapacity: z.ZodString;
15194
+ recipient: z.ZodOptional<z.ZodString>;
15195
+ owner: z.ZodOptional<z.ZodString>;
15196
+ }, "strip", z.ZodTypeAny, {
15197
+ type: "rateLimitedIsm";
15198
+ maxCapacity: string;
15199
+ owner?: string | undefined;
15200
+ recipient?: string | undefined;
15201
+ }, {
15202
+ type: "rateLimitedIsm";
15203
+ maxCapacity: string;
15204
+ owner?: string | undefined;
15205
+ recipient?: string | undefined;
15206
+ }>, {
15207
+ type: "rateLimitedIsm";
15208
+ maxCapacity: string;
15209
+ owner?: string | undefined;
15210
+ recipient?: string | undefined;
15211
+ }, {
15212
+ type: "rateLimitedIsm";
15213
+ maxCapacity: string;
15214
+ owner?: string | undefined;
15215
+ recipient?: string | undefined;
15216
+ }>, {
15217
+ type: "rateLimitedIsm";
15218
+ maxCapacity: string;
15219
+ owner?: string | undefined;
15220
+ recipient?: string | undefined;
15221
+ }, {
15222
+ type: "rateLimitedIsm";
15223
+ maxCapacity: string;
15224
+ owner?: string | undefined;
15225
+ recipient?: string | undefined;
14963
15226
  }>, z.ZodIntersection<z.ZodObject<{
14964
15227
  validators: z.ZodArray<z.ZodString, "many">;
14965
15228
  threshold: z.ZodNumber;
@@ -15325,6 +15588,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
15325
15588
  childHook?: any;
15326
15589
  } | {
15327
15590
  type: "defaultHook";
15591
+ } | {
15592
+ type: "rateLimitedHook";
15593
+ owner: string;
15594
+ maxCapacity: string;
15595
+ ownerOverrides?: Record<string, string> | undefined;
15328
15596
  } | {
15329
15597
  type: "ccipHook";
15330
15598
  destinationChain: string;
@@ -15371,6 +15639,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
15371
15639
  } | {
15372
15640
  type: "arbL2ToL1Ism";
15373
15641
  bridge: string;
15642
+ } | {
15643
+ type: "rateLimitedIsm";
15644
+ maxCapacity: string;
15645
+ owner?: string | undefined;
15646
+ recipient?: string | undefined;
15374
15647
  } | {
15375
15648
  type: "offchainLookupIsm";
15376
15649
  owner: string;
@@ -15473,6 +15746,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
15473
15746
  childHook?: any;
15474
15747
  } | {
15475
15748
  type: "defaultHook";
15749
+ } | {
15750
+ type: "rateLimitedHook";
15751
+ owner: string;
15752
+ maxCapacity: string;
15753
+ ownerOverrides?: Record<string, string> | undefined;
15476
15754
  } | {
15477
15755
  type: "ccipHook";
15478
15756
  destinationChain: string;
@@ -15519,6 +15797,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
15519
15797
  } | {
15520
15798
  type: "arbL2ToL1Ism";
15521
15799
  bridge: string;
15800
+ } | {
15801
+ type: "rateLimitedIsm";
15802
+ maxCapacity: string;
15803
+ owner?: string | undefined;
15804
+ recipient?: string | undefined;
15522
15805
  } | {
15523
15806
  type: "offchainLookupIsm";
15524
15807
  owner: string;
@@ -16030,6 +16313,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
16030
16313
  childHook?: any;
16031
16314
  } | {
16032
16315
  type: "defaultHook";
16316
+ } | {
16317
+ type: "rateLimitedHook";
16318
+ owner: string;
16319
+ maxCapacity: string;
16320
+ ownerOverrides?: Record<string, string> | undefined;
16033
16321
  } | {
16034
16322
  type: "ccipHook";
16035
16323
  destinationChain: string;
@@ -16076,6 +16364,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
16076
16364
  } | {
16077
16365
  type: "arbL2ToL1Ism";
16078
16366
  bridge: string;
16367
+ } | {
16368
+ type: "rateLimitedIsm";
16369
+ maxCapacity: string;
16370
+ owner?: string | undefined;
16371
+ recipient?: string | undefined;
16079
16372
  } | {
16080
16373
  type: "offchainLookupIsm";
16081
16374
  owner: string;
@@ -18356,6 +18649,42 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
18356
18649
  }, {
18357
18650
  type: "cctpHook";
18358
18651
  address: string;
18652
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
18653
+ owner: z.ZodString;
18654
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
18655
+ } & {
18656
+ type: z.ZodLiteral<"rateLimitedHook">;
18657
+ maxCapacity: z.ZodString;
18658
+ }, "strip", z.ZodTypeAny, {
18659
+ type: "rateLimitedHook";
18660
+ owner: string;
18661
+ maxCapacity: string;
18662
+ ownerOverrides?: Record<string, string> | undefined;
18663
+ }, {
18664
+ type: "rateLimitedHook";
18665
+ owner: string;
18666
+ maxCapacity: string;
18667
+ ownerOverrides?: Record<string, string> | undefined;
18668
+ }>, {
18669
+ type: "rateLimitedHook";
18670
+ owner: string;
18671
+ maxCapacity: string;
18672
+ ownerOverrides?: Record<string, string> | undefined;
18673
+ }, {
18674
+ type: "rateLimitedHook";
18675
+ owner: string;
18676
+ maxCapacity: string;
18677
+ ownerOverrides?: Record<string, string> | undefined;
18678
+ }>, {
18679
+ type: "rateLimitedHook";
18680
+ owner: string;
18681
+ maxCapacity: string;
18682
+ ownerOverrides?: Record<string, string> | undefined;
18683
+ }, {
18684
+ type: "rateLimitedHook";
18685
+ owner: string;
18686
+ maxCapacity: string;
18687
+ ownerOverrides?: Record<string, string> | undefined;
18359
18688
  }>, z.ZodObject<{
18360
18689
  type: z.ZodLiteral<"unknownHook">;
18361
18690
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -18427,6 +18756,41 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
18427
18756
  }, {
18428
18757
  type: "ccipIsm";
18429
18758
  originChain: string;
18759
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
18760
+ type: z.ZodLiteral<"rateLimitedIsm">;
18761
+ maxCapacity: z.ZodString;
18762
+ recipient: z.ZodOptional<z.ZodString>;
18763
+ owner: z.ZodOptional<z.ZodString>;
18764
+ }, "strip", z.ZodTypeAny, {
18765
+ type: "rateLimitedIsm";
18766
+ maxCapacity: string;
18767
+ owner?: string | undefined;
18768
+ recipient?: string | undefined;
18769
+ }, {
18770
+ type: "rateLimitedIsm";
18771
+ maxCapacity: string;
18772
+ owner?: string | undefined;
18773
+ recipient?: string | undefined;
18774
+ }>, {
18775
+ type: "rateLimitedIsm";
18776
+ maxCapacity: string;
18777
+ owner?: string | undefined;
18778
+ recipient?: string | undefined;
18779
+ }, {
18780
+ type: "rateLimitedIsm";
18781
+ maxCapacity: string;
18782
+ owner?: string | undefined;
18783
+ recipient?: string | undefined;
18784
+ }>, {
18785
+ type: "rateLimitedIsm";
18786
+ maxCapacity: string;
18787
+ owner?: string | undefined;
18788
+ recipient?: string | undefined;
18789
+ }, {
18790
+ type: "rateLimitedIsm";
18791
+ maxCapacity: string;
18792
+ owner?: string | undefined;
18793
+ recipient?: string | undefined;
18430
18794
  }>, z.ZodIntersection<z.ZodObject<{
18431
18795
  validators: z.ZodArray<z.ZodString, "many">;
18432
18796
  threshold: z.ZodNumber;
@@ -18792,6 +19156,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
18792
19156
  childHook?: any;
18793
19157
  } | {
18794
19158
  type: "defaultHook";
19159
+ } | {
19160
+ type: "rateLimitedHook";
19161
+ owner: string;
19162
+ maxCapacity: string;
19163
+ ownerOverrides?: Record<string, string> | undefined;
18795
19164
  } | {
18796
19165
  type: "ccipHook";
18797
19166
  destinationChain: string;
@@ -18838,6 +19207,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
18838
19207
  } | {
18839
19208
  type: "arbL2ToL1Ism";
18840
19209
  bridge: string;
19210
+ } | {
19211
+ type: "rateLimitedIsm";
19212
+ maxCapacity: string;
19213
+ owner?: string | undefined;
19214
+ recipient?: string | undefined;
18841
19215
  } | {
18842
19216
  type: "offchainLookupIsm";
18843
19217
  owner: string;
@@ -18940,6 +19314,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
18940
19314
  childHook?: any;
18941
19315
  } | {
18942
19316
  type: "defaultHook";
19317
+ } | {
19318
+ type: "rateLimitedHook";
19319
+ owner: string;
19320
+ maxCapacity: string;
19321
+ ownerOverrides?: Record<string, string> | undefined;
18943
19322
  } | {
18944
19323
  type: "ccipHook";
18945
19324
  destinationChain: string;
@@ -18986,6 +19365,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
18986
19365
  } | {
18987
19366
  type: "arbL2ToL1Ism";
18988
19367
  bridge: string;
19368
+ } | {
19369
+ type: "rateLimitedIsm";
19370
+ maxCapacity: string;
19371
+ owner?: string | undefined;
19372
+ recipient?: string | undefined;
18989
19373
  } | {
18990
19374
  type: "offchainLookupIsm";
18991
19375
  owner: string;
@@ -19497,6 +19881,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
19497
19881
  childHook?: any;
19498
19882
  } | {
19499
19883
  type: "defaultHook";
19884
+ } | {
19885
+ type: "rateLimitedHook";
19886
+ owner: string;
19887
+ maxCapacity: string;
19888
+ ownerOverrides?: Record<string, string> | undefined;
19500
19889
  } | {
19501
19890
  type: "ccipHook";
19502
19891
  destinationChain: string;
@@ -19543,6 +19932,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
19543
19932
  } | {
19544
19933
  type: "arbL2ToL1Ism";
19545
19934
  bridge: string;
19935
+ } | {
19936
+ type: "rateLimitedIsm";
19937
+ maxCapacity: string;
19938
+ owner?: string | undefined;
19939
+ recipient?: string | undefined;
19546
19940
  } | {
19547
19941
  type: "offchainLookupIsm";
19548
19942
  owner: string;
@@ -20043,6 +20437,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
20043
20437
  childHook?: any;
20044
20438
  } | {
20045
20439
  type: "defaultHook";
20440
+ } | {
20441
+ type: "rateLimitedHook";
20442
+ owner: string;
20443
+ maxCapacity: string;
20444
+ ownerOverrides?: Record<string, string> | undefined;
20046
20445
  } | {
20047
20446
  type: "ccipHook";
20048
20447
  destinationChain: string;
@@ -20089,6 +20488,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
20089
20488
  } | {
20090
20489
  type: "arbL2ToL1Ism";
20091
20490
  bridge: string;
20491
+ } | {
20492
+ type: "rateLimitedIsm";
20493
+ maxCapacity: string;
20494
+ owner?: string | undefined;
20495
+ recipient?: string | undefined;
20092
20496
  } | {
20093
20497
  type: "offchainLookupIsm";
20094
20498
  owner: string;
@@ -20589,6 +20993,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
20589
20993
  childHook?: any;
20590
20994
  } | {
20591
20995
  type: "defaultHook";
20996
+ } | {
20997
+ type: "rateLimitedHook";
20998
+ owner: string;
20999
+ maxCapacity: string;
21000
+ ownerOverrides?: Record<string, string> | undefined;
20592
21001
  } | {
20593
21002
  type: "ccipHook";
20594
21003
  destinationChain: string;
@@ -20635,6 +21044,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
20635
21044
  } | {
20636
21045
  type: "arbL2ToL1Ism";
20637
21046
  bridge: string;
21047
+ } | {
21048
+ type: "rateLimitedIsm";
21049
+ maxCapacity: string;
21050
+ owner?: string | undefined;
21051
+ recipient?: string | undefined;
20638
21052
  } | {
20639
21053
  type: "offchainLookupIsm";
20640
21054
  owner: string;
@@ -21135,6 +21549,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
21135
21549
  childHook?: any;
21136
21550
  } | {
21137
21551
  type: "defaultHook";
21552
+ } | {
21553
+ type: "rateLimitedHook";
21554
+ owner: string;
21555
+ maxCapacity: string;
21556
+ ownerOverrides?: Record<string, string> | undefined;
21138
21557
  } | {
21139
21558
  type: "ccipHook";
21140
21559
  destinationChain: string;
@@ -21181,6 +21600,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
21181
21600
  } | {
21182
21601
  type: "arbL2ToL1Ism";
21183
21602
  bridge: string;
21603
+ } | {
21604
+ type: "rateLimitedIsm";
21605
+ maxCapacity: string;
21606
+ owner?: string | undefined;
21607
+ recipient?: string | undefined;
21184
21608
  } | {
21185
21609
  type: "offchainLookupIsm";
21186
21610
  owner: string;
@@ -21681,6 +22105,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
21681
22105
  childHook?: any;
21682
22106
  } | {
21683
22107
  type: "defaultHook";
22108
+ } | {
22109
+ type: "rateLimitedHook";
22110
+ owner: string;
22111
+ maxCapacity: string;
22112
+ ownerOverrides?: Record<string, string> | undefined;
21684
22113
  } | {
21685
22114
  type: "ccipHook";
21686
22115
  destinationChain: string;
@@ -21727,6 +22156,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
21727
22156
  } | {
21728
22157
  type: "arbL2ToL1Ism";
21729
22158
  bridge: string;
22159
+ } | {
22160
+ type: "rateLimitedIsm";
22161
+ maxCapacity: string;
22162
+ owner?: string | undefined;
22163
+ recipient?: string | undefined;
21730
22164
  } | {
21731
22165
  type: "offchainLookupIsm";
21732
22166
  owner: string;
@@ -24007,6 +24441,42 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
24007
24441
  }, {
24008
24442
  type: "cctpHook";
24009
24443
  address: string;
24444
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
24445
+ owner: z.ZodString;
24446
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
24447
+ } & {
24448
+ type: z.ZodLiteral<"rateLimitedHook">;
24449
+ maxCapacity: z.ZodString;
24450
+ }, "strip", z.ZodTypeAny, {
24451
+ type: "rateLimitedHook";
24452
+ owner: string;
24453
+ maxCapacity: string;
24454
+ ownerOverrides?: Record<string, string> | undefined;
24455
+ }, {
24456
+ type: "rateLimitedHook";
24457
+ owner: string;
24458
+ maxCapacity: string;
24459
+ ownerOverrides?: Record<string, string> | undefined;
24460
+ }>, {
24461
+ type: "rateLimitedHook";
24462
+ owner: string;
24463
+ maxCapacity: string;
24464
+ ownerOverrides?: Record<string, string> | undefined;
24465
+ }, {
24466
+ type: "rateLimitedHook";
24467
+ owner: string;
24468
+ maxCapacity: string;
24469
+ ownerOverrides?: Record<string, string> | undefined;
24470
+ }>, {
24471
+ type: "rateLimitedHook";
24472
+ owner: string;
24473
+ maxCapacity: string;
24474
+ ownerOverrides?: Record<string, string> | undefined;
24475
+ }, {
24476
+ type: "rateLimitedHook";
24477
+ owner: string;
24478
+ maxCapacity: string;
24479
+ ownerOverrides?: Record<string, string> | undefined;
24010
24480
  }>, z.ZodObject<{
24011
24481
  type: z.ZodLiteral<"unknownHook">;
24012
24482
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -24078,6 +24548,41 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
24078
24548
  }, {
24079
24549
  type: "ccipIsm";
24080
24550
  originChain: string;
24551
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
24552
+ type: z.ZodLiteral<"rateLimitedIsm">;
24553
+ maxCapacity: z.ZodString;
24554
+ recipient: z.ZodOptional<z.ZodString>;
24555
+ owner: z.ZodOptional<z.ZodString>;
24556
+ }, "strip", z.ZodTypeAny, {
24557
+ type: "rateLimitedIsm";
24558
+ maxCapacity: string;
24559
+ owner?: string | undefined;
24560
+ recipient?: string | undefined;
24561
+ }, {
24562
+ type: "rateLimitedIsm";
24563
+ maxCapacity: string;
24564
+ owner?: string | undefined;
24565
+ recipient?: string | undefined;
24566
+ }>, {
24567
+ type: "rateLimitedIsm";
24568
+ maxCapacity: string;
24569
+ owner?: string | undefined;
24570
+ recipient?: string | undefined;
24571
+ }, {
24572
+ type: "rateLimitedIsm";
24573
+ maxCapacity: string;
24574
+ owner?: string | undefined;
24575
+ recipient?: string | undefined;
24576
+ }>, {
24577
+ type: "rateLimitedIsm";
24578
+ maxCapacity: string;
24579
+ owner?: string | undefined;
24580
+ recipient?: string | undefined;
24581
+ }, {
24582
+ type: "rateLimitedIsm";
24583
+ maxCapacity: string;
24584
+ owner?: string | undefined;
24585
+ recipient?: string | undefined;
24081
24586
  }>, z.ZodIntersection<z.ZodObject<{
24082
24587
  validators: z.ZodArray<z.ZodString, "many">;
24083
24588
  threshold: z.ZodNumber;
@@ -24443,6 +24948,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
24443
24948
  childHook?: any;
24444
24949
  } | {
24445
24950
  type: "defaultHook";
24951
+ } | {
24952
+ type: "rateLimitedHook";
24953
+ owner: string;
24954
+ maxCapacity: string;
24955
+ ownerOverrides?: Record<string, string> | undefined;
24446
24956
  } | {
24447
24957
  type: "ccipHook";
24448
24958
  destinationChain: string;
@@ -24489,6 +24999,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
24489
24999
  } | {
24490
25000
  type: "arbL2ToL1Ism";
24491
25001
  bridge: string;
25002
+ } | {
25003
+ type: "rateLimitedIsm";
25004
+ maxCapacity: string;
25005
+ owner?: string | undefined;
25006
+ recipient?: string | undefined;
24492
25007
  } | {
24493
25008
  type: "offchainLookupIsm";
24494
25009
  owner: string;
@@ -24591,6 +25106,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
24591
25106
  childHook?: any;
24592
25107
  } | {
24593
25108
  type: "defaultHook";
25109
+ } | {
25110
+ type: "rateLimitedHook";
25111
+ owner: string;
25112
+ maxCapacity: string;
25113
+ ownerOverrides?: Record<string, string> | undefined;
24594
25114
  } | {
24595
25115
  type: "ccipHook";
24596
25116
  destinationChain: string;
@@ -24637,6 +25157,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
24637
25157
  } | {
24638
25158
  type: "arbL2ToL1Ism";
24639
25159
  bridge: string;
25160
+ } | {
25161
+ type: "rateLimitedIsm";
25162
+ maxCapacity: string;
25163
+ owner?: string | undefined;
25164
+ recipient?: string | undefined;
24640
25165
  } | {
24641
25166
  type: "offchainLookupIsm";
24642
25167
  owner: string;
@@ -25148,6 +25673,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
25148
25673
  childHook?: any;
25149
25674
  } | {
25150
25675
  type: "defaultHook";
25676
+ } | {
25677
+ type: "rateLimitedHook";
25678
+ owner: string;
25679
+ maxCapacity: string;
25680
+ ownerOverrides?: Record<string, string> | undefined;
25151
25681
  } | {
25152
25682
  type: "ccipHook";
25153
25683
  destinationChain: string;
@@ -25194,6 +25724,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
25194
25724
  } | {
25195
25725
  type: "arbL2ToL1Ism";
25196
25726
  bridge: string;
25727
+ } | {
25728
+ type: "rateLimitedIsm";
25729
+ maxCapacity: string;
25730
+ owner?: string | undefined;
25731
+ recipient?: string | undefined;
25197
25732
  } | {
25198
25733
  type: "offchainLookupIsm";
25199
25734
  owner: string;
@@ -25694,6 +26229,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
25694
26229
  childHook?: any;
25695
26230
  } | {
25696
26231
  type: "defaultHook";
26232
+ } | {
26233
+ type: "rateLimitedHook";
26234
+ owner: string;
26235
+ maxCapacity: string;
26236
+ ownerOverrides?: Record<string, string> | undefined;
25697
26237
  } | {
25698
26238
  type: "ccipHook";
25699
26239
  destinationChain: string;
@@ -25740,6 +26280,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
25740
26280
  } | {
25741
26281
  type: "arbL2ToL1Ism";
25742
26282
  bridge: string;
26283
+ } | {
26284
+ type: "rateLimitedIsm";
26285
+ maxCapacity: string;
26286
+ owner?: string | undefined;
26287
+ recipient?: string | undefined;
25743
26288
  } | {
25744
26289
  type: "offchainLookupIsm";
25745
26290
  owner: string;
@@ -26240,6 +26785,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
26240
26785
  childHook?: any;
26241
26786
  } | {
26242
26787
  type: "defaultHook";
26788
+ } | {
26789
+ type: "rateLimitedHook";
26790
+ owner: string;
26791
+ maxCapacity: string;
26792
+ ownerOverrides?: Record<string, string> | undefined;
26243
26793
  } | {
26244
26794
  type: "ccipHook";
26245
26795
  destinationChain: string;
@@ -26286,6 +26836,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
26286
26836
  } | {
26287
26837
  type: "arbL2ToL1Ism";
26288
26838
  bridge: string;
26839
+ } | {
26840
+ type: "rateLimitedIsm";
26841
+ maxCapacity: string;
26842
+ owner?: string | undefined;
26843
+ recipient?: string | undefined;
26289
26844
  } | {
26290
26845
  type: "offchainLookupIsm";
26291
26846
  owner: string;
@@ -26786,6 +27341,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
26786
27341
  childHook?: any;
26787
27342
  } | {
26788
27343
  type: "defaultHook";
27344
+ } | {
27345
+ type: "rateLimitedHook";
27346
+ owner: string;
27347
+ maxCapacity: string;
27348
+ ownerOverrides?: Record<string, string> | undefined;
26789
27349
  } | {
26790
27350
  type: "ccipHook";
26791
27351
  destinationChain: string;
@@ -26832,6 +27392,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
26832
27392
  } | {
26833
27393
  type: "arbL2ToL1Ism";
26834
27394
  bridge: string;
27395
+ } | {
27396
+ type: "rateLimitedIsm";
27397
+ maxCapacity: string;
27398
+ owner?: string | undefined;
27399
+ recipient?: string | undefined;
26835
27400
  } | {
26836
27401
  type: "offchainLookupIsm";
26837
27402
  owner: string;
@@ -27332,6 +27897,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
27332
27897
  childHook?: any;
27333
27898
  } | {
27334
27899
  type: "defaultHook";
27900
+ } | {
27901
+ type: "rateLimitedHook";
27902
+ owner: string;
27903
+ maxCapacity: string;
27904
+ ownerOverrides?: Record<string, string> | undefined;
27335
27905
  } | {
27336
27906
  type: "ccipHook";
27337
27907
  destinationChain: string;
@@ -27378,6 +27948,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
27378
27948
  } | {
27379
27949
  type: "arbL2ToL1Ism";
27380
27950
  bridge: string;
27951
+ } | {
27952
+ type: "rateLimitedIsm";
27953
+ maxCapacity: string;
27954
+ owner?: string | undefined;
27955
+ recipient?: string | undefined;
27381
27956
  } | {
27382
27957
  type: "offchainLookupIsm";
27383
27958
  owner: string;