@hyperlane-xyz/sdk 5.6.2 → 5.7.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 (112) hide show
  1. package/dist/consts/multisigIsm.d.ts.map +1 -1
  2. package/dist/consts/multisigIsm.js +119 -14
  3. package/dist/consts/multisigIsm.js.map +1 -1
  4. package/dist/consts/multisigIsm.test.js +13 -0
  5. package/dist/consts/multisigIsm.test.js.map +1 -1
  6. package/dist/contracts/contracts.d.ts +3 -0
  7. package/dist/contracts/contracts.d.ts.map +1 -1
  8. package/dist/contracts/contracts.js +15 -1
  9. package/dist/contracts/contracts.js.map +1 -1
  10. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  11. package/dist/core/EvmCoreModule.js +2 -8
  12. package/dist/core/EvmCoreModule.js.map +1 -1
  13. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  14. package/dist/core/HyperlaneCore.js +5 -2
  15. package/dist/core/HyperlaneCore.js.map +1 -1
  16. package/dist/core/HyperlaneRelayer.d.ts +37 -32
  17. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  18. package/dist/core/HyperlaneRelayer.js +6 -6
  19. package/dist/core/HyperlaneRelayer.js.map +1 -1
  20. package/dist/core/schemas.d.ts +1007 -953
  21. package/dist/core/schemas.d.ts.map +1 -1
  22. package/dist/deploy/HyperlaneDeployer.d.ts +1 -0
  23. package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
  24. package/dist/deploy/HyperlaneDeployer.js +2 -2
  25. package/dist/deploy/HyperlaneDeployer.js.map +1 -1
  26. package/dist/deploy/types.d.ts +2 -1
  27. package/dist/deploy/types.d.ts.map +1 -1
  28. package/dist/deploy/types.js.map +1 -1
  29. package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts.map +1 -1
  30. package/dist/deploy/verify/PostDeploymentContractVerifier.js +1 -1
  31. package/dist/deploy/verify/PostDeploymentContractVerifier.js.map +1 -1
  32. package/dist/deploy/verify/utils.d.ts +36 -0
  33. package/dist/deploy/verify/utils.d.ts.map +1 -1
  34. package/dist/deploy/verify/utils.js +100 -1
  35. package/dist/deploy/verify/utils.js.map +1 -1
  36. package/dist/gas/utils.d.ts +38 -0
  37. package/dist/gas/utils.d.ts.map +1 -0
  38. package/dist/gas/utils.js +145 -0
  39. package/dist/gas/utils.js.map +1 -0
  40. package/dist/hook/EvmHookModule.d.ts +9 -4
  41. package/dist/hook/EvmHookModule.d.ts.map +1 -1
  42. package/dist/hook/EvmHookModule.js +43 -81
  43. package/dist/hook/EvmHookModule.js.map +1 -1
  44. package/dist/hook/EvmHookReader.d.ts +3 -1
  45. package/dist/hook/EvmHookReader.d.ts.map +1 -1
  46. package/dist/hook/EvmHookReader.js +9 -2
  47. package/dist/hook/EvmHookReader.js.map +1 -1
  48. package/dist/hook/schemas.d.ts +10 -4
  49. package/dist/hook/schemas.d.ts.map +1 -1
  50. package/dist/hook/schemas.js +1 -0
  51. package/dist/hook/schemas.js.map +1 -1
  52. package/dist/index.d.ts +5 -4
  53. package/dist/index.d.ts.map +1 -1
  54. package/dist/index.js +3 -2
  55. package/dist/index.js.map +1 -1
  56. package/dist/ism/EvmIsmModule.d.ts +5 -24
  57. package/dist/ism/EvmIsmModule.d.ts.map +1 -1
  58. package/dist/ism/EvmIsmModule.js +22 -222
  59. package/dist/ism/EvmIsmModule.js.map +1 -1
  60. package/dist/ism/EvmIsmReader.d.ts +3 -1
  61. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  62. package/dist/ism/EvmIsmReader.js +10 -4
  63. package/dist/ism/EvmIsmReader.js.map +1 -1
  64. package/dist/ism/HyperlaneIsmFactory.d.ts +17 -4
  65. package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
  66. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +0 -1
  67. package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
  68. package/dist/ism/HyperlaneIsmFactory.js +30 -17
  69. package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
  70. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +20 -5
  71. package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
  72. package/dist/metadata/agentConfig.d.ts +5 -5
  73. package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
  74. package/dist/middleware/account/InterchainAccount.js +4 -1
  75. package/dist/middleware/account/InterchainAccount.js.map +1 -1
  76. package/dist/router/ProxiedRouterDeployer.d.ts.map +1 -1
  77. package/dist/router/ProxiedRouterDeployer.js +10 -2
  78. package/dist/router/ProxiedRouterDeployer.js.map +1 -1
  79. package/dist/router/schemas.d.ts +155 -90
  80. package/dist/router/schemas.d.ts.map +1 -1
  81. package/dist/router/schemas.js +6 -1
  82. package/dist/router/schemas.js.map +1 -1
  83. package/dist/router/types.d.ts +2 -1
  84. package/dist/router/types.d.ts.map +1 -1
  85. package/dist/router/types.js.map +1 -1
  86. package/dist/schemas.d.ts +13 -0
  87. package/dist/schemas.d.ts.map +1 -1
  88. package/dist/schemas.js +3 -0
  89. package/dist/schemas.js.map +1 -1
  90. package/dist/token/EvmERC20WarpModule.d.ts +9 -0
  91. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  92. package/dist/token/EvmERC20WarpModule.hardhat-test.js +67 -2
  93. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  94. package/dist/token/EvmERC20WarpModule.js +61 -10
  95. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  96. package/dist/token/EvmERC20WarpRouteReader.d.ts +4 -1
  97. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  98. package/dist/token/EvmERC20WarpRouteReader.js +26 -1
  99. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  100. package/dist/token/IToken.d.ts +2 -2
  101. package/dist/token/deploy.d.ts.map +1 -1
  102. package/dist/token/deploy.js +14 -6
  103. package/dist/token/deploy.js.map +1 -1
  104. package/dist/token/schemas.d.ts +206 -116
  105. package/dist/token/schemas.d.ts.map +1 -1
  106. package/dist/utils/cosmos.d.ts +12 -12
  107. package/dist/warp/types.d.ts +4 -4
  108. package/package.json +3 -3
  109. package/dist/deploy/EvmModuleDeployer.d.ts +0 -93
  110. package/dist/deploy/EvmModuleDeployer.d.ts.map +0 -1
  111. package/dist/deploy/EvmModuleDeployer.js +0 -187
  112. package/dist/deploy/EvmModuleDeployer.js.map +0 -1
