@hyperlane-xyz/sdk 7.3.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +221 -10
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts +1 -2
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts +1 -2
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.js +1 -1
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/EvmCoreReader.d.ts.map +1 -1
- package/dist/core/EvmCoreReader.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts +1 -2
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +4 -2
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +73 -73
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/HyperlaneRelayer.js +22 -0
- package/dist/core/HyperlaneRelayer.js.map +1 -1
- package/dist/core/types.d.ts +5688 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js +29 -0
- package/dist/core/types.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +1 -2
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/proxy.d.ts +1 -1
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/types.d.ts +26 -3
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/deploy/types.js +10 -0
- package/dist/deploy/types.js.map +1 -1
- package/dist/gcp/storage.d.ts +6 -2
- package/dist/gcp/storage.d.ts.map +1 -1
- package/dist/gcp/storage.js +41 -22
- package/dist/gcp/storage.js.map +1 -1
- package/dist/hook/types.d.ts +1 -2
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +1 -1
- package/dist/hook/types.js.map +1 -1
- package/dist/ica/EvmIcaReader.d.ts.map +1 -1
- package/dist/ica/EvmIcaReader.js +1 -1
- package/dist/ica/EvmIcaReader.js.map +1 -1
- package/dist/ica/types.d.ts +105 -1
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/ica/types.js +24 -1
- package/dist/ica/types.js.map +1 -1
- package/dist/index.d.ts +41 -50
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +39 -37
- package/dist/index.js.map +1 -1
- package/dist/ism/types.d.ts +1 -2
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +1 -1
- package/dist/ism/types.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +955 -230
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +50 -0
- package/dist/metadata/agentConfig.js.map +1 -1
- package/dist/metadata/matchingList.d.ts +6 -0
- package/dist/metadata/matchingList.d.ts.map +1 -1
- package/dist/metadata/matchingList.js +1 -0
- package/dist/metadata/matchingList.js.map +1 -1
- package/dist/middleware/account/types.d.ts +88 -1
- package/dist/middleware/account/types.d.ts.map +1 -1
- package/dist/middleware/account/types.js +18 -1
- package/dist/middleware/account/types.js.map +1 -1
- package/dist/providers/explorerHealthTest.d.ts +1 -1
- package/dist/providers/explorerHealthTest.d.ts.map +1 -1
- package/dist/providers/explorerHealthTest.js.map +1 -1
- package/dist/providers/transactions/submitter/builder/types.d.ts +344 -1
- package/dist/providers/transactions/submitter/builder/types.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/builder/types.js +9 -1
- package/dist/providers/transactions/submitter/builder/types.js.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/types.d.ts +49 -1
- package/dist/providers/transactions/submitter/ethersV5/types.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/types.js +19 -1
- package/dist/providers/transactions/submitter/ethersV5/types.js.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/types.test.d.ts +2 -0
- package/dist/providers/transactions/submitter/ethersV5/types.test.d.ts.map +1 -0
- package/dist/providers/transactions/submitter/ethersV5/{schemas.test.js → types.test.js} +2 -2
- package/dist/providers/transactions/submitter/ethersV5/types.test.js.map +1 -0
- package/dist/providers/transactions/submitter/types.d.ts +59 -1
- package/dist/providers/transactions/submitter/types.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/types.js +21 -1
- package/dist/providers/transactions/submitter/types.js.map +1 -1
- package/dist/providers/transactions/transformer/ethersV5/types.d.ts +57 -1
- package/dist/providers/transactions/transformer/ethersV5/types.d.ts.map +1 -1
- package/dist/providers/transactions/transformer/ethersV5/types.js +6 -1
- package/dist/providers/transactions/transformer/ethersV5/types.js.map +1 -1
- package/dist/providers/transactions/transformer/ethersV5/types.test.d.ts +2 -0
- package/dist/providers/transactions/transformer/ethersV5/types.test.d.ts.map +1 -0
- package/dist/providers/transactions/transformer/ethersV5/{schemas.test.js → types.test.js} +2 -2
- package/dist/providers/transactions/transformer/ethersV5/types.test.js.map +1 -0
- package/dist/providers/transactions/transformer/types.d.ts +47 -1
- package/dist/providers/transactions/transformer/types.d.ts.map +1 -1
- package/dist/providers/transactions/transformer/types.js +9 -1
- package/dist/providers/transactions/transformer/types.js.map +1 -1
- package/dist/providers/transactions/types.d.ts +14 -1
- package/dist/providers/transactions/types.d.ts.map +1 -1
- package/dist/providers/transactions/types.js +8 -1
- package/dist/providers/transactions/types.js.map +1 -1
- package/dist/providers/transactions/types.test.d.ts +2 -0
- package/dist/providers/transactions/types.test.d.ts.map +1 -0
- package/dist/providers/transactions/{schemas.test.js → types.test.js} +2 -2
- package/dist/providers/transactions/types.test.js.map +1 -0
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +2 -3
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +1 -1
- package/dist/router/types.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.d.ts +18 -17
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +4 -3
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts +6 -7
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/app.d.ts +2 -1
- package/dist/token/app.d.ts.map +1 -1
- package/dist/token/app.js +1 -1
- package/dist/token/app.js.map +1 -1
- package/dist/token/checker.d.ts +2 -2
- package/dist/token/checker.d.ts.map +1 -1
- package/dist/token/checker.js +15 -14
- package/dist/token/checker.js.map +1 -1
- package/dist/token/deploy.d.ts +9 -10
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.hardhat-test.js +1 -1
- package/dist/token/deploy.hardhat-test.js.map +1 -1
- package/dist/token/deploy.js +11 -12
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/types.d.ts +1835 -2
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.js +106 -1
- package/dist/token/types.js.map +1 -1
- package/dist/token/types.test.d.ts +2 -0
- package/dist/token/types.test.d.ts.map +1 -0
- package/dist/token/{schemas.test.js → types.test.js} +3 -3
- package/dist/token/types.test.js.map +1 -0
- package/dist/types.d.ts +51 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +15 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/validator.d.ts +1 -0
- package/dist/utils/validator.d.ts.map +1 -1
- package/dist/utils/validator.js +4 -0
- package/dist/utils/validator.js.map +1 -1
- package/package.json +3 -4
- package/dist/core/schemas.d.ts +0 -5690
- package/dist/core/schemas.d.ts.map +0 -1
- package/dist/core/schemas.js +0 -30
- package/dist/core/schemas.js.map +0 -1
- package/dist/deploy/schemas.d.ts +0 -36
- package/dist/deploy/schemas.d.ts.map +0 -1
- package/dist/deploy/schemas.js +0 -15
- package/dist/deploy/schemas.js.map +0 -1
- package/dist/ica/schemas.d.ts +0 -107
- package/dist/ica/schemas.d.ts.map +0 -1
- package/dist/ica/schemas.js +0 -25
- package/dist/ica/schemas.js.map +0 -1
- package/dist/middleware/account/schemas.d.ts +0 -90
- package/dist/middleware/account/schemas.d.ts.map +0 -1
- package/dist/middleware/account/schemas.js +0 -19
- package/dist/middleware/account/schemas.js.map +0 -1
- package/dist/providers/transactions/schemas.d.ts +0 -16
- package/dist/providers/transactions/schemas.d.ts.map +0 -1
- package/dist/providers/transactions/schemas.js +0 -9
- package/dist/providers/transactions/schemas.js.map +0 -1
- package/dist/providers/transactions/schemas.test.d.ts +0 -2
- package/dist/providers/transactions/schemas.test.d.ts.map +0 -1
- package/dist/providers/transactions/schemas.test.js.map +0 -1
- package/dist/providers/transactions/submitter/builder/schemas.d.ts +0 -316
- package/dist/providers/transactions/submitter/builder/schemas.d.ts.map +0 -1
- package/dist/providers/transactions/submitter/builder/schemas.js +0 -10
- package/dist/providers/transactions/submitter/builder/schemas.js.map +0 -1
- package/dist/providers/transactions/submitter/ethersV5/schemas.d.ts +0 -42
- package/dist/providers/transactions/submitter/ethersV5/schemas.d.ts.map +0 -1
- package/dist/providers/transactions/submitter/ethersV5/schemas.js +0 -18
- package/dist/providers/transactions/submitter/ethersV5/schemas.js.map +0 -1
- package/dist/providers/transactions/submitter/ethersV5/schemas.test.d.ts +0 -2
- package/dist/providers/transactions/submitter/ethersV5/schemas.test.d.ts.map +0 -1
- package/dist/providers/transactions/submitter/ethersV5/schemas.test.js.map +0 -1
- package/dist/providers/transactions/submitter/schemas.d.ts +0 -52
- package/dist/providers/transactions/submitter/schemas.d.ts.map +0 -1
- package/dist/providers/transactions/submitter/schemas.js +0 -22
- package/dist/providers/transactions/submitter/schemas.js.map +0 -1
- package/dist/providers/transactions/transformer/ethersV5/schemas.d.ts +0 -58
- package/dist/providers/transactions/transformer/ethersV5/schemas.d.ts.map +0 -1
- package/dist/providers/transactions/transformer/ethersV5/schemas.js +0 -7
- package/dist/providers/transactions/transformer/ethersV5/schemas.js.map +0 -1
- package/dist/providers/transactions/transformer/ethersV5/schemas.test.d.ts +0 -2
- package/dist/providers/transactions/transformer/ethersV5/schemas.test.d.ts.map +0 -1
- package/dist/providers/transactions/transformer/ethersV5/schemas.test.js.map +0 -1
- package/dist/providers/transactions/transformer/schemas.d.ts +0 -49
- package/dist/providers/transactions/transformer/schemas.d.ts.map +0 -1
- package/dist/providers/transactions/transformer/schemas.js +0 -10
- package/dist/providers/transactions/transformer/schemas.js.map +0 -1
- package/dist/schemas.d.ts +0 -48
- package/dist/schemas.d.ts.map +0 -1
- package/dist/schemas.js +0 -16
- package/dist/schemas.js.map +0 -1
- package/dist/token/schemas.d.ts +0 -1835
- package/dist/token/schemas.d.ts.map +0 -1
- package/dist/token/schemas.js +0 -107
- package/dist/token/schemas.js.map +0 -1
- package/dist/token/schemas.test.d.ts +0 -2
- package/dist/token/schemas.test.d.ts.map +0 -1
- package/dist/token/schemas.test.js.map +0 -1
package/dist/ica/types.d.ts
CHANGED
|
@@ -1,5 +1,109 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
|
|
2
|
+
export declare const RemoteIcaRouterConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3
|
+
address: z.ZodString;
|
|
4
|
+
interchainSecurityModule: z.ZodOptional<z.ZodString>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
address: string;
|
|
7
|
+
interchainSecurityModule?: string | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
address: string;
|
|
10
|
+
interchainSecurityModule?: string | undefined;
|
|
11
|
+
}>>;
|
|
12
|
+
export declare const IcaRouterConfigSchema: z.ZodObject<{
|
|
13
|
+
owner: z.ZodString;
|
|
14
|
+
mailbox: z.ZodString;
|
|
15
|
+
proxyAdmin: z.ZodObject<{
|
|
16
|
+
address: z.ZodOptional<z.ZodString>;
|
|
17
|
+
owner: z.ZodString;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
owner: string;
|
|
20
|
+
address?: string | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
owner: string;
|
|
23
|
+
address?: string | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
remoteIcaRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
26
|
+
address: z.ZodString;
|
|
27
|
+
interchainSecurityModule: z.ZodOptional<z.ZodString>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
address: string;
|
|
30
|
+
interchainSecurityModule?: string | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
address: string;
|
|
33
|
+
interchainSecurityModule?: string | undefined;
|
|
34
|
+
}>>>;
|
|
35
|
+
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
owner: string;
|
|
37
|
+
mailbox: string;
|
|
38
|
+
proxyAdmin: {
|
|
39
|
+
owner: string;
|
|
40
|
+
address?: string | undefined;
|
|
41
|
+
};
|
|
42
|
+
remoteIcaRouters?: Record<string, {
|
|
43
|
+
address: string;
|
|
44
|
+
interchainSecurityModule?: string | undefined;
|
|
45
|
+
}> | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
owner: string;
|
|
48
|
+
mailbox: string;
|
|
49
|
+
proxyAdmin: {
|
|
50
|
+
owner: string;
|
|
51
|
+
address?: string | undefined;
|
|
52
|
+
};
|
|
53
|
+
remoteIcaRouters?: Record<string, {
|
|
54
|
+
address: string;
|
|
55
|
+
interchainSecurityModule?: string | undefined;
|
|
56
|
+
}> | undefined;
|
|
57
|
+
}>;
|
|
3
58
|
export type IcaRouterConfig = z.infer<typeof IcaRouterConfigSchema>;
|
|
59
|
+
export declare const DerivedIcaRouterConfigSchema: z.ZodObject<{
|
|
60
|
+
address: z.ZodString;
|
|
61
|
+
owner: z.ZodString;
|
|
62
|
+
mailbox: z.ZodString;
|
|
63
|
+
proxyAdmin: z.ZodObject<{
|
|
64
|
+
owner: z.ZodString;
|
|
65
|
+
address: z.ZodString;
|
|
66
|
+
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
owner: string;
|
|
68
|
+
address: string;
|
|
69
|
+
}, {
|
|
70
|
+
owner: string;
|
|
71
|
+
address: string;
|
|
72
|
+
}>;
|
|
73
|
+
remoteIcaRouters: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
74
|
+
address: z.ZodString;
|
|
75
|
+
interchainSecurityModule: z.ZodOptional<z.ZodString>;
|
|
76
|
+
}, "strip", z.ZodTypeAny, {
|
|
77
|
+
address: string;
|
|
78
|
+
interchainSecurityModule?: string | undefined;
|
|
79
|
+
}, {
|
|
80
|
+
address: string;
|
|
81
|
+
interchainSecurityModule?: string | undefined;
|
|
82
|
+
}>>;
|
|
83
|
+
}, "strict", z.ZodTypeAny, {
|
|
84
|
+
owner: string;
|
|
85
|
+
address: string;
|
|
86
|
+
mailbox: string;
|
|
87
|
+
proxyAdmin: {
|
|
88
|
+
owner: string;
|
|
89
|
+
address: string;
|
|
90
|
+
};
|
|
91
|
+
remoteIcaRouters: Record<string, {
|
|
92
|
+
address: string;
|
|
93
|
+
interchainSecurityModule?: string | undefined;
|
|
94
|
+
}>;
|
|
95
|
+
}, {
|
|
96
|
+
owner: string;
|
|
97
|
+
address: string;
|
|
98
|
+
mailbox: string;
|
|
99
|
+
proxyAdmin: {
|
|
100
|
+
owner: string;
|
|
101
|
+
address: string;
|
|
102
|
+
};
|
|
103
|
+
remoteIcaRouters: Record<string, {
|
|
104
|
+
address: string;
|
|
105
|
+
interchainSecurityModule?: string | undefined;
|
|
106
|
+
}>;
|
|
107
|
+
}>;
|
|
4
108
|
export type DerivedIcaRouterConfig = z.infer<typeof DerivedIcaRouterConfigSchema>;
|
|
5
109
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/ica/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ica/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/ica/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2BAA2B;;;;;;;;;GASvC,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC"}
|
package/dist/ica/types.js
CHANGED
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ZHash } from '../metadata/customZodTypes.js';
|
|
3
|
+
import { RemoteRouterDomain, RemoteRouterRouter } from '../router/types.js';
|
|
4
|
+
import { DerivedOwnableSchema } from '../types.js';
|
|
5
|
+
export const RemoteIcaRouterConfigSchema = z.record(RemoteRouterDomain, RemoteRouterRouter.merge(z.object({
|
|
6
|
+
interchainSecurityModule: ZHash.optional().describe('Optional ISM override to be used on the chain'),
|
|
7
|
+
})));
|
|
8
|
+
export const IcaRouterConfigSchema = z.object({
|
|
9
|
+
owner: ZHash,
|
|
10
|
+
mailbox: ZHash,
|
|
11
|
+
proxyAdmin: z.object({
|
|
12
|
+
address: ZHash.optional(),
|
|
13
|
+
owner: ZHash,
|
|
14
|
+
}),
|
|
15
|
+
remoteIcaRouters: RemoteIcaRouterConfigSchema.optional(),
|
|
16
|
+
});
|
|
17
|
+
export const DerivedIcaRouterConfigSchema = DerivedOwnableSchema.merge(z
|
|
18
|
+
.object({
|
|
19
|
+
owner: ZHash,
|
|
20
|
+
mailbox: ZHash,
|
|
21
|
+
proxyAdmin: DerivedOwnableSchema,
|
|
22
|
+
remoteIcaRouters: RemoteIcaRouterConfigSchema,
|
|
23
|
+
})
|
|
24
|
+
.strict());
|
|
2
25
|
//# sourceMappingURL=types.js.map
|
package/dist/ica/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/ica/types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/ica/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CACjD,kBAAkB,EAClB,kBAAkB,CAAC,KAAK,CACtB,CAAC,CAAC,MAAM,CAAC;IACP,wBAAwB,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACjD,+CAA+C,CAChD;CACF,CAAC,CACH,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC;QACnB,OAAO,EAAE,KAAK,CAAC,QAAQ,EAAE;QACzB,KAAK,EAAE,KAAK;KACb,CAAC;IACF,gBAAgB,EAAE,2BAA2B,CAAC,QAAQ,EAAE;CACzD,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,4BAA4B,GAAG,oBAAoB,CAAC,KAAK,CACpE,CAAC;KACE,MAAM,CAAC;IACN,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,oBAAoB;IAChC,gBAAgB,EAAE,2BAA2B;CAC9C,CAAC;KACD,MAAM,EAAE,CACZ,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { TOKEN_EXCHANGE_RATE_DECIMALS, TOKEN_EXCHANGE_RATE_SCALE, } from './cons
|
|
|
6
6
|
export { MAILBOX_VERSION } from './consts/mailbox.js';
|
|
7
7
|
export { AW_VALIDATOR_ALIAS, defaultMultisigConfigs, } from './consts/multisigIsm.js';
|
|
8
8
|
export { SEALEVEL_SPL_NOOP_ADDRESS } from './consts/sealevel.js';
|
|
9
|
-
export {
|
|
9
|
+
export { multiProtocolTestChainMetadata, test1, test2, test3, testChainMetadata, TestChainName, testChains, testCosmosChain, testSealevelChain, } from './consts/testChains.js';
|
|
10
10
|
export { attachAndConnectContracts, attachContracts, attachContractsMap, attachContractsMapAndGetForeignDeployments, connectContracts, connectContractsMap, filterAddressesMap, filterChainMapExcludeProtocol, filterChainMapToProtocol, filterOwnableContracts, serializeContracts, serializeContractsMap, } from './contracts/contracts.js';
|
|
11
11
|
export { AddressesMap, HyperlaneAddresses, HyperlaneAddressesMap, HyperlaneContracts, HyperlaneContractsMap, HyperlaneFactories, } from './contracts/types.js';
|
|
12
12
|
export { CosmWasmCoreAdapter } from './core/adapters/CosmWasmCoreAdapter.js';
|
|
@@ -21,15 +21,14 @@ export { HyperlaneCoreChecker } from './core/HyperlaneCoreChecker.js';
|
|
|
21
21
|
export { HyperlaneCoreDeployer } from './core/HyperlaneCoreDeployer.js';
|
|
22
22
|
export { HyperlaneRelayer, RelayerCacheSchema, } from './core/HyperlaneRelayer.js';
|
|
23
23
|
export { MultiProtocolCore } from './core/MultiProtocolCore.js';
|
|
24
|
-
export { CoreConfigSchema, DeployedCoreAddresses, DeployedCoreAddressesSchema, DerivedCoreConfigSchema, } from './core/schemas.js';
|
|
25
24
|
export { TestCoreApp } from './core/TestCoreApp.js';
|
|
26
25
|
export { TestCoreDeployer } from './core/TestCoreDeployer.js';
|
|
27
26
|
export { TestRecipientConfig, TestRecipientDeployer, } from './core/TestRecipientDeployer.js';
|
|
28
|
-
export { CoreConfig, CoreViolationType, DerivedCoreConfig, DispatchedMessage, MailboxMultisigIsmViolation, MailboxViolation, MailboxViolationType, ValidatorAnnounceViolation, } from './core/types.js';
|
|
27
|
+
export { CoreConfig, CoreConfigSchema, CoreViolationType, DeployedCoreAddresses, DeployedCoreAddressesSchema, DerivedCoreConfig, DerivedCoreConfigSchema, DispatchedMessage, MailboxMultisigIsmViolation, MailboxViolation, MailboxViolationType, ValidatorAnnounceViolation, } from './core/types.js';
|
|
29
28
|
export { HyperlaneAppChecker } from './deploy/HyperlaneAppChecker.js';
|
|
30
29
|
export { DeployerOptions, HyperlaneDeployer, } from './deploy/HyperlaneDeployer.js';
|
|
31
30
|
export { HyperlaneProxyFactoryDeployer } from './deploy/HyperlaneProxyFactoryDeployer.js';
|
|
32
|
-
export { CheckerViolation,
|
|
31
|
+
export { CheckerViolation, OwnerViolation, ProxyAdminViolation, ProxyFactoryFactoriesAddresses, ProxyFactoryFactoriesSchema, ViolationType, } from './deploy/types.js';
|
|
33
32
|
export { ContractVerifier } from './deploy/verify/ContractVerifier.js';
|
|
34
33
|
export { PostDeploymentContractVerifier } from './deploy/verify/PostDeploymentContractVerifier.js';
|
|
35
34
|
export { BuildArtifact, CompilerOptions, ContractVerificationInput, ExplorerLicenseType, VerificationInput, } from './deploy/verify/types.js';
|
|
@@ -40,21 +39,22 @@ export { IgpFactories, igpFactories } from './gas/contracts.js';
|
|
|
40
39
|
export { HyperlaneIgp } from './gas/HyperlaneIgp.js';
|
|
41
40
|
export { HyperlaneIgpChecker } from './gas/HyperlaneIgpChecker.js';
|
|
42
41
|
export { HyperlaneIgpDeployer } from './gas/HyperlaneIgpDeployer.js';
|
|
43
|
-
export { StorageGasOracleConfig } from './gas/oracle/types.js';
|
|
42
|
+
export { StorageGasOracleConfig, StorageGasOracleConfigSchema, } from './gas/oracle/types.js';
|
|
44
43
|
export { CoinGeckoTokenPriceGetter } from './gas/token-prices.js';
|
|
45
44
|
export { IgpBeneficiaryViolation, IgpConfig, IgpGasOraclesViolation, IgpOverheadViolation, IgpViolation, IgpViolationType, } from './gas/types.js';
|
|
46
45
|
export { EvmHookReader } from './hook/EvmHookReader.js';
|
|
47
46
|
export { HyperlaneHookDeployer } from './hook/HyperlaneHookDeployer.js';
|
|
48
|
-
export { AggregationHookConfig, DomainRoutingHookConfig, FallbackRoutingHookConfig, HookConfig, HookConfigSchema, HookType, IgpHookConfig, MerkleTreeHookConfig, OpStackHookConfig, PausableHookConfig, ProtocolFeeHookConfig, } from './hook/types.js';
|
|
47
|
+
export { AggregationHookConfig, AggregationHookConfigSchema, ArbL2ToL1HookConfig, ArbL2ToL1HookSchema, DomainRoutingHookConfig, DomainRoutingHookConfigSchema, FallbackRoutingHookConfig, FallbackRoutingHookConfigSchema, HookConfig, HookConfigSchema, HookType, IgpHookConfig, IgpSchema, MerkleTreeHookConfig, MerkleTreeSchema, OpStackHookConfig, OpStackHookSchema, PausableHookConfig, PausableHookSchema, ProtocolFeeHookConfig, ProtocolFeeSchema, } from './hook/types.js';
|
|
49
48
|
export { DerivedIsmConfig, EvmIsmReader } from './ism/EvmIsmReader.js';
|
|
50
49
|
export { HyperlaneIsmFactory } from './ism/HyperlaneIsmFactory.js';
|
|
50
|
+
export { BaseMetadataBuilder } from './ism/metadata/builder.js';
|
|
51
51
|
export { decodeIsmMetadata } from './ism/metadata/decode.js';
|
|
52
52
|
export { buildAggregationIsmConfigs, buildMultisigIsmConfigs, multisigConfigToIsmConfig, } from './ism/multisig.js';
|
|
53
|
-
export { AggregationIsmConfig, DeployedIsm, IsmConfig, IsmType, ModuleType, MultisigConfig, MultisigIsmConfig, OpStackIsmConfig, PausableIsmConfig, RoutingIsmConfig, TrustedRelayerIsmConfig, WeightedMultisigIsmConfig, } from './ism/types.js';
|
|
53
|
+
export { AggregationIsmConfig, AggregationIsmConfigSchema, ArbL2ToL1IsmConfig, ArbL2ToL1IsmConfigSchema, DeployedIsm, DeployedIsmType, DomainRoutingIsmConfig, IcaRoutingIsmConfig, IsmConfig, IsmConfigSchema, IsmType, ModuleType, MultisigConfig, MultisigConfigSchema, MultisigIsmConfig, MultisigIsmConfigSchema, OpStackIsmConfig, OpStackIsmConfigSchema, PausableIsmConfig, PausableIsmConfigSchema, RoutingIsmConfig, RoutingIsmConfigSchema, TrustedRelayerIsmConfig, TrustedRelayerIsmConfigSchema, WeightedMultisigIsmConfig, WeightedMultisigIsmConfigSchema, } from './ism/types.js';
|
|
54
54
|
export { collectValidators, moduleCanCertainlyVerify } from './ism/utils.js';
|
|
55
|
-
export { AgentChainMetadata, AgentChainMetadataSchema, AgentConfig, AgentConfigSchema, AgentCosmosGasPrice, AgentLogFormat, AgentLogLevel, AgentSigner, AgentSignerAwsKey, AgentSignerHexKey, AgentSignerKeyType, AgentSignerNode, GasPaymentEnforcement, GasPaymentEnforcementPolicyType, RelayerConfig, RpcConsensusType, ScraperConfig, ValidatorConfig,
|
|
55
|
+
export { AgentChainMetadata, AgentChainMetadataSchema, AgentConfig, AgentConfigSchema, AgentCosmosGasPrice, AgentLogFormat, AgentLogLevel, AgentSealevelChainMetadata, AgentSealevelHeliusFeeLevel, AgentSealevelPriorityFeeOracle, AgentSealevelPriorityFeeOracleType, AgentSealevelTransactionSubmitter, AgentSealevelTransactionSubmitterType, AgentSigner, AgentSignerAwsKey, AgentSignerHexKey, AgentSignerKeyType, AgentSignerNode, buildAgentConfig, GasPaymentEnforcement, GasPaymentEnforcementPolicyType, RelayerConfig, RpcConsensusType, ScraperConfig, ValidatorConfig, } from './metadata/agentConfig.js';
|
|
56
56
|
export { ChainMetadataManager, ChainMetadataManagerOptions, } from './metadata/ChainMetadataManager.js';
|
|
57
|
-
export { BlockExplorer, BlockExplorerSchema, ChainMetadata, ChainMetadataSchema, ChainMetadataSchemaObject, ChainTechnicalStack, EthJsonRpcBlockParameterTag, ExplorerFamily, ExplorerFamilyValue,
|
|
57
|
+
export { BlockExplorer, BlockExplorerSchema, ChainMetadata, ChainMetadataSchema, ChainMetadataSchemaObject, ChainTechnicalStack, EthJsonRpcBlockParameterTag, ExplorerFamily, ExplorerFamilyValue, getChainIdNumber, getDomainId, getReorgPeriod, isValidChainMetadata, mergeChainMetadata, mergeChainMetadataMap, NativeToken, RpcUrl, RpcUrlSchema, } from './metadata/chainMetadataTypes.js';
|
|
58
58
|
export { ZChainName, ZHash } from './metadata/customZodTypes.js';
|
|
59
59
|
export { HyperlaneDeploymentArtifacts, HyperlaneDeploymentArtifactsSchema, } from './metadata/deploymentArtifacts.js';
|
|
60
60
|
export { MatchingList } from './metadata/matchingList.js';
|
|
@@ -63,8 +63,7 @@ export { InterchainAccountFactories, interchainAccountFactories, } from './middl
|
|
|
63
63
|
export { InterchainAccount } from './middleware/account/InterchainAccount.js';
|
|
64
64
|
export { InterchainAccountChecker } from './middleware/account/InterchainAccountChecker.js';
|
|
65
65
|
export { InterchainAccountConfig, InterchainAccountDeployer, } from './middleware/account/InterchainAccountDeployer.js';
|
|
66
|
-
export { AccountConfigSchema, GetCallRemoteSettingsSchema, } from './middleware/account/
|
|
67
|
-
export { AccountConfig, GetCallRemoteSettings, } from './middleware/account/types.js';
|
|
66
|
+
export { AccountConfig, AccountConfigSchema, GetCallRemoteSettings, GetCallRemoteSettingsSchema, } from './middleware/account/types.js';
|
|
68
67
|
export { liquidityLayerFactories } from './middleware/liquidity-layer/contracts.js';
|
|
69
68
|
export { LiquidityLayerApp } from './middleware/liquidity-layer/LiquidityLayerApp.js';
|
|
70
69
|
export { BridgeAdapterConfig, BridgeAdapterType, CircleBridgeAdapterConfig, LiquidityLayerConfig, LiquidityLayerDeployer, PortalAdapterConfig, } from './middleware/liquidity-layer/LiquidityLayerRouterDeployer.js';
|
|
@@ -75,39 +74,42 @@ export { InterchainQueryConfig, InterchainQueryDeployer, } from './middleware/qu
|
|
|
75
74
|
export { isBlockExplorerHealthy } from './providers/explorerHealthTest.js';
|
|
76
75
|
export { MultiProtocolProvider, MultiProtocolProviderOptions, } from './providers/MultiProtocolProvider.js';
|
|
77
76
|
export { MultiProvider, MultiProviderOptions, } from './providers/MultiProvider.js';
|
|
78
|
-
export {
|
|
77
|
+
export { defaultEthersV5ProviderBuilder, defaultFuelProviderBuilder, defaultProviderBuilder, defaultProviderBuilderMap, defaultSolProviderBuilder, defaultViemProviderBuilder, protocolToDefaultProviderBuilder, ProviderBuilderFn, ProviderBuilderMap, TypedProviderBuilderFn, } from './providers/providerBuilders.js';
|
|
79
78
|
export { CosmJsContract, CosmJsProvider, CosmJsTransaction, CosmJsTransactionReceipt, CosmJsWasmContract, CosmJsWasmProvider, CosmJsWasmTransaction, CosmJsWasmTransactionReceipt, EthersV5Contract, EthersV5Provider, EthersV5Transaction, EthersV5TransactionReceipt, ProviderMap, ProviderType, SolanaWeb3Contract, SolanaWeb3Provider, SolanaWeb3Transaction, SolanaWeb3TransactionReceipt, TypedContract, TypedProvider, TypedTransaction, TypedTransactionReceipt, ViemContract, ViemProvider, ViemTransaction, ViemTransactionReceipt, } from './providers/ProviderType.js';
|
|
80
79
|
export { isCosmJsProviderHealthy, isEthersV5ProviderHealthy, isRpcHealthy, isSolanaWeb3ProviderHealthy, } from './providers/rpcHealthTest.js';
|
|
81
80
|
export { HyperlaneEtherscanProvider } from './providers/SmartProvider/HyperlaneEtherscanProvider.js';
|
|
82
81
|
export { HyperlaneJsonRpcProvider } from './providers/SmartProvider/HyperlaneJsonRpcProvider.js';
|
|
83
|
-
export { AllProviderMethods, IProviderMethods, ProviderMethod,
|
|
82
|
+
export { AllProviderMethods, excludeProviderMethods, IProviderMethods, ProviderMethod, } from './providers/SmartProvider/ProviderMethods.js';
|
|
84
83
|
export { HyperlaneSmartProvider } from './providers/SmartProvider/SmartProvider.js';
|
|
85
84
|
export { ProviderRetryOptions, SmartProviderOptions, } from './providers/SmartProvider/types.js';
|
|
86
|
-
export { CallData } from './providers/transactions/types.js';
|
|
85
|
+
export { CallData, CallDataSchema } from './providers/transactions/types.js';
|
|
87
86
|
export { randomAddress } from './test/testUtils.js';
|
|
88
|
-
export { SubmitterMetadataSchema } from './providers/transactions/submitter/schemas.js';
|
|
89
87
|
export { TxSubmitterInterface } from './providers/transactions/submitter/TxSubmitterInterface.js';
|
|
90
88
|
export { TxSubmitterType } from './providers/transactions/submitter/TxSubmitterTypes.js';
|
|
91
|
-
export { SubmitterMetadata } from './providers/transactions/submitter/types.js';
|
|
92
|
-
export { EV5GnosisSafeTxSubmitterPropsSchema, EV5ImpersonatedAccountTxSubmitterPropsSchema, } from './providers/transactions/submitter/ethersV5/
|
|
93
|
-
export { EV5GnosisSafeTxSubmitterProps, EV5ImpersonatedAccountTxSubmitterProps, } from './providers/transactions/submitter/ethersV5/types.js';
|
|
94
|
-
export { ChainSubmissionStrategySchema, SubmissionStrategySchema, } from './providers/transactions/submitter/builder/schemas.js';
|
|
89
|
+
export { SubmitterMetadata, SubmitterMetadataSchema, } from './providers/transactions/submitter/types.js';
|
|
90
|
+
export { EV5GnosisSafeTxSubmitterProps, EV5GnosisSafeTxSubmitterPropsSchema, EV5ImpersonatedAccountTxSubmitterProps, EV5ImpersonatedAccountTxSubmitterPropsSchema, } from './providers/transactions/submitter/ethersV5/types.js';
|
|
95
91
|
export { TxSubmitterBuilder } from './providers/transactions/submitter/builder/TxSubmitterBuilder.js';
|
|
96
|
-
export { ChainSubmissionStrategy, SubmissionStrategy, } from './providers/transactions/submitter/builder/types.js';
|
|
92
|
+
export { ChainSubmissionStrategy, ChainSubmissionStrategySchema, SubmissionStrategy, SubmissionStrategySchema, } from './providers/transactions/submitter/builder/types.js';
|
|
97
93
|
export { EV5GnosisSafeTxBuilder } from './providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.js';
|
|
98
94
|
export { EV5GnosisSafeTxSubmitter } from './providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js';
|
|
99
95
|
export { EV5ImpersonatedAccountTxSubmitter } from './providers/transactions/submitter/ethersV5/EV5ImpersonatedAccountTxSubmitter.js';
|
|
100
96
|
export { EV5JsonRpcTxSubmitter } from './providers/transactions/submitter/ethersV5/EV5JsonRpcTxSubmitter.js';
|
|
101
97
|
export { EV5TxSubmitterInterface } from './providers/transactions/submitter/ethersV5/EV5TxSubmitterInterface.js';
|
|
102
|
-
export { TransformerMetadataSchema } from './providers/transactions/transformer/schemas.js';
|
|
103
98
|
export { TxTransformerInterface } from './providers/transactions/transformer/TxTransformerInterface.js';
|
|
104
99
|
export { TxTransformerType } from './providers/transactions/transformer/TxTransformerTypes.js';
|
|
105
|
-
export { TransformerMetadata } from './providers/transactions/transformer/types.js';
|
|
100
|
+
export { TransformerMetadata, TransformerMetadataSchema, } from './providers/transactions/transformer/types.js';
|
|
106
101
|
export { EV5InterchainAccountTxTransformer } from './providers/transactions/transformer/ethersV5/EV5InterchainAccountTxTransformer.js';
|
|
107
102
|
export { EV5TxTransformerInterface } from './providers/transactions/transformer/ethersV5/EV5TxTransformerInterface.js';
|
|
108
|
-
export { EV5InterchainAccountTxTransformerPropsSchema } from './providers/transactions/transformer/ethersV5/
|
|
109
|
-
export {
|
|
103
|
+
export { EV5InterchainAccountTxTransformerProps, EV5InterchainAccountTxTransformerPropsSchema, } from './providers/transactions/transformer/ethersV5/types.js';
|
|
104
|
+
export { EvmCoreModule } from './core/EvmCoreModule.js';
|
|
105
|
+
export { isProxy, proxyAdmin, proxyConstructorArgs, proxyImplementation, } from './deploy/proxy.js';
|
|
106
|
+
export { ChainGasOracleParams, GasPriceConfig, getCosmosChainGasPrice, getGasPrice, getLocalStorageGasOracleConfig, getTokenExchangeRateFromValues, NativeTokenPriceConfig, } from './gas/utils.js';
|
|
107
|
+
export { GcpValidator } from './gcp/validator.js';
|
|
108
|
+
export { EvmHookModule } from './hook/EvmHookModule.js';
|
|
109
|
+
export { DerivedIcaRouterConfig, DerivedIcaRouterConfigSchema, IcaRouterConfig, IcaRouterConfigSchema, RemoteIcaRouterConfigSchema, } from './ica/types.js';
|
|
110
|
+
export { EvmIsmModule } from './ism/EvmIsmModule.js';
|
|
110
111
|
export { chainMetadataToCosmosChain, chainMetadataToViemChain, } from './metadata/chainMetadataConversion.js';
|
|
112
|
+
export { AnnotatedEV5Transaction } from './providers/ProviderType.js';
|
|
111
113
|
export { EvmGasRouterAdapter, EvmRouterAdapter, } from './router/adapters/EvmRouterAdapter.js';
|
|
112
114
|
export { SealevelGasRouterAdapter, SealevelRouterAdapter, } from './router/adapters/SealevelRouterAdapter.js';
|
|
113
115
|
export { IGasRouterAdapter, IRouterAdapter } from './router/adapters/types.js';
|
|
@@ -116,49 +118,38 @@ export { HyperlaneRouterChecker } from './router/HyperlaneRouterChecker.js';
|
|
|
116
118
|
export { HyperlaneRouterDeployer } from './router/HyperlaneRouterDeployer.js';
|
|
117
119
|
export { MultiProtocolGasRouterApp, MultiProtocolRouterApp, } from './router/MultiProtocolRouterApps.js';
|
|
118
120
|
export { GasRouterApp, RouterApp } from './router/RouterApps.js';
|
|
119
|
-
export { MailboxClientConfig as ConnectionClientConfig, ClientViolation as ConnectionClientViolation, ClientViolationType as ConnectionClientViolationType, DestinationGas, GasRouterConfig, MailboxClientConfig, ProxiedFactories, ProxiedRouterConfig, RemoteRouters, RouterAddress, RouterConfig, RouterViolation, RouterViolationType,
|
|
120
|
-
export {
|
|
121
|
+
export { MailboxClientConfig as ConnectionClientConfig, ClientViolation as ConnectionClientViolation, ClientViolationType as ConnectionClientViolationType, DestinationGas, GasRouterConfig, MailboxClientConfig, MailboxClientConfigSchema, ProxiedFactories, proxiedFactories, ProxiedRouterConfig, RemoteRouters, RouterAddress, RouterConfig, RouterViolation, RouterViolationType, } from './router/types.js';
|
|
122
|
+
export { CosmIbcTokenAdapter, CosmIbcToWarpTokenAdapter, CosmNativeTokenAdapter, } from './token/adapters/CosmosTokenAdapter.js';
|
|
121
123
|
export { CW20Metadata, CwHypCollateralAdapter, CwHypNativeAdapter, CwHypSyntheticAdapter, CwNativeTokenAdapter, CwTokenAdapter, } from './token/adapters/CosmWasmTokenAdapter.js';
|
|
122
124
|
export { EvmHypCollateralAdapter, EvmHypNativeAdapter, EvmHypSyntheticAdapter, EvmHypXERC20Adapter, EvmHypXERC20LockboxAdapter, EvmNativeTokenAdapter, EvmTokenAdapter, } from './token/adapters/EvmTokenAdapter.js';
|
|
123
|
-
export { IHypTokenAdapter, IHypXERC20Adapter,
|
|
125
|
+
export { IHypTokenAdapter, IHypXERC20Adapter, InterchainGasQuote, ITokenAdapter, TransferParams, TransferRemoteParams, } from './token/adapters/ITokenAdapter.js';
|
|
124
126
|
export { SealevelHypCollateralAdapter, SealevelHypNativeAdapter, SealevelHypSyntheticAdapter, SealevelHypTokenAdapter, SealevelNativeTokenAdapter, SealevelTokenAdapter, } from './token/adapters/SealevelTokenAdapter.js';
|
|
125
|
-
export {
|
|
127
|
+
export { SealevelHyperlaneTokenData, SealevelHyperlaneTokenDataSchema, SealevelHypTokenInstruction, SealevelTransferRemoteInstruction, SealevelTransferRemoteSchema, } from './token/adapters/serialization.js';
|
|
126
128
|
export { HypERC20App } from './token/app.js';
|
|
127
129
|
export { HypERC20Checker } from './token/checker.js';
|
|
128
130
|
export { TokenType } from './token/config.js';
|
|
129
|
-
export {
|
|
131
|
+
export { hypERC20contracts, HypERC20Factories, hypERC20factories, HypERC721Factories, TokenFactories, } from './token/contracts.js';
|
|
130
132
|
export { HypERC20Deployer, HypERC721Deployer } from './token/deploy.js';
|
|
133
|
+
export { EvmERC20WarpModule } from './token/EvmERC20WarpModule.js';
|
|
131
134
|
export { EvmERC20WarpRouteReader } from './token/EvmERC20WarpRouteReader.js';
|
|
132
135
|
export { IToken, TokenArgs, TokenConfigSchema } from './token/IToken.js';
|
|
133
136
|
export { Token } from './token/Token.js';
|
|
134
137
|
export { TokenAmount } from './token/TokenAmount.js';
|
|
135
|
-
export { HyperlaneTokenConnection, IbcToHyperlaneTokenConnection, IbcTokenConnection, TokenConnection, TokenConnectionConfigSchema, TokenConnectionType,
|
|
136
|
-
export { PROTOCOL_TO_NATIVE_STANDARD, TOKEN_COLLATERALIZED_STANDARDS, TOKEN_COSMWASM_STANDARDS, TOKEN_HYP_STANDARDS, TOKEN_MULTI_CHAIN_STANDARDS, TOKEN_NFT_STANDARDS, TOKEN_STANDARD_TO_PROTOCOL, TOKEN_TYPE_TO_STANDARD, TokenStandard, } from './token/TokenStandard.js';
|
|
137
|
-
export {
|
|
138
|
-
export { ChainMap, ChainName, ChainNameOrId, Connection } from './types.js';
|
|
138
|
+
export { getTokenConnectionId, HyperlaneTokenConnection, IbcToHyperlaneTokenConnection, IbcTokenConnection, parseTokenConnectionId, TokenConnection, TokenConnectionConfigSchema, TokenConnectionType, } from './token/TokenConnection.js';
|
|
139
|
+
export { MINT_LIMITED_STANDARDS, PROTOCOL_TO_NATIVE_STANDARD, TOKEN_COLLATERALIZED_STANDARDS, TOKEN_COSMWASM_STANDARDS, TOKEN_HYP_STANDARDS, TOKEN_MULTI_CHAIN_STANDARDS, TOKEN_NFT_STANDARDS, TOKEN_STANDARD_TO_PROTOCOL, TOKEN_STANDARD_TO_PROVIDER_TYPE, TOKEN_TYPE_TO_STANDARD, TokenStandard, XERC20_STANDARDS, } from './token/TokenStandard.js';
|
|
140
|
+
export { CollateralRebaseTokenConfigSchema, CollateralTokenConfig, CollateralTokenConfigSchema, HypTokenConfig, HypTokenConfigSchema, HypTokenRouterConfig, HypTokenRouterConfigSchema, isCollateralRebaseTokenConfig, isCollateralTokenConfig, isNativeTokenConfig, isSyntheticRebaseTokenConfig, isSyntheticTokenConfig, isTokenMetadata, NativeTokenConfig, NativeTokenConfigSchema, SyntheticRebaseTokenConfig, SyntheticRebaseTokenConfigSchema, SyntheticTokenConfig, SyntheticTokenConfigSchema, TokenMetadata, TokenMetadataSchema, WarpRouteDeployConfig, WarpRouteDeployConfigSchema, WarpRouteDeployConfigSchemaErrors, } from './token/types.js';
|
|
141
|
+
export { ChainMap, ChainName, ChainNameOrId, Connection, DeployedOwnableConfig, DeployedOwnableSchema, DerivedOwnableConfig, DerivedOwnableSchema, OwnableConfig, OwnableSchema, PausableConfig, PausableSchema, } from './types.js';
|
|
139
142
|
export { getCosmosRegistryChain } from './utils/cosmos.js';
|
|
140
143
|
export { filterByChains } from './utils/filter.js';
|
|
141
144
|
export { ANVIL_RPC_METHODS, getLocalProvider, impersonateAccount, resetFork, setFork, stopImpersonatingAccount, } from './utils/fork.js';
|
|
142
|
-
export {
|
|
145
|
+
export { canProposeSafeTransactions, getSafe, getSafeDelegates, getSafeService, } from './utils/gnosisSafe.js';
|
|
143
146
|
export { HyperlaneReader } from './utils/HyperlaneReader.js';
|
|
147
|
+
export { multisigIsmVerificationCost, normalizeConfig } from './utils/ism.js';
|
|
144
148
|
export { MultiGeneric } from './utils/MultiGeneric.js';
|
|
145
|
-
export {
|
|
149
|
+
export { isCompliant, validateZodResult } from './utils/schemas.js';
|
|
150
|
+
export { getSealevelAccountDataSchema, SealevelAccountDataWrapper, SealevelInstructionWrapper, } from './utils/sealevelSerialization.js';
|
|
146
151
|
export { getChainIdFromTxs } from './utils/transactions.js';
|
|
147
|
-
export { getValidatorFromStorageLocation } from './utils/validator.js';
|
|
152
|
+
export { getValidatorFromStorageLocation, isValidValidatorStorageLocation, } from './utils/validator.js';
|
|
148
153
|
export { FeeConstantConfig, RouteBlacklist, WarpCoreConfig, WarpCoreConfigSchema, WarpTxCategory, WarpTypedTransaction, } from './warp/types.js';
|
|
149
154
|
export { WarpCore, WarpCoreOptions } from './warp/WarpCore.js';
|
|
150
|
-
export { AggregationIsmConfigSchema, IsmConfigSchema, MultisigIsmConfigSchema, } from './ism/types.js';
|
|
151
|
-
export { MailboxClientConfigSchema as mailboxClientConfigSchema } from './router/types.js';
|
|
152
|
-
export { CollateralConfig, NativeConfig, TokenConfig, TokenRouterConfigSchema, WarpRouteDeployConfigSchema, WarpRouteDeployConfigSchemaErrors, isCollateralConfig, isNativeConfig, isSyntheticConfig, isSyntheticRebaseConfig, isTokenMetadata, } from './token/schemas.js';
|
|
153
|
-
export { isCompliant, validateZodResult } from './utils/schemas.js';
|
|
154
|
-
export { canProposeSafeTransactions, getSafe, getSafeDelegates, getSafeService, } from './utils/gnosisSafe.js';
|
|
155
|
-
export { EvmCoreModule } from './core/EvmCoreModule.js';
|
|
156
|
-
export { isProxy, proxyAdmin, proxyConstructorArgs, proxyImplementation, } from './deploy/proxy.js';
|
|
157
|
-
export { ProxyFactoryFactoriesAddresses, ProxyFactoryFactoriesSchema, } from './deploy/schemas.js';
|
|
158
|
-
export { ChainGasOracleParams, GasPriceConfig, NativeTokenPriceConfig, getCosmosChainGasPrice, getGasPrice, getLocalStorageGasOracleConfig, getTokenExchangeRateFromValues, } from './gas/utils.js';
|
|
159
|
-
export { DerivedIcaRouterConfig, IcaRouterConfig } from './ica/types.js';
|
|
160
|
-
export { EvmIsmModule } from './ism/EvmIsmModule.js';
|
|
161
|
-
export { AnnotatedEV5Transaction } from './providers/ProviderType.js';
|
|
162
|
-
export { EvmERC20WarpModule } from './token/EvmERC20WarpModule.js';
|
|
163
|
-
export { GcpValidator } from './gcp/validator.js';
|
|
164
155
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EACL,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EACL,8BAA8B,EAC9B,KAAK,EACL,KAAK,EACL,KAAK,EACL,iBAAiB,EACjB,aAAa,EACb,UAAU,EACV,eAAe,EACf,iBAAiB,GAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,yBAAyB,EACzB,eAAe,EACf,kBAAkB,EAClB,0CAA0C,EAC1C,gBAAgB,EAChB,mBAAmB,EACnB,kBAAkB,EAClB,6BAA6B,EAC7B,wBAAwB,EACxB,sBAAsB,EACtB,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,qBAAqB,EACrB,kBAAkB,EAClB,qBAAqB,EACrB,kBAAkB,GACnB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EACL,aAAa,EACb,aAAa,EACb,aAAa,GACd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EACL,gBAAgB,EAChB,kBAAkB,GACnB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EACL,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC3B,iBAAiB,EACjB,uBAAuB,EACvB,iBAAiB,EACjB,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,0BAA0B,GAC3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EACL,eAAe,EACf,iBAAiB,GAClB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,6BAA6B,EAAE,MAAM,2CAA2C,CAAC;AAC1F,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,mBAAmB,EACnB,8BAA8B,EAC9B,2BAA2B,EAC3B,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,EAAE,8BAA8B,EAAE,MAAM,mDAAmD,CAAC;AACnG,OAAO,EACL,aAAa,EACb,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EACL,oCAAoC,EACpC,0CAA0C,EAC1C,kCAAkC,EAClC,uBAAuB,EACvB,6BAA6B,GAC9B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EACL,sBAAsB,EACtB,4BAA4B,GAC7B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EACL,uBAAuB,EACvB,SAAS,EACT,sBAAsB,EACtB,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,GACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EACL,qBAAqB,EACrB,2BAA2B,EAC3B,mBAAmB,EACnB,mBAAmB,EACnB,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,EACzB,+BAA+B,EAC/B,UAAU,EACV,gBAAgB,EAChB,QAAQ,EACR,aAAa,EACb,SAAS,EACT,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,GAClB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EACL,0BAA0B,EAC1B,uBAAuB,EACvB,yBAAyB,GAC1B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,oBAAoB,EACpB,0BAA0B,EAC1B,kBAAkB,EAClB,wBAAwB,EACxB,WAAW,EACX,eAAe,EACf,sBAAsB,EACtB,mBAAmB,EACnB,SAAS,EACT,eAAe,EACf,OAAO,EACP,UAAU,EACV,cAAc,EACd,oBAAoB,EACpB,iBAAiB,EACjB,uBAAuB,EACvB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,gBAAgB,EAChB,sBAAsB,EACtB,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,EACzB,+BAA+B,GAChC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EACL,kBAAkB,EAClB,wBAAwB,EACxB,WAAW,EACX,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,0BAA0B,EAC1B,2BAA2B,EAC3B,8BAA8B,EAC9B,kCAAkC,EAClC,iCAAiC,EACjC,qCAAqC,EACrC,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,qBAAqB,EACrB,+BAA+B,EAC/B,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,eAAe,GAChB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,2BAA2B,EAC3B,cAAc,EACd,mBAAmB,EACnB,gBAAgB,EAChB,WAAW,EACX,cAAc,EACd,oBAAoB,EACpB,kBAAkB,EAClB,qBAAqB,EACrB,WAAW,EACX,MAAM,EACN,YAAY,GACb,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EACL,4BAA4B,EAC5B,kCAAkC,GACnC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EACL,eAAe,EACf,qBAAqB,GACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,0BAA0B,EAC1B,0BAA0B,GAC3B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAC5F,OAAO,EACL,uBAAuB,EACvB,yBAAyB,GAC1B,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,yBAAyB,EACzB,oBAAoB,EACpB,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,8DAA8D,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EACL,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EACL,qBAAqB,EACrB,4BAA4B,GAC7B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,aAAa,EACb,oBAAoB,GACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,8BAA8B,EAC9B,0BAA0B,EAC1B,sBAAsB,EACtB,yBAAyB,EACzB,yBAAyB,EACzB,0BAA0B,EAC1B,gCAAgC,EAChC,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,wBAAwB,EACxB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,4BAA4B,EAC5B,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,0BAA0B,EAC1B,WAAW,EACX,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,4BAA4B,EAC5B,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,uBAAuB,EACvB,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,sBAAsB,GACvB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,uBAAuB,EACvB,yBAAyB,EACzB,YAAY,EACZ,2BAA2B,GAC5B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,0BAA0B,EAAE,MAAM,yDAAyD,CAAC;AACrG,OAAO,EAAE,wBAAwB,EAAE,MAAM,uDAAuD,CAAC;AACjG,OAAO,EACL,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,cAAc,GACf,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EACL,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4DAA4D,CAAC;AAClG,OAAO,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AACzF,OAAO,EACL,iBAAiB,EACjB,uBAAuB,GACxB,MAAM,6CAA6C,CAAC;AAErD,OAAO,EACL,6BAA6B,EAC7B,mCAAmC,EACnC,sCAAsC,EACtC,4CAA4C,GAC7C,MAAM,sDAAsD,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kEAAkE,CAAC;AACtG,OAAO,EACL,uBAAuB,EACvB,6BAA6B,EAC7B,kBAAkB,EAClB,wBAAwB,GACzB,MAAM,qDAAqD,CAAC;AAE7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,uEAAuE,CAAC;AAC/G,OAAO,EAAE,wBAAwB,EAAE,MAAM,yEAAyE,CAAC;AACnH,OAAO,EAAE,iCAAiC,EAAE,MAAM,kFAAkF,CAAC;AACrI,OAAO,EAAE,qBAAqB,EAAE,MAAM,sEAAsE,CAAC;AAC7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,wEAAwE,CAAC;AAEjH,OAAO,EAAE,sBAAsB,EAAE,MAAM,gEAAgE,CAAC;AACxG,OAAO,EAAE,iBAAiB,EAAE,MAAM,4DAA4D,CAAC;AAC/F,OAAO,EACL,mBAAmB,EACnB,yBAAyB,GAC1B,MAAM,+CAA+C,CAAC;AAEvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,oFAAoF,CAAC;AACvI,OAAO,EAAE,yBAAyB,EAAE,MAAM,4EAA4E,CAAC;AACvH,OAAO,EACL,sCAAsC,EACtC,4CAA4C,GAC7C,MAAM,wDAAwD,CAAC;AAEhE,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EACL,OAAO,EACP,UAAU,EACV,oBAAoB,EACpB,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,sBAAsB,EACtB,WAAW,EACX,8BAA8B,EAC9B,8BAA8B,EAC9B,sBAAsB,GACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EACL,sBAAsB,EACtB,4BAA4B,EAC5B,eAAe,EACf,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EACL,0BAA0B,EAC1B,wBAAwB,GACzB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EACL,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,wBAAwB,EACxB,qBAAqB,GACtB,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EACL,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EACL,mBAAmB,IAAI,sBAAsB,EAC7C,eAAe,IAAI,yBAAyB,EAC5C,mBAAmB,IAAI,6BAA6B,EACpD,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,aAAa,EACb,aAAa,EACb,YAAY,EACZ,eAAe,EACf,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,mBAAmB,EACnB,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,YAAY,EACZ,sBAAsB,EACtB,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,cAAc,GACf,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,uBAAuB,EACvB,mBAAmB,EACnB,sBAAsB,EACtB,mBAAmB,EACnB,0BAA0B,EAC1B,qBAAqB,EACrB,eAAe,GAChB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,cAAc,EACd,oBAAoB,GACrB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,GACrB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,0BAA0B,EAC1B,gCAAgC,EAChC,2BAA2B,EAC3B,iCAAiC,EACjC,4BAA4B,GAC7B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,GACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,6BAA6B,EAC7B,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,2BAA2B,EAC3B,mBAAmB,GACpB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,sBAAsB,EACtB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,mBAAmB,EACnB,2BAA2B,EAC3B,mBAAmB,EACnB,0BAA0B,EAC1B,+BAA+B,EAC/B,sBAAsB,EACtB,aAAa,EACb,gBAAgB,GACjB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,iCAAiC,EACjC,qBAAqB,EACrB,2BAA2B,EAC3B,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,0BAA0B,EAC1B,6BAA6B,EAC7B,uBAAuB,EACvB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,eAAe,EACf,iBAAiB,EACjB,uBAAuB,EACvB,0BAA0B,EAC1B,gCAAgC,EAChC,oBAAoB,EACpB,0BAA0B,EAC1B,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,2BAA2B,EAC3B,iCAAiC,GAClC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,QAAQ,EACR,SAAS,EACT,aAAa,EACb,UAAU,EACV,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,aAAa,EACb,aAAa,EACb,cAAc,EACd,cAAc,GACf,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,SAAS,EACT,OAAO,EACP,wBAAwB,GACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,0BAA0B,EAC1B,OAAO,EACP,gBAAgB,EAChB,cAAc,GAEf,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,2BAA2B,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EACL,4BAA4B,EAC5B,0BAA0B,EAC1B,0BAA0B,GAC3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EACL,+BAA+B,EAC/B,+BAA+B,GAChC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,oBAAoB,EACpB,cAAc,EACd,oBAAoB,GACrB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { TOKEN_EXCHANGE_RATE_DECIMALS, TOKEN_EXCHANGE_RATE_SCALE, } from './cons
|
|
|
6
6
|
export { MAILBOX_VERSION } from './consts/mailbox.js';
|
|
7
7
|
export { AW_VALIDATOR_ALIAS, defaultMultisigConfigs, } from './consts/multisigIsm.js';
|
|
8
8
|
export { SEALEVEL_SPL_NOOP_ADDRESS } from './consts/sealevel.js';
|
|
9
|
-
export {
|
|
9
|
+
export { multiProtocolTestChainMetadata, test1, test2, test3, testChainMetadata, TestChainName, testChains, testCosmosChain, testSealevelChain, } from './consts/testChains.js';
|
|
10
10
|
export { attachAndConnectContracts, attachContracts, attachContractsMap, attachContractsMapAndGetForeignDeployments, connectContracts, connectContractsMap, filterAddressesMap, filterChainMapExcludeProtocol, filterChainMapToProtocol, filterOwnableContracts, serializeContracts, serializeContractsMap, } from './contracts/contracts.js';
|
|
11
11
|
export { CosmWasmCoreAdapter } from './core/adapters/CosmWasmCoreAdapter.js';
|
|
12
12
|
export { EvmCoreAdapter } from './core/adapters/EvmCoreAdapter.js';
|
|
@@ -18,15 +18,14 @@ export { HyperlaneCoreChecker } from './core/HyperlaneCoreChecker.js';
|
|
|
18
18
|
export { HyperlaneCoreDeployer } from './core/HyperlaneCoreDeployer.js';
|
|
19
19
|
export { HyperlaneRelayer, RelayerCacheSchema, } from './core/HyperlaneRelayer.js';
|
|
20
20
|
export { MultiProtocolCore } from './core/MultiProtocolCore.js';
|
|
21
|
-
export { CoreConfigSchema, DeployedCoreAddressesSchema, DerivedCoreConfigSchema, } from './core/schemas.js';
|
|
22
21
|
export { TestCoreApp } from './core/TestCoreApp.js';
|
|
23
22
|
export { TestCoreDeployer } from './core/TestCoreDeployer.js';
|
|
24
23
|
export { TestRecipientDeployer, } from './core/TestRecipientDeployer.js';
|
|
25
|
-
export { CoreViolationType, MailboxViolationType, } from './core/types.js';
|
|
24
|
+
export { CoreConfigSchema, CoreViolationType, DeployedCoreAddressesSchema, DerivedCoreConfigSchema, MailboxViolationType, } from './core/types.js';
|
|
26
25
|
export { HyperlaneAppChecker } from './deploy/HyperlaneAppChecker.js';
|
|
27
26
|
export { HyperlaneDeployer, } from './deploy/HyperlaneDeployer.js';
|
|
28
27
|
export { HyperlaneProxyFactoryDeployer } from './deploy/HyperlaneProxyFactoryDeployer.js';
|
|
29
|
-
export { ViolationType, } from './deploy/types.js';
|
|
28
|
+
export { ProxyFactoryFactoriesSchema, ViolationType, } from './deploy/types.js';
|
|
30
29
|
export { ContractVerifier } from './deploy/verify/ContractVerifier.js';
|
|
31
30
|
export { PostDeploymentContractVerifier } from './deploy/verify/PostDeploymentContractVerifier.js';
|
|
32
31
|
export { ExplorerLicenseType, } from './deploy/verify/types.js';
|
|
@@ -37,20 +36,22 @@ export { igpFactories } from './gas/contracts.js';
|
|
|
37
36
|
export { HyperlaneIgp } from './gas/HyperlaneIgp.js';
|
|
38
37
|
export { HyperlaneIgpChecker } from './gas/HyperlaneIgpChecker.js';
|
|
39
38
|
export { HyperlaneIgpDeployer } from './gas/HyperlaneIgpDeployer.js';
|
|
39
|
+
export { StorageGasOracleConfigSchema, } from './gas/oracle/types.js';
|
|
40
40
|
export { CoinGeckoTokenPriceGetter } from './gas/token-prices.js';
|
|
41
41
|
export { IgpViolationType, } from './gas/types.js';
|
|
42
42
|
export { EvmHookReader } from './hook/EvmHookReader.js';
|
|
43
43
|
export { HyperlaneHookDeployer } from './hook/HyperlaneHookDeployer.js';
|
|
44
|
-
export { HookConfigSchema, HookType, } from './hook/types.js';
|
|
44
|
+
export { AggregationHookConfigSchema, ArbL2ToL1HookSchema, DomainRoutingHookConfigSchema, FallbackRoutingHookConfigSchema, HookConfigSchema, HookType, IgpSchema, MerkleTreeSchema, OpStackHookSchema, PausableHookSchema, ProtocolFeeSchema, } from './hook/types.js';
|
|
45
45
|
export { EvmIsmReader } from './ism/EvmIsmReader.js';
|
|
46
46
|
export { HyperlaneIsmFactory } from './ism/HyperlaneIsmFactory.js';
|
|
47
|
+
export { BaseMetadataBuilder } from './ism/metadata/builder.js';
|
|
47
48
|
export { decodeIsmMetadata } from './ism/metadata/decode.js';
|
|
48
49
|
export { buildAggregationIsmConfigs, buildMultisigIsmConfigs, multisigConfigToIsmConfig, } from './ism/multisig.js';
|
|
49
|
-
export { IsmType, ModuleType, } from './ism/types.js';
|
|
50
|
+
export { AggregationIsmConfigSchema, ArbL2ToL1IsmConfigSchema, IsmConfigSchema, IsmType, ModuleType, MultisigConfigSchema, MultisigIsmConfigSchema, OpStackIsmConfigSchema, PausableIsmConfigSchema, RoutingIsmConfigSchema, TrustedRelayerIsmConfigSchema, WeightedMultisigIsmConfigSchema, } from './ism/types.js';
|
|
50
51
|
export { collectValidators, moduleCanCertainlyVerify } from './ism/utils.js';
|
|
51
|
-
export { AgentChainMetadataSchema, AgentConfigSchema, AgentLogFormat, AgentLogLevel, AgentSignerKeyType, GasPaymentEnforcementPolicyType, RpcConsensusType,
|
|
52
|
+
export { AgentChainMetadataSchema, AgentConfigSchema, AgentLogFormat, AgentLogLevel, AgentSealevelHeliusFeeLevel, AgentSealevelPriorityFeeOracleType, AgentSealevelTransactionSubmitterType, AgentSignerKeyType, buildAgentConfig, GasPaymentEnforcementPolicyType, RpcConsensusType, } from './metadata/agentConfig.js';
|
|
52
53
|
export { ChainMetadataManager, } from './metadata/ChainMetadataManager.js';
|
|
53
|
-
export { BlockExplorerSchema, ChainMetadataSchema, ChainMetadataSchemaObject, ChainTechnicalStack, EthJsonRpcBlockParameterTag, ExplorerFamily,
|
|
54
|
+
export { BlockExplorerSchema, ChainMetadataSchema, ChainMetadataSchemaObject, ChainTechnicalStack, EthJsonRpcBlockParameterTag, ExplorerFamily, getChainIdNumber, getDomainId, getReorgPeriod, isValidChainMetadata, mergeChainMetadata, mergeChainMetadataMap, RpcUrlSchema, } from './metadata/chainMetadataTypes.js';
|
|
54
55
|
export { ZChainName, ZHash } from './metadata/customZodTypes.js';
|
|
55
56
|
export { HyperlaneDeploymentArtifactsSchema, } from './metadata/deploymentArtifacts.js';
|
|
56
57
|
export { WarpRouteConfigSchema, } from './metadata/warpRouteConfig.js';
|
|
@@ -58,7 +59,7 @@ export { interchainAccountFactories, } from './middleware/account/contracts.js';
|
|
|
58
59
|
export { InterchainAccount } from './middleware/account/InterchainAccount.js';
|
|
59
60
|
export { InterchainAccountChecker } from './middleware/account/InterchainAccountChecker.js';
|
|
60
61
|
export { InterchainAccountDeployer, } from './middleware/account/InterchainAccountDeployer.js';
|
|
61
|
-
export { AccountConfigSchema, GetCallRemoteSettingsSchema, } from './middleware/account/
|
|
62
|
+
export { AccountConfigSchema, GetCallRemoteSettingsSchema, } from './middleware/account/types.js';
|
|
62
63
|
export { liquidityLayerFactories } from './middleware/liquidity-layer/contracts.js';
|
|
63
64
|
export { LiquidityLayerApp } from './middleware/liquidity-layer/LiquidityLayerApp.js';
|
|
64
65
|
export { BridgeAdapterType, LiquidityLayerDeployer, } from './middleware/liquidity-layer/LiquidityLayerRouterDeployer.js';
|
|
@@ -74,22 +75,30 @@ export { ProviderType, } from './providers/ProviderType.js';
|
|
|
74
75
|
export { isCosmJsProviderHealthy, isEthersV5ProviderHealthy, isRpcHealthy, isSolanaWeb3ProviderHealthy, } from './providers/rpcHealthTest.js';
|
|
75
76
|
export { HyperlaneEtherscanProvider } from './providers/SmartProvider/HyperlaneEtherscanProvider.js';
|
|
76
77
|
export { HyperlaneJsonRpcProvider } from './providers/SmartProvider/HyperlaneJsonRpcProvider.js';
|
|
77
|
-
export { AllProviderMethods,
|
|
78
|
+
export { AllProviderMethods, excludeProviderMethods, ProviderMethod, } from './providers/SmartProvider/ProviderMethods.js';
|
|
78
79
|
export { HyperlaneSmartProvider } from './providers/SmartProvider/SmartProvider.js';
|
|
80
|
+
export { CallDataSchema } from './providers/transactions/types.js';
|
|
79
81
|
export { randomAddress } from './test/testUtils.js';
|
|
80
|
-
export { SubmitterMetadataSchema } from './providers/transactions/submitter/schemas.js';
|
|
81
82
|
export { TxSubmitterType } from './providers/transactions/submitter/TxSubmitterTypes.js';
|
|
82
|
-
export {
|
|
83
|
-
export {
|
|
83
|
+
export { SubmitterMetadataSchema, } from './providers/transactions/submitter/types.js';
|
|
84
|
+
export { EV5GnosisSafeTxSubmitterPropsSchema, EV5ImpersonatedAccountTxSubmitterPropsSchema, } from './providers/transactions/submitter/ethersV5/types.js';
|
|
84
85
|
export { TxSubmitterBuilder } from './providers/transactions/submitter/builder/TxSubmitterBuilder.js';
|
|
86
|
+
export { ChainSubmissionStrategySchema, SubmissionStrategySchema, } from './providers/transactions/submitter/builder/types.js';
|
|
85
87
|
export { EV5GnosisSafeTxBuilder } from './providers/transactions/submitter/ethersV5/EV5GnosisSafeTxBuilder.js';
|
|
86
88
|
export { EV5GnosisSafeTxSubmitter } from './providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js';
|
|
87
89
|
export { EV5ImpersonatedAccountTxSubmitter } from './providers/transactions/submitter/ethersV5/EV5ImpersonatedAccountTxSubmitter.js';
|
|
88
90
|
export { EV5JsonRpcTxSubmitter } from './providers/transactions/submitter/ethersV5/EV5JsonRpcTxSubmitter.js';
|
|
89
|
-
export { TransformerMetadataSchema } from './providers/transactions/transformer/schemas.js';
|
|
90
91
|
export { TxTransformerType } from './providers/transactions/transformer/TxTransformerTypes.js';
|
|
92
|
+
export { TransformerMetadataSchema, } from './providers/transactions/transformer/types.js';
|
|
91
93
|
export { EV5InterchainAccountTxTransformer } from './providers/transactions/transformer/ethersV5/EV5InterchainAccountTxTransformer.js';
|
|
92
|
-
export { EV5InterchainAccountTxTransformerPropsSchema } from './providers/transactions/transformer/ethersV5/
|
|
94
|
+
export { EV5InterchainAccountTxTransformerPropsSchema, } from './providers/transactions/transformer/ethersV5/types.js';
|
|
95
|
+
export { EvmCoreModule } from './core/EvmCoreModule.js';
|
|
96
|
+
export { isProxy, proxyAdmin, proxyConstructorArgs, proxyImplementation, } from './deploy/proxy.js';
|
|
97
|
+
export { getCosmosChainGasPrice, getGasPrice, getLocalStorageGasOracleConfig, getTokenExchangeRateFromValues, } from './gas/utils.js';
|
|
98
|
+
export { GcpValidator } from './gcp/validator.js';
|
|
99
|
+
export { EvmHookModule } from './hook/EvmHookModule.js';
|
|
100
|
+
export { DerivedIcaRouterConfigSchema, IcaRouterConfigSchema, RemoteIcaRouterConfigSchema, } from './ica/types.js';
|
|
101
|
+
export { EvmIsmModule } from './ism/EvmIsmModule.js';
|
|
93
102
|
export { chainMetadataToCosmosChain, chainMetadataToViemChain, } from './metadata/chainMetadataConversion.js';
|
|
94
103
|
export { EvmGasRouterAdapter, EvmRouterAdapter, } from './router/adapters/EvmRouterAdapter.js';
|
|
95
104
|
export { SealevelGasRouterAdapter, SealevelRouterAdapter, } from './router/adapters/SealevelRouterAdapter.js';
|
|
@@ -98,46 +107,39 @@ export { HyperlaneRouterChecker } from './router/HyperlaneRouterChecker.js';
|
|
|
98
107
|
export { HyperlaneRouterDeployer } from './router/HyperlaneRouterDeployer.js';
|
|
99
108
|
export { MultiProtocolGasRouterApp, MultiProtocolRouterApp, } from './router/MultiProtocolRouterApps.js';
|
|
100
109
|
export { GasRouterApp, RouterApp } from './router/RouterApps.js';
|
|
101
|
-
export { ClientViolationType as ConnectionClientViolationType,
|
|
102
|
-
export {
|
|
110
|
+
export { ClientViolationType as ConnectionClientViolationType, MailboxClientConfigSchema, proxiedFactories, RouterViolationType, } from './router/types.js';
|
|
111
|
+
export { CosmIbcTokenAdapter, CosmIbcToWarpTokenAdapter, CosmNativeTokenAdapter, } from './token/adapters/CosmosTokenAdapter.js';
|
|
103
112
|
export { CwHypCollateralAdapter, CwHypNativeAdapter, CwHypSyntheticAdapter, CwNativeTokenAdapter, CwTokenAdapter, } from './token/adapters/CosmWasmTokenAdapter.js';
|
|
104
113
|
export { EvmHypCollateralAdapter, EvmHypNativeAdapter, EvmHypSyntheticAdapter, EvmHypXERC20Adapter, EvmHypXERC20LockboxAdapter, EvmNativeTokenAdapter, EvmTokenAdapter, } from './token/adapters/EvmTokenAdapter.js';
|
|
105
114
|
export { SealevelHypCollateralAdapter, SealevelHypNativeAdapter, SealevelHypSyntheticAdapter, SealevelHypTokenAdapter, SealevelNativeTokenAdapter, SealevelTokenAdapter, } from './token/adapters/SealevelTokenAdapter.js';
|
|
106
|
-
export {
|
|
115
|
+
export { SealevelHyperlaneTokenData, SealevelHyperlaneTokenDataSchema, SealevelHypTokenInstruction, SealevelTransferRemoteInstruction, SealevelTransferRemoteSchema, } from './token/adapters/serialization.js';
|
|
107
116
|
export { HypERC20App } from './token/app.js';
|
|
108
117
|
export { HypERC20Checker } from './token/checker.js';
|
|
109
118
|
export { TokenType } from './token/config.js';
|
|
110
119
|
export { hypERC20contracts, hypERC20factories, } from './token/contracts.js';
|
|
111
120
|
export { HypERC20Deployer, HypERC721Deployer } from './token/deploy.js';
|
|
121
|
+
export { EvmERC20WarpModule } from './token/EvmERC20WarpModule.js';
|
|
112
122
|
export { EvmERC20WarpRouteReader } from './token/EvmERC20WarpRouteReader.js';
|
|
113
123
|
export { TokenConfigSchema } from './token/IToken.js';
|
|
114
124
|
export { Token } from './token/Token.js';
|
|
115
125
|
export { TokenAmount } from './token/TokenAmount.js';
|
|
116
|
-
export {
|
|
117
|
-
export { PROTOCOL_TO_NATIVE_STANDARD, TOKEN_COLLATERALIZED_STANDARDS, TOKEN_COSMWASM_STANDARDS, TOKEN_HYP_STANDARDS, TOKEN_MULTI_CHAIN_STANDARDS, TOKEN_NFT_STANDARDS, TOKEN_STANDARD_TO_PROTOCOL, TOKEN_TYPE_TO_STANDARD, TokenStandard, } from './token/TokenStandard.js';
|
|
126
|
+
export { getTokenConnectionId, parseTokenConnectionId, TokenConnectionConfigSchema, TokenConnectionType, } from './token/TokenConnection.js';
|
|
127
|
+
export { MINT_LIMITED_STANDARDS, PROTOCOL_TO_NATIVE_STANDARD, TOKEN_COLLATERALIZED_STANDARDS, TOKEN_COSMWASM_STANDARDS, TOKEN_HYP_STANDARDS, TOKEN_MULTI_CHAIN_STANDARDS, TOKEN_NFT_STANDARDS, TOKEN_STANDARD_TO_PROTOCOL, TOKEN_STANDARD_TO_PROVIDER_TYPE, TOKEN_TYPE_TO_STANDARD, TokenStandard, XERC20_STANDARDS, } from './token/TokenStandard.js';
|
|
128
|
+
export { CollateralRebaseTokenConfigSchema, CollateralTokenConfigSchema, HypTokenConfigSchema, HypTokenRouterConfigSchema, isCollateralRebaseTokenConfig, isCollateralTokenConfig, isNativeTokenConfig, isSyntheticRebaseTokenConfig, isSyntheticTokenConfig, isTokenMetadata, NativeTokenConfigSchema, SyntheticRebaseTokenConfigSchema, SyntheticTokenConfigSchema, TokenMetadataSchema, WarpRouteDeployConfigSchema, WarpRouteDeployConfigSchemaErrors, } from './token/types.js';
|
|
129
|
+
export { DeployedOwnableSchema, DerivedOwnableSchema, OwnableSchema, PausableSchema, } from './types.js';
|
|
118
130
|
export { getCosmosRegistryChain } from './utils/cosmos.js';
|
|
119
131
|
export { filterByChains } from './utils/filter.js';
|
|
120
132
|
export { ANVIL_RPC_METHODS, getLocalProvider, impersonateAccount, resetFork, setFork, stopImpersonatingAccount, } from './utils/fork.js';
|
|
121
|
-
export {
|
|
133
|
+
export { canProposeSafeTransactions, getSafe, getSafeDelegates, getSafeService,
|
|
134
|
+
// @ts-ignore
|
|
135
|
+
} from './utils/gnosisSafe.js';
|
|
122
136
|
export { HyperlaneReader } from './utils/HyperlaneReader.js';
|
|
137
|
+
export { multisigIsmVerificationCost, normalizeConfig } from './utils/ism.js';
|
|
123
138
|
export { MultiGeneric } from './utils/MultiGeneric.js';
|
|
124
|
-
export {
|
|
139
|
+
export { isCompliant, validateZodResult } from './utils/schemas.js';
|
|
140
|
+
export { getSealevelAccountDataSchema, SealevelAccountDataWrapper, SealevelInstructionWrapper, } from './utils/sealevelSerialization.js';
|
|
125
141
|
export { getChainIdFromTxs } from './utils/transactions.js';
|
|
126
|
-
export { getValidatorFromStorageLocation } from './utils/validator.js';
|
|
142
|
+
export { getValidatorFromStorageLocation, isValidValidatorStorageLocation, } from './utils/validator.js';
|
|
127
143
|
export { WarpCoreConfigSchema, WarpTxCategory, } from './warp/types.js';
|
|
128
144
|
export { WarpCore } from './warp/WarpCore.js';
|
|
129
|
-
export { AggregationIsmConfigSchema, IsmConfigSchema, MultisigIsmConfigSchema, } from './ism/types.js';
|
|
130
|
-
export { MailboxClientConfigSchema as mailboxClientConfigSchema } from './router/types.js';
|
|
131
|
-
export { TokenRouterConfigSchema, WarpRouteDeployConfigSchema, WarpRouteDeployConfigSchemaErrors, isCollateralConfig, isNativeConfig, isSyntheticConfig, isSyntheticRebaseConfig, isTokenMetadata, } from './token/schemas.js';
|
|
132
|
-
export { isCompliant, validateZodResult } from './utils/schemas.js';
|
|
133
|
-
export { canProposeSafeTransactions, getSafe, getSafeDelegates, getSafeService,
|
|
134
|
-
// @ts-ignore
|
|
135
|
-
} from './utils/gnosisSafe.js';
|
|
136
|
-
export { EvmCoreModule } from './core/EvmCoreModule.js';
|
|
137
|
-
export { isProxy, proxyAdmin, proxyConstructorArgs, proxyImplementation, } from './deploy/proxy.js';
|
|
138
|
-
export { ProxyFactoryFactoriesSchema, } from './deploy/schemas.js';
|
|
139
|
-
export { getCosmosChainGasPrice, getGasPrice, getLocalStorageGasOracleConfig, getTokenExchangeRateFromValues, } from './gas/utils.js';
|
|
140
|
-
export { EvmIsmModule } from './ism/EvmIsmModule.js';
|
|
141
|
-
export { EvmERC20WarpModule } from './token/EvmERC20WarpModule.js';
|
|
142
|
-
export { GcpValidator } from './gcp/validator.js';
|
|
143
145
|
//# sourceMappingURL=index.js.map
|