@hyperlane-xyz/sdk 14.2.0 → 14.4.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 (69) hide show
  1. package/dist/consts/testChains.d.ts +2 -0
  2. package/dist/consts/testChains.d.ts.map +1 -1
  3. package/dist/consts/testChains.js +16 -0
  4. package/dist/consts/testChains.js.map +1 -1
  5. package/dist/core/HyperlaneRelayer.d.ts +8 -8
  6. package/dist/core/types.d.ts +132 -132
  7. package/dist/deploy/proxy.js +1 -1
  8. package/dist/fork/types.d.ts +15 -15
  9. package/dist/hook/types.d.ts +1 -1
  10. package/dist/hook/types.d.ts.map +1 -1
  11. package/dist/hook/types.js +1 -1
  12. package/dist/hook/types.js.map +1 -1
  13. package/dist/ica/types.d.ts +18 -18
  14. package/dist/index.d.ts +26 -30
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +22 -26
  17. package/dist/index.js.map +1 -1
  18. package/dist/ism/types.d.ts +10 -10
  19. package/dist/metadata/agentConfig.d.ts +4 -4
  20. package/dist/middleware/account/InterchainAccount.d.ts +7 -7
  21. package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
  22. package/dist/middleware/account/InterchainAccount.js +10 -9
  23. package/dist/middleware/account/InterchainAccount.js.map +1 -1
  24. package/dist/middleware/account/types.d.ts +6 -6
  25. package/dist/providers/transactions/submitter/builder/types.d.ts +11 -11
  26. package/dist/providers/transactions/submitter/submitterBuilderGetter.d.ts +16 -1
  27. package/dist/providers/transactions/submitter/submitterBuilderGetter.d.ts.map +1 -1
  28. package/dist/providers/transactions/submitter/submitterBuilderGetter.js +46 -22
  29. package/dist/providers/transactions/submitter/submitterBuilderGetter.js.map +1 -1
  30. package/dist/providers/transactions/submitter/types.d.ts +4 -4
  31. package/dist/providers/transactions/types.d.ts +2 -2
  32. package/dist/router/types.d.ts +24 -24
  33. package/dist/token/IToken.d.ts +3 -0
  34. package/dist/token/IToken.d.ts.map +1 -1
  35. package/dist/token/IToken.js +1 -0
  36. package/dist/token/IToken.js.map +1 -1
  37. package/dist/token/checker.d.ts.map +1 -1
  38. package/dist/token/checker.js +2 -1
  39. package/dist/token/checker.js.map +1 -1
  40. package/dist/token/deploy.d.ts.map +1 -1
  41. package/dist/token/deploy.js +5 -2
  42. package/dist/token/deploy.js.map +1 -1
  43. package/dist/token/types.d.ts +103 -103
  44. package/dist/types.d.ts +3 -3
  45. package/dist/utils/cosmos.d.ts +2 -2
  46. package/dist/warp/WarpCore.d.ts.map +1 -1
  47. package/dist/warp/WarpCore.js +10 -0
  48. package/dist/warp/WarpCore.js.map +1 -1
  49. package/dist/warp/WarpCore.test.js +25 -1
  50. package/dist/warp/WarpCore.test.js.map +1 -1
  51. package/dist/warp/types.d.ts +19 -14
  52. package/dist/warp/types.d.ts.map +1 -1
  53. package/package.json +5 -5
  54. package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts +0 -35
  55. package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +0 -1
  56. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +0 -171
  57. package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +0 -1
  58. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts +0 -49
  59. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts.map +0 -1
  60. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js +0 -115
  61. package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js.map +0 -1
  62. package/dist/middleware/liquidity-layer/contracts.d.ts +0 -10
  63. package/dist/middleware/liquidity-layer/contracts.d.ts.map +0 -1
  64. package/dist/middleware/liquidity-layer/contracts.js +0 -9
  65. package/dist/middleware/liquidity-layer/contracts.js.map +0 -1
  66. package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.d.ts +0 -2
  67. package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.d.ts.map +0 -1
  68. package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js +0 -112
  69. package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js.map +0 -1
@@ -21,12 +21,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
21
21
  nativeBridge: z.ZodString;
22
22
  }, "strip", z.ZodTypeAny, {
23
23
  type: import("../ism/types.js").IsmType.OP_STACK;
24
- origin: string;
25
24
  nativeBridge: string;
25
+ origin: string;
26
26
  }, {
27
27
  type: import("../ism/types.js").IsmType.OP_STACK;
28
- origin: string;
29
28
  nativeBridge: string;
29
+ origin: string;
30
30
  }>, z.ZodIntersection<z.ZodObject<{
31
31
  owner: z.ZodString;
32
32
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -67,11 +67,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
67
67
  validators: z.ZodArray<z.ZodString, "many">;
68
68
  threshold: z.ZodNumber;
69
69
  }, "strip", z.ZodTypeAny, {
70
- validators: string[];
71
70
  threshold: number;
72
- }, {
73
71
  validators: string[];
72
+ }, {
74
73
  threshold: number;
74
+ validators: string[];
75
75
  }>, z.ZodObject<{
76
76
  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>]>;
77
77
  }, "strip", z.ZodTypeAny, {
@@ -703,12 +703,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
703
703
  nativeBridge: z.ZodString;
704
704
  }, "strip", z.ZodTypeAny, {
705
705
  type: import("../ism/types.js").IsmType.OP_STACK;
706
- origin: string;
707
706
  nativeBridge: string;
707
+ origin: string;
708
708
  }, {
709
709
  type: import("../ism/types.js").IsmType.OP_STACK;
710
- origin: string;
711
710
  nativeBridge: string;
711
+ origin: string;
712
712
  }>, z.ZodIntersection<z.ZodObject<{
713
713
  owner: z.ZodString;
714
714
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -749,11 +749,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
749
749
  validators: z.ZodArray<z.ZodString, "many">;
750
750
  threshold: z.ZodNumber;
751
751
  }, "strip", z.ZodTypeAny, {
752
- validators: string[];
753
752
  threshold: number;
754
- }, {
755
753
  validators: string[];
754
+ }, {
756
755
  threshold: number;
756
+ validators: string[];
757
757
  }>, z.ZodObject<{
758
758
  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>]>;