@@ -368,6 +368,19 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
368
368
  owner: z.ZodString;
369
369
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
370
370
  mailbox: z.ZodString;
371
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
372
+ owner: z.ZodString;
373
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
374
+ address: z.ZodOptional<z.ZodString>;
375
+ }, "strip", z.ZodTypeAny, {
376
+ owner: string;
377
+ ownerOverrides?: Record<string, string> | undefined;
378
+ address?: string | undefined;
379
+ }, {
380
+ owner: string;
381
+ ownerOverrides?: Record<string, string> | undefined;
382
+ address?: string | undefined;
383
+ }>>;
371
384
  hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
372
385
  owner: z.ZodString;
373
386
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -378,16 +391,16 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
378
391
  }, "strip", z.ZodTypeAny, {
379
392
  type: import("../index.js").HookType.PROTOCOL_FEE;
380
393
  owner: string;
394
+ protocolFee: string;
381
395
  beneficiary: string;
382
396
  maxProtocolFee: string;
383
- protocolFee: string;
384
397
  ownerOverrides?: Record<string, string> | undefined;
385
398
  }, {
386
399
  type: import("../index.js").HookType.PROTOCOL_FEE;
387
400
  owner: string;
401
+ protocolFee: string;
388
402
  beneficiary: string;
389
403
  maxProtocolFee: string;
390
- protocolFee: string;
391
404
  ownerOverrides?: Record<string, string> | undefined;
392
405
  }>, z.ZodObject<{
393
406
  owner: z.ZodString;
@@ -472,16 +485,19 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
472
485
  arbSys: z.ZodString;
473
486
  bridge: z.ZodOptional<z.ZodString>;
474
487
  destinationChain: z.ZodString;
488
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
475
489
  }, "strip", z.ZodTypeAny, {
476
490
  type: import("../index.js").HookType.ARB_L2_TO_L1;
477
491
  destinationChain: string;
478
492
  arbSys: string;
479
493
  bridge?: string | undefined;
494
+ childHook?: any;
480
495
  }, {
481
496
  type: import("../index.js").HookType.ARB_L2_TO_L1;
482
497
  destinationChain: string;
483
498
  arbSys: string;
484
499
  bridge?: string | undefined;
500
+ childHook?: any;
485
501
  }>]>>;
