@hyperlane-xyz/sdk 7.2.0 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/dist/aws/validator.d.ts +3 -1
  2. package/dist/aws/validator.d.ts.map +1 -1
  3. package/dist/aws/validator.js +12 -4
  4. package/dist/aws/validator.js.map +1 -1
  5. package/dist/consts/multisigIsm.d.ts.map +1 -1
  6. package/dist/consts/multisigIsm.js +113 -24
  7. package/dist/consts/multisigIsm.js.map +1 -1
  8. package/dist/core/CoreDeployer.hardhat-test.d.ts.map +1 -1
  9. package/dist/core/CoreDeployer.hardhat-test.js +25 -6
  10. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  11. package/dist/core/EvmCoreModule.d.ts +7 -5
  12. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  13. package/dist/core/EvmCoreModule.js +23 -3
  14. package/dist/core/EvmCoreModule.js.map +1 -1
  15. package/dist/core/EvmCoreReader.d.ts +14 -6
  16. package/dist/core/EvmCoreReader.d.ts.map +1 -1
  17. package/dist/core/EvmCoreReader.js +14 -8
  18. package/dist/core/EvmCoreReader.js.map +1 -1
  19. package/dist/core/EvmIcaModule.d.ts +13 -5
  20. package/dist/core/EvmIcaModule.d.ts.map +1 -1
  21. package/dist/core/EvmIcaModule.js +81 -4
  22. package/dist/core/EvmIcaModule.js.map +1 -1
  23. package/dist/core/schemas.d.ts +2909 -13
  24. package/dist/core/schemas.d.ts.map +1 -1
  25. package/dist/core/schemas.js +7 -2
  26. package/dist/core/schemas.js.map +1 -1
  27. package/dist/core/types.d.ts +2 -1
  28. package/dist/core/types.d.ts.map +1 -1
  29. package/dist/core/types.js.map +1 -1
  30. package/dist/deploy/HyperlaneAppChecker.d.ts +1 -0
  31. package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
  32. package/dist/deploy/HyperlaneAppChecker.js +6 -3
  33. package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
  34. package/dist/gas/adapters/SealevelIgpAdapter.d.ts +40 -4
  35. package/dist/gas/adapters/SealevelIgpAdapter.d.ts.map +1 -1
  36. package/dist/gas/adapters/SealevelIgpAdapter.js +107 -12
  37. package/dist/gas/adapters/SealevelIgpAdapter.js.map +1 -1
  38. package/dist/gas/adapters/serialization.d.ts +29 -0
  39. package/dist/gas/adapters/serialization.d.ts.map +1 -1
  40. package/dist/gas/adapters/serialization.js +71 -1
  41. package/dist/gas/adapters/serialization.js.map +1 -1
  42. package/dist/gcp/storage.d.ts +24 -0
  43. package/dist/gcp/storage.d.ts.map +1 -0
  44. package/dist/gcp/storage.js +69 -0
  45. package/dist/gcp/storage.js.map +1 -0
  46. package/dist/gcp/validator.d.ts +21 -0
  47. package/dist/gcp/validator.d.ts.map +1 -0
  48. package/dist/gcp/validator.js +99 -0
  49. package/dist/gcp/validator.js.map +1 -0
  50. package/dist/hook/EvmHookModule.d.ts +2 -2
  51. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  52. package/dist/ica/EvmIcaReader.d.ts +10 -0
  53. package/dist/ica/EvmIcaReader.d.ts.map +1 -0
  54. package/dist/ica/EvmIcaReader.hardhat-test.d.ts +2 -0
  55. package/dist/ica/EvmIcaReader.hardhat-test.d.ts.map +1 -0
  56. package/dist/ica/EvmIcaReader.hardhat-test.js +44 -0
  57. package/dist/ica/EvmIcaReader.hardhat-test.js.map +1 -0
  58. package/dist/ica/EvmIcaReader.js +52 -0
  59. package/dist/ica/EvmIcaReader.js.map +1 -0
  60. package/dist/ica/schemas.d.ts +107 -0
  61. package/dist/ica/schemas.d.ts.map +1 -0
  62. package/dist/ica/schemas.js +25 -0
  63. package/dist/ica/schemas.js.map +1 -0
  64. package/dist/ica/types.d.ts +5 -0
  65. package/dist/ica/types.d.ts.map +1 -0
  66. package/dist/ica/types.js +2 -0
  67. package/dist/ica/types.js.map +1 -0
  68. package/dist/index.d.ts +6 -3
  69. package/dist/index.d.ts.map +1 -1
  70. package/dist/index.js +4 -2
  71. package/dist/index.js.map +1 -1
  72. package/dist/ism/EvmIsmModule.d.ts +3 -3
  73. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  74. package/dist/ism/EvmIsmModule.hardhat-test.js +5 -0
  75. package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
  76. package/dist/ism/EvmIsmModule.js.map +1 -1
  77. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  78. package/dist/ism/EvmIsmReader.js +21 -7
  79. package/dist/ism/EvmIsmReader.js.map +1 -1
  80. package/dist/ism/HyperlaneIsmFactory.d.ts +2 -0
  81. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  82. package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts.map +1 -1
  83. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  84. package/dist/ism/HyperlaneIsmFactory.js +19 -1
  85. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  86. package/dist/ism/metadata/builder.d.ts.map +1 -1
  87. package/dist/ism/metadata/builder.js +1 -0
  88. package/dist/ism/metadata/builder.js.map +1 -1
  89. package/dist/ism/metadata/routing.d.ts +3 -3
  90. package/dist/ism/metadata/routing.d.ts.map +1 -1
  91. package/dist/ism/metadata/routing.js +22 -8
  92. package/dist/ism/metadata/routing.js.map +1 -1
  93. package/dist/ism/types.d.ts +9 -2
  94. package/dist/ism/types.d.ts.map +1 -1
  95. package/dist/ism/types.js +15 -8
  96. package/dist/ism/types.js.map +1 -1
  97. package/dist/ism/utils.d.ts +2 -2
  98. package/dist/ism/utils.d.ts.map +1 -1
  99. package/dist/ism/utils.js +14 -5
  100. package/dist/ism/utils.js.map +1 -1
  101. package/dist/metadata/agentConfig.d.ts +5 -5
  102. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  103. package/dist/router/HyperlaneRouterChecker.js +3 -2
  104. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  105. package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
  106. package/dist/router/HyperlaneRouterDeployer.js +3 -3
  107. package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
  108. package/dist/router/types.d.ts +41 -7
  109. package/dist/router/types.d.ts.map +1 -1
  110. package/dist/router/types.js +4 -2
  111. package/dist/router/types.js.map +1 -1
  112. package/dist/schemas.d.ts +10 -0
  113. package/dist/schemas.d.ts.map +1 -1
  114. package/dist/schemas.js +3 -0
  115. package/dist/schemas.js.map +1 -1
  116. package/dist/token/EvmERC20WarpModule.d.ts +25 -6
  117. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  118. package/dist/token/EvmERC20WarpModule.hardhat-test.js +145 -34
  119. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  120. package/dist/token/EvmERC20WarpModule.js +129 -19
  121. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  122. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  123. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +1 -1
  124. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
  125. package/dist/token/EvmERC20WarpRouteReader.js +7 -2
  126. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  127. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +2 -0
  128. package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
  129. package/dist/token/adapters/CosmWasmTokenAdapter.js +6 -0
  130. package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
  131. package/dist/token/adapters/CosmosTokenAdapter.d.ts +1 -0
  132. package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
  133. package/dist/token/adapters/CosmosTokenAdapter.js +3 -0
  134. package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
  135. package/dist/token/adapters/EvmTokenAdapter.d.ts +1 -0
  136. package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
  137. package/dist/token/adapters/EvmTokenAdapter.js +3 -0
  138. package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
  139. package/dist/token/adapters/ITokenAdapter.d.ts +2 -1
  140. package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
  141. package/dist/token/adapters/SealevelTokenAdapter.d.ts +10 -7
  142. package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
  143. package/dist/token/adapters/SealevelTokenAdapter.js +78 -47
  144. package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
  145. package/dist/token/checker.d.ts +6 -0
  146. package/dist/token/checker.d.ts.map +1 -1
  147. package/dist/token/checker.js +71 -10
  148. package/dist/token/checker.js.map +1 -1
  149. package/dist/token/schemas.d.ts +38 -10
  150. package/dist/token/schemas.d.ts.map +1 -1
  151. package/dist/utils/sealevelSerialization.d.ts +10 -0
  152. package/dist/utils/sealevelSerialization.d.ts.map +1 -1
  153. package/dist/utils/sealevelSerialization.js +21 -0
  154. package/dist/utils/sealevelSerialization.js.map +1 -1
  155. package/dist/utils/validator.d.ts +4 -0
  156. package/dist/utils/validator.d.ts.map +1 -0
  157. package/dist/utils/validator.js +14 -0
  158. package/dist/utils/validator.js.map +1 -0
  159. package/dist/warp/WarpCore.d.ts +5 -3
  160. package/dist/warp/WarpCore.d.ts.map +1 -1
  161. package/dist/warp/WarpCore.js +24 -5
  162. package/dist/warp/WarpCore.js.map +1 -1
  163. package/dist/warp/WarpCore.test.js +9 -0
  164. package/dist/warp/WarpCore.test.js.map +1 -1
  165. package/package.json +4 -3
@@ -351,6 +351,2870 @@ export declare const CoreConfigSchema: z.ZodObject<{
351
351
  ownerOverrides?: Record<string, string> | undefined;
352
352
  address?: string | undefined;
353
353
  }>>;