759
759
  }, "strip", z.ZodTypeAny, {
@@ -919,8 +919,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
919
919
  destinationChain: string;
920
920
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
921
921
  interchainSecurityModule?: string | ({
922
- validators: string[];
923
922
  threshold: number;
923
+ validators: string[];
924
924
  } & {
925
925
  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;
926
926
  }) | ({
@@ -941,8 +941,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
941
941
  type: import("../ism/types.js").IsmType.PAUSABLE;
942
942
  }) | {
943
943
  type: import("../ism/types.js").IsmType.OP_STACK;
944
- origin: string;
945
944
  nativeBridge: string;
945
+ origin: string;
946
946
  } | {
947
947
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
948
948
  relayer: string;
@@ -1027,8 +1027,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1027
1027
  destinationChain: string;
1028
1028
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
1029
1029
  interchainSecurityModule?: string | ({
1030
- validators: string[];
1031
1030
  threshold: number;
1031
+ validators: string[];
1032
1032
  } & {
1033
1033
  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;
1034
1034
  }) | ({
@@ -1049,8 +1049,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1049
1049
  type: import("../ism/types.js").IsmType.PAUSABLE;
1050
1050
  }) | {
1051
1051
  type: import("../ism/types.js").IsmType.OP_STACK;
1052
- origin: string;
1053
1052
  nativeBridge: string;
1053
+ origin: string;
1054
1054
  } | {
1055
1055
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1056
1056
  relayer: string;
@@ -1701,8 +1701,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1701
1701
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
1702
1702
  }) | (import("../hook/types.js").AmountRoutingHookConfig & string) | (import("../hook/types.js").AggregationHookConfig & string);
1703
1703
  defaultIsm: string | ({
1704
- validators: string[];
1705
1704
  threshold: number;
1705
+ validators: string[];
1706
1706
  } & {
1707
1707
  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;
1708
1708
  }) | ({
@@ -1723,8 +1723,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1723
1723
  type: import("../ism/types.js").IsmType.PAUSABLE;
1724
1724
  }) | {
1725
1725
  type: import("../ism/types.js").IsmType.OP_STACK;
1726
- origin: string;
1727
1726
  nativeBridge: string;
1727
+ origin: string;
1728
1728
  } | {
1729
1729
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1730
1730
  relayer: string;
@@ -1745,8 +1745,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1745
1745
  isms: Record<string, string>;
1746
1746
  ownerOverrides?: Record<string, string> | undefined;
1747
1747
  } | import("../ism/types.js").AggregationIsmConfig | (string & {
1748
- validators: string[];
1749
1748
  threshold: number;
1749
+ validators: string[];
1750
1750
  } & {
1751
1751
  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;
1752
1752
  }) | (string & {
@@ -1767,8 +1767,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1767
1767
  type: import("../ism/types.js").IsmType.PAUSABLE;
1768
1768
  }) | (string & {
1769
1769
  type: import("../ism/types.js").IsmType.OP_STACK;
1770
- origin: string;
1771
1770
  nativeBridge: string;
1771
+ origin: string;
1772
1772
  }) | (string & {
1773
1773
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1774
1774
  relayer: string;
@@ -1790,8 +1790,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1790
1790
  ownerOverrides?: Record<string, string> | undefined;
1791
1791
  } & {
1792
1792
  domains: import("../types.js").ChainMap<string | ({
1793
- validators: string[];
1794
1793
  threshold: number;
1794
+ validators: string[];
1795
1795
  } & {
1796
1796
  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;
1797
1797
  }) | ({
@@ -1812,8 +1812,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1812
1812
  type: import("../ism/types.js").IsmType.PAUSABLE;
1813
1813
  }) | {
1814
1814
  type: import("../ism/types.js").IsmType.OP_STACK;
1815
- origin: string;
1816
1815
  nativeBridge: string;
1816
+ origin: string;
1817
1817
  } | {
1818
1818
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1819
1819
  relayer: string;
@@ -1833,8 +1833,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1833
1833
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
1834
1834
  } & {
1835
1835
  lowerIsm: string | ({
1836
- validators: string[];
1837
1836
  threshold: number;
1837
+ validators: string[];
1838
1838
  } & {
1839
1839
  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;
1840
1840
  }) | ({
@@ -1855,8 +1855,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1855
1855
  type: import("../ism/types.js").IsmType.PAUSABLE;
1856
1856
  }) | {
1857
1857
  type: import("../ism/types.js").IsmType.OP_STACK;
1858
- origin: string;
1859
1858
  nativeBridge: string;
1859
+ origin: string;
1860
1860
  } | {
1861
1861
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1862
1862
  relayer: string;
@@ -1873,8 +1873,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1873
1873
  ownerOverrides?: Record<string, string> | undefined;
1874
1874
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
1875
1875
  upperIsm: string | ({
1876
- validators: string[];
1877
1876
  threshold: number;
1877
+ validators: string[];
1878
1878
  } & {
1879
1879
  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;
1880
1880
  }) | ({
@@ -1895,8 +1895,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1895
1895
  type: import("../ism/types.js").IsmType.PAUSABLE;
1896
1896
  }) | {
1897
1897
  type: import("../ism/types.js").IsmType.OP_STACK;
1898
- origin: string;
1899
1898
  nativeBridge: string;
1899
+ origin: string;
1900
1900
  } | {
1901
1901
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1902
1902
  relayer: string;
@@ -1919,8 +1919,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1919
1919
  isms: Record<string, string>;
1920
1920
  ownerOverrides?: Record<string, string> | undefined;
1921
1921
  }) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
1922
- validators: string[];
1923
1922
  threshold: number;
1923
+ validators: string[];
1924
1924
  } & {
1925
1925
  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;
1926
1926
  } & string) | ({
@@ -1941,8 +1941,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1941
1941
  type: import("../ism/types.js").IsmType.PAUSABLE;
1942
1942
  } & string) | ({
1943
1943
  type: import("../ism/types.js").IsmType.OP_STACK;
1944
- origin: string;
1945
1944
  nativeBridge: string;
1945
+ origin: string;
1946
1946
  } & string) | ({
1947
1947
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1948
1948
  relayer: string;
@@ -1964,8 +1964,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1964
1964
  ownerOverrides?: Record<string, string> | undefined;
1965
1965
  } & {
1966
1966
  domains: import("../types.js").ChainMap<string | ({
1967
- validators: string[];
1968
1967
  threshold: number;
1968
+ validators: string[];
1969
1969
  } & {
1970
1970
  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;
1971
1971
  }) | ({
@@ -1986,8 +1986,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
1986
1986
  type: import("../ism/types.js").IsmType.PAUSABLE;
1987
1987
  }) | {
1988
1988
  type: import("../ism/types.js").IsmType.OP_STACK;
1989
- origin: string;
1990
1989
  nativeBridge: string;
1990
+ origin: string;
1991
1991
  } | {
1992
1992
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
1993
1993
  relayer: string;
@@ -2010,8 +2010,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2010
2010
  ownerOverrides?: Record<string, string> | undefined;
2011
2011
  } & {
2012
2012
  domains: import("../types.js").ChainMap<string | ({
2013
- validators: string[];
2014
2013
  threshold: number;
2014
+ validators: string[];
2015
2015
  } & {
2016
2016
  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;
2017
2017
  }) | ({
@@ -2032,8 +2032,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2032
2032
  type: import("../ism/types.js").IsmType.PAUSABLE;
2033
2033
  }) | {
2034
2034
  type: import("../ism/types.js").IsmType.OP_STACK;
2035
- origin: string;
2036
2035
  nativeBridge: string;
2036
+ origin: string;
2037
2037
  } | {
2038
2038
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2039
2039
  relayer: string;
@@ -2053,8 +2053,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2053
2053
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
2054
2054
  } & {
2055
2055
  lowerIsm: string | ({
2056
- validators: string[];
2057
2056
  threshold: number;
2057
+ validators: string[];
2058
2058
  } & {
2059
2059
  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;
2060
2060
  }) | ({
@@ -2075,8 +2075,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2075
2075
  type: import("../ism/types.js").IsmType.PAUSABLE;
2076
2076
  }) | {
2077
2077
  type: import("../ism/types.js").IsmType.OP_STACK;
2078
- origin: string;
2079
2078
  nativeBridge: string;
2079
+ origin: string;
2080
2080
  } | {
2081
2081
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2082
2082
  relayer: string;
@@ -2093,8 +2093,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2093
2093
  ownerOverrides?: Record<string, string> | undefined;
2094
2094
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
2095
2095
  upperIsm: string | ({
2096
- validators: string[];
2097
2096
  threshold: number;
2097
+ validators: string[];
2098
2098
  } & {
2099
2099
  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;
2100
2100
  }) | ({
@@ -2115,8 +2115,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2115
2115
  type: import("../ism/types.js").IsmType.PAUSABLE;
2116
2116
  }) | {
2117
2117
  type: import("../ism/types.js").IsmType.OP_STACK;
2118
- origin: string;
2119
2118
  nativeBridge: string;
2119
+ origin: string;
2120
2120
  } | {
2121
2121
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2122
2122
  relayer: string;
@@ -2137,8 +2137,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2137
2137
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
2138
2138
  } & {
2139
2139
  lowerIsm: string | ({
2140
- validators: string[];
2141
2140
  threshold: number;
2141
+ validators: string[];
2142
2142
  } & {
2143
2143
  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;
2144
2144
  }) | ({
@@ -2159,8 +2159,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2159
2159
  type: import("../ism/types.js").IsmType.PAUSABLE;
2160
2160
  }) | {
2161
2161
  type: import("../ism/types.js").IsmType.OP_STACK;
2162
- origin: string;
2163
2162
  nativeBridge: string;
2163
+ origin: string;
2164
2164
  } | {
2165
2165
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2166
2166
  relayer: string;
@@ -2177,8 +2177,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2177
2177
  ownerOverrides?: Record<string, string> | undefined;
2178
2178
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
2179
2179
  upperIsm: string | ({
2180
- validators: string[];
2181
2180
  threshold: number;
2181
+ validators: string[];
2182
2182
  } & {
2183
2183
  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;
2184
2184
  }) | ({
@@ -2199,8 +2199,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2199
2199
  type: import("../ism/types.js").IsmType.PAUSABLE;
2200
2200
  }) | {
2201
2201
  type: import("../ism/types.js").IsmType.OP_STACK;
2202
- origin: string;
2203
2202
  nativeBridge: string;
2203
+ origin: string;
2204
2204
  } | {
2205
2205
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2206
2206
  relayer: string;
@@ -2916,8 +2916,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2916
2916
  destinationChain: string;
2917
2917
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
2918
2918
  interchainSecurityModule?: string | ({
2919
- validators: string[];
2920
2919
  threshold: number;
2920
+ validators: string[];
2921
2921
  } & {
2922
2922
  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;
2923
2923
  }) | ({
@@ -2938,8 +2938,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
2938
2938
  type: import("../ism/types.js").IsmType.PAUSABLE;
2939
2939
  }) | {
2940
2940
  type: import("../ism/types.js").IsmType.OP_STACK;
2941
- origin: string;
2942
2941
  nativeBridge: string;
2942
+ origin: string;
2943
2943
  } | {
2944
2944
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
2945
2945
  relayer: string;
@@ -3585,8 +3585,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3585
3585
  destinationChain: string;
3586
3586
  } & string);
3587
3587
  defaultIsm: string | ({
3588
- validators: string[];
3589
3588
  threshold: number;
3589
+ validators: string[];
3590
3590
  } & {
3591
3591
  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;
3592
3592
  }) | ({
@@ -3607,8 +3607,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3607
3607
  type: import("../ism/types.js").IsmType.PAUSABLE;
3608
3608
  }) | {
3609
3609
  type: import("../ism/types.js").IsmType.OP_STACK;
3610
- origin: string;
3611
3610
  nativeBridge: string;
3611
+ origin: string;
3612
3612
  } | {
3613
3613
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3614
3614
  relayer: string;
@@ -3640,8 +3640,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3640
3640
  ownerOverrides?: Record<string, string> | undefined;
3641
3641
  } & {
3642
3642
  domains: import("../types.js").ChainMap<string | ({
3643
- validators: string[];
3644
3643
  threshold: number;
3644
+ validators: string[];
3645
3645
  } & {
3646
3646
  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;
3647
3647
  }) | ({
@@ -3662,8 +3662,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3662
3662
  type: import("../ism/types.js").IsmType.PAUSABLE;
3663
3663
  }) | {
3664
3664
  type: import("../ism/types.js").IsmType.OP_STACK;
3665
- origin: string;
3666
3665
  nativeBridge: string;
3666
+ origin: string;
3667
3667
  } | {
3668
3668
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3669
3669
  relayer: string;
@@ -3683,8 +3683,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3683
3683
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
3684
3684
  } & {
3685
3685
  lowerIsm: string | ({
3686
- validators: string[];
3687
3686
  threshold: number;
3687
+ validators: string[];
3688
3688
  } & {
3689
3689
  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;
3690
3690
  }) | ({
@@ -3705,8 +3705,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3705
3705
  type: import("../ism/types.js").IsmType.PAUSABLE;
3706
3706
  }) | {
3707
3707
  type: import("../ism/types.js").IsmType.OP_STACK;
3708
- origin: string;
3709
3708
  nativeBridge: string;
3709
+ origin: string;
3710
3710
  } | {
3711
3711
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3712
3712
  relayer: string;
@@ -3723,8 +3723,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3723
3723
  ownerOverrides?: Record<string, string> | undefined;
3724
3724
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
3725
3725
  upperIsm: string | ({
3726
- validators: string[];
3727
3726
  threshold: number;
3727
+ validators: string[];
3728
3728
  } & {
3729
3729
  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;
3730
3730
  }) | ({
@@ -3745,8 +3745,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3745
3745
  type: import("../ism/types.js").IsmType.PAUSABLE;
3746
3746
  }) | {
3747
3747
  type: import("../ism/types.js").IsmType.OP_STACK;
3748
- origin: string;
3749
3748
  nativeBridge: string;
3749
+ origin: string;
3750
3750
  } | {
3751
3751
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3752
3752
  relayer: string;
@@ -3775,8 +3775,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3775
3775
  ownerOverrides?: Record<string, string> | undefined;
3776
3776
  } & {
3777
3777
  domains: import("../types.js").ChainMap<string | ({
3778
- validators: string[];
3779
3778
  threshold: number;
3779
+ validators: string[];
3780
3780
  } & {
3781
3781
  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;
3782
3782
  }) | ({
@@ -3797,8 +3797,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3797
3797
  type: import("../ism/types.js").IsmType.PAUSABLE;
3798
3798
  }) | {
3799
3799
  type: import("../ism/types.js").IsmType.OP_STACK;
3800
- origin: string;
3801
3800
  nativeBridge: string;
3801
+ origin: string;
3802
3802
  } | {
3803
3803
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3804
3804
  relayer: string;
@@ -3821,8 +3821,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3821
3821
  ownerOverrides?: Record<string, string> | undefined;
3822
3822
  } & {
3823
3823
  domains: import("../types.js").ChainMap<string | ({
3824
- validators: string[];
3825
3824
  threshold: number;
3825
+ validators: string[];
3826
3826
  } & {
3827
3827
  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;
3828
3828
  }) | ({
@@ -3843,8 +3843,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3843
3843
  type: import("../ism/types.js").IsmType.PAUSABLE;
3844
3844
  }) | {
3845
3845
  type: import("../ism/types.js").IsmType.OP_STACK;
3846
- origin: string;
3847
3846
  nativeBridge: string;
3847
+ origin: string;
3848
3848
  } | {
3849
3849
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3850
3850
  relayer: string;
@@ -3864,8 +3864,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3864
3864
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
3865
3865
  } & {
3866
3866
  lowerIsm: string | ({
3867
- validators: string[];
3868
3867
  threshold: number;
3868
+ validators: string[];
3869
3869
  } & {
3870
3870
  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;
3871
3871
  }) | ({
@@ -3886,8 +3886,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3886
3886
  type: import("../ism/types.js").IsmType.PAUSABLE;
3887
3887
  }) | {
3888
3888
  type: import("../ism/types.js").IsmType.OP_STACK;
3889
- origin: string;
3890
3889
  nativeBridge: string;
3890
+ origin: string;
3891
3891
  } | {
3892
3892
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3893
3893
  relayer: string;
@@ -3904,8 +3904,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3904
3904
  ownerOverrides?: Record<string, string> | undefined;
3905
3905
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
3906
3906
  upperIsm: string | ({
3907
- validators: string[];
3908
3907
  threshold: number;
3908
+ validators: string[];
3909
3909
  } & {
3910
3910
  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;
3911
3911
  }) | ({
@@ -3926,8 +3926,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3926
3926
  type: import("../ism/types.js").IsmType.PAUSABLE;
3927
3927
  }) | {
3928
3928
  type: import("../ism/types.js").IsmType.OP_STACK;
3929
- origin: string;
3930
3929
  nativeBridge: string;
3930
+ origin: string;
3931
3931
  } | {
3932
3932
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3933
3933
  relayer: string;
@@ -3948,8 +3948,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3948
3948
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
3949
3949
  } & {
3950
3950
  lowerIsm: string | ({
3951
- validators: string[];
3952
3951
  threshold: number;
3952
+ validators: string[];
3953
3953
  } & {
3954
3954
  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;
3955
3955
  }) | ({
@@ -3970,8 +3970,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3970
3970
  type: import("../ism/types.js").IsmType.PAUSABLE;
3971
3971
  }) | {
3972
3972
  type: import("../ism/types.js").IsmType.OP_STACK;
3973
- origin: string;
3974
3973
  nativeBridge: string;
3974
+ origin: string;
3975
3975
  } | {
3976
3976
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
3977
3977
  relayer: string;
@@ -3988,8 +3988,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
3988
3988
  ownerOverrides?: Record<string, string> | undefined;
3989
3989
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
3990
3990
  upperIsm: string | ({
3991
- validators: string[];
3992
3991
  threshold: number;
3992
+ validators: string[];
3993
3993
  } & {
3994
3994
  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;
3995
3995
  }) | ({
@@ -4010,8 +4010,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4010
4010
  type: import("../ism/types.js").IsmType.PAUSABLE;
4011
4011
  }) | {
4012
4012
  type: import("../ism/types.js").IsmType.OP_STACK;
4013
- origin: string;
4014
4013
  nativeBridge: string;
4014
+ origin: string;
4015
4015
  } | {
4016
4016
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
4017
4017
  relayer: string;
@@ -4034,8 +4034,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4034
4034
  isms: Record<string, string>;
4035
4035
  ownerOverrides?: Record<string, string> | undefined;
4036
4036
  } & string) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
4037
- validators: string[];
4038
4037
  threshold: number;
4038
+ validators: string[];
4039
4039
  } & {
4040
4040
  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;
4041
4041
  }) | (string & {
@@ -4056,8 +4056,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4056
4056
  type: import("../ism/types.js").IsmType.PAUSABLE;
4057
4057
  }) | (string & {
4058
4058
  type: import("../ism/types.js").IsmType.OP_STACK;
4059
- origin: string;
4060
4059
  nativeBridge: string;
4060
+ origin: string;
4061
4061
  }) | (string & {
4062
4062
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
4063
4063
  relayer: string;
@@ -4078,8 +4078,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4078
4078
  isms: Record<string, string>;
4079
4079
  ownerOverrides?: Record<string, string> | undefined;
4080
4080
  }) | ({
4081
- validators: string[];
4082
4081
  threshold: number;
4082
+ validators: string[];
4083
4083
  } & {
4084
4084
  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;
4085
4085
  } & string) | ({
@@ -4100,8 +4100,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4100
4100
  type: import("../ism/types.js").IsmType.PAUSABLE;
4101
4101
  } & string) | ({
4102
4102
  type: import("../ism/types.js").IsmType.OP_STACK;
4103
- origin: string;
4104
4103
  nativeBridge: string;
4104
+ origin: string;
4105
4105
  } & string) | ({
4106
4106
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
4107
4107
  relayer: string;
@@ -4835,8 +4835,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4835
4835
  destinationChain: string;
4836
4836
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
4837
4837
  interchainSecurityModule?: string | ({
4838
- validators: string[];
4839
4838
  threshold: number;
4839
+ validators: string[];
4840
4840
  } & {
4841
4841
  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;
4842
4842
  }) | ({
@@ -4857,8 +4857,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
4857
4857
  type: import("../ism/types.js").IsmType.PAUSABLE;
4858
4858
  }) | {
4859
4859
  type: import("../ism/types.js").IsmType.OP_STACK;
4860
- origin: string;
4861
4860
  nativeBridge: string;
4861
+ origin: string;
4862
4862
  } | {
4863
4863
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
4864
4864
  relayer: string;
@@ -5084,12 +5084,12 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5084
5084
  nativeBridge: z.ZodString;
5085
5085
  }, "strip", z.ZodTypeAny, {
5086
5086
  type: import("../ism/types.js").IsmType.OP_STACK;
5087
- origin: string;
5088
5087
  nativeBridge: string;
5088
+ origin: string;
5089
5089
  }, {
5090
5090
  type: import("../ism/types.js").IsmType.OP_STACK;
5091
- origin: string;
5092
5091
  nativeBridge: string;
5092
+ origin: string;
5093
5093
  }>, z.ZodIntersection<z.ZodObject<{
5094
5094
  owner: z.ZodString;
5095
5095
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -5130,11 +5130,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5130
5130
  validators: z.ZodArray<z.ZodString, "many">;
5131
5131
  threshold: z.ZodNumber;
5132
5132
  }, "strip", z.ZodTypeAny, {
5133
- validators: string[];
5134
5133
  threshold: number;
5135
- }, {
5136
5134
  validators: string[];
5135
+ }, {
5137
5136
  threshold: number;
5137
+ validators: string[];
5138
5138
  }>, z.ZodObject<{
5139
5139
  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>]>;
5140
5140
  }, "strip", z.ZodTypeAny, {
@@ -5582,12 +5582,12 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5582
5582
  nativeBridge: z.ZodString;
5583
5583
  }, "strip", z.ZodTypeAny, {
5584
5584
  type: import("../ism/types.js").IsmType.OP_STACK;
5585
- origin: string;
5586
5585
  nativeBridge: string;
5586
+ origin: string;
5587
5587
  }, {
5588
5588
  type: import("../ism/types.js").IsmType.OP_STACK;
5589
- origin: string;
5590
5589
  nativeBridge: string;
5590
+ origin: string;
5591
5591
  }>, z.ZodIntersection<z.ZodObject<{
5592
5592
  owner: z.ZodString;
5593
5593
  ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -5628,11 +5628,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5628
5628
  validators: z.ZodArray<z.ZodString, "many">;
5629
5629
  threshold: z.ZodNumber;
5630
5630
  }, "strip", z.ZodTypeAny, {
5631
- validators: string[];
5632
5631
  threshold: number;
5633
- }, {
5634
5632
  validators: string[];
5633
+ }, {
5635
5634
  threshold: number;
5635
+ validators: string[];
5636
5636
  }>, z.ZodObject<{
5637
5637
  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>]>;
5638
5638
  }, "strip", z.ZodTypeAny, {
@@ -5735,8 +5735,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5735
5735
  }>;
5736
5736
  address: z.ZodString;
5737
5737
  }, "strip", z.ZodTypeAny, {
5738
- owner: string;
5739
5738
  address: string;
5739
+ owner: string;
5740
5740
  mailbox: string;
5741
5741
  commitmentIsm: {
5742
5742
  type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
@@ -5800,8 +5800,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5800
5800
  destinationChain: string;
5801
5801
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
5802
5802
  interchainSecurityModule?: string | ({
5803
- validators: string[];
5804
5803
  threshold: number;
5804
+ validators: string[];
5805
5805
  } & {
5806
5806
  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;
5807
5807
  }) | ({
@@ -5822,8 +5822,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5822
5822
  type: import("../ism/types.js").IsmType.PAUSABLE;
5823
5823
  }) | {
5824
5824
  type: import("../ism/types.js").IsmType.OP_STACK;
5825
- origin: string;
5826
5825
  nativeBridge: string;
5826
+ origin: string;
5827
5827
  } | {
5828
5828
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
5829
5829
  relayer: string;
@@ -5844,8 +5844,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5844
5844
  address: string;
5845
5845
  }> | undefined;
5846
5846
  }, {
5847
- owner: string;
5848
5847
  address: string;
5848
+ owner: string;
5849
5849
  mailbox: string;
5850
5850
  commitmentIsm: {
5851
5851
  type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
@@ -5909,8 +5909,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5909
5909
  destinationChain: string;
5910
5910
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
5911
5911
  interchainSecurityModule?: string | ({
5912
- validators: string[];
5913
5912
  threshold: number;
5913
+ validators: string[];
5914
5914
  } & {
5915
5915
  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;
5916
5916
  }) | ({
@@ -5931,8 +5931,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
5931
5931
  type: import("../ism/types.js").IsmType.PAUSABLE;
5932
5932
  }) | {
5933
5933
  type: import("../ism/types.js").IsmType.OP_STACK;
5934
- origin: string;
5935
5934
  nativeBridge: string;
5935
+ origin: string;
5936
5936
  } | {
5937
5937
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
5938
5938
  relayer: string;
@@ -6583,8 +6583,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6583
6583
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
6584
6584
  }) | (import("../hook/types.js").AmountRoutingHookConfig & string) | (import("../hook/types.js").AggregationHookConfig & string);
6585
6585
  defaultIsm: string | ({
6586
- validators: string[];
6587
6586
  threshold: number;
6587
+ validators: string[];
6588
6588
  } & {
6589
6589
  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;
6590
6590
  }) | ({
@@ -6605,8 +6605,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6605
6605
  type: import("../ism/types.js").IsmType.PAUSABLE;
6606
6606
  }) | {
6607
6607
  type: import("../ism/types.js").IsmType.OP_STACK;
6608
- origin: string;
6609
6608
  nativeBridge: string;
6609
+ origin: string;
6610
6610
  } | {
6611
6611
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6612
6612
  relayer: string;
@@ -6627,8 +6627,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6627
6627
  isms: Record<string, string>;
6628
6628
  ownerOverrides?: Record<string, string> | undefined;
6629
6629
  } | import("../ism/types.js").AggregationIsmConfig | (string & {
6630
- validators: string[];
6631
6630
  threshold: number;
6631
+ validators: string[];
6632
6632
  } & {
6633
6633
  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;
6634
6634
  }) | (string & {
@@ -6649,8 +6649,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6649
6649
  type: import("../ism/types.js").IsmType.PAUSABLE;
6650
6650
  }) | (string & {
6651
6651
  type: import("../ism/types.js").IsmType.OP_STACK;
6652
- origin: string;
6653
6652
  nativeBridge: string;
6653
+ origin: string;
6654
6654
  }) | (string & {
6655
6655
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6656
6656
  relayer: string;
@@ -6672,8 +6672,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6672
6672
  ownerOverrides?: Record<string, string> | undefined;
6673
6673
  } & {
6674
6674
  domains: import("../types.js").ChainMap<string | ({
6675
- validators: string[];
6676
6675
  threshold: number;
6676
+ validators: string[];
6677
6677
  } & {
6678
6678
  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;
6679
6679
  }) | ({
@@ -6694,8 +6694,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6694
6694
  type: import("../ism/types.js").IsmType.PAUSABLE;
6695
6695
  }) | {
6696
6696
  type: import("../ism/types.js").IsmType.OP_STACK;
6697
- origin: string;
6698
6697
  nativeBridge: string;
6698
+ origin: string;
6699
6699
  } | {
6700
6700
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6701
6701
  relayer: string;
@@ -6715,8 +6715,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6715
6715
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
6716
6716
  } & {
6717
6717
  lowerIsm: string | ({
6718
- validators: string[];
6719
6718
  threshold: number;
6719
+ validators: string[];
6720
6720
  } & {
6721
6721
  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;
6722
6722
  }) | ({
@@ -6737,8 +6737,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6737
6737
  type: import("../ism/types.js").IsmType.PAUSABLE;
6738
6738
  }) | {
6739
6739
  type: import("../ism/types.js").IsmType.OP_STACK;
6740
- origin: string;
6741
6740
  nativeBridge: string;
6741
+ origin: string;
6742
6742
  } | {
6743
6743
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6744
6744
  relayer: string;
@@ -6755,8 +6755,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6755
6755
  ownerOverrides?: Record<string, string> | undefined;
6756
6756
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
6757
6757
  upperIsm: string | ({
6758
- validators: string[];
6759
6758
  threshold: number;
6759
+ validators: string[];
6760
6760
  } & {
6761
6761
  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;
6762
6762
  }) | ({
@@ -6777,8 +6777,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6777
6777
  type: import("../ism/types.js").IsmType.PAUSABLE;
6778
6778
  }) | {
6779
6779
  type: import("../ism/types.js").IsmType.OP_STACK;
6780
- origin: string;
6781
6780
  nativeBridge: string;
6781
+ origin: string;
6782
6782
  } | {
6783
6783
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6784
6784
  relayer: string;
@@ -6801,8 +6801,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6801
6801
  isms: Record<string, string>;
6802
6802
  ownerOverrides?: Record<string, string> | undefined;
6803
6803
  }) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
6804
- validators: string[];
6805
6804
  threshold: number;
6805
+ validators: string[];
6806
6806
  } & {
6807
6807
  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;
6808
6808
  } & string) | ({
@@ -6823,8 +6823,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6823
6823
  type: import("../ism/types.js").IsmType.PAUSABLE;
6824
6824
  } & string) | ({
6825
6825
  type: import("../ism/types.js").IsmType.OP_STACK;
6826
- origin: string;
6827
6826
  nativeBridge: string;
6827
+ origin: string;
6828
6828
  } & string) | ({
6829
6829
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6830
6830
  relayer: string;
@@ -6846,8 +6846,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6846
6846
  ownerOverrides?: Record<string, string> | undefined;
6847
6847
  } & {
6848
6848
  domains: import("../types.js").ChainMap<string | ({
6849
- validators: string[];
6850
6849
  threshold: number;
6850
+ validators: string[];
6851
6851
  } & {
6852
6852
  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;
6853
6853
  }) | ({
@@ -6868,8 +6868,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6868
6868
  type: import("../ism/types.js").IsmType.PAUSABLE;
6869
6869
  }) | {
6870
6870
  type: import("../ism/types.js").IsmType.OP_STACK;
6871
- origin: string;
6872
6871
  nativeBridge: string;
6872
+ origin: string;
6873
6873
  } | {
6874
6874
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6875
6875
  relayer: string;
@@ -6892,8 +6892,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6892
6892
  ownerOverrides?: Record<string, string> | undefined;
6893
6893
  } & {
6894
6894
  domains: import("../types.js").ChainMap<string | ({
6895
- validators: string[];
6896
6895
  threshold: number;
6896
+ validators: string[];
6897
6897
  } & {
6898
6898
  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;
6899
6899
  }) | ({
@@ -6914,8 +6914,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6914
6914
  type: import("../ism/types.js").IsmType.PAUSABLE;
6915
6915
  }) | {
6916
6916
  type: import("../ism/types.js").IsmType.OP_STACK;
6917
- origin: string;
6918
6917
  nativeBridge: string;
6918
+ origin: string;
6919
6919
  } | {
6920
6920
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6921
6921
  relayer: string;
@@ -6935,8 +6935,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6935
6935
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
6936
6936
  } & {
6937
6937
  lowerIsm: string | ({
6938
- validators: string[];
6939
6938
  threshold: number;
6939
+ validators: string[];
6940
6940
  } & {
6941
6941
  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;
6942
6942
  }) | ({
@@ -6957,8 +6957,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6957
6957
  type: import("../ism/types.js").IsmType.PAUSABLE;
6958
6958
  }) | {
6959
6959
  type: import("../ism/types.js").IsmType.OP_STACK;
6960
- origin: string;
6961
6960
  nativeBridge: string;
6961
+ origin: string;
6962
6962
  } | {
6963
6963
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
6964
6964
  relayer: string;
@@ -6975,8 +6975,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6975
6975
  ownerOverrides?: Record<string, string> | undefined;
6976
6976
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
6977
6977
  upperIsm: string | ({
6978
- validators: string[];
6979
6978
  threshold: number;
6979
+ validators: string[];
6980
6980
  } & {
6981
6981
  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;
6982
6982
  }) | ({
@@ -6997,8 +6997,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
6997
6997
  type: import("../ism/types.js").IsmType.PAUSABLE;
6998
6998
  }) | {
6999
6999
  type: import("../ism/types.js").IsmType.OP_STACK;
7000
- origin: string;
7001
7000
  nativeBridge: string;
7001
+ origin: string;
7002
7002
  } | {
7003
7003
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
7004
7004
  relayer: string;
@@ -7019,8 +7019,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7019
7019
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
7020
7020
  } & {
7021
7021
  lowerIsm: string | ({
7022
- validators: string[];
7023
7022
  threshold: number;
7023
+ validators: string[];
7024
7024
  } & {
7025
7025
  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;
7026
7026
  }) | ({
@@ -7041,8 +7041,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7041
7041
  type: import("../ism/types.js").IsmType.PAUSABLE;
7042
7042
  }) | {
7043
7043
  type: import("../ism/types.js").IsmType.OP_STACK;
7044
- origin: string;
7045
7044
  nativeBridge: string;
7045
+ origin: string;
7046
7046
  } | {
7047
7047
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
7048
7048
  relayer: string;
@@ -7059,8 +7059,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7059
7059
  ownerOverrides?: Record<string, string> | undefined;
7060
7060
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
7061
7061
  upperIsm: string | ({
7062
- validators: string[];
7063
7062
  threshold: number;
7063
+ validators: string[];
7064
7064
  } & {
7065
7065
  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;
7066
7066
  }) | ({
@@ -7081,8 +7081,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7081
7081
  type: import("../ism/types.js").IsmType.PAUSABLE;
7082
7082
  }) | {
7083
7083
  type: import("../ism/types.js").IsmType.OP_STACK;
7084
- origin: string;
7085
7084
  nativeBridge: string;
7085
+ origin: string;
7086
7086
  } | {
7087
7087
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
7088
7088
  relayer: string;
@@ -7734,8 +7734,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7734
7734
  address?: string | undefined;
7735
7735
  } | undefined;
7736
7736
  interchainAccountRouter?: {
7737
- owner: string;
7738
7737
  address: string;
7738
+ owner: string;
7739
7739
  mailbox: string;
7740
7740
  commitmentIsm: {
7741
7741
  type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
@@ -7799,8 +7799,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7799
7799
  destinationChain: string;
7800
7800
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
7801
7801
  interchainSecurityModule?: string | ({
7802
- validators: string[];
7803
7802
  threshold: number;
7803
+ validators: string[];
7804
7804
  } & {
7805
7805
  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;
7806
7806
  }) | ({
@@ -7821,8 +7821,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
7821
7821
  type: import("../ism/types.js").IsmType.PAUSABLE;
7822
7822
  }) | {
7823
7823
  type: import("../ism/types.js").IsmType.OP_STACK;
7824
- origin: string;
7825
7824
  nativeBridge: string;
7825
+ origin: string;
7826
7826
  } | {
7827
7827
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
7828
7828
  relayer: string;
@@ -8468,8 +8468,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8468
8468
  destinationChain: string;
8469
8469
  } & string);
8470
8470
  defaultIsm: string | ({
8471
- validators: string[];
8472
8471
  threshold: number;
8472
+ validators: string[];
8473
8473
  } & {
8474
8474
  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;
8475
8475
  }) | ({
@@ -8490,8 +8490,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8490
8490
  type: import("../ism/types.js").IsmType.PAUSABLE;
8491
8491
  }) | {
8492
8492
  type: import("../ism/types.js").IsmType.OP_STACK;
8493
- origin: string;
8494
8493
  nativeBridge: string;
8494
+ origin: string;
8495
8495
  } | {
8496
8496
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8497
8497
  relayer: string;
@@ -8523,8 +8523,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8523
8523
  ownerOverrides?: Record<string, string> | undefined;
8524
8524
  } & {
8525
8525
  domains: import("../types.js").ChainMap<string | ({
8526
- validators: string[];
8527
8526
  threshold: number;
8527
+ validators: string[];
8528
8528
  } & {
8529
8529
  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;
8530
8530
  }) | ({
@@ -8545,8 +8545,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8545
8545
  type: import("../ism/types.js").IsmType.PAUSABLE;
8546
8546
  }) | {
8547
8547
  type: import("../ism/types.js").IsmType.OP_STACK;
8548
- origin: string;
8549
8548
  nativeBridge: string;
8549
+ origin: string;
8550
8550
  } | {
8551
8551
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8552
8552
  relayer: string;
@@ -8566,8 +8566,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8566
8566
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
8567
8567
  } & {
8568
8568
  lowerIsm: string | ({
8569
- validators: string[];
8570
8569
  threshold: number;
8570
+ validators: string[];
8571
8571
  } & {
8572
8572
  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;
8573
8573
  }) | ({
@@ -8588,8 +8588,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8588
8588
  type: import("../ism/types.js").IsmType.PAUSABLE;
8589
8589
  }) | {
8590
8590
  type: import("../ism/types.js").IsmType.OP_STACK;
8591
- origin: string;
8592
8591
  nativeBridge: string;
8592
+ origin: string;
8593
8593
  } | {
8594
8594
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8595
8595
  relayer: string;
@@ -8606,8 +8606,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8606
8606
  ownerOverrides?: Record<string, string> | undefined;
8607
8607
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
8608
8608
  upperIsm: string | ({
8609
- validators: string[];
8610
8609
  threshold: number;
8610
+ validators: string[];
8611
8611
  } & {
8612
8612
  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;
8613
8613
  }) | ({
@@ -8628,8 +8628,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8628
8628
  type: import("../ism/types.js").IsmType.PAUSABLE;
8629
8629
  }) | {
8630
8630
  type: import("../ism/types.js").IsmType.OP_STACK;
8631
- origin: string;
8632
8631
  nativeBridge: string;
8632
+ origin: string;
8633
8633
  } | {
8634
8634
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8635
8635
  relayer: string;
@@ -8658,8 +8658,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8658
8658
  ownerOverrides?: Record<string, string> | undefined;
8659
8659
  } & {
8660
8660
  domains: import("../types.js").ChainMap<string | ({
8661
- validators: string[];
8662
8661
  threshold: number;
8662
+ validators: string[];
8663
8663
  } & {
8664
8664
  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;
8665
8665
  }) | ({
@@ -8680,8 +8680,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8680
8680
  type: import("../ism/types.js").IsmType.PAUSABLE;
8681
8681
  }) | {
8682
8682
  type: import("../ism/types.js").IsmType.OP_STACK;
8683
- origin: string;
8684
8683
  nativeBridge: string;
8684
+ origin: string;
8685
8685
  } | {
8686
8686
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8687
8687
  relayer: string;
@@ -8704,8 +8704,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8704
8704
  ownerOverrides?: Record<string, string> | undefined;
8705
8705
  } & {
8706
8706
  domains: import("../types.js").ChainMap<string | ({
8707
- validators: string[];
8708
8707
  threshold: number;
8708
+ validators: string[];
8709
8709
  } & {
8710
8710
  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;
8711
8711
  }) | ({
@@ -8726,8 +8726,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8726
8726
  type: import("../ism/types.js").IsmType.PAUSABLE;
8727
8727
  }) | {
8728
8728
  type: import("../ism/types.js").IsmType.OP_STACK;
8729
- origin: string;
8730
8729
  nativeBridge: string;
8730
+ origin: string;
8731
8731
  } | {
8732
8732
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8733
8733
  relayer: string;
@@ -8747,8 +8747,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8747
8747
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
8748
8748
  } & {
8749
8749
  lowerIsm: string | ({
8750
- validators: string[];
8751
8750
  threshold: number;
8751
+ validators: string[];
8752
8752
  } & {
8753
8753
  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;
8754
8754
  }) | ({
@@ -8769,8 +8769,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8769
8769
  type: import("../ism/types.js").IsmType.PAUSABLE;
8770
8770
  }) | {
8771
8771
  type: import("../ism/types.js").IsmType.OP_STACK;
8772
- origin: string;
8773
8772
  nativeBridge: string;
8773
+ origin: string;
8774
8774
  } | {
8775
8775
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8776
8776
  relayer: string;
@@ -8787,8 +8787,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8787
8787
  ownerOverrides?: Record<string, string> | undefined;
8788
8788
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
8789
8789
  upperIsm: string | ({
8790
- validators: string[];
8791
8790
  threshold: number;
8791
+ validators: string[];
8792
8792
  } & {
8793
8793
  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;
8794
8794
  }) | ({
@@ -8809,8 +8809,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8809
8809
  type: import("../ism/types.js").IsmType.PAUSABLE;
8810
8810
  }) | {
8811
8811
  type: import("../ism/types.js").IsmType.OP_STACK;
8812
- origin: string;
8813
8812
  nativeBridge: string;
8813
+ origin: string;
8814
8814
  } | {
8815
8815
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8816
8816
  relayer: string;
@@ -8831,8 +8831,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8831
8831
  type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
8832
8832
  } & {
8833
8833
  lowerIsm: string | ({
8834
- validators: string[];
8835
8834
  threshold: number;
8835
+ validators: string[];
8836
8836
  } & {
8837
8837
  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;
8838
8838
  }) | ({
@@ -8853,8 +8853,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8853
8853
  type: import("../ism/types.js").IsmType.PAUSABLE;
8854
8854
  }) | {
8855
8855
  type: import("../ism/types.js").IsmType.OP_STACK;
8856
- origin: string;
8857
8856
  nativeBridge: string;
8857
+ origin: string;
8858
8858
  } | {
8859
8859
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8860
8860
  relayer: string;
@@ -8871,8 +8871,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8871
8871
  ownerOverrides?: Record<string, string> | undefined;
8872
8872
  } | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
8873
8873
  upperIsm: string | ({
8874
- validators: string[];
8875
8874
  threshold: number;
8875
+ validators: string[];
8876
8876
  } & {
8877
8877
  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;
8878
8878
  }) | ({
@@ -8893,8 +8893,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8893
8893
  type: import("../ism/types.js").IsmType.PAUSABLE;
8894
8894
  }) | {
8895
8895
  type: import("../ism/types.js").IsmType.OP_STACK;
8896
- origin: string;
8897
8896
  nativeBridge: string;
8897
+ origin: string;
8898
8898
  } | {
8899
8899
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8900
8900
  relayer: string;
@@ -8917,8 +8917,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8917
8917
  isms: Record<string, string>;
8918
8918
  ownerOverrides?: Record<string, string> | undefined;
8919
8919
  } & string) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
8920
- validators: string[];
8921
8920
  threshold: number;
8921
+ validators: string[];
8922
8922
  } & {
8923
8923
  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;
8924
8924
  }) | (string & {
@@ -8939,8 +8939,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8939
8939
  type: import("../ism/types.js").IsmType.PAUSABLE;
8940
8940
  }) | (string & {
8941
8941
  type: import("../ism/types.js").IsmType.OP_STACK;
8942
- origin: string;
8943
8942
  nativeBridge: string;
8943
+ origin: string;
8944
8944
  }) | (string & {
8945
8945
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8946
8946
  relayer: string;
@@ -8961,8 +8961,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8961
8961
  isms: Record<string, string>;
8962
8962
  ownerOverrides?: Record<string, string> | undefined;
8963
8963
  }) | ({
8964
- validators: string[];
8965
8964
  threshold: number;
8965
+ validators: string[];
8966
8966
  } & {
8967
8967
  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;
8968
8968
  } & string) | ({
@@ -8983,8 +8983,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
8983
8983
  type: import("../ism/types.js").IsmType.PAUSABLE;
8984
8984
  } & string) | ({
8985
8985
  type: import("../ism/types.js").IsmType.OP_STACK;
8986
- origin: string;
8987
8986
  nativeBridge: string;
8987
+ origin: string;
8988
8988
  } & string) | ({
8989
8989
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
8990
8990
  relayer: string;
@@ -9654,8 +9654,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
9654
9654
  address?: string | undefined;
9655
9655
  } | undefined;
9656
9656
  interchainAccountRouter?: {
9657
- owner: string;
9658
9657
  address: string;
9658
+ owner: string;
9659
9659
  mailbox: string;
9660
9660
  commitmentIsm: {
9661
9661
  type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
@@ -9719,8 +9719,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
9719
9719
  destinationChain: string;
9720
9720
  } | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
9721
9721
  interchainSecurityModule?: string | ({
9722
- validators: string[];
9723
9722
  threshold: number;
9723
+ validators: string[];
9724
9724
  } & {
9725
9725
  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;
9726
9726
  }) | ({
@@ -9741,8 +9741,8 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
9741
9741
  type: import("../ism/types.js").IsmType.PAUSABLE;
9742
9742
  }) | {
9743
9743
  type: import("../ism/types.js").IsmType.OP_STACK;
9744
- origin: string;
9745
9744
  nativeBridge: string;
9745
+ origin: string;
9746
9746
  } | {
9747
9747
  type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
9748
9748
  relayer: string;