486
502
  interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
487
503
  type: z.ZodLiteral<import("../index.js").IsmType.TEST_ISM>;
@@ -611,19 +627,36 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
611
627
  foreignDeployment: z.ZodOptional<z.ZodString>;
612
628
  remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
613
629
  gas: z.ZodOptional<z.ZodNumber>;
630
+ destinationGas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
614
631
  }, "strip", z.ZodTypeAny, {
615
632
  owner: string;
616
633
  mailbox: string;
617
634
  ownerOverrides?: Record<string, string> | undefined;
635
+ proxyAdmin?: {
636
+ owner: string;
637
+ ownerOverrides?: Record<string, string> | undefined;
638
+ address?: string | undefined;
639
+ } | undefined;
618
640
  hook?: string | {
641
+ type: import("../index.js").HookType.MERKLE_TREE;
642
+ } | {
643
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
644
+ owner: string;
645
+ beneficiary: string;
646
+ oracleKey: string;
647
+ overhead: Record<string, number>;
648
+ oracleConfig: Record<string, {
649
+ gasPrice: string;
650
+ tokenExchangeRate: string;
651
+ }>;
652
+ ownerOverrides?: Record<string, string> | undefined;
653
+ } | {
619
654
  type: import("../index.js").HookType.PROTOCOL_FEE;
620
655
  owner: string;
656
+ protocolFee: string;
621
657
  beneficiary: string;
622
658
  maxProtocolFee: string;
623
- protocolFee: string;
624
659
  ownerOverrides?: Record<string, string> | undefined;
625
- } | {
626
- type: import("../index.js").HookType.MERKLE_TREE;
627
660
  } | {
628
661
  type: import("../index.js").HookType.PAUSABLE;
629
662
  owner: string;
@@ -640,17 +673,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
640
673
  destinationChain: string;
641
674
  arbSys: string;
642
675
  bridge?: string | undefined;
643
- } | {
644
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
645
- owner: string;
646
- beneficiary: string;
647
- oracleKey: string;
648
- overhead: Record<string, number>;
649
- oracleConfig: Record<string, {
650
- gasPrice: string;
651
- tokenExchangeRate: string;
652
- }>;
653
- ownerOverrides?: Record<string, string> | undefined;
676
+ childHook?: any;
654
677
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
655
678
  interchainSecurityModule?: string | {
656
679
  type: import("../index.js").IsmType.TEST_ISM;
@@ -696,19 +719,36 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
696
719
  foreignDeployment?: string | undefined;
697
720
  remoteRouters?: Record<string, string> | undefined;
698
721
  gas?: number | undefined;
722
+ destinationGas?: Record<string, string> | undefined;
699
723
  }, {
700
724
  owner: string;
701
725
  mailbox: string;
702
726
  ownerOverrides?: Record<string, string> | undefined;
727
+ proxyAdmin?: {
728
+ owner: string;
729
+ ownerOverrides?: Record<string, string> | undefined;
730
+ address?: string | undefined;
731
+ } | undefined;
703
732
  hook?: string | {
733
+ type: import("../index.js").HookType.MERKLE_TREE;
734
+ } | {
735
+ type: import("../index.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
+ } | {
704
746
  type: import("../index.js").HookType.PROTOCOL_FEE;
705
747
  owner: string;
748
+ protocolFee: string;
706
749
  beneficiary: string;
707
750
  maxProtocolFee: string;
708
- protocolFee: string;
709
751
  ownerOverrides?: Record<string, string> | undefined;
710
- } | {
711
- type: import("../index.js").HookType.MERKLE_TREE;
712
752
  } | {
713
753
  type: import("../index.js").HookType.PAUSABLE;
714
754
  owner: string;
@@ -725,17 +765,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
725
765
  destinationChain: string;
726
766
  arbSys: string;
727
767
  bridge?: string | undefined;
728
- } | {
729
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
730
- owner: string;
731
- beneficiary: string;
732
- oracleKey: string;
733
- overhead: Record<string, number>;
734
- oracleConfig: Record<string, {
735
- gasPrice: string;
736
- tokenExchangeRate: string;
737
- }>;
738
- ownerOverrides?: Record<string, string> | undefined;
768
+ childHook?: any;
739
769
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
740
770
  interchainSecurityModule?: string | {
741
771
  type: import("../index.js").IsmType.TEST_ISM;
@@ -781,6 +811,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
781
811
  foreignDeployment?: string | undefined;
782
812
  remoteRouters?: Record<string, string> | undefined;
783
813
  gas?: number | undefined;
814
+ destinationGas?: Record<string, string> | undefined;
784
815
  }>>;
785
816
  export type TokenRouterConfig = z.infer<typeof TokenRouterConfigSchema>;
786
817
  export type NativeConfig = z.infer<typeof NativeConfigSchema>;
@@ -945,6 +976,19 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
945
976
  owner: z.ZodString;
946
977
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
947
978
  mailbox: z.ZodString;
979
+ proxyAdmin: z.ZodOptional<z.ZodObject<{
980
+ owner: z.ZodString;
981
+ ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
982
+ address: z.ZodOptional<z.ZodString>;
983
+ }, "strip", z.ZodTypeAny, {
984
+ owner: string;
985
+ ownerOverrides?: Record<string, string> | undefined;
986
+ address?: string | undefined;
987
+ }, {
988
+ owner: string;
989
+ ownerOverrides?: Record<string, string> | undefined;
990
+ address?: string | undefined;
991
+ }>>;
948
992
  hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
949
993
  owner: z.ZodString;
950
994
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -955,16 +999,16 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
955
999
  }, "strip", z.ZodTypeAny, {
956
1000
  type: import("../index.js").HookType.PROTOCOL_FEE;
957
1001
  owner: string;
1002
+ protocolFee: string;
958
1003
  beneficiary: string;
959
1004
  maxProtocolFee: string;
960
- protocolFee: string;
961
1005
  ownerOverrides?: Record<string, string> | undefined;
962
1006
  }, {
963
1007
  type: import("../index.js").HookType.PROTOCOL_FEE;
964
1008
  owner: string;
1009
+ protocolFee: string;
965
1010
  beneficiary: string;
966
1011
  maxProtocolFee: string;
967
- protocolFee: string;
968
1012
  ownerOverrides?: Record<string, string> | undefined;
969
1013
  }>, z.ZodObject<{
970
1014
  owner: z.ZodString;
@@ -1049,16 +1093,19 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1049
1093
  arbSys: z.ZodString;
1050
1094
  bridge: z.ZodOptional<z.ZodString>;
1051
1095
  destinationChain: z.ZodString;
1096
+ childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
1052
1097
  }, "strip", z.ZodTypeAny, {
1053
1098
  type: import("../index.js").HookType.ARB_L2_TO_L1;
1054
1099
  destinationChain: string;
1055
1100
  arbSys: string;
1056
1101
  bridge?: string | undefined;
1102
+ childHook?: any;
1057
1103
  }, {
1058
1104
  type: import("../index.js").HookType.ARB_L2_TO_L1;
1059
1105
  destinationChain: string;
1060
1106
  arbSys: string;
1061
1107
  bridge?: string | undefined;
1108
+ childHook?: any;
1062
1109
  }>]>>;
1063
1110
  interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
1064
1111
  type: z.ZodLiteral<import("../index.js").IsmType.TEST_ISM>;
@@ -1188,19 +1235,36 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1188
1235
  foreignDeployment: z.ZodOptional<z.ZodString>;
1189
1236
  remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1190
1237
  gas: z.ZodOptional<z.ZodNumber>;
1238
+ destinationGas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1191
1239
  }, "strip", z.ZodTypeAny, {
1192
1240
  owner: string;
1193
1241
  mailbox: string;
1194
1242
  ownerOverrides?: Record<string, string> | undefined;
1243
+ proxyAdmin?: {
1244
+ owner: string;
1245
+ ownerOverrides?: Record<string, string> | undefined;
1246
+ address?: string | undefined;
1247
+ } | undefined;
1195
1248
  hook?: string | {
1249
+ type: import("../index.js").HookType.MERKLE_TREE;
1250
+ } | {
1251
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1252
+ owner: string;
1253
+ beneficiary: string;
1254
+ oracleKey: string;
1255
+ overhead: Record<string, number>;
1256
+ oracleConfig: Record<string, {
1257
+ gasPrice: string;
1258
+ tokenExchangeRate: string;
1259
+ }>;
1260
+ ownerOverrides?: Record<string, string> | undefined;
1261
+ } | {
1196
1262
  type: import("../index.js").HookType.PROTOCOL_FEE;
1197
1263
  owner: string;
1264
+ protocolFee: string;
1198
1265
  beneficiary: string;
1199
1266
  maxProtocolFee: string;
1200
- protocolFee: string;
1201
1267
  ownerOverrides?: Record<string, string> | undefined;
1202
- } | {
1203
- type: import("../index.js").HookType.MERKLE_TREE;
1204
1268
  } | {
1205
1269
  type: import("../index.js").HookType.PAUSABLE;
1206
1270
  owner: string;
@@ -1217,17 +1281,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1217
1281
  destinationChain: string;
1218
1282
  arbSys: string;
1219
1283
  bridge?: string | undefined;
1220
- } | {
1221
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1222
- owner: string;
1223
- beneficiary: string;
1224
- oracleKey: string;
1225
- overhead: Record<string, number>;
1226
- oracleConfig: Record<string, {
1227
- gasPrice: string;
1228
- tokenExchangeRate: string;
1229
- }>;
1230
- ownerOverrides?: Record<string, string> | undefined;
1284
+ childHook?: any;
1231
1285
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1232
1286
  interchainSecurityModule?: string | {
1233
1287
  type: import("../index.js").IsmType.TEST_ISM;
@@ -1273,19 +1327,36 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1273
1327
  foreignDeployment?: string | undefined;
1274
1328
  remoteRouters?: Record<string, string> | undefined;
1275
1329
  gas?: number | undefined;
1330
+ destinationGas?: Record<string, string> | undefined;
1276
1331
  }, {
1277
1332
  owner: string;
1278
1333
  mailbox: string;
1279
1334
  ownerOverrides?: Record<string, string> | undefined;
1335
+ proxyAdmin?: {
1336
+ owner: string;
1337
+ ownerOverrides?: Record<string, string> | undefined;
1338
+ address?: string | undefined;
1339
+ } | undefined;
1280
1340
  hook?: string | {
1341
+ type: import("../index.js").HookType.MERKLE_TREE;
1342
+ } | {
1343
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1344
+ owner: string;
1345
+ beneficiary: string;
1346
+ oracleKey: string;
1347
+ overhead: Record<string, number>;
1348
+ oracleConfig: Record<string, {
1349
+ gasPrice: string;
1350
+ tokenExchangeRate: string;
1351
+ }>;
1352
+ ownerOverrides?: Record<string, string> | undefined;
1353
+ } | {
1281
1354
  type: import("../index.js").HookType.PROTOCOL_FEE;
1282
1355
  owner: string;
1356
+ protocolFee: string;
1283
1357
  beneficiary: string;
1284
1358
  maxProtocolFee: string;
1285
- protocolFee: string;
1286
1359
  ownerOverrides?: Record<string, string> | undefined;
1287
- } | {
1288
- type: import("../index.js").HookType.MERKLE_TREE;
1289
1360
  } | {
1290
1361
  type: import("../index.js").HookType.PAUSABLE;
1291
1362
  owner: string;
@@ -1302,17 +1373,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1302
1373
  destinationChain: string;
1303
1374
  arbSys: string;
1304
1375
  bridge?: string | undefined;
1305
- } | {
1306
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1307
- owner: string;
1308
- beneficiary: string;
1309
- oracleKey: string;
1310
- overhead: Record<string, number>;
1311
- oracleConfig: Record<string, {
1312
- gasPrice: string;
1313
- tokenExchangeRate: string;
1314
- }>;
1315
- ownerOverrides?: Record<string, string> | undefined;
1376
+ childHook?: any;
1316
1377
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1317
1378
  interchainSecurityModule?: string | {
1318
1379
  type: import("../index.js").IsmType.TEST_ISM;
@@ -1358,6 +1419,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1358
1419
  foreignDeployment?: string | undefined;
1359
1420
  remoteRouters?: Record<string, string> | undefined;
1360
1421
  gas?: number | undefined;
1422
+ destinationGas?: Record<string, string> | undefined;
1361
1423
  }>>>, Record<string, ({
1362
1424
  type: TokenType.collateral | TokenType.collateralVault | TokenType.collateralVaultRebase | TokenType.XERC20 | TokenType.XERC20Lockbox | TokenType.collateralFiat | TokenType.fastCollateral | TokenType.collateralUri;
1363
1425
  token: string;
@@ -1396,15 +1458,31 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1396
1458
  owner: string;
1397
1459
  mailbox: string;
1398
1460
  ownerOverrides?: Record<string, string> | undefined;
1461
+ proxyAdmin?: {
1462
+ owner: string;
1463
+ ownerOverrides?: Record<string, string> | undefined;
1464
+ address?: string | undefined;
1465
+ } | undefined;
1399
1466
  hook?: string | {
1467
+ type: import("../index.js").HookType.MERKLE_TREE;
1468
+ } | {
1469
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1470
+ owner: string;
1471
+ beneficiary: string;
1472
+ oracleKey: string;
1473
+ overhead: Record<string, number>;
1474
+ oracleConfig: Record<string, {
1475
+ gasPrice: string;
1476
+ tokenExchangeRate: string;
1477
+ }>;
1478
+ ownerOverrides?: Record<string, string> | undefined;
1479
+ } | {
1400
1480
  type: import("../index.js").HookType.PROTOCOL_FEE;
1401
1481
  owner: string;
1482
+ protocolFee: string;
1402
1483
  beneficiary: string;
1403
1484
  maxProtocolFee: string;
1404
- protocolFee: string;
1405
1485
  ownerOverrides?: Record<string, string> | undefined;
1406
- } | {
1407
- type: import("../index.js").HookType.MERKLE_TREE;
1408
1486
  } | {
1409
1487
  type: import("../index.js").HookType.PAUSABLE;
1410
1488
  owner: string;
@@ -1421,17 +1499,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1421
1499
  destinationChain: string;
1422
1500
  arbSys: string;
1423
1501
  bridge?: string | undefined;
1424
- } | {
1425
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1426
- owner: string;
1427
- beneficiary: string;
1428
- oracleKey: string;
1429
- overhead: Record<string, number>;
1430
- oracleConfig: Record<string, {
1431
- gasPrice: string;
1432
- tokenExchangeRate: string;
1433
- }>;
1434
- ownerOverrides?: Record<string, string> | undefined;
1502
+ childHook?: any;
1435
1503
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1436
1504
  interchainSecurityModule?: string | {
1437
1505
  type: import("../index.js").IsmType.TEST_ISM;
@@ -1477,6 +1545,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1477
1545
  foreignDeployment?: string | undefined;
1478
1546
  remoteRouters?: Record<string, string> | undefined;
1479
1547
  gas?: number | undefined;
1548
+ destinationGas?: Record<string, string> | undefined;
1480
1549
  }>, Record<string, ({
1481
1550
  type: TokenType.collateral | TokenType.collateralVault | TokenType.collateralVaultRebase | TokenType.XERC20 | TokenType.XERC20Lockbox | TokenType.collateralFiat | TokenType.fastCollateral | TokenType.collateralUri;
1482
1551
  token: string;
@@ -1515,15 +1584,31 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1515
1584
  owner: string;
1516
1585
  mailbox: string;
1517
1586
  ownerOverrides?: Record<string, string> | undefined;
1587
+ proxyAdmin?: {
1588
+ owner: string;
1589
+ ownerOverrides?: Record<string, string> | undefined;
1590
+ address?: string | undefined;
1591
+ } | undefined;
1518
1592
  hook?: string | {
1593
+ type: import("../index.js").HookType.MERKLE_TREE;
1594
+ } | {
1595
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1596
+ owner: string;
1597
+ beneficiary: string;
1598
+ oracleKey: string;
1599
+ overhead: Record<string, number>;
1600
+ oracleConfig: Record<string, {
1601
+ gasPrice: string;
1602
+ tokenExchangeRate: string;
1603
+ }>;
1604
+ ownerOverrides?: Record<string, string> | undefined;
1605
+ } | {
1519
1606
  type: import("../index.js").HookType.PROTOCOL_FEE;
1520
1607
  owner: string;
1608
+ protocolFee: string;
1521
1609
  beneficiary: string;
1522
1610
  maxProtocolFee: string;
1523
- protocolFee: string;
1524
1611
  ownerOverrides?: Record<string, string> | undefined;
1525
- } | {
1526
- type: import("../index.js").HookType.MERKLE_TREE;
1527
1612
  } | {
1528
1613
  type: import("../index.js").HookType.PAUSABLE;
1529
1614
  owner: string;
@@ -1540,17 +1625,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1540
1625
  destinationChain: string;
1541
1626
  arbSys: string;
1542
1627
  bridge?: string | undefined;
1543
- } | {
1544
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1545
- owner: string;
1546
- beneficiary: string;
1547
- oracleKey: string;
1548
- overhead: Record<string, number>;
1549
- oracleConfig: Record<string, {
1550
- gasPrice: string;
1551
- tokenExchangeRate: string;
1552
- }>;
1553
- ownerOverrides?: Record<string, string> | undefined;
1628
+ childHook?: any;
1554
1629
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1555
1630
  interchainSecurityModule?: string | {
1556
1631
  type: import("../index.js").IsmType.TEST_ISM;
@@ -1596,6 +1671,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1596
1671
  foreignDeployment?: string | undefined;
1597
1672
  remoteRouters?: Record<string, string> | undefined;
1598
1673
  gas?: number | undefined;
1674
+ destinationGas?: Record<string, string> | undefined;
1599
1675
  }>>, Record<string, ({
1600
1676
  type: TokenType.collateral | TokenType.collateralVault | TokenType.collateralVaultRebase | TokenType.XERC20 | TokenType.XERC20Lockbox | TokenType.collateralFiat | TokenType.fastCollateral | TokenType.collateralUri;
1601
1677
  token: string;
@@ -1634,15 +1710,31 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1634
1710
  owner: string;
1635
1711
  mailbox: string;
1636
1712
  ownerOverrides?: Record<string, string> | undefined;
1713
+ proxyAdmin?: {
1714
+ owner: string;
1715
+ ownerOverrides?: Record<string, string> | undefined;
1716
+ address?: string | undefined;
1717
+ } | undefined;
1637
1718
  hook?: string | {
1719
+ type: import("../index.js").HookType.MERKLE_TREE;
1720
+ } | {
1721
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1722
+ owner: string;
1723
+ beneficiary: string;
1724
+ oracleKey: string;
1725
+ overhead: Record<string, number>;
1726
+ oracleConfig: Record<string, {
1727
+ gasPrice: string;
1728
+ tokenExchangeRate: string;
1729
+ }>;
1730
+ ownerOverrides?: Record<string, string> | undefined;
1731
+ } | {
1638
1732
  type: import("../index.js").HookType.PROTOCOL_FEE;
1639
1733
  owner: string;
1734
+ protocolFee: string;
1640
1735
  beneficiary: string;
1641
1736
  maxProtocolFee: string;
1642
- protocolFee: string;
1643
1737
  ownerOverrides?: Record<string, string> | undefined;
1644
- } | {
1645
- type: import("../index.js").HookType.MERKLE_TREE;
1646
1738
  } | {
1647
1739
  type: import("../index.js").HookType.PAUSABLE;
1648
1740
  owner: string;
@@ -1659,17 +1751,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1659
1751
  destinationChain: string;
1660
1752
  arbSys: string;
1661
1753
  bridge?: string | undefined;
1662
- } | {
1663
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1664
- owner: string;
1665
- beneficiary: string;
1666
- oracleKey: string;
1667
- overhead: Record<string, number>;
1668
- oracleConfig: Record<string, {
1669
- gasPrice: string;
1670
- tokenExchangeRate: string;
1671
- }>;
1672
- ownerOverrides?: Record<string, string> | undefined;
1754
+ childHook?: any;
1673
1755
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1674
1756
  interchainSecurityModule?: string | {
1675
1757
  type: import("../index.js").IsmType.TEST_ISM;
@@ -1715,6 +1797,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1715
1797
  foreignDeployment?: string | undefined;
1716
1798
  remoteRouters?: Record<string, string> | undefined;
1717
1799
  gas?: number | undefined;
1800
+ destinationGas?: Record<string, string> | undefined;
1718
1801
  }>, Record<string, ({
1719
1802
  type: TokenType.collateral | TokenType.collateralVault | TokenType.collateralVaultRebase | TokenType.XERC20 | TokenType.XERC20Lockbox | TokenType.collateralFiat | TokenType.fastCollateral | TokenType.collateralUri;
1720
1803
  token: string;
@@ -1753,15 +1836,31 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1753
1836
  owner: string;
1754
1837
  mailbox: string;
1755
1838
  ownerOverrides?: Record<string, string> | undefined;
1839
+ proxyAdmin?: {
1840
+ owner: string;
1841
+ ownerOverrides?: Record<string, string> | undefined;
1842
+ address?: string | undefined;
1843
+ } | undefined;
1756
1844
  hook?: string | {
1845
+ type: import("../index.js").HookType.MERKLE_TREE;
1846
+ } | {
1847
+ type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1848
+ owner: string;
1849
+ beneficiary: string;
1850
+ oracleKey: string;
1851
+ overhead: Record<string, number>;
1852
+ oracleConfig: Record<string, {
1853
+ gasPrice: string;
1854
+ tokenExchangeRate: string;
1855
+ }>;
1856
+ ownerOverrides?: Record<string, string> | undefined;
1857
+ } | {
1757
1858
  type: import("../index.js").HookType.PROTOCOL_FEE;
1758
1859
  owner: string;
1860
+ protocolFee: string;
1759
1861
  beneficiary: string;
1760
1862
  maxProtocolFee: string;
1761
- protocolFee: string;
1762
1863
  ownerOverrides?: Record<string, string> | undefined;
1763
- } | {
1764
- type: import("../index.js").HookType.MERKLE_TREE;
1765
1864
  } | {
1766
1865
  type: import("../index.js").HookType.PAUSABLE;
1767
1866
  owner: string;
@@ -1778,17 +1877,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1778
1877
  destinationChain: string;
1779
1878
  arbSys: string;
1780
1879
  bridge?: string | undefined;
1781
- } | {
1782
- type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
1783
- owner: string;
1784
- beneficiary: string;
1785
- oracleKey: string;
1786
- overhead: Record<string, number>;
1787
- oracleConfig: Record<string, {
1788
- gasPrice: string;
1789
- tokenExchangeRate: string;
1790
- }>;
1791
- ownerOverrides?: Record<string, string> | undefined;
1880
+ childHook?: any;
1792
1881
  } | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
1793
1882
  interchainSecurityModule?: string | {
1794
1883
  type: import("../index.js").IsmType.TEST_ISM;
@@ -1834,5 +1923,6 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
1834
1923
  foreignDeployment?: string | undefined;
1835
1924
  remoteRouters?: Record<string, string> | undefined;
1836
1925
  gas?: number | undefined;
1926
+ destinationGas?: Record<string, string> | undefined;
1837
1927
  }>>;
1838
1928
  //# sourceMappingURL=schemas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/token/schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/token/schemas.ts"],"names":[],"mappings":"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"}