354
+ interchainAccountRouter: z.ZodOptional<z.ZodObject<{
355
+ owner: z.ZodString;
356
+ mailbox: z.ZodString;
357
+ proxyAdmin: z.ZodObject<{
358
+ address: z.ZodOptional<z.ZodString>;
359
+ owner: z.ZodString;
360
+ }, "strip", z.ZodTypeAny, {
361
+ owner: string;
362
+ address?: string | undefined;
363
+ }, {
364
+ owner: string;
365
+ address?: string | undefined;
366
+ }>;
367
+ remoteIcaRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
368
+ address: z.ZodString;
369
+ interchainSecurityModule: z.ZodOptional<z.ZodString>;
370
+ }, "strip", z.ZodTypeAny, {
371
+ address: string;
372
+ interchainSecurityModule?: string | undefined;
373
+ }, {
374
+ address: string;
375
+ interchainSecurityModule?: string | undefined;
376
+ }>>>;
377
+ }, "strip", z.ZodTypeAny, {
378
+ owner: string;
379
+ mailbox: string;
380
+ proxyAdmin: {
381
+ owner: string;
382
+ address?: string | undefined;
383
+ };
384
+ remoteIcaRouters?: Record<string, {
385
+ address: string;
386
+ interchainSecurityModule?: string | undefined;
387
+ }> | undefined;
388
+ }, {
389
+ owner: string;
390
+ mailbox: string;
391
+ proxyAdmin: {
392
+ owner: string;
393
+ address?: string | undefined;
394
+ };
395
+ remoteIcaRouters?: Record<string, {
396
+ address: string;
397
+ interchainSecurityModule?: string | undefined;
398
+ }> | undefined;
399
+ }>>;
400
+ }, "strip", z.ZodTypeAny, {
401
+ owner: string;
402
+ defaultIsm: string | ({
403
+ validators: string[];
404
+ threshold: number;
405
+ } & {
406
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
407
+ }) | ({
408
+ validators: {
409
+ signingAddress: string;
410
+ weight: number;
411
+ }[];
412
+ thresholdWeight: number;
413
+ } & {
414
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
415
+ }) | {
416
+ type: import("../ism/types.js").IsmType.TEST_ISM;
417
+ } | ({
418
+ owner: string;
419
+ paused: boolean;
420
+ ownerOverrides?: Record<string, string> | undefined;
421
+ } & {
422
+ type: import("../ism/types.js").IsmType.PAUSABLE;
423
+ }) | {
424
+ type: import("../ism/types.js").IsmType.OP_STACK;
425
+ origin: string;
426
+ nativeBridge: string;
427
+ } | {
428
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
429
+ relayer: string;
430
+ } | {
431
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
432
+ bridge: string;
433
+ } | import("../ism/types.js").IcaRoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | (string & {
434
+ validators: string[];
435
+ threshold: number;
436
+ } & {
437
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
438
+ }) | (string & {
439
+ validators: {
440
+ signingAddress: string;
441
+ weight: number;
442
+ }[];
443
+ thresholdWeight: number;
444
+ } & {
445
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
446
+ }) | (string & {
447
+ type: import("../ism/types.js").IsmType.TEST_ISM;
448
+ }) | (string & {
449
+ owner: string;
450
+ paused: boolean;
451
+ ownerOverrides?: Record<string, string> | undefined;
452
+ } & {
453
+ type: import("../ism/types.js").IsmType.PAUSABLE;
454
+ }) | (string & {
455
+ type: import("../ism/types.js").IsmType.OP_STACK;
456
+ origin: string;
457
+ nativeBridge: string;
458
+ }) | (string & {
459
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
460
+ relayer: string;
461
+ }) | (string & {
462
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
463
+ bridge: string;
464
+ }) | (string & import("../ism/types.js").IcaRoutingIsmConfig) | (string & {
465
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
466
+ } & {
467
+ owner: string;
468
+ ownerOverrides?: Record<string, string> | undefined;
469
+ } & {
470
+ domains: import("../types.js").ChainMap<string | ({
471
+ validators: string[];
472
+ threshold: number;
473
+ } & {
474
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
475
+ }) | ({
476
+ validators: {
477
+ signingAddress: string;
478
+ weight: number;
479
+ }[];
480
+ thresholdWeight: number;
481
+ } & {
482
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
483
+ }) | {
484
+ type: import("../ism/types.js").IsmType.TEST_ISM;
485
+ } | ({
486
+ owner: string;
487
+ paused: boolean;
488
+ ownerOverrides?: Record<string, string> | undefined;
489
+ } & {
490
+ type: import("../ism/types.js").IsmType.PAUSABLE;
491
+ }) | {
492
+ type: import("../ism/types.js").IsmType.OP_STACK;
493
+ origin: string;
494
+ nativeBridge: string;
495
+ } | {
496
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
497
+ relayer: string;
498
+ } | {
499
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
500
+ bridge: string;
501
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
502
+ }) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
503
+ validators: string[];
504
+ threshold: number;
505
+ } & {
506
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
507
+ } & string) | ({
508
+ validators: {
509
+ signingAddress: string;
510
+ weight: number;
511
+ }[];
512
+ thresholdWeight: number;
513
+ } & {
514
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
515
+ } & string) | ({
516
+ type: import("../ism/types.js").IsmType.TEST_ISM;
517
+ } & string) | ({
518
+ owner: string;
519
+ paused: boolean;
520
+ ownerOverrides?: Record<string, string> | undefined;
521
+ } & {
522
+ type: import("../ism/types.js").IsmType.PAUSABLE;
523
+ } & string) | ({
524
+ type: import("../ism/types.js").IsmType.OP_STACK;
525
+ origin: string;
526
+ nativeBridge: string;
527
+ } & string) | ({
528
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
529
+ relayer: string;
530
+ } & string) | ({
531
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
532
+ bridge: string;
533
+ } & string) | (import("../ism/types.js").IcaRoutingIsmConfig & string) | ({
534
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
535
+ } & {
536
+ owner: string;
537
+ ownerOverrides?: Record<string, string> | undefined;
538
+ } & {
539
+ domains: import("../types.js").ChainMap<string | ({
540
+ validators: string[];
541
+ threshold: number;
542
+ } & {
543
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
544
+ }) | ({
545
+ validators: {
546
+ signingAddress: string;
547
+ weight: number;
548
+ }[];
549
+ thresholdWeight: number;
550
+ } & {
551
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
552
+ }) | {
553
+ type: import("../ism/types.js").IsmType.TEST_ISM;
554
+ } | ({
555
+ owner: string;
556
+ paused: boolean;
557
+ ownerOverrides?: Record<string, string> | undefined;
558
+ } & {
559
+ type: import("../ism/types.js").IsmType.PAUSABLE;
560
+ }) | {
561
+ type: import("../ism/types.js").IsmType.OP_STACK;
562
+ origin: string;
563
+ nativeBridge: string;
564
+ } | {
565
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
566
+ relayer: string;
567
+ } | {
568
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
569
+ bridge: string;
570
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
571
+ } & string) | ({
572
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
573
+ } & {
574
+ owner: string;
575
+ ownerOverrides?: Record<string, string> | undefined;
576
+ } & {
577
+ domains: import("../types.js").ChainMap<string | ({
578
+ validators: string[];
579
+ threshold: number;
580
+ } & {
581
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
582
+ }) | ({
583
+ validators: {
584
+ signingAddress: string;
585
+ weight: number;
586
+ }[];
587
+ thresholdWeight: number;
588
+ } & {
589
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
590
+ }) | {
591
+ type: import("../ism/types.js").IsmType.TEST_ISM;
592
+ } | ({
593
+ owner: string;
594
+ paused: boolean;
595
+ ownerOverrides?: Record<string, string> | undefined;
596
+ } & {
597
+ type: import("../ism/types.js").IsmType.PAUSABLE;
598
+ }) | {
599
+ type: import("../ism/types.js").IsmType.OP_STACK;
600
+ origin: string;
601
+ nativeBridge: string;
602
+ } | {
603
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
604
+ relayer: string;
605
+ } | {
606
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
607
+ bridge: string;
608
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
609
+ }) | (import("../ism/types.js").AggregationIsmConfig & string);
610
+ defaultHook: string | {
611
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
612
+ } | {
613
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
614
+ owner: string;
615
+ beneficiary: string;
616
+ oracleKey: string;
617
+ overhead: Record<string, number>;
618
+ oracleConfig: Record<string, {
619
+ gasPrice: string;
620
+ tokenExchangeRate: string;
621
+ }>;
622
+ ownerOverrides?: Record<string, string> | undefined;
623
+ } | {
624
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
625
+ owner: string;
626
+ protocolFee: string;
627
+ beneficiary: string;
628
+ maxProtocolFee: string;
629
+ ownerOverrides?: Record<string, string> | undefined;
630
+ } | {
631
+ type: import("../hook/types.js").HookType.PAUSABLE;
632
+ owner: string;
633
+ paused: boolean;
634
+ ownerOverrides?: Record<string, string> | undefined;
635
+ } | {
636
+ type: import("../hook/types.js").HookType.OP_STACK;
637
+ owner: string;
638
+ nativeBridge: string;
639
+ destinationChain: string;
640
+ ownerOverrides?: Record<string, string> | undefined;
641
+ } | {
642
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
643
+ destinationChain: string;
644
+ arbSys: string;
645
+ bridge?: string | undefined;
646
+ childHook?: any;
647
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
648
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
649
+ }) | (string & {
650
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
651
+ owner: string;
652
+ beneficiary: string;
653
+ oracleKey: string;
654
+ overhead: Record<string, number>;
655
+ oracleConfig: Record<string, {
656
+ gasPrice: string;
657
+ tokenExchangeRate: string;
658
+ }>;
659
+ ownerOverrides?: Record<string, string> | undefined;
660
+ }) | (string & {
661
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
662
+ owner: string;
663
+ protocolFee: string;
664
+ beneficiary: string;
665
+ maxProtocolFee: string;
666
+ ownerOverrides?: Record<string, string> | undefined;
667
+ }) | (string & {
668
+ type: import("../hook/types.js").HookType.PAUSABLE;
669
+ owner: string;
670
+ paused: boolean;
671
+ ownerOverrides?: Record<string, string> | undefined;
672
+ }) | (string & {
673
+ type: import("../hook/types.js").HookType.OP_STACK;
674
+ owner: string;
675
+ nativeBridge: string;
676
+ destinationChain: string;
677
+ ownerOverrides?: Record<string, string> | undefined;
678
+ }) | (string & {
679
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
680
+ destinationChain: string;
681
+ arbSys: string;
682
+ bridge?: string | undefined;
683
+ childHook?: any;
684
+ }) | (string & {
685
+ owner: string;
686
+ ownerOverrides?: Record<string, string> | undefined;
687
+ } & {
688
+ domains: import("../types.js").ChainMap<string | {
689
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
690
+ } | {
691
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
692
+ owner: string;
693
+ beneficiary: string;
694
+ oracleKey: string;
695
+ overhead: Record<string, number>;
696
+ oracleConfig: Record<string, {
697
+ gasPrice: string;
698
+ tokenExchangeRate: string;
699
+ }>;
700
+ ownerOverrides?: Record<string, string> | undefined;
701
+ } | {
702
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
703
+ owner: string;
704
+ protocolFee: string;
705
+ beneficiary: string;
706
+ maxProtocolFee: string;
707
+ ownerOverrides?: Record<string, string> | undefined;
708
+ } | {
709
+ type: import("../hook/types.js").HookType.PAUSABLE;
710
+ owner: string;
711
+ paused: boolean;
712
+ ownerOverrides?: Record<string, string> | undefined;
713
+ } | {
714
+ type: import("../hook/types.js").HookType.OP_STACK;
715
+ owner: string;
716
+ nativeBridge: string;
717
+ destinationChain: string;
718
+ ownerOverrides?: Record<string, string> | undefined;
719
+ } | {
720
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
721
+ destinationChain: string;
722
+ arbSys: string;
723
+ bridge?: string | undefined;
724
+ childHook?: any;
725
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
726
+ } & {
727
+ type: import("../hook/types.js").HookType.ROUTING;
728
+ }) | (string & {
729
+ owner: string;
730
+ ownerOverrides?: Record<string, string> | undefined;
731
+ } & {
732
+ domains: import("../types.js").ChainMap<string | {
733
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
734
+ } | {
735
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
736
+ owner: string;
737
+ beneficiary: string;
738
+ oracleKey: string;
739
+ overhead: Record<string, number>;
740
+ oracleConfig: Record<string, {
741
+ gasPrice: string;
742
+ tokenExchangeRate: string;
743
+ }>;
744
+ ownerOverrides?: Record<string, string> | undefined;
745
+ } | {
746
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
747
+ owner: string;
748
+ protocolFee: string;
749
+ beneficiary: string;
750
+ maxProtocolFee: string;
751
+ ownerOverrides?: Record<string, string> | undefined;
752
+ } | {
753
+ type: import("../hook/types.js").HookType.PAUSABLE;
754
+ owner: string;
755
+ paused: boolean;
756
+ ownerOverrides?: Record<string, string> | undefined;
757
+ } | {
758
+ type: import("../hook/types.js").HookType.OP_STACK;
759
+ owner: string;
760
+ nativeBridge: string;
761
+ destinationChain: string;
762
+ ownerOverrides?: Record<string, string> | undefined;
763
+ } | {
764
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
765
+ destinationChain: string;
766
+ arbSys: string;
767
+ bridge?: string | undefined;
768
+ childHook?: any;
769
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
770
+ } & {
771
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
772
+ fallback: string | {
773
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
774
+ } | {
775
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
776
+ owner: string;
777
+ beneficiary: string;
778
+ oracleKey: string;
779
+ overhead: Record<string, number>;
780
+ oracleConfig: Record<string, {
781
+ gasPrice: string;
782
+ tokenExchangeRate: string;
783
+ }>;
784
+ ownerOverrides?: Record<string, string> | undefined;
785
+ } | {
786
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
787
+ owner: string;
788
+ protocolFee: string;
789
+ beneficiary: string;
790
+ maxProtocolFee: string;
791
+ ownerOverrides?: Record<string, string> | undefined;
792
+ } | {
793
+ type: import("../hook/types.js").HookType.PAUSABLE;
794
+ owner: string;
795
+ paused: boolean;
796
+ ownerOverrides?: Record<string, string> | undefined;
797
+ } | {
798
+ type: import("../hook/types.js").HookType.OP_STACK;
799
+ owner: string;
800
+ nativeBridge: string;
801
+ destinationChain: string;
802
+ ownerOverrides?: Record<string, string> | undefined;
803
+ } | {
804
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
805
+ destinationChain: string;
806
+ arbSys: string;
807
+ bridge?: string | undefined;
808
+ childHook?: any;
809
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
810
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
811
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
812
+ } & string) | ({
813
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
814
+ owner: string;
815
+ beneficiary: string;
816
+ oracleKey: string;
817
+ overhead: Record<string, number>;
818
+ oracleConfig: Record<string, {
819
+ gasPrice: string;
820
+ tokenExchangeRate: string;
821
+ }>;
822
+ ownerOverrides?: Record<string, string> | undefined;
823
+ } & string) | ({
824
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
825
+ owner: string;
826
+ protocolFee: string;
827
+ beneficiary: string;
828
+ maxProtocolFee: string;
829
+ ownerOverrides?: Record<string, string> | undefined;
830
+ } & string) | ({
831
+ type: import("../hook/types.js").HookType.PAUSABLE;
832
+ owner: string;
833
+ paused: boolean;
834
+ ownerOverrides?: Record<string, string> | undefined;
835
+ } & string) | ({
836
+ type: import("../hook/types.js").HookType.OP_STACK;
837
+ owner: string;
838
+ nativeBridge: string;
839
+ destinationChain: string;
840
+ ownerOverrides?: Record<string, string> | undefined;
841
+ } & string) | ({
842
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
843
+ destinationChain: string;
844
+ arbSys: string;
845
+ bridge?: string | undefined;
846
+ childHook?: any;
847
+ } & string) | ({
848
+ owner: string;
849
+ ownerOverrides?: Record<string, string> | undefined;
850
+ } & {
851
+ domains: import("../types.js").ChainMap<string | {
852
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
853
+ } | {
854
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
855
+ owner: string;
856
+ beneficiary: string;
857
+ oracleKey: string;
858
+ overhead: Record<string, number>;
859
+ oracleConfig: Record<string, {
860
+ gasPrice: string;
861
+ tokenExchangeRate: string;
862
+ }>;
863
+ ownerOverrides?: Record<string, string> | undefined;
864
+ } | {
865
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
866
+ owner: string;
867
+ protocolFee: string;
868
+ beneficiary: string;
869
+ maxProtocolFee: string;
870
+ ownerOverrides?: Record<string, string> | undefined;
871
+ } | {
872
+ type: import("../hook/types.js").HookType.PAUSABLE;
873
+ owner: string;
874
+ paused: boolean;
875
+ ownerOverrides?: Record<string, string> | undefined;
876
+ } | {
877
+ type: import("../hook/types.js").HookType.OP_STACK;
878
+ owner: string;
879
+ nativeBridge: string;
880
+ destinationChain: string;
881
+ ownerOverrides?: Record<string, string> | undefined;
882
+ } | {
883
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
884
+ destinationChain: string;
885
+ arbSys: string;
886
+ bridge?: string | undefined;
887
+ childHook?: any;
888
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
889
+ } & {
890
+ type: import("../hook/types.js").HookType.ROUTING;
891
+ } & string) | ({
892
+ owner: string;
893
+ ownerOverrides?: Record<string, string> | undefined;
894
+ } & {
895
+ domains: import("../types.js").ChainMap<string | {
896
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
897
+ } | {
898
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
899
+ owner: string;
900
+ beneficiary: string;
901
+ oracleKey: string;
902
+ overhead: Record<string, number>;
903
+ oracleConfig: Record<string, {
904
+ gasPrice: string;
905
+ tokenExchangeRate: string;
906
+ }>;
907
+ ownerOverrides?: Record<string, string> | undefined;
908
+ } | {
909
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
910
+ owner: string;
911
+ protocolFee: string;
912
+ beneficiary: string;
913
+ maxProtocolFee: string;
914
+ ownerOverrides?: Record<string, string> | undefined;
915
+ } | {
916
+ type: import("../hook/types.js").HookType.PAUSABLE;
917
+ owner: string;
918
+ paused: boolean;
919
+ ownerOverrides?: Record<string, string> | undefined;
920
+ } | {
921
+ type: import("../hook/types.js").HookType.OP_STACK;
922
+ owner: string;
923
+ nativeBridge: string;
924
+ destinationChain: string;
925
+ ownerOverrides?: Record<string, string> | undefined;
926
+ } | {
927
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
928
+ destinationChain: string;
929
+ arbSys: string;
930
+ bridge?: string | undefined;
931
+ childHook?: any;
932
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
933
+ } & {
934
+ type: import("../hook/types.js").HookType.ROUTING;
935
+ }) | ({
936
+ owner: string;
937
+ ownerOverrides?: Record<string, string> | undefined;
938
+ } & {
939
+ domains: import("../types.js").ChainMap<string | {
940
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
941
+ } | {
942
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
943
+ owner: string;
944
+ beneficiary: string;
945
+ oracleKey: string;
946
+ overhead: Record<string, number>;
947
+ oracleConfig: Record<string, {
948
+ gasPrice: string;
949
+ tokenExchangeRate: string;
950
+ }>;
951
+ ownerOverrides?: Record<string, string> | undefined;
952
+ } | {
953
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
954
+ owner: string;
955
+ protocolFee: string;
956
+ beneficiary: string;
957
+ maxProtocolFee: string;
958
+ ownerOverrides?: Record<string, string> | undefined;
959
+ } | {
960
+ type: import("../hook/types.js").HookType.PAUSABLE;
961
+ owner: string;
962
+ paused: boolean;
963
+ ownerOverrides?: Record<string, string> | undefined;
964
+ } | {
965
+ type: import("../hook/types.js").HookType.OP_STACK;
966
+ owner: string;
967
+ nativeBridge: string;
968
+ destinationChain: string;
969
+ ownerOverrides?: Record<string, string> | undefined;
970
+ } | {
971
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
972
+ destinationChain: string;
973
+ arbSys: string;
974
+ bridge?: string | undefined;
975
+ childHook?: any;
976
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
977
+ } & {
978
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
979
+ fallback: string | {
980
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
981
+ } | {
982
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
983
+ owner: string;
984
+ beneficiary: string;
985
+ oracleKey: string;
986
+ overhead: Record<string, number>;
987
+ oracleConfig: Record<string, {
988
+ gasPrice: string;
989
+ tokenExchangeRate: string;
990
+ }>;
991
+ ownerOverrides?: Record<string, string> | undefined;
992
+ } | {
993
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
994
+ owner: string;
995
+ protocolFee: string;
996
+ beneficiary: string;
997
+ maxProtocolFee: string;
998
+ ownerOverrides?: Record<string, string> | undefined;
999
+ } | {
1000
+ type: import("../hook/types.js").HookType.PAUSABLE;
1001
+ owner: string;
1002
+ paused: boolean;
1003
+ ownerOverrides?: Record<string, string> | undefined;
1004
+ } | {
1005
+ type: import("../hook/types.js").HookType.OP_STACK;
1006
+ owner: string;
1007
+ nativeBridge: string;
1008
+ destinationChain: string;
1009
+ ownerOverrides?: Record<string, string> | undefined;
1010
+ } | {
1011
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1012
+ destinationChain: string;
1013
+ arbSys: string;
1014
+ bridge?: string | undefined;
1015
+ childHook?: any;
1016
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1017
+ } & string) | ({
1018
+ owner: string;
1019
+ ownerOverrides?: Record<string, string> | undefined;
1020
+ } & {
1021
+ domains: import("../types.js").ChainMap<string | {
1022
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1023
+ } | {
1024
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1025
+ owner: string;
1026
+ beneficiary: string;
1027
+ oracleKey: string;
1028
+ overhead: Record<string, number>;
1029
+ oracleConfig: Record<string, {
1030
+ gasPrice: string;
1031
+ tokenExchangeRate: string;
1032
+ }>;
1033
+ ownerOverrides?: Record<string, string> | undefined;
1034
+ } | {
1035
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1036
+ owner: string;
1037
+ protocolFee: string;
1038
+ beneficiary: string;
1039
+ maxProtocolFee: string;
1040
+ ownerOverrides?: Record<string, string> | undefined;
1041
+ } | {
1042
+ type: import("../hook/types.js").HookType.PAUSABLE;
1043
+ owner: string;
1044
+ paused: boolean;
1045
+ ownerOverrides?: Record<string, string> | undefined;
1046
+ } | {
1047
+ type: import("../hook/types.js").HookType.OP_STACK;
1048
+ owner: string;
1049
+ nativeBridge: string;
1050
+ destinationChain: string;
1051
+ ownerOverrides?: Record<string, string> | undefined;
1052
+ } | {
1053
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1054
+ destinationChain: string;
1055
+ arbSys: string;
1056
+ bridge?: string | undefined;
1057
+ childHook?: any;
1058
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1059
+ } & {
1060
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1061
+ fallback: string | {
1062
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1063
+ } | {
1064
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1065
+ owner: string;
1066
+ beneficiary: string;
1067
+ oracleKey: string;
1068
+ overhead: Record<string, number>;
1069
+ oracleConfig: Record<string, {
1070
+ gasPrice: string;
1071
+ tokenExchangeRate: string;
1072
+ }>;
1073
+ ownerOverrides?: Record<string, string> | undefined;
1074
+ } | {
1075
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1076
+ owner: string;
1077
+ protocolFee: string;
1078
+ beneficiary: string;
1079
+ maxProtocolFee: string;
1080
+ ownerOverrides?: Record<string, string> | undefined;
1081
+ } | {
1082
+ type: import("../hook/types.js").HookType.PAUSABLE;
1083
+ owner: string;
1084
+ paused: boolean;
1085
+ ownerOverrides?: Record<string, string> | undefined;
1086
+ } | {
1087
+ type: import("../hook/types.js").HookType.OP_STACK;
1088
+ owner: string;
1089
+ nativeBridge: string;
1090
+ destinationChain: string;
1091
+ ownerOverrides?: Record<string, string> | undefined;
1092
+ } | {
1093
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1094
+ destinationChain: string;
1095
+ arbSys: string;
1096
+ bridge?: string | undefined;
1097
+ childHook?: any;
1098
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1099
+ }) | (import("../hook/types.js").AggregationHookConfig & string);
1100
+ requiredHook: string | {
1101
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1102
+ } | {
1103
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1104
+ owner: string;
1105
+ beneficiary: string;
1106
+ oracleKey: string;
1107
+ overhead: Record<string, number>;
1108
+ oracleConfig: Record<string, {
1109
+ gasPrice: string;
1110
+ tokenExchangeRate: string;
1111
+ }>;
1112
+ ownerOverrides?: Record<string, string> | undefined;
1113
+ } | {
1114
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1115
+ owner: string;
1116
+ protocolFee: string;
1117
+ beneficiary: string;
1118
+ maxProtocolFee: string;
1119
+ ownerOverrides?: Record<string, string> | undefined;
1120
+ } | {
1121
+ type: import("../hook/types.js").HookType.PAUSABLE;
1122
+ owner: string;
1123
+ paused: boolean;
1124
+ ownerOverrides?: Record<string, string> | undefined;
1125
+ } | {
1126
+ type: import("../hook/types.js").HookType.OP_STACK;
1127
+ owner: string;
1128
+ nativeBridge: string;
1129
+ destinationChain: string;
1130
+ ownerOverrides?: Record<string, string> | undefined;
1131
+ } | {
1132
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1133
+ destinationChain: string;
1134
+ arbSys: string;
1135
+ bridge?: string | undefined;
1136
+ childHook?: any;
1137
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
1138
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1139
+ }) | (string & {
1140
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1141
+ owner: string;
1142
+ beneficiary: string;
1143
+ oracleKey: string;
1144
+ overhead: Record<string, number>;
1145
+ oracleConfig: Record<string, {
1146
+ gasPrice: string;
1147
+ tokenExchangeRate: string;
1148
+ }>;
1149
+ ownerOverrides?: Record<string, string> | undefined;
1150
+ }) | (string & {
1151
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1152
+ owner: string;
1153
+ protocolFee: string;
1154
+ beneficiary: string;
1155
+ maxProtocolFee: string;
1156
+ ownerOverrides?: Record<string, string> | undefined;
1157
+ }) | (string & {
1158
+ type: import("../hook/types.js").HookType.PAUSABLE;
1159
+ owner: string;
1160
+ paused: boolean;
1161
+ ownerOverrides?: Record<string, string> | undefined;
1162
+ }) | (string & {
1163
+ type: import("../hook/types.js").HookType.OP_STACK;
1164
+ owner: string;
1165
+ nativeBridge: string;
1166
+ destinationChain: string;
1167
+ ownerOverrides?: Record<string, string> | undefined;
1168
+ }) | (string & {
1169
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1170
+ destinationChain: string;
1171
+ arbSys: string;
1172
+ bridge?: string | undefined;
1173
+ childHook?: any;
1174
+ }) | (string & {
1175
+ owner: string;
1176
+ ownerOverrides?: Record<string, string> | undefined;
1177
+ } & {
1178
+ domains: import("../types.js").ChainMap<string | {
1179
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1180
+ } | {
1181
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1182
+ owner: string;
1183
+ beneficiary: string;
1184
+ oracleKey: string;
1185
+ overhead: Record<string, number>;
1186
+ oracleConfig: Record<string, {
1187
+ gasPrice: string;
1188
+ tokenExchangeRate: string;
1189
+ }>;
1190
+ ownerOverrides?: Record<string, string> | undefined;
1191
+ } | {
1192
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1193
+ owner: string;
1194
+ protocolFee: string;
1195
+ beneficiary: string;
1196
+ maxProtocolFee: string;
1197
+ ownerOverrides?: Record<string, string> | undefined;
1198
+ } | {
1199
+ type: import("../hook/types.js").HookType.PAUSABLE;
1200
+ owner: string;
1201
+ paused: boolean;
1202
+ ownerOverrides?: Record<string, string> | undefined;
1203
+ } | {
1204
+ type: import("../hook/types.js").HookType.OP_STACK;
1205
+ owner: string;
1206
+ nativeBridge: string;
1207
+ destinationChain: string;
1208
+ ownerOverrides?: Record<string, string> | undefined;
1209
+ } | {
1210
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1211
+ destinationChain: string;
1212
+ arbSys: string;
1213
+ bridge?: string | undefined;
1214
+ childHook?: any;
1215
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1216
+ } & {
1217
+ type: import("../hook/types.js").HookType.ROUTING;
1218
+ }) | (string & {
1219
+ owner: string;
1220
+ ownerOverrides?: Record<string, string> | undefined;
1221
+ } & {
1222
+ domains: import("../types.js").ChainMap<string | {
1223
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1224
+ } | {
1225
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1226
+ owner: string;
1227
+ beneficiary: string;
1228
+ oracleKey: string;
1229
+ overhead: Record<string, number>;
1230
+ oracleConfig: Record<string, {
1231
+ gasPrice: string;
1232
+ tokenExchangeRate: string;
1233
+ }>;
1234
+ ownerOverrides?: Record<string, string> | undefined;
1235
+ } | {
1236
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1237
+ owner: string;
1238
+ protocolFee: string;
1239
+ beneficiary: string;
1240
+ maxProtocolFee: string;
1241
+ ownerOverrides?: Record<string, string> | undefined;
1242
+ } | {
1243
+ type: import("../hook/types.js").HookType.PAUSABLE;
1244
+ owner: string;
1245
+ paused: boolean;
1246
+ ownerOverrides?: Record<string, string> | undefined;
1247
+ } | {
1248
+ type: import("../hook/types.js").HookType.OP_STACK;
1249
+ owner: string;
1250
+ nativeBridge: string;
1251
+ destinationChain: string;
1252
+ ownerOverrides?: Record<string, string> | undefined;
1253
+ } | {
1254
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1255
+ destinationChain: string;
1256
+ arbSys: string;
1257
+ bridge?: string | undefined;
1258
+ childHook?: any;
1259
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1260
+ } & {
1261
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1262
+ fallback: string | {
1263
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1264
+ } | {
1265
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1266
+ owner: string;
1267
+ beneficiary: string;
1268
+ oracleKey: string;
1269
+ overhead: Record<string, number>;
1270
+ oracleConfig: Record<string, {
1271
+ gasPrice: string;
1272
+ tokenExchangeRate: string;
1273
+ }>;
1274
+ ownerOverrides?: Record<string, string> | undefined;
1275
+ } | {
1276
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1277
+ owner: string;
1278
+ protocolFee: string;
1279
+ beneficiary: string;
1280
+ maxProtocolFee: string;
1281
+ ownerOverrides?: Record<string, string> | undefined;
1282
+ } | {
1283
+ type: import("../hook/types.js").HookType.PAUSABLE;
1284
+ owner: string;
1285
+ paused: boolean;
1286
+ ownerOverrides?: Record<string, string> | undefined;
1287
+ } | {
1288
+ type: import("../hook/types.js").HookType.OP_STACK;
1289
+ owner: string;
1290
+ nativeBridge: string;
1291
+ destinationChain: string;
1292
+ ownerOverrides?: Record<string, string> | undefined;
1293
+ } | {
1294
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1295
+ destinationChain: string;
1296
+ arbSys: string;
1297
+ bridge?: string | undefined;
1298
+ childHook?: any;
1299
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1300
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
1301
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1302
+ } & string) | ({
1303
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1304
+ owner: string;
1305
+ beneficiary: string;
1306
+ oracleKey: string;
1307
+ overhead: Record<string, number>;
1308
+ oracleConfig: Record<string, {
1309
+ gasPrice: string;
1310
+ tokenExchangeRate: string;
1311
+ }>;
1312
+ ownerOverrides?: Record<string, string> | undefined;
1313
+ } & string) | ({
1314
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1315
+ owner: string;
1316
+ protocolFee: string;
1317
+ beneficiary: string;
1318
+ maxProtocolFee: string;
1319
+ ownerOverrides?: Record<string, string> | undefined;
1320
+ } & string) | ({
1321
+ type: import("../hook/types.js").HookType.PAUSABLE;
1322
+ owner: string;
1323
+ paused: boolean;
1324
+ ownerOverrides?: Record<string, string> | undefined;
1325
+ } & string) | ({
1326
+ type: import("../hook/types.js").HookType.OP_STACK;
1327
+ owner: string;
1328
+ nativeBridge: string;
1329
+ destinationChain: string;
1330
+ ownerOverrides?: Record<string, string> | undefined;
1331
+ } & string) | ({
1332
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1333
+ destinationChain: string;
1334
+ arbSys: string;
1335
+ bridge?: string | undefined;
1336
+ childHook?: any;
1337
+ } & string) | ({
1338
+ owner: string;
1339
+ ownerOverrides?: Record<string, string> | undefined;
1340
+ } & {
1341
+ domains: import("../types.js").ChainMap<string | {
1342
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1343
+ } | {
1344
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1345
+ owner: string;
1346
+ beneficiary: string;
1347
+ oracleKey: string;
1348
+ overhead: Record<string, number>;
1349
+ oracleConfig: Record<string, {
1350
+ gasPrice: string;
1351
+ tokenExchangeRate: string;
1352
+ }>;
1353
+ ownerOverrides?: Record<string, string> | undefined;
1354
+ } | {
1355
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1356
+ owner: string;
1357
+ protocolFee: string;
1358
+ beneficiary: string;
1359
+ maxProtocolFee: string;
1360
+ ownerOverrides?: Record<string, string> | undefined;
1361
+ } | {
1362
+ type: import("../hook/types.js").HookType.PAUSABLE;
1363
+ owner: string;
1364
+ paused: boolean;
1365
+ ownerOverrides?: Record<string, string> | undefined;
1366
+ } | {
1367
+ type: import("../hook/types.js").HookType.OP_STACK;
1368
+ owner: string;
1369
+ nativeBridge: string;
1370
+ destinationChain: string;
1371
+ ownerOverrides?: Record<string, string> | undefined;
1372
+ } | {
1373
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1374
+ destinationChain: string;
1375
+ arbSys: string;
1376
+ bridge?: string | undefined;
1377
+ childHook?: any;
1378
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1379
+ } & {
1380
+ type: import("../hook/types.js").HookType.ROUTING;
1381
+ } & string) | ({
1382
+ owner: string;
1383
+ ownerOverrides?: Record<string, string> | undefined;
1384
+ } & {
1385
+ domains: import("../types.js").ChainMap<string | {
1386
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1387
+ } | {
1388
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1389
+ owner: string;
1390
+ beneficiary: string;
1391
+ oracleKey: string;
1392
+ overhead: Record<string, number>;
1393
+ oracleConfig: Record<string, {
1394
+ gasPrice: string;
1395
+ tokenExchangeRate: string;
1396
+ }>;
1397
+ ownerOverrides?: Record<string, string> | undefined;
1398
+ } | {
1399
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1400
+ owner: string;
1401
+ protocolFee: string;
1402
+ beneficiary: string;
1403
+ maxProtocolFee: string;
1404
+ ownerOverrides?: Record<string, string> | undefined;
1405
+ } | {
1406
+ type: import("../hook/types.js").HookType.PAUSABLE;
1407
+ owner: string;
1408
+ paused: boolean;
1409
+ ownerOverrides?: Record<string, string> | undefined;
1410
+ } | {
1411
+ type: import("../hook/types.js").HookType.OP_STACK;
1412
+ owner: string;
1413
+ nativeBridge: string;
1414
+ destinationChain: string;
1415
+ ownerOverrides?: Record<string, string> | undefined;
1416
+ } | {
1417
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1418
+ destinationChain: string;
1419
+ arbSys: string;
1420
+ bridge?: string | undefined;
1421
+ childHook?: any;
1422
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1423
+ } & {
1424
+ type: import("../hook/types.js").HookType.ROUTING;
1425
+ }) | ({
1426
+ owner: string;
1427
+ ownerOverrides?: Record<string, string> | undefined;
1428
+ } & {
1429
+ domains: import("../types.js").ChainMap<string | {
1430
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1431
+ } | {
1432
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1433
+ owner: string;
1434
+ beneficiary: string;
1435
+ oracleKey: string;
1436
+ overhead: Record<string, number>;
1437
+ oracleConfig: Record<string, {
1438
+ gasPrice: string;
1439
+ tokenExchangeRate: string;
1440
+ }>;
1441
+ ownerOverrides?: Record<string, string> | undefined;
1442
+ } | {
1443
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1444
+ owner: string;
1445
+ protocolFee: string;
1446
+ beneficiary: string;
1447
+ maxProtocolFee: string;
1448
+ ownerOverrides?: Record<string, string> | undefined;
1449
+ } | {
1450
+ type: import("../hook/types.js").HookType.PAUSABLE;
1451
+ owner: string;
1452
+ paused: boolean;
1453
+ ownerOverrides?: Record<string, string> | undefined;
1454
+ } | {
1455
+ type: import("../hook/types.js").HookType.OP_STACK;
1456
+ owner: string;
1457
+ nativeBridge: string;
1458
+ destinationChain: string;
1459
+ ownerOverrides?: Record<string, string> | undefined;
1460
+ } | {
1461
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1462
+ destinationChain: string;
1463
+ arbSys: string;
1464
+ bridge?: string | undefined;
1465
+ childHook?: any;
1466
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1467
+ } & {
1468
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1469
+ fallback: string | {
1470
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1471
+ } | {
1472
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1473
+ owner: string;
1474
+ beneficiary: string;
1475
+ oracleKey: string;
1476
+ overhead: Record<string, number>;
1477
+ oracleConfig: Record<string, {
1478
+ gasPrice: string;
1479
+ tokenExchangeRate: string;
1480
+ }>;
1481
+ ownerOverrides?: Record<string, string> | undefined;
1482
+ } | {
1483
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1484
+ owner: string;
1485
+ protocolFee: string;
1486
+ beneficiary: string;
1487
+ maxProtocolFee: string;
1488
+ ownerOverrides?: Record<string, string> | undefined;
1489
+ } | {
1490
+ type: import("../hook/types.js").HookType.PAUSABLE;
1491
+ owner: string;
1492
+ paused: boolean;
1493
+ ownerOverrides?: Record<string, string> | undefined;
1494
+ } | {
1495
+ type: import("../hook/types.js").HookType.OP_STACK;
1496
+ owner: string;
1497
+ nativeBridge: string;
1498
+ destinationChain: string;
1499
+ ownerOverrides?: Record<string, string> | undefined;
1500
+ } | {
1501
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1502
+ destinationChain: string;
1503
+ arbSys: string;
1504
+ bridge?: string | undefined;
1505
+ childHook?: any;
1506
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1507
+ } & string) | ({
1508
+ owner: string;
1509
+ ownerOverrides?: Record<string, string> | undefined;
1510
+ } & {
1511
+ domains: import("../types.js").ChainMap<string | {
1512
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1513
+ } | {
1514
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1515
+ owner: string;
1516
+ beneficiary: string;
1517
+ oracleKey: string;
1518
+ overhead: Record<string, number>;
1519
+ oracleConfig: Record<string, {
1520
+ gasPrice: string;
1521
+ tokenExchangeRate: string;
1522
+ }>;
1523
+ ownerOverrides?: Record<string, string> | undefined;
1524
+ } | {
1525
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1526
+ owner: string;
1527
+ protocolFee: string;
1528
+ beneficiary: string;
1529
+ maxProtocolFee: string;
1530
+ ownerOverrides?: Record<string, string> | undefined;
1531
+ } | {
1532
+ type: import("../hook/types.js").HookType.PAUSABLE;
1533
+ owner: string;
1534
+ paused: boolean;
1535
+ ownerOverrides?: Record<string, string> | undefined;
1536
+ } | {
1537
+ type: import("../hook/types.js").HookType.OP_STACK;
1538
+ owner: string;
1539
+ nativeBridge: string;
1540
+ destinationChain: string;
1541
+ ownerOverrides?: Record<string, string> | undefined;
1542
+ } | {
1543
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1544
+ destinationChain: string;
1545
+ arbSys: string;
1546
+ bridge?: string | undefined;
1547
+ childHook?: any;
1548
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1549
+ } & {
1550
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1551
+ fallback: string | {
1552
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1553
+ } | {
1554
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1555
+ owner: string;
1556
+ beneficiary: string;
1557
+ oracleKey: string;
1558
+ overhead: Record<string, number>;
1559
+ oracleConfig: Record<string, {
1560
+ gasPrice: string;
1561
+ tokenExchangeRate: string;
1562
+ }>;
1563
+ ownerOverrides?: Record<string, string> | undefined;
1564
+ } | {
1565
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1566
+ owner: string;
1567
+ protocolFee: string;
1568
+ beneficiary: string;
1569
+ maxProtocolFee: string;
1570
+ ownerOverrides?: Record<string, string> | undefined;
1571
+ } | {
1572
+ type: import("../hook/types.js").HookType.PAUSABLE;
1573
+ owner: string;
1574
+ paused: boolean;
1575
+ ownerOverrides?: Record<string, string> | undefined;
1576
+ } | {
1577
+ type: import("../hook/types.js").HookType.OP_STACK;
1578
+ owner: string;
1579
+ nativeBridge: string;
1580
+ destinationChain: string;
1581
+ ownerOverrides?: Record<string, string> | undefined;
1582
+ } | {
1583
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1584
+ destinationChain: string;
1585
+ arbSys: string;
1586
+ bridge?: string | undefined;
1587
+ childHook?: any;
1588
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1589
+ }) | (import("../hook/types.js").AggregationHookConfig & string);
1590
+ ownerOverrides?: Record<string, string> | undefined;
1591
+ proxyAdmin?: {
1592
+ owner: string;
1593
+ ownerOverrides?: Record<string, string> | undefined;
1594
+ address?: string | undefined;
1595
+ } | undefined;
1596
+ interchainAccountRouter?: {
1597
+ owner: string;
1598
+ mailbox: string;
1599
+ proxyAdmin: {
1600
+ owner: string;
1601
+ address?: string | undefined;
1602
+ };
1603
+ remoteIcaRouters?: Record<string, {
1604
+ address: string;
1605
+ interchainSecurityModule?: string | undefined;
1606
+ }> | undefined;
1607
+ } | undefined;
1608
+ }, {
1609
+ owner: string;
1610
+ defaultIsm: string | ({
1611
+ validators: string[];
1612
+ threshold: number;
1613
+ } & {
1614
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1615
+ }) | ({
1616
+ validators: {
1617
+ signingAddress: string;
1618
+ weight: number;
1619
+ }[];
1620
+ thresholdWeight: number;
1621
+ } & {
1622
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1623
+ }) | {
1624
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1625
+ } | ({
1626
+ owner: string;
1627
+ paused: boolean;
1628
+ ownerOverrides?: Record<string, string> | undefined;
1629
+ } & {
1630
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1631
+ }) | {
1632
+ type: import("../ism/types.js").IsmType.OP_STACK;
1633
+ origin: string;
1634
+ nativeBridge: string;
1635
+ } | {
1636
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1637
+ relayer: string;
1638
+ } | {
1639
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1640
+ bridge: string;
1641
+ } | import("../ism/types.js").IcaRoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | (string & import("../ism/types.js").IcaRoutingIsmConfig) | (string & {
1642
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1643
+ } & {
1644
+ owner: string;
1645
+ ownerOverrides?: Record<string, string> | undefined;
1646
+ } & {
1647
+ domains: import("../types.js").ChainMap<string | ({
1648
+ validators: string[];
1649
+ threshold: number;
1650
+ } & {
1651
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1652
+ }) | ({
1653
+ validators: {
1654
+ signingAddress: string;
1655
+ weight: number;
1656
+ }[];
1657
+ thresholdWeight: number;
1658
+ } & {
1659
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1660
+ }) | {
1661
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1662
+ } | ({
1663
+ owner: string;
1664
+ paused: boolean;
1665
+ ownerOverrides?: Record<string, string> | undefined;
1666
+ } & {
1667
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1668
+ }) | {
1669
+ type: import("../ism/types.js").IsmType.OP_STACK;
1670
+ origin: string;
1671
+ nativeBridge: string;
1672
+ } | {
1673
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1674
+ relayer: string;
1675
+ } | {
1676
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1677
+ bridge: string;
1678
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1679
+ }) | (string & import("../ism/types.js").AggregationIsmConfig) | (import("../ism/types.js").IcaRoutingIsmConfig & string) | ({
1680
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1681
+ } & {
1682
+ owner: string;
1683
+ ownerOverrides?: Record<string, string> | undefined;
1684
+ } & {
1685
+ domains: import("../types.js").ChainMap<string | ({
1686
+ validators: string[];
1687
+ threshold: number;
1688
+ } & {
1689
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1690
+ }) | ({
1691
+ validators: {
1692
+ signingAddress: string;
1693
+ weight: number;
1694
+ }[];
1695
+ thresholdWeight: number;
1696
+ } & {
1697
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1698
+ }) | {
1699
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1700
+ } | ({
1701
+ owner: string;
1702
+ paused: boolean;
1703
+ ownerOverrides?: Record<string, string> | undefined;
1704
+ } & {
1705
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1706
+ }) | {
1707
+ type: import("../ism/types.js").IsmType.OP_STACK;
1708
+ origin: string;
1709
+ nativeBridge: string;
1710
+ } | {
1711
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1712
+ relayer: string;
1713
+ } | {
1714
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1715
+ bridge: string;
1716
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1717
+ } & string) | ({
1718
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1719
+ } & {
1720
+ owner: string;
1721
+ ownerOverrides?: Record<string, string> | undefined;
1722
+ } & {
1723
+ domains: import("../types.js").ChainMap<string | ({
1724
+ validators: string[];
1725
+ threshold: number;
1726
+ } & {
1727
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1728
+ }) | ({
1729
+ validators: {
1730
+ signingAddress: string;
1731
+ weight: number;
1732
+ }[];
1733
+ thresholdWeight: number;
1734
+ } & {
1735
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1736
+ }) | {
1737
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1738
+ } | ({
1739
+ owner: string;
1740
+ paused: boolean;
1741
+ ownerOverrides?: Record<string, string> | undefined;
1742
+ } & {
1743
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1744
+ }) | {
1745
+ type: import("../ism/types.js").IsmType.OP_STACK;
1746
+ origin: string;
1747
+ nativeBridge: string;
1748
+ } | {
1749
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1750
+ relayer: string;
1751
+ } | {
1752
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1753
+ bridge: string;
1754
+ } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1755
+ }) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
1756
+ validators: string[];
1757
+ threshold: number;
1758
+ } & {
1759
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1760
+ }) | (string & {
1761
+ validators: {
1762
+ signingAddress: string;
1763
+ weight: number;
1764
+ }[];
1765
+ thresholdWeight: number;
1766
+ } & {
1767
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1768
+ }) | (string & {
1769
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1770
+ }) | (string & {
1771
+ owner: string;
1772
+ paused: boolean;
1773
+ ownerOverrides?: Record<string, string> | undefined;
1774
+ } & {
1775
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1776
+ }) | (string & {
1777
+ type: import("../ism/types.js").IsmType.OP_STACK;
1778
+ origin: string;
1779
+ nativeBridge: string;
1780
+ }) | (string & {
1781
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1782
+ relayer: string;
1783
+ }) | (string & {
1784
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1785
+ bridge: string;
1786
+ }) | ({
1787
+ validators: string[];
1788
+ threshold: number;
1789
+ } & {
1790
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
1791
+ } & string) | ({
1792
+ validators: {
1793
+ signingAddress: string;
1794
+ weight: number;
1795
+ }[];
1796
+ thresholdWeight: number;
1797
+ } & {
1798
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
1799
+ } & string) | ({
1800
+ type: import("../ism/types.js").IsmType.TEST_ISM;
1801
+ } & string) | ({
1802
+ owner: string;
1803
+ paused: boolean;
1804
+ ownerOverrides?: Record<string, string> | undefined;
1805
+ } & {
1806
+ type: import("../ism/types.js").IsmType.PAUSABLE;
1807
+ } & string) | ({
1808
+ type: import("../ism/types.js").IsmType.OP_STACK;
1809
+ origin: string;
1810
+ nativeBridge: string;
1811
+ } & string) | ({
1812
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1813
+ relayer: string;
1814
+ } & string) | ({
1815
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1816
+ bridge: string;
1817
+ } & string);
1818
+ defaultHook: string | {
1819
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1820
+ } | {
1821
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1822
+ owner: string;
1823
+ beneficiary: string;
1824
+ oracleKey: string;
1825
+ overhead: Record<string, number>;
1826
+ oracleConfig: Record<string, {
1827
+ gasPrice: string;
1828
+ tokenExchangeRate: string;
1829
+ }>;
1830
+ ownerOverrides?: Record<string, string> | undefined;
1831
+ } | {
1832
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1833
+ owner: string;
1834
+ protocolFee: string;
1835
+ beneficiary: string;
1836
+ maxProtocolFee: string;
1837
+ ownerOverrides?: Record<string, string> | undefined;
1838
+ } | {
1839
+ type: import("../hook/types.js").HookType.PAUSABLE;
1840
+ owner: string;
1841
+ paused: boolean;
1842
+ ownerOverrides?: Record<string, string> | undefined;
1843
+ } | {
1844
+ type: import("../hook/types.js").HookType.OP_STACK;
1845
+ owner: string;
1846
+ nativeBridge: string;
1847
+ destinationChain: string;
1848
+ ownerOverrides?: Record<string, string> | undefined;
1849
+ } | {
1850
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1851
+ destinationChain: string;
1852
+ arbSys: string;
1853
+ bridge?: string | undefined;
1854
+ childHook?: any;
1855
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
1856
+ owner: string;
1857
+ ownerOverrides?: Record<string, string> | undefined;
1858
+ } & {
1859
+ domains: import("../types.js").ChainMap<string | {
1860
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1861
+ } | {
1862
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1863
+ owner: string;
1864
+ beneficiary: string;
1865
+ oracleKey: string;
1866
+ overhead: Record<string, number>;
1867
+ oracleConfig: Record<string, {
1868
+ gasPrice: string;
1869
+ tokenExchangeRate: string;
1870
+ }>;
1871
+ ownerOverrides?: Record<string, string> | undefined;
1872
+ } | {
1873
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1874
+ owner: string;
1875
+ protocolFee: string;
1876
+ beneficiary: string;
1877
+ maxProtocolFee: string;
1878
+ ownerOverrides?: Record<string, string> | undefined;
1879
+ } | {
1880
+ type: import("../hook/types.js").HookType.PAUSABLE;
1881
+ owner: string;
1882
+ paused: boolean;
1883
+ ownerOverrides?: Record<string, string> | undefined;
1884
+ } | {
1885
+ type: import("../hook/types.js").HookType.OP_STACK;
1886
+ owner: string;
1887
+ nativeBridge: string;
1888
+ destinationChain: string;
1889
+ ownerOverrides?: Record<string, string> | undefined;
1890
+ } | {
1891
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1892
+ destinationChain: string;
1893
+ arbSys: string;
1894
+ bridge?: string | undefined;
1895
+ childHook?: any;
1896
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1897
+ } & {
1898
+ type: import("../hook/types.js").HookType.ROUTING;
1899
+ }) | (string & {
1900
+ owner: string;
1901
+ ownerOverrides?: Record<string, string> | undefined;
1902
+ } & {
1903
+ domains: import("../types.js").ChainMap<string | {
1904
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1905
+ } | {
1906
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1907
+ owner: string;
1908
+ beneficiary: string;
1909
+ oracleKey: string;
1910
+ overhead: Record<string, number>;
1911
+ oracleConfig: Record<string, {
1912
+ gasPrice: string;
1913
+ tokenExchangeRate: string;
1914
+ }>;
1915
+ ownerOverrides?: Record<string, string> | undefined;
1916
+ } | {
1917
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1918
+ owner: string;
1919
+ protocolFee: string;
1920
+ beneficiary: string;
1921
+ maxProtocolFee: string;
1922
+ ownerOverrides?: Record<string, string> | undefined;
1923
+ } | {
1924
+ type: import("../hook/types.js").HookType.PAUSABLE;
1925
+ owner: string;
1926
+ paused: boolean;
1927
+ ownerOverrides?: Record<string, string> | undefined;
1928
+ } | {
1929
+ type: import("../hook/types.js").HookType.OP_STACK;
1930
+ owner: string;
1931
+ nativeBridge: string;
1932
+ destinationChain: string;
1933
+ ownerOverrides?: Record<string, string> | undefined;
1934
+ } | {
1935
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1936
+ destinationChain: string;
1937
+ arbSys: string;
1938
+ bridge?: string | undefined;
1939
+ childHook?: any;
1940
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
1941
+ } & {
1942
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
1943
+ fallback: string | {
1944
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1945
+ } | {
1946
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1947
+ owner: string;
1948
+ beneficiary: string;
1949
+ oracleKey: string;
1950
+ overhead: Record<string, number>;
1951
+ oracleConfig: Record<string, {
1952
+ gasPrice: string;
1953
+ tokenExchangeRate: string;
1954
+ }>;
1955
+ ownerOverrides?: Record<string, string> | undefined;
1956
+ } | {
1957
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
1958
+ owner: string;
1959
+ protocolFee: string;
1960
+ beneficiary: string;
1961
+ maxProtocolFee: string;
1962
+ ownerOverrides?: Record<string, string> | undefined;
1963
+ } | {
1964
+ type: import("../hook/types.js").HookType.PAUSABLE;
1965
+ owner: string;
1966
+ paused: boolean;
1967
+ ownerOverrides?: Record<string, string> | undefined;
1968
+ } | {
1969
+ type: import("../hook/types.js").HookType.OP_STACK;
1970
+ owner: string;
1971
+ nativeBridge: string;
1972
+ destinationChain: string;
1973
+ ownerOverrides?: Record<string, string> | undefined;
1974
+ } | {
1975
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
1976
+ destinationChain: string;
1977
+ arbSys: string;
1978
+ bridge?: string | undefined;
1979
+ childHook?: any;
1980
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1981
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
1982
+ owner: string;
1983
+ ownerOverrides?: Record<string, string> | undefined;
1984
+ } & {
1985
+ domains: import("../types.js").ChainMap<string | {
1986
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
1987
+ } | {
1988
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1989
+ owner: string;
1990
+ beneficiary: string;
1991
+ oracleKey: string;
1992
+ overhead: Record<string, number>;
1993
+ oracleConfig: Record<string, {
1994
+ gasPrice: string;
1995
+ tokenExchangeRate: string;
1996
+ }>;
1997
+ ownerOverrides?: Record<string, string> | undefined;
1998
+ } | {
1999
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2000
+ owner: string;
2001
+ protocolFee: string;
2002
+ beneficiary: string;
2003
+ maxProtocolFee: string;
2004
+ ownerOverrides?: Record<string, string> | undefined;
2005
+ } | {
2006
+ type: import("../hook/types.js").HookType.PAUSABLE;
2007
+ owner: string;
2008
+ paused: boolean;
2009
+ ownerOverrides?: Record<string, string> | undefined;
2010
+ } | {
2011
+ type: import("../hook/types.js").HookType.OP_STACK;
2012
+ owner: string;
2013
+ nativeBridge: string;
2014
+ destinationChain: string;
2015
+ ownerOverrides?: Record<string, string> | undefined;
2016
+ } | {
2017
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2018
+ destinationChain: string;
2019
+ arbSys: string;
2020
+ bridge?: string | undefined;
2021
+ childHook?: any;
2022
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2023
+ } & {
2024
+ type: import("../hook/types.js").HookType.ROUTING;
2025
+ } & string) | ({
2026
+ owner: string;
2027
+ ownerOverrides?: Record<string, string> | undefined;
2028
+ } & {
2029
+ domains: import("../types.js").ChainMap<string | {
2030
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2031
+ } | {
2032
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2033
+ owner: string;
2034
+ beneficiary: string;
2035
+ oracleKey: string;
2036
+ overhead: Record<string, number>;
2037
+ oracleConfig: Record<string, {
2038
+ gasPrice: string;
2039
+ tokenExchangeRate: string;
2040
+ }>;
2041
+ ownerOverrides?: Record<string, string> | undefined;
2042
+ } | {
2043
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2044
+ owner: string;
2045
+ protocolFee: string;
2046
+ beneficiary: string;
2047
+ maxProtocolFee: string;
2048
+ ownerOverrides?: Record<string, string> | undefined;
2049
+ } | {
2050
+ type: import("../hook/types.js").HookType.PAUSABLE;
2051
+ owner: string;
2052
+ paused: boolean;
2053
+ ownerOverrides?: Record<string, string> | undefined;
2054
+ } | {
2055
+ type: import("../hook/types.js").HookType.OP_STACK;
2056
+ owner: string;
2057
+ nativeBridge: string;
2058
+ destinationChain: string;
2059
+ ownerOverrides?: Record<string, string> | undefined;
2060
+ } | {
2061
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2062
+ destinationChain: string;
2063
+ arbSys: string;
2064
+ bridge?: string | undefined;
2065
+ childHook?: any;
2066
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2067
+ } & {
2068
+ type: import("../hook/types.js").HookType.ROUTING;
2069
+ }) | ({
2070
+ owner: string;
2071
+ ownerOverrides?: Record<string, string> | undefined;
2072
+ } & {
2073
+ domains: import("../types.js").ChainMap<string | {
2074
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2075
+ } | {
2076
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2077
+ owner: string;
2078
+ beneficiary: string;
2079
+ oracleKey: string;
2080
+ overhead: Record<string, number>;
2081
+ oracleConfig: Record<string, {
2082
+ gasPrice: string;
2083
+ tokenExchangeRate: string;
2084
+ }>;
2085
+ ownerOverrides?: Record<string, string> | undefined;
2086
+ } | {
2087
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2088
+ owner: string;
2089
+ protocolFee: string;
2090
+ beneficiary: string;
2091
+ maxProtocolFee: string;
2092
+ ownerOverrides?: Record<string, string> | undefined;
2093
+ } | {
2094
+ type: import("../hook/types.js").HookType.PAUSABLE;
2095
+ owner: string;
2096
+ paused: boolean;
2097
+ ownerOverrides?: Record<string, string> | undefined;
2098
+ } | {
2099
+ type: import("../hook/types.js").HookType.OP_STACK;
2100
+ owner: string;
2101
+ nativeBridge: string;
2102
+ destinationChain: string;
2103
+ ownerOverrides?: Record<string, string> | undefined;
2104
+ } | {
2105
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2106
+ destinationChain: string;
2107
+ arbSys: string;
2108
+ bridge?: string | undefined;
2109
+ childHook?: any;
2110
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2111
+ } & {
2112
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2113
+ fallback: string | {
2114
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2115
+ } | {
2116
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2117
+ owner: string;
2118
+ beneficiary: string;
2119
+ oracleKey: string;
2120
+ overhead: Record<string, number>;
2121
+ oracleConfig: Record<string, {
2122
+ gasPrice: string;
2123
+ tokenExchangeRate: string;
2124
+ }>;
2125
+ ownerOverrides?: Record<string, string> | undefined;
2126
+ } | {
2127
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2128
+ owner: string;
2129
+ protocolFee: string;
2130
+ beneficiary: string;
2131
+ maxProtocolFee: string;
2132
+ ownerOverrides?: Record<string, string> | undefined;
2133
+ } | {
2134
+ type: import("../hook/types.js").HookType.PAUSABLE;
2135
+ owner: string;
2136
+ paused: boolean;
2137
+ ownerOverrides?: Record<string, string> | undefined;
2138
+ } | {
2139
+ type: import("../hook/types.js").HookType.OP_STACK;
2140
+ owner: string;
2141
+ nativeBridge: string;
2142
+ destinationChain: string;
2143
+ ownerOverrides?: Record<string, string> | undefined;
2144
+ } | {
2145
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2146
+ destinationChain: string;
2147
+ arbSys: string;
2148
+ bridge?: string | undefined;
2149
+ childHook?: any;
2150
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2151
+ } & string) | ({
2152
+ owner: string;
2153
+ ownerOverrides?: Record<string, string> | undefined;
2154
+ } & {
2155
+ domains: import("../types.js").ChainMap<string | {
2156
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2157
+ } | {
2158
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2159
+ owner: string;
2160
+ beneficiary: string;
2161
+ oracleKey: string;
2162
+ overhead: Record<string, number>;
2163
+ oracleConfig: Record<string, {
2164
+ gasPrice: string;
2165
+ tokenExchangeRate: string;
2166
+ }>;
2167
+ ownerOverrides?: Record<string, string> | undefined;
2168
+ } | {
2169
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2170
+ owner: string;
2171
+ protocolFee: string;
2172
+ beneficiary: string;
2173
+ maxProtocolFee: string;
2174
+ ownerOverrides?: Record<string, string> | undefined;
2175
+ } | {
2176
+ type: import("../hook/types.js").HookType.PAUSABLE;
2177
+ owner: string;
2178
+ paused: boolean;
2179
+ ownerOverrides?: Record<string, string> | undefined;
2180
+ } | {
2181
+ type: import("../hook/types.js").HookType.OP_STACK;
2182
+ owner: string;
2183
+ nativeBridge: string;
2184
+ destinationChain: string;
2185
+ ownerOverrides?: Record<string, string> | undefined;
2186
+ } | {
2187
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2188
+ destinationChain: string;
2189
+ arbSys: string;
2190
+ bridge?: string | undefined;
2191
+ childHook?: any;
2192
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2193
+ } & {
2194
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2195
+ fallback: string | {
2196
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2197
+ } | {
2198
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2199
+ owner: string;
2200
+ beneficiary: string;
2201
+ oracleKey: string;
2202
+ overhead: Record<string, number>;
2203
+ oracleConfig: Record<string, {
2204
+ gasPrice: string;
2205
+ tokenExchangeRate: string;
2206
+ }>;
2207
+ ownerOverrides?: Record<string, string> | undefined;
2208
+ } | {
2209
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2210
+ owner: string;
2211
+ protocolFee: string;
2212
+ beneficiary: string;
2213
+ maxProtocolFee: string;
2214
+ ownerOverrides?: Record<string, string> | undefined;
2215
+ } | {
2216
+ type: import("../hook/types.js").HookType.PAUSABLE;
2217
+ owner: string;
2218
+ paused: boolean;
2219
+ ownerOverrides?: Record<string, string> | undefined;
2220
+ } | {
2221
+ type: import("../hook/types.js").HookType.OP_STACK;
2222
+ owner: string;
2223
+ nativeBridge: string;
2224
+ destinationChain: string;
2225
+ ownerOverrides?: Record<string, string> | undefined;
2226
+ } | {
2227
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2228
+ destinationChain: string;
2229
+ arbSys: string;
2230
+ bridge?: string | undefined;
2231
+ childHook?: any;
2232
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2233
+ }) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
2234
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2235
+ }) | (string & {
2236
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2237
+ owner: string;
2238
+ beneficiary: string;
2239
+ oracleKey: string;
2240
+ overhead: Record<string, number>;
2241
+ oracleConfig: Record<string, {
2242
+ gasPrice: string;
2243
+ tokenExchangeRate: string;
2244
+ }>;
2245
+ ownerOverrides?: Record<string, string> | undefined;
2246
+ }) | (string & {
2247
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2248
+ owner: string;
2249
+ protocolFee: string;
2250
+ beneficiary: string;
2251
+ maxProtocolFee: string;
2252
+ ownerOverrides?: Record<string, string> | undefined;
2253
+ }) | (string & {
2254
+ type: import("../hook/types.js").HookType.PAUSABLE;
2255
+ owner: string;
2256
+ paused: boolean;
2257
+ ownerOverrides?: Record<string, string> | undefined;
2258
+ }) | (string & {
2259
+ type: import("../hook/types.js").HookType.OP_STACK;
2260
+ owner: string;
2261
+ nativeBridge: string;
2262
+ destinationChain: string;
2263
+ ownerOverrides?: Record<string, string> | undefined;
2264
+ }) | (string & {
2265
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2266
+ destinationChain: string;
2267
+ arbSys: string;
2268
+ bridge?: string | undefined;
2269
+ childHook?: any;
2270
+ }) | ({
2271
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2272
+ } & string) | ({
2273
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2274
+ owner: string;
2275
+ beneficiary: string;
2276
+ oracleKey: string;
2277
+ overhead: Record<string, number>;
2278
+ oracleConfig: Record<string, {
2279
+ gasPrice: string;
2280
+ tokenExchangeRate: string;
2281
+ }>;
2282
+ ownerOverrides?: Record<string, string> | undefined;
2283
+ } & string) | ({
2284
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2285
+ owner: string;
2286
+ protocolFee: string;
2287
+ beneficiary: string;
2288
+ maxProtocolFee: string;
2289
+ ownerOverrides?: Record<string, string> | undefined;
2290
+ } & string) | ({
2291
+ type: import("../hook/types.js").HookType.PAUSABLE;
2292
+ owner: string;
2293
+ paused: boolean;
2294
+ ownerOverrides?: Record<string, string> | undefined;
2295
+ } & string) | ({
2296
+ type: import("../hook/types.js").HookType.OP_STACK;
2297
+ owner: string;
2298
+ nativeBridge: string;
2299
+ destinationChain: string;
2300
+ ownerOverrides?: Record<string, string> | undefined;
2301
+ } & string) | ({
2302
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2303
+ destinationChain: string;
2304
+ arbSys: string;
2305
+ bridge?: string | undefined;
2306
+ childHook?: any;
2307
+ } & string);
2308
+ requiredHook: string | {
2309
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2310
+ } | {
2311
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2312
+ owner: string;
2313
+ beneficiary: string;
2314
+ oracleKey: string;
2315
+ overhead: Record<string, number>;
2316
+ oracleConfig: Record<string, {
2317
+ gasPrice: string;
2318
+ tokenExchangeRate: string;
2319
+ }>;
2320
+ ownerOverrides?: Record<string, string> | undefined;
2321
+ } | {
2322
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2323
+ owner: string;
2324
+ protocolFee: string;
2325
+ beneficiary: string;
2326
+ maxProtocolFee: string;
2327
+ ownerOverrides?: Record<string, string> | undefined;
2328
+ } | {
2329
+ type: import("../hook/types.js").HookType.PAUSABLE;
2330
+ owner: string;
2331
+ paused: boolean;
2332
+ ownerOverrides?: Record<string, string> | undefined;
2333
+ } | {
2334
+ type: import("../hook/types.js").HookType.OP_STACK;
2335
+ owner: string;
2336
+ nativeBridge: string;
2337
+ destinationChain: string;
2338
+ ownerOverrides?: Record<string, string> | undefined;
2339
+ } | {
2340
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2341
+ destinationChain: string;
2342
+ arbSys: string;
2343
+ bridge?: string | undefined;
2344
+ childHook?: any;
2345
+ } | import("../hook/types.js").AggregationHookConfig | (string & {
2346
+ owner: string;
2347
+ ownerOverrides?: Record<string, string> | undefined;
2348
+ } & {
2349
+ domains: import("../types.js").ChainMap<string | {
2350
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2351
+ } | {
2352
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2353
+ owner: string;
2354
+ beneficiary: string;
2355
+ oracleKey: string;
2356
+ overhead: Record<string, number>;
2357
+ oracleConfig: Record<string, {
2358
+ gasPrice: string;
2359
+ tokenExchangeRate: string;
2360
+ }>;
2361
+ ownerOverrides?: Record<string, string> | undefined;
2362
+ } | {
2363
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2364
+ owner: string;
2365
+ protocolFee: string;
2366
+ beneficiary: string;
2367
+ maxProtocolFee: string;
2368
+ ownerOverrides?: Record<string, string> | undefined;
2369
+ } | {
2370
+ type: import("../hook/types.js").HookType.PAUSABLE;
2371
+ owner: string;
2372
+ paused: boolean;
2373
+ ownerOverrides?: Record<string, string> | undefined;
2374
+ } | {
2375
+ type: import("../hook/types.js").HookType.OP_STACK;
2376
+ owner: string;
2377
+ nativeBridge: string;
2378
+ destinationChain: string;
2379
+ ownerOverrides?: Record<string, string> | undefined;
2380
+ } | {
2381
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2382
+ destinationChain: string;
2383
+ arbSys: string;
2384
+ bridge?: string | undefined;
2385
+ childHook?: any;
2386
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2387
+ } & {
2388
+ type: import("../hook/types.js").HookType.ROUTING;
2389
+ }) | (string & {
2390
+ owner: string;
2391
+ ownerOverrides?: Record<string, string> | undefined;
2392
+ } & {
2393
+ domains: import("../types.js").ChainMap<string | {
2394
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2395
+ } | {
2396
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2397
+ owner: string;
2398
+ beneficiary: string;
2399
+ oracleKey: string;
2400
+ overhead: Record<string, number>;
2401
+ oracleConfig: Record<string, {
2402
+ gasPrice: string;
2403
+ tokenExchangeRate: string;
2404
+ }>;
2405
+ ownerOverrides?: Record<string, string> | undefined;
2406
+ } | {
2407
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2408
+ owner: string;
2409
+ protocolFee: string;
2410
+ beneficiary: string;
2411
+ maxProtocolFee: string;
2412
+ ownerOverrides?: Record<string, string> | undefined;
2413
+ } | {
2414
+ type: import("../hook/types.js").HookType.PAUSABLE;
2415
+ owner: string;
2416
+ paused: boolean;
2417
+ ownerOverrides?: Record<string, string> | undefined;
2418
+ } | {
2419
+ type: import("../hook/types.js").HookType.OP_STACK;
2420
+ owner: string;
2421
+ nativeBridge: string;
2422
+ destinationChain: string;
2423
+ ownerOverrides?: Record<string, string> | undefined;
2424
+ } | {
2425
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2426
+ destinationChain: string;
2427
+ arbSys: string;
2428
+ bridge?: string | undefined;
2429
+ childHook?: any;
2430
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2431
+ } & {
2432
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2433
+ fallback: string | {
2434
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2435
+ } | {
2436
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2437
+ owner: string;
2438
+ beneficiary: string;
2439
+ oracleKey: string;
2440
+ overhead: Record<string, number>;
2441
+ oracleConfig: Record<string, {
2442
+ gasPrice: string;
2443
+ tokenExchangeRate: string;
2444
+ }>;
2445
+ ownerOverrides?: Record<string, string> | undefined;
2446
+ } | {
2447
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2448
+ owner: string;
2449
+ protocolFee: string;
2450
+ beneficiary: string;
2451
+ maxProtocolFee: string;
2452
+ ownerOverrides?: Record<string, string> | undefined;
2453
+ } | {
2454
+ type: import("../hook/types.js").HookType.PAUSABLE;
2455
+ owner: string;
2456
+ paused: boolean;
2457
+ ownerOverrides?: Record<string, string> | undefined;
2458
+ } | {
2459
+ type: import("../hook/types.js").HookType.OP_STACK;
2460
+ owner: string;
2461
+ nativeBridge: string;
2462
+ destinationChain: string;
2463
+ ownerOverrides?: Record<string, string> | undefined;
2464
+ } | {
2465
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2466
+ destinationChain: string;
2467
+ arbSys: string;
2468
+ bridge?: string | undefined;
2469
+ childHook?: any;
2470
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2471
+ }) | (string & import("../hook/types.js").AggregationHookConfig) | ({
2472
+ owner: string;
2473
+ ownerOverrides?: Record<string, string> | undefined;
2474
+ } & {
2475
+ domains: import("../types.js").ChainMap<string | {
2476
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2477
+ } | {
2478
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2479
+ owner: string;
2480
+ beneficiary: string;
2481
+ oracleKey: string;
2482
+ overhead: Record<string, number>;
2483
+ oracleConfig: Record<string, {
2484
+ gasPrice: string;
2485
+ tokenExchangeRate: string;
2486
+ }>;
2487
+ ownerOverrides?: Record<string, string> | undefined;
2488
+ } | {
2489
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2490
+ owner: string;
2491
+ protocolFee: string;
2492
+ beneficiary: string;
2493
+ maxProtocolFee: string;
2494
+ ownerOverrides?: Record<string, string> | undefined;
2495
+ } | {
2496
+ type: import("../hook/types.js").HookType.PAUSABLE;
2497
+ owner: string;
2498
+ paused: boolean;
2499
+ ownerOverrides?: Record<string, string> | undefined;
2500
+ } | {
2501
+ type: import("../hook/types.js").HookType.OP_STACK;
2502
+ owner: string;
2503
+ nativeBridge: string;
2504
+ destinationChain: string;
2505
+ ownerOverrides?: Record<string, string> | undefined;
2506
+ } | {
2507
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2508
+ destinationChain: string;
2509
+ arbSys: string;
2510
+ bridge?: string | undefined;
2511
+ childHook?: any;
2512
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2513
+ } & {
2514
+ type: import("../hook/types.js").HookType.ROUTING;
2515
+ } & string) | ({
2516
+ owner: string;
2517
+ ownerOverrides?: Record<string, string> | undefined;
2518
+ } & {
2519
+ domains: import("../types.js").ChainMap<string | {
2520
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2521
+ } | {
2522
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2523
+ owner: string;
2524
+ beneficiary: string;
2525
+ oracleKey: string;
2526
+ overhead: Record<string, number>;
2527
+ oracleConfig: Record<string, {
2528
+ gasPrice: string;
2529
+ tokenExchangeRate: string;
2530
+ }>;
2531
+ ownerOverrides?: Record<string, string> | undefined;
2532
+ } | {
2533
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2534
+ owner: string;
2535
+ protocolFee: string;
2536
+ beneficiary: string;
2537
+ maxProtocolFee: string;
2538
+ ownerOverrides?: Record<string, string> | undefined;
2539
+ } | {
2540
+ type: import("../hook/types.js").HookType.PAUSABLE;
2541
+ owner: string;
2542
+ paused: boolean;
2543
+ ownerOverrides?: Record<string, string> | undefined;
2544
+ } | {
2545
+ type: import("../hook/types.js").HookType.OP_STACK;
2546
+ owner: string;
2547
+ nativeBridge: string;
2548
+ destinationChain: string;
2549
+ ownerOverrides?: Record<string, string> | undefined;
2550
+ } | {
2551
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2552
+ destinationChain: string;
2553
+ arbSys: string;
2554
+ bridge?: string | undefined;
2555
+ childHook?: any;
2556
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2557
+ } & {
2558
+ type: import("../hook/types.js").HookType.ROUTING;
2559
+ }) | ({
2560
+ owner: string;
2561
+ ownerOverrides?: Record<string, string> | undefined;
2562
+ } & {
2563
+ domains: import("../types.js").ChainMap<string | {
2564
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2565
+ } | {
2566
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2567
+ owner: string;
2568
+ beneficiary: string;
2569
+ oracleKey: string;
2570
+ overhead: Record<string, number>;
2571
+ oracleConfig: Record<string, {
2572
+ gasPrice: string;
2573
+ tokenExchangeRate: string;
2574
+ }>;
2575
+ ownerOverrides?: Record<string, string> | undefined;
2576
+ } | {
2577
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2578
+ owner: string;
2579
+ protocolFee: string;
2580
+ beneficiary: string;
2581
+ maxProtocolFee: string;
2582
+ ownerOverrides?: Record<string, string> | undefined;
2583
+ } | {
2584
+ type: import("../hook/types.js").HookType.PAUSABLE;
2585
+ owner: string;
2586
+ paused: boolean;
2587
+ ownerOverrides?: Record<string, string> | undefined;
2588
+ } | {
2589
+ type: import("../hook/types.js").HookType.OP_STACK;
2590
+ owner: string;
2591
+ nativeBridge: string;
2592
+ destinationChain: string;
2593
+ ownerOverrides?: Record<string, string> | undefined;
2594
+ } | {
2595
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2596
+ destinationChain: string;
2597
+ arbSys: string;
2598
+ bridge?: string | undefined;
2599
+ childHook?: any;
2600
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2601
+ } & {
2602
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2603
+ fallback: string | {
2604
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2605
+ } | {
2606
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2607
+ owner: string;
2608
+ beneficiary: string;
2609
+ oracleKey: string;
2610
+ overhead: Record<string, number>;
2611
+ oracleConfig: Record<string, {
2612
+ gasPrice: string;
2613
+ tokenExchangeRate: string;
2614
+ }>;
2615
+ ownerOverrides?: Record<string, string> | undefined;
2616
+ } | {
2617
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2618
+ owner: string;
2619
+ protocolFee: string;
2620
+ beneficiary: string;
2621
+ maxProtocolFee: string;
2622
+ ownerOverrides?: Record<string, string> | undefined;
2623
+ } | {
2624
+ type: import("../hook/types.js").HookType.PAUSABLE;
2625
+ owner: string;
2626
+ paused: boolean;
2627
+ ownerOverrides?: Record<string, string> | undefined;
2628
+ } | {
2629
+ type: import("../hook/types.js").HookType.OP_STACK;
2630
+ owner: string;
2631
+ nativeBridge: string;
2632
+ destinationChain: string;
2633
+ ownerOverrides?: Record<string, string> | undefined;
2634
+ } | {
2635
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2636
+ destinationChain: string;
2637
+ arbSys: string;
2638
+ bridge?: string | undefined;
2639
+ childHook?: any;
2640
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2641
+ } & string) | ({
2642
+ owner: string;
2643
+ ownerOverrides?: Record<string, string> | undefined;
2644
+ } & {
2645
+ domains: import("../types.js").ChainMap<string | {
2646
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2647
+ } | {
2648
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2649
+ owner: string;
2650
+ beneficiary: string;
2651
+ oracleKey: string;
2652
+ overhead: Record<string, number>;
2653
+ oracleConfig: Record<string, {
2654
+ gasPrice: string;
2655
+ tokenExchangeRate: string;
2656
+ }>;
2657
+ ownerOverrides?: Record<string, string> | undefined;
2658
+ } | {
2659
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2660
+ owner: string;
2661
+ protocolFee: string;
2662
+ beneficiary: string;
2663
+ maxProtocolFee: string;
2664
+ ownerOverrides?: Record<string, string> | undefined;
2665
+ } | {
2666
+ type: import("../hook/types.js").HookType.PAUSABLE;
2667
+ owner: string;
2668
+ paused: boolean;
2669
+ ownerOverrides?: Record<string, string> | undefined;
2670
+ } | {
2671
+ type: import("../hook/types.js").HookType.OP_STACK;
2672
+ owner: string;
2673
+ nativeBridge: string;
2674
+ destinationChain: string;
2675
+ ownerOverrides?: Record<string, string> | undefined;
2676
+ } | {
2677
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2678
+ destinationChain: string;
2679
+ arbSys: string;
2680
+ bridge?: string | undefined;
2681
+ childHook?: any;
2682
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
2683
+ } & {
2684
+ type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
2685
+ fallback: string | {
2686
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2687
+ } | {
2688
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2689
+ owner: string;
2690
+ beneficiary: string;
2691
+ oracleKey: string;
2692
+ overhead: Record<string, number>;
2693
+ oracleConfig: Record<string, {
2694
+ gasPrice: string;
2695
+ tokenExchangeRate: string;
2696
+ }>;
2697
+ ownerOverrides?: Record<string, string> | undefined;
2698
+ } | {
2699
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2700
+ owner: string;
2701
+ protocolFee: string;
2702
+ beneficiary: string;
2703
+ maxProtocolFee: string;
2704
+ ownerOverrides?: Record<string, string> | undefined;
2705
+ } | {
2706
+ type: import("../hook/types.js").HookType.PAUSABLE;
2707
+ owner: string;
2708
+ paused: boolean;
2709
+ ownerOverrides?: Record<string, string> | undefined;
2710
+ } | {
2711
+ type: import("../hook/types.js").HookType.OP_STACK;
2712
+ owner: string;
2713
+ nativeBridge: string;
2714
+ destinationChain: string;
2715
+ ownerOverrides?: Record<string, string> | undefined;
2716
+ } | {
2717
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2718
+ destinationChain: string;
2719
+ arbSys: string;
2720
+ bridge?: string | undefined;
2721
+ childHook?: any;
2722
+ } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
2723
+ }) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
2724
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2725
+ }) | (string & {
2726
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2727
+ owner: string;
2728
+ beneficiary: string;
2729
+ oracleKey: string;
2730
+ overhead: Record<string, number>;
2731
+ oracleConfig: Record<string, {
2732
+ gasPrice: string;
2733
+ tokenExchangeRate: string;
2734
+ }>;
2735
+ ownerOverrides?: Record<string, string> | undefined;
2736
+ }) | (string & {
2737
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2738
+ owner: string;
2739
+ protocolFee: string;
2740
+ beneficiary: string;
2741
+ maxProtocolFee: string;
2742
+ ownerOverrides?: Record<string, string> | undefined;
2743
+ }) | (string & {
2744
+ type: import("../hook/types.js").HookType.PAUSABLE;
2745
+ owner: string;
2746
+ paused: boolean;
2747
+ ownerOverrides?: Record<string, string> | undefined;
2748
+ }) | (string & {
2749
+ type: import("../hook/types.js").HookType.OP_STACK;
2750
+ owner: string;
2751
+ nativeBridge: string;
2752
+ destinationChain: string;
2753
+ ownerOverrides?: Record<string, string> | undefined;
2754
+ }) | (string & {
2755
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2756
+ destinationChain: string;
2757
+ arbSys: string;
2758
+ bridge?: string | undefined;
2759
+ childHook?: any;
2760
+ }) | ({
2761
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2762
+ } & string) | ({
2763
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
2764
+ owner: string;
2765
+ beneficiary: string;
2766
+ oracleKey: string;
2767
+ overhead: Record<string, number>;
2768
+ oracleConfig: Record<string, {
2769
+ gasPrice: string;
2770
+ tokenExchangeRate: string;
2771
+ }>;
2772
+ ownerOverrides?: Record<string, string> | undefined;
2773
+ } & string) | ({
2774
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2775
+ owner: string;
2776
+ protocolFee: string;
2777
+ beneficiary: string;
2778
+ maxProtocolFee: string;
2779
+ ownerOverrides?: Record<string, string> | undefined;
2780
+ } & string) | ({
2781
+ type: import("../hook/types.js").HookType.PAUSABLE;
2782
+ owner: string;
2783
+ paused: boolean;
2784
+ ownerOverrides?: Record<string, string> | undefined;
2785
+ } & string) | ({
2786
+ type: import("../hook/types.js").HookType.OP_STACK;
2787
+ owner: string;
2788
+ nativeBridge: string;
2789
+ destinationChain: string;
2790
+ ownerOverrides?: Record<string, string> | undefined;
2791
+ } & string) | ({
2792
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
2793
+ destinationChain: string;
2794
+ arbSys: string;
2795
+ bridge?: string | undefined;
2796
+ childHook?: any;
2797
+ } & string);
2798
+ ownerOverrides?: Record<string, string> | undefined;
2799
+ proxyAdmin?: {
2800
+ owner: string;
2801
+ ownerOverrides?: Record<string, string> | undefined;
2802
+ address?: string | undefined;
2803
+ } | undefined;
2804
+ interchainAccountRouter?: {
2805
+ owner: string;
2806
+ mailbox: string;
2807
+ proxyAdmin: {
2808
+ owner: string;
2809
+ address?: string | undefined;
2810
+ };
2811
+ remoteIcaRouters?: Record<string, {
2812
+ address: string;
2813
+ interchainSecurityModule?: string | undefined;
2814
+ }> | undefined;
2815
+ } | undefined;
2816
+ }>;
2817
+ export declare const DerivedCoreConfigSchema: z.ZodObject<{
2818
+ owner: z.ZodString;
2819
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2820
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
2821
+ owner: z.ZodString;
2822
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2823
+ address: z.ZodOptional<z.ZodString>;
2824
+ }, "strip", z.ZodTypeAny, {
2825
+ owner: string;
2826
+ ownerOverrides?: Record<string, string> | undefined;
2827
+ address?: string | undefined;
2828
+ }, {
2829
+ owner: string;
2830
+ ownerOverrides?: Record<string, string> | undefined;
2831
+ address?: string | undefined;
2832
+ }>>;
2833
+ defaultIsm: z.ZodUnion<[z.ZodString, z.ZodObject<{
2834
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
2835
+ }, "strip", z.ZodTypeAny, {
2836
+ type: import("../ism/types.js").IsmType.TEST_ISM;
2837
+ }, {
2838
+ type: import("../ism/types.js").IsmType.TEST_ISM;
2839
+ }>, z.ZodObject<{
2840
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
2841
+ origin: z.ZodString;
2842
+ nativeBridge: z.ZodString;
2843
+ }, "strip", z.ZodTypeAny, {
2844
+ type: import("../ism/types.js").IsmType.OP_STACK;
2845
+ origin: string;
2846
+ nativeBridge: string;
2847
+ }, {
2848
+ type: import("../ism/types.js").IsmType.OP_STACK;
2849
+ origin: string;
2850
+ nativeBridge: string;
2851
+ }>, z.ZodIntersection<z.ZodObject<{
2852
+ owner: z.ZodString;
2853
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2854
+ paused: z.ZodBoolean;
2855
+ }, "strip", z.ZodTypeAny, {
2856
+ owner: string;
2857
+ paused: boolean;
2858
+ ownerOverrides?: Record<string, string> | undefined;
2859
+ }, {
2860
+ owner: string;
2861
+ paused: boolean;
2862
+ ownerOverrides?: Record<string, string> | undefined;
2863
+ }>, z.ZodObject<{
2864
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
2865
+ }, "strip", z.ZodTypeAny, {
2866
+ type: import("../ism/types.js").IsmType.PAUSABLE;
2867
+ }, {
2868
+ type: import("../ism/types.js").IsmType.PAUSABLE;
2869
+ }>>, z.ZodObject<{
2870
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
2871
+ relayer: z.ZodString;
2872
+ }, "strip", z.ZodTypeAny, {
2873
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2874
+ relayer: string;
2875
+ }, {
2876
+ type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2877
+ relayer: string;
2878
+ }>, z.ZodIntersection<z.ZodObject<{
2879
+ validators: z.ZodArray<z.ZodString, "many">;
2880
+ threshold: z.ZodNumber;
2881
+ }, "strip", z.ZodTypeAny, {
2882
+ validators: string[];
2883
+ threshold: number;
2884
+ }, {
2885
+ validators: string[];
2886
+ threshold: number;
2887
+ }>, z.ZodObject<{
2888
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG>]>;
2889
+ }, "strip", z.ZodTypeAny, {
2890
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
2891
+ }, {
2892
+ type: import("../ism/types.js").IsmType.MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.MESSAGE_ID_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
2893
+ }>>, z.ZodIntersection<z.ZodObject<{
2894
+ validators: z.ZodArray<z.ZodObject<{
2895
+ signingAddress: z.ZodString;
2896
+ weight: z.ZodNumber;
2897
+ }, "strip", z.ZodTypeAny, {
2898
+ signingAddress: string;
2899
+ weight: number;
2900
+ }, {
2901
+ signingAddress: string;
2902
+ weight: number;
2903
+ }>, "many">;
2904
+ thresholdWeight: z.ZodNumber;
2905
+ }, "strip", z.ZodTypeAny, {
2906
+ validators: {
2907
+ signingAddress: string;
2908
+ weight: number;
2909
+ }[];
2910
+ thresholdWeight: number;
2911
+ }, {
2912
+ validators: {
2913
+ signingAddress: string;
2914
+ weight: number;
2915
+ }[];
2916
+ thresholdWeight: number;
2917
+ }>, z.ZodObject<{
2918
+ type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
2919
+ }, "strip", z.ZodTypeAny, {
2920
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
2921
+ }, {
2922
+ type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
2923
+ }>>, z.ZodType<import("../ism/types.js").RoutingIsmConfig, z.ZodTypeDef, import("../ism/types.js").RoutingIsmConfig>, z.ZodType<import("../ism/types.js").AggregationIsmConfig, z.ZodTypeDef, import("../ism/types.js").AggregationIsmConfig>, z.ZodObject<{
2924
+ type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
2925
+ bridge: z.ZodString;
2926
+ }, "strip", z.ZodTypeAny, {
2927
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
2928
+ bridge: string;
2929
+ }, {
2930
+ type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
2931
+ bridge: string;
2932
+ }>]>;
2933
+ defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
2934
+ owner: z.ZodString;
2935
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2936
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
2937
+ beneficiary: z.ZodString;
2938
+ maxProtocolFee: z.ZodString;
2939
+ protocolFee: z.ZodString;
2940
+ }, "strip", z.ZodTypeAny, {
2941
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2942
+ owner: string;
2943
+ protocolFee: string;
2944
+ beneficiary: string;
2945
+ maxProtocolFee: string;
2946
+ ownerOverrides?: Record<string, string> | undefined;
2947
+ }, {
2948
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
2949
+ owner: string;
2950
+ protocolFee: string;
2951
+ beneficiary: string;
2952
+ maxProtocolFee: string;
2953
+ ownerOverrides?: Record<string, string> | undefined;
2954
+ }>, z.ZodObject<{
2955
+ owner: z.ZodString;
2956
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2957
+ paused: z.ZodBoolean;
2958
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
2959
+ }, "strip", z.ZodTypeAny, {
2960
+ type: import("../hook/types.js").HookType.PAUSABLE;
2961
+ owner: string;
2962
+ paused: boolean;
2963
+ ownerOverrides?: Record<string, string> | undefined;
2964
+ }, {
2965
+ type: import("../hook/types.js").HookType.PAUSABLE;
2966
+ owner: string;
2967
+ paused: boolean;
2968
+ ownerOverrides?: Record<string, string> | undefined;
2969
+ }>, z.ZodObject<{
2970
+ owner: z.ZodString;
2971
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2972
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
2973
+ nativeBridge: z.ZodString;
2974
+ destinationChain: z.ZodString;
2975
+ }, "strip", z.ZodTypeAny, {
2976
+ type: import("../hook/types.js").HookType.OP_STACK;
2977
+ owner: string;
2978
+ nativeBridge: string;
2979
+ destinationChain: string;
2980
+ ownerOverrides?: Record<string, string> | undefined;
2981
+ }, {
2982
+ type: import("../hook/types.js").HookType.OP_STACK;
2983
+ owner: string;
2984
+ nativeBridge: string;
2985
+ destinationChain: string;
2986
+ ownerOverrides?: Record<string, string> | undefined;
2987
+ }>, z.ZodObject<{
2988
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
2989
+ }, "strip", z.ZodTypeAny, {
2990
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2991
+ }, {
2992
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
2993
+ }>, z.ZodObject<{
2994
+ owner: z.ZodString;
2995
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2996
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
2997
+ beneficiary: z.ZodString;
2998
+ oracleKey: z.ZodString;
2999
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
3000
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
3001
+ gasPrice: z.ZodString;
3002
+ tokenExchangeRate: z.ZodString;
3003
+ }, "strip", z.ZodTypeAny, {
3004
+ gasPrice: string;
3005
+ tokenExchangeRate: string;
3006
+ }, {
3007
+ gasPrice: string;
3008
+ tokenExchangeRate: string;
3009
+ }>>;
3010
+ }, "strip", z.ZodTypeAny, {
3011
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
3012
+ owner: string;
3013
+ beneficiary: string;
3014
+ oracleKey: string;
3015
+ overhead: Record<string, number>;
3016
+ oracleConfig: Record<string, {
3017
+ gasPrice: string;
3018
+ tokenExchangeRate: string;
3019
+ }>;
3020
+ ownerOverrides?: Record<string, string> | undefined;
3021
+ }, {
3022
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
3023
+ owner: string;
3024
+ beneficiary: string;
3025
+ oracleKey: string;
3026
+ overhead: Record<string, number>;
3027
+ oracleConfig: Record<string, {
3028
+ gasPrice: string;
3029
+ tokenExchangeRate: string;
3030
+ }>;
3031
+ ownerOverrides?: Record<string, string> | undefined;
3032
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
3033
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
3034
+ arbSys: z.ZodString;
3035
+ bridge: z.ZodOptional<z.ZodString>;
3036
+ destinationChain: z.ZodString;
3037
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
3038
+ }, "strip", z.ZodTypeAny, {
3039
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
3040
+ destinationChain: string;
3041
+ arbSys: string;
3042
+ bridge?: string | undefined;
3043
+ childHook?: any;
3044
+ }, {
3045
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
3046
+ destinationChain: string;
3047
+ arbSys: string;
3048
+ bridge?: string | undefined;
3049
+ childHook?: any;
3050
+ }>]>;
3051
+ requiredHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
3052
+ owner: z.ZodString;
3053
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3054
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
3055
+ beneficiary: z.ZodString;
3056
+ maxProtocolFee: z.ZodString;
3057
+ protocolFee: z.ZodString;
3058
+ }, "strip", z.ZodTypeAny, {
3059
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
3060
+ owner: string;
3061
+ protocolFee: string;
3062
+ beneficiary: string;
3063
+ maxProtocolFee: string;
3064
+ ownerOverrides?: Record<string, string> | undefined;
3065
+ }, {
3066
+ type: import("../hook/types.js").HookType.PROTOCOL_FEE;
3067
+ owner: string;
3068
+ protocolFee: string;
3069
+ beneficiary: string;
3070
+ maxProtocolFee: string;
3071
+ ownerOverrides?: Record<string, string> | undefined;
3072
+ }>, z.ZodObject<{
3073
+ owner: z.ZodString;
3074
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3075
+ paused: z.ZodBoolean;
3076
+ type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
3077
+ }, "strip", z.ZodTypeAny, {
3078
+ type: import("../hook/types.js").HookType.PAUSABLE;
3079
+ owner: string;
3080
+ paused: boolean;
3081
+ ownerOverrides?: Record<string, string> | undefined;
3082
+ }, {
3083
+ type: import("../hook/types.js").HookType.PAUSABLE;
3084
+ owner: string;
3085
+ paused: boolean;
3086
+ ownerOverrides?: Record<string, string> | undefined;
3087
+ }>, z.ZodObject<{
3088
+ owner: z.ZodString;
3089
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3090
+ type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
3091
+ nativeBridge: z.ZodString;
3092
+ destinationChain: z.ZodString;
3093
+ }, "strip", z.ZodTypeAny, {
3094
+ type: import("../hook/types.js").HookType.OP_STACK;
3095
+ owner: string;
3096
+ nativeBridge: string;
3097
+ destinationChain: string;
3098
+ ownerOverrides?: Record<string, string> | undefined;
3099
+ }, {
3100
+ type: import("../hook/types.js").HookType.OP_STACK;
3101
+ owner: string;
3102
+ nativeBridge: string;
3103
+ destinationChain: string;
3104
+ ownerOverrides?: Record<string, string> | undefined;
3105
+ }>, z.ZodObject<{
3106
+ type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
3107
+ }, "strip", z.ZodTypeAny, {
3108
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
3109
+ }, {
3110
+ type: import("../hook/types.js").HookType.MERKLE_TREE;
3111
+ }>, z.ZodObject<{
3112
+ owner: z.ZodString;
3113
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3114
+ type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
3115
+ beneficiary: z.ZodString;
3116
+ oracleKey: z.ZodString;
3117
+ overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
3118
+ oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
3119
+ gasPrice: z.ZodString;
3120
+ tokenExchangeRate: z.ZodString;
3121
+ }, "strip", z.ZodTypeAny, {
3122
+ gasPrice: string;
3123
+ tokenExchangeRate: string;
3124
+ }, {
3125
+ gasPrice: string;
3126
+ tokenExchangeRate: string;
3127
+ }>>;
3128
+ }, "strip", z.ZodTypeAny, {
3129
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
3130
+ owner: string;
3131
+ beneficiary: string;
3132
+ oracleKey: string;
3133
+ overhead: Record<string, number>;
3134
+ oracleConfig: Record<string, {
3135
+ gasPrice: string;
3136
+ tokenExchangeRate: string;
3137
+ }>;
3138
+ ownerOverrides?: Record<string, string> | undefined;
3139
+ }, {
3140
+ type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
3141
+ owner: string;
3142
+ beneficiary: string;
3143
+ oracleKey: string;
3144
+ overhead: Record<string, number>;
3145
+ oracleConfig: Record<string, {
3146
+ gasPrice: string;
3147
+ tokenExchangeRate: string;
3148
+ }>;
3149
+ ownerOverrides?: Record<string, string> | undefined;
3150
+ }>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
3151
+ type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
3152
+ arbSys: z.ZodString;
3153
+ bridge: z.ZodOptional<z.ZodString>;
3154
+ destinationChain: z.ZodString;
3155
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
3156
+ }, "strip", z.ZodTypeAny, {
3157
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
3158
+ destinationChain: string;
3159
+ arbSys: string;
3160
+ bridge?: string | undefined;
3161
+ childHook?: any;
3162
+ }, {
3163
+ type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
3164
+ destinationChain: string;
3165
+ arbSys: string;
3166
+ bridge?: string | undefined;
3167
+ childHook?: any;
3168
+ }>]>;
3169
+ interchainAccountRouter: z.ZodOptional<z.ZodObject<{
3170
+ address: z.ZodString;
3171
+ owner: z.ZodString;
3172
+ mailbox: z.ZodString;
3173
+ proxyAdmin: z.ZodObject<{
3174
+ owner: z.ZodString;
3175
+ address: z.ZodString;
3176
+ }, "strip", z.ZodTypeAny, {
3177
+ owner: string;
3178
+ address: string;
3179
+ }, {
3180
+ owner: string;
3181
+ address: string;
3182
+ }>;
3183
+ remoteIcaRouters: z.ZodRecord<z.ZodString, z.ZodObject<{
3184
+ address: z.ZodString;
3185
+ interchainSecurityModule: z.ZodOptional<z.ZodString>;
3186
+ }, "strip", z.ZodTypeAny, {
3187
+ address: string;
3188
+ interchainSecurityModule?: string | undefined;
3189
+ }, {
3190
+ address: string;
3191
+ interchainSecurityModule?: string | undefined;
3192
+ }>>;
3193
+ }, "strict", z.ZodTypeAny, {
3194
+ owner: string;
3195
+ address: string;
3196
+ mailbox: string;
3197
+ proxyAdmin: {
3198
+ owner: string;
3199
+ address: string;
3200
+ };
3201
+ remoteIcaRouters: Record<string, {
3202
+ address: string;
3203
+ interchainSecurityModule?: string | undefined;
3204
+ }>;
3205
+ }, {
3206
+ owner: string;
3207
+ address: string;
3208
+ mailbox: string;
3209
+ proxyAdmin: {
3210
+ owner: string;
3211
+ address: string;
3212
+ };
3213
+ remoteIcaRouters: Record<string, {
3214
+ address: string;
3215
+ interchainSecurityModule?: string | undefined;
3216
+ }>;
3217
+ }>>;
354
3218
  }, "strip", z.ZodTypeAny, {
355
3219
  owner: string;
356
3220
  defaultIsm: string | ({
@@ -384,7 +3248,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
384
3248
  } | {
385
3249
  type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
386
3250
  bridge: string;
387
- } | import("../ism/types.js").AggregationIsmConfig | (string & {
3251
+ } | import("../ism/types.js").IcaRoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | (string & {
388
3252
  validators: string[];
389
3253
  threshold: number;
390
3254
  } & {
@@ -415,11 +3279,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
415
3279
  }) | (string & {
416
3280
  type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
417
3281
  bridge: string;
418
- }) | (string & {
3282
+ }) | (string & import("../ism/types.js").IcaRoutingIsmConfig) | (string & {
3283
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
3284
+ } & {
419
3285
  owner: string;
420
3286
  ownerOverrides?: Record<string, string> | undefined;
421
3287
  } & {
422
- type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
423
3288
  domains: import("../types.js").ChainMap<string | ({
424
3289
  validators: string[];
425
3290
  threshold: number;
@@ -483,11 +3348,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
483
3348
  } & string) | ({
484
3349
  type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
485
3350
  bridge: string;
486
- } & string) | ({
3351
+ } & string) | (import("../ism/types.js").IcaRoutingIsmConfig & string) | ({
3352
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
3353
+ } & {
487
3354
  owner: string;
488
3355
  ownerOverrides?: Record<string, string> | undefined;
489
3356
  } & {
490
- type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
491
3357
  domains: import("../types.js").ChainMap<string | ({
492
3358
  validators: string[];
493
3359
  threshold: number;
@@ -521,10 +3387,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
521
3387
  bridge: string;
522
3388
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
523
3389
  } & string) | ({
3390
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
3391
+ } & {
524
3392
  owner: string;
525
3393
  ownerOverrides?: Record<string, string> | undefined;
526
3394
  } & {
527
- type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
528
3395
  domains: import("../types.js").ChainMap<string | ({
529
3396
  validators: string[];
530
3397
  threshold: number;
@@ -1544,6 +4411,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
1544
4411
  ownerOverrides?: Record<string, string> | undefined;
1545
4412
  address?: string | undefined;
1546
4413
  } | undefined;
4414
+ interchainAccountRouter?: {
4415
+ owner: string;
4416
+ address: string;
4417
+ mailbox: string;
4418
+ proxyAdmin: {
4419
+ owner: string;
4420
+ address: string;
4421
+ };
4422
+ remoteIcaRouters: Record<string, {
4423
+ address: string;
4424
+ interchainSecurityModule?: string | undefined;
4425
+ }>;
4426
+ } | undefined;
1547
4427
  }, {
1548
4428
  owner: string;
1549
4429
  defaultIsm: string | ({
@@ -1577,11 +4457,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
1577
4457
  } | {
1578
4458
  type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1579
4459
  bridge: string;
1580
- } | import("../ism/types.js").AggregationIsmConfig | (string & {
4460
+ } | import("../ism/types.js").IcaRoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | (string & import("../ism/types.js").IcaRoutingIsmConfig) | (string & {
4461
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
4462
+ } & {
1581
4463
  owner: string;
1582
4464
  ownerOverrides?: Record<string, string> | undefined;
1583
4465
  } & {
1584
- type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1585
4466
  domains: import("../types.js").ChainMap<string | ({
1586
4467
  validators: string[];
1587
4468
  threshold: number;
@@ -1614,11 +4495,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
1614
4495
  type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
1615
4496
  bridge: string;
1616
4497
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1617
- }) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
4498
+ }) | (string & import("../ism/types.js").AggregationIsmConfig) | (import("../ism/types.js").IcaRoutingIsmConfig & string) | ({
4499
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
4500
+ } & {
1618
4501
  owner: string;
1619
4502
  ownerOverrides?: Record<string, string> | undefined;
1620
4503
  } & {
1621
- type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1622
4504
  domains: import("../types.js").ChainMap<string | ({
1623
4505
  validators: string[];
1624
4506
  threshold: number;
@@ -1652,10 +4534,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
1652
4534
  bridge: string;
1653
4535
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
1654
4536
  } & string) | ({
4537
+ type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
4538
+ } & {
1655
4539
  owner: string;
1656
4540
  ownerOverrides?: Record<string, string> | undefined;
1657
4541
  } & {
1658
- type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
1659
4542
  domains: import("../types.js").ChainMap<string | ({
1660
4543
  validators: string[];
1661
4544
  threshold: number;
@@ -2737,6 +5620,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
2737
5620
  ownerOverrides?: Record<string, string> | undefined;
2738
5621
  address?: string | undefined;
2739
5622
  } | undefined;
5623
+ interchainAccountRouter?: {
5624
+ owner: string;
5625
+ address: string;
5626
+ mailbox: string;
5627
+ proxyAdmin: {
5628
+ owner: string;
5629
+ address: string;
5630
+ };
5631
+ remoteIcaRouters: Record<string, {
5632
+ address: string;
5633
+ interchainSecurityModule?: string | undefined;
5634
+ }>;
5635
+ } | undefined;
2740
5636
  }>;
2741
5637
  export declare const DeployedCoreAddressesSchema: z.ZodObject<{
2742
5638
  staticMerkleRootMultisigIsmFactory: z.ZodString;
@@ -2765,9 +5661,9 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
2765
5661
  domainRoutingIsmFactory: string;
2766
5662
  staticMerkleRootWeightedMultisigIsmFactory: string;
2767
5663
  staticMessageIdWeightedMultisigIsmFactory: string;
5664
+ interchainAccountRouter: string;
2768
5665
  validatorAnnounce: string;
2769
5666
  testRecipient: string;
2770
- interchainAccountRouter: string;
2771
5667
  interchainAccountIsm: string;
2772
5668
  timelockController?: string | undefined;
2773
5669
  merkleTreeHook?: string | undefined;
@@ -2782,9 +5678,9 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
2782
5678
  domainRoutingIsmFactory: string;
2783
5679
  staticMerkleRootWeightedMultisigIsmFactory: string;
2784
5680
  staticMessageIdWeightedMultisigIsmFactory: string;
5681
+ interchainAccountRouter: string;
2785
5682
  validatorAnnounce: string;
2786
5683
  testRecipient: string;
2787
- interchainAccountRouter: string;
2788
5684
  interchainAccountIsm: string;
2789
5685
  timelockController?: string | undefined;
2790
5686
  merkleTreeHook?: string | undefined;