@hyperlane-xyz/sdk 7.1.0-beta.0 → 7.2.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 +1 -0
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +1057 -356
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsm.test.js +16 -2
- package/dist/consts/multisigIsm.test.js.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.js +0 -1
- package/dist/consts/multisigIsmVerifyCosts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +2 -2
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts +2 -2
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +40 -40
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/HyperlaneRelayer.js +3 -3
- package/dist/core/HyperlaneRelayer.js.map +1 -1
- package/dist/core/schemas.d.ts +676 -676
- package/dist/core/schemas.js +2 -2
- package/dist/core/schemas.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +1 -1
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/adapters/serialization.d.ts.map +1 -1
- package/dist/gas/adapters/serialization.js +0 -1
- package/dist/gas/adapters/serialization.js.map +1 -1
- package/dist/gas/types.d.ts +1 -1
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +0 -1
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookModule.js +1 -2
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/EvmHookReader.js +2 -2
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/EvmHookReader.test.js +0 -1
- package/dist/hook/EvmHookReader.test.js.map +1 -1
- package/dist/hook/types.d.ts +244 -1
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +65 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +8 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.d.ts.map +1 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js +0 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
- package/dist/ism/EvmIsmModule.js +1 -2
- package/dist/ism/EvmIsmModule.js.map +1 -1
- package/dist/ism/EvmIsmReader.js +4 -4
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +1 -1
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +2 -2
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
- package/dist/ism/metadata/aggregation.d.ts +2 -1
- package/dist/ism/metadata/aggregation.d.ts.map +1 -1
- package/dist/ism/metadata/aggregation.js +2 -2
- package/dist/ism/metadata/aggregation.js.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +1 -2
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.d.ts +6 -19
- package/dist/ism/metadata/builder.d.ts.map +1 -1
- package/dist/ism/metadata/builder.hardhat-test.js +2 -1
- package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.js +6 -26
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/decode.d.ts +3 -0
- package/dist/ism/metadata/decode.d.ts.map +1 -0
- package/dist/ism/metadata/decode.js +31 -0
- package/dist/ism/metadata/decode.js.map +1 -0
- package/dist/ism/metadata/multisig.d.ts +1 -1
- package/dist/ism/metadata/multisig.d.ts.map +1 -1
- package/dist/ism/metadata/null.d.ts +1 -1
- package/dist/ism/metadata/null.d.ts.map +1 -1
- package/dist/ism/metadata/routing.d.ts +2 -1
- package/dist/ism/metadata/routing.d.ts.map +1 -1
- package/dist/ism/metadata/routing.js +2 -2
- package/dist/ism/metadata/routing.js.map +1 -1
- package/dist/ism/metadata/types.d.ts +20 -0
- package/dist/ism/metadata/types.d.ts.map +1 -0
- package/dist/ism/metadata/types.js +2 -0
- package/dist/ism/metadata/types.js.map +1 -0
- package/dist/ism/multisig.d.ts +1 -0
- package/dist/ism/multisig.d.ts.map +1 -1
- package/dist/ism/multisig.js +9 -12
- package/dist/ism/multisig.js.map +1 -1
- package/dist/ism/types.d.ts +248 -2
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +76 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/types.test.d.ts +2 -0
- package/dist/ism/types.test.d.ts.map +1 -0
- package/dist/ism/{schemas.test.js → types.test.js} +2 -3
- package/dist/ism/types.test.js.map +1 -0
- package/dist/ism/utils.js +1 -1
- package/dist/ism/utils.js.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +14 -13
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +1 -2
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -1
- package/dist/router/types.d.ts +1186 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +27 -0
- package/dist/router/types.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.d.ts +5 -3
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +13 -5
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +18 -20
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/IToken.d.ts +2 -2
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +6 -2
- package/dist/token/Token.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js +19 -8
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +9 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +11 -0
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/checker.js +1 -1
- package/dist/token/checker.js.map +1 -1
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +0 -1
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/schemas.d.ts +160 -282
- package/dist/token/schemas.d.ts.map +1 -1
- package/dist/token/schemas.js +1 -1
- package/dist/token/schemas.js.map +1 -1
- package/dist/utils/gnosisSafe.js +1 -1
- package/dist/utils/ism.js +1 -1
- package/dist/utils/ism.js.map +1 -1
- package/dist/utils/logUtils.js +1 -1
- package/dist/utils/logUtils.js.map +1 -1
- package/dist/utils/sealevelSerialization.d.ts.map +1 -1
- package/dist/utils/sealevelSerialization.js +0 -1
- package/dist/utils/sealevelSerialization.js.map +1 -1
- package/dist/warp/types.d.ts +4 -4
- package/package.json +15 -9
- package/dist/hook/schemas.d.ts +0 -247
- package/dist/hook/schemas.d.ts.map +0 -1
- package/dist/hook/schemas.js +0 -67
- package/dist/hook/schemas.js.map +0 -1
- package/dist/ism/schemas.d.ts +0 -246
- package/dist/ism/schemas.d.ts.map +0 -1
- package/dist/ism/schemas.js +0 -78
- package/dist/ism/schemas.js.map +0 -1
- package/dist/ism/schemas.test.d.ts +0 -2
- package/dist/ism/schemas.test.d.ts.map +0 -1
- package/dist/ism/schemas.test.js.map +0 -1
- package/dist/router/schemas.d.ts +0 -1317
- package/dist/router/schemas.d.ts.map +0 -1
- package/dist/router/schemas.js +0 -30
- package/dist/router/schemas.js.map +0 -1
package/dist/core/schemas.d.ts
CHANGED
|
@@ -3,21 +3,21 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3
3
|
owner: z.ZodString;
|
|
4
4
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5
5
|
defaultIsm: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
6
|
-
type: z.ZodLiteral<import("../
|
|
6
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
type: import("../
|
|
8
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
9
9
|
}, {
|
|
10
|
-
type: import("../
|
|
10
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
11
11
|
}>, z.ZodObject<{
|
|
12
|
-
type: z.ZodLiteral<import("../
|
|
12
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
|
|
13
13
|
origin: z.ZodString;
|
|
14
14
|
nativeBridge: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
type: import("../
|
|
16
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
17
17
|
origin: string;
|
|
18
18
|
nativeBridge: string;
|
|
19
19
|
}, {
|
|
20
|
-
type: import("../
|
|
20
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
21
21
|
origin: string;
|
|
22
22
|
nativeBridge: string;
|
|
23
23
|
}>, z.ZodIntersection<z.ZodObject<{
|
|
@@ -33,19 +33,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
33
33
|
paused: boolean;
|
|
34
34
|
ownerOverrides?: Record<string, string> | undefined;
|
|
35
35
|
}>, z.ZodObject<{
|
|
36
|
-
type: z.ZodLiteral<import("../
|
|
36
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
type: import("../
|
|
38
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
39
39
|
}, {
|
|
40
|
-
type: import("../
|
|
40
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
41
41
|
}>>, z.ZodObject<{
|
|
42
|
-
type: z.ZodLiteral<import("../
|
|
42
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
|
|
43
43
|
relayer: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
type: import("../
|
|
45
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
46
46
|
relayer: string;
|
|
47
47
|
}, {
|
|
48
|
-
type: import("../
|
|
48
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
49
49
|
relayer: string;
|
|
50
50
|
}>, z.ZodIntersection<z.ZodObject<{
|
|
51
51
|
validators: z.ZodArray<z.ZodString, "many">;
|
|
@@ -57,11 +57,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
57
57
|
validators: string[];
|
|
58
58
|
threshold: number;
|
|
59
59
|
}>, z.ZodObject<{
|
|
60
|
-
type: z.ZodUnion<[z.ZodLiteral<import("../
|
|
60
|
+
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>]>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
type: import("../
|
|
62
|
+
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;
|
|
63
63
|
}, {
|
|
64
|
-
type: import("../
|
|
64
|
+
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;
|
|
65
65
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
66
66
|
validators: z.ZodArray<z.ZodObject<{
|
|
67
67
|
signingAddress: z.ZodString;
|
|
@@ -87,37 +87,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
87
87
|
}[];
|
|
88
88
|
thresholdWeight: number;
|
|
89
89
|
}>, z.ZodObject<{
|
|
90
|
-
type: z.ZodUnion<[z.ZodLiteral<import("../
|
|
90
|
+
type: z.ZodUnion<[z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG>, z.ZodLiteral<import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG>]>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
type: import("../
|
|
92
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
93
93
|
}, {
|
|
94
|
-
type: import("../
|
|
95
|
-
}>>, z.ZodType<import("../
|
|
96
|
-
type: z.ZodLiteral<import("../
|
|
94
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
95
|
+
}>>, z.ZodType<import("../ism/types.js").RoutingIsmConfig, z.ZodTypeDef, import("../ism/types.js").RoutingIsmConfig>, z.ZodType<import("../ism/types.js").AggregationIsmConfig, z.ZodTypeDef, import("../ism/types.js").AggregationIsmConfig>, z.ZodObject<{
|
|
96
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
|
|
97
97
|
bridge: z.ZodString;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
type: import("../
|
|
99
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
100
100
|
bridge: string;
|
|
101
101
|
}, {
|
|
102
|
-
type: import("../
|
|
102
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
103
103
|
bridge: string;
|
|
104
104
|
}>]>;
|
|
105
105
|
defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
106
106
|
owner: z.ZodString;
|
|
107
107
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
108
|
-
type: z.ZodLiteral<import("../
|
|
108
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
|
|
109
109
|
beneficiary: z.ZodString;
|
|
110
110
|
maxProtocolFee: z.ZodString;
|
|
111
111
|
protocolFee: z.ZodString;
|
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
|
113
|
-
type: import("../
|
|
113
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
114
114
|
owner: string;
|
|
115
115
|
protocolFee: string;
|
|
116
116
|
beneficiary: string;
|
|
117
117
|
maxProtocolFee: string;
|
|
118
118
|
ownerOverrides?: Record<string, string> | undefined;
|
|
119
119
|
}, {
|
|
120
|
-
type: import("../
|
|
120
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
121
121
|
owner: string;
|
|
122
122
|
protocolFee: string;
|
|
123
123
|
beneficiary: string;
|
|
@@ -127,45 +127,45 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
127
127
|
owner: z.ZodString;
|
|
128
128
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
129
129
|
paused: z.ZodBoolean;
|
|
130
|
-
type: z.ZodLiteral<import("../
|
|
130
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
type: import("../
|
|
132
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
133
133
|
owner: string;
|
|
134
134
|
paused: boolean;
|
|
135
135
|
ownerOverrides?: Record<string, string> | undefined;
|
|
136
136
|
}, {
|
|
137
|
-
type: import("../
|
|
137
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
138
138
|
owner: string;
|
|
139
139
|
paused: boolean;
|
|
140
140
|
ownerOverrides?: Record<string, string> | undefined;
|
|
141
141
|
}>, z.ZodObject<{
|
|
142
142
|
owner: z.ZodString;
|
|
143
143
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
144
|
-
type: z.ZodLiteral<import("../
|
|
144
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
|
|
145
145
|
nativeBridge: z.ZodString;
|
|
146
146
|
destinationChain: z.ZodString;
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
|
-
type: import("../
|
|
148
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
149
149
|
owner: string;
|
|
150
150
|
nativeBridge: string;
|
|
151
151
|
destinationChain: string;
|
|
152
152
|
ownerOverrides?: Record<string, string> | undefined;
|
|
153
153
|
}, {
|
|
154
|
-
type: import("../
|
|
154
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
155
155
|
owner: string;
|
|
156
156
|
nativeBridge: string;
|
|
157
157
|
destinationChain: string;
|
|
158
158
|
ownerOverrides?: Record<string, string> | undefined;
|
|
159
159
|
}>, z.ZodObject<{
|
|
160
|
-
type: z.ZodLiteral<import("../
|
|
160
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
type: import("../
|
|
162
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
163
163
|
}, {
|
|
164
|
-
type: import("../
|
|
164
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
165
165
|
}>, z.ZodObject<{
|
|
166
166
|
owner: z.ZodString;
|
|
167
167
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
168
|
-
type: z.ZodLiteral<import("../
|
|
168
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
|
|
169
169
|
beneficiary: z.ZodString;
|
|
170
170
|
oracleKey: z.ZodString;
|
|
171
171
|
overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
@@ -180,7 +180,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
180
180
|
tokenExchangeRate: string;
|
|
181
181
|
}>>;
|
|
182
182
|
}, "strip", z.ZodTypeAny, {
|
|
183
|
-
type: import("../
|
|
183
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
184
184
|
owner: string;
|
|
185
185
|
beneficiary: string;
|
|
186
186
|
oracleKey: string;
|
|
@@ -191,7 +191,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
191
191
|
}>;
|
|
192
192
|
ownerOverrides?: Record<string, string> | undefined;
|
|
193
193
|
}, {
|
|
194
|
-
type: import("../
|
|
194
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
195
195
|
owner: string;
|
|
196
196
|
beneficiary: string;
|
|
197
197
|
oracleKey: string;
|
|
@@ -201,20 +201,20 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
201
201
|
tokenExchangeRate: string;
|
|
202
202
|
}>;
|
|
203
203
|
ownerOverrides?: Record<string, string> | undefined;
|
|
204
|
-
}>, z.ZodType<import("../
|
|
205
|
-
type: z.ZodLiteral<import("../
|
|
204
|
+
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
205
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
206
206
|
arbSys: z.ZodString;
|
|
207
207
|
bridge: z.ZodOptional<z.ZodString>;
|
|
208
208
|
destinationChain: z.ZodString;
|
|
209
209
|
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
|
-
type: import("../
|
|
211
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
212
212
|
destinationChain: string;
|
|
213
213
|
arbSys: string;
|
|
214
214
|
bridge?: string | undefined;
|
|
215
215
|
childHook?: any;
|
|
216
216
|
}, {
|
|
217
|
-
type: import("../
|
|
217
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
218
218
|
destinationChain: string;
|
|
219
219
|
arbSys: string;
|
|
220
220
|
bridge?: string | undefined;
|
|
@@ -223,19 +223,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
223
223
|
requiredHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
224
224
|
owner: z.ZodString;
|
|
225
225
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
226
|
-
type: z.ZodLiteral<import("../
|
|
226
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
|
|
227
227
|
beneficiary: z.ZodString;
|
|
228
228
|
maxProtocolFee: z.ZodString;
|
|
229
229
|
protocolFee: z.ZodString;
|
|
230
230
|
}, "strip", z.ZodTypeAny, {
|
|
231
|
-
type: import("../
|
|
231
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
232
232
|
owner: string;
|
|
233
233
|
protocolFee: string;
|
|
234
234
|
beneficiary: string;
|
|
235
235
|
maxProtocolFee: string;
|
|
236
236
|
ownerOverrides?: Record<string, string> | undefined;
|
|
237
237
|
}, {
|
|
238
|
-
type: import("../
|
|
238
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
239
239
|
owner: string;
|
|
240
240
|
protocolFee: string;
|
|
241
241
|
beneficiary: string;
|
|
@@ -245,45 +245,45 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
245
245
|
owner: z.ZodString;
|
|
246
246
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
247
247
|
paused: z.ZodBoolean;
|
|
248
|
-
type: z.ZodLiteral<import("../
|
|
248
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
|
-
type: import("../
|
|
250
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
251
251
|
owner: string;
|
|
252
252
|
paused: boolean;
|
|
253
253
|
ownerOverrides?: Record<string, string> | undefined;
|
|
254
254
|
}, {
|
|
255
|
-
type: import("../
|
|
255
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
256
256
|
owner: string;
|
|
257
257
|
paused: boolean;
|
|
258
258
|
ownerOverrides?: Record<string, string> | undefined;
|
|
259
259
|
}>, z.ZodObject<{
|
|
260
260
|
owner: z.ZodString;
|
|
261
261
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
262
|
-
type: z.ZodLiteral<import("../
|
|
262
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
|
|
263
263
|
nativeBridge: z.ZodString;
|
|
264
264
|
destinationChain: z.ZodString;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
type: import("../
|
|
266
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
267
267
|
owner: string;
|
|
268
268
|
nativeBridge: string;
|
|
269
269
|
destinationChain: string;
|
|
270
270
|
ownerOverrides?: Record<string, string> | undefined;
|
|
271
271
|
}, {
|
|
272
|
-
type: import("../
|
|
272
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
273
273
|
owner: string;
|
|
274
274
|
nativeBridge: string;
|
|
275
275
|
destinationChain: string;
|
|
276
276
|
ownerOverrides?: Record<string, string> | undefined;
|
|
277
277
|
}>, z.ZodObject<{
|
|
278
|
-
type: z.ZodLiteral<import("../
|
|
278
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
type: import("../
|
|
280
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
281
281
|
}, {
|
|
282
|
-
type: import("../
|
|
282
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
283
283
|
}>, z.ZodObject<{
|
|
284
284
|
owner: z.ZodString;
|
|
285
285
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
286
|
-
type: z.ZodLiteral<import("../
|
|
286
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
|
|
287
287
|
beneficiary: z.ZodString;
|
|
288
288
|
oracleKey: z.ZodString;
|
|
289
289
|
overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
@@ -298,7 +298,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
298
298
|
tokenExchangeRate: string;
|
|
299
299
|
}>>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
type: import("../
|
|
301
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
302
302
|
owner: string;
|
|
303
303
|
beneficiary: string;
|
|
304
304
|
oracleKey: string;
|
|
@@ -309,7 +309,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
309
309
|
}>;
|
|
310
310
|
ownerOverrides?: Record<string, string> | undefined;
|
|
311
311
|
}, {
|
|
312
|
-
type: import("../
|
|
312
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
313
313
|
owner: string;
|
|
314
314
|
beneficiary: string;
|
|
315
315
|
oracleKey: string;
|
|
@@ -319,20 +319,20 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
319
319
|
tokenExchangeRate: string;
|
|
320
320
|
}>;
|
|
321
321
|
ownerOverrides?: Record<string, string> | undefined;
|
|
322
|
-
}>, z.ZodType<import("../
|
|
323
|
-
type: z.ZodLiteral<import("../
|
|
322
|
+
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
323
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
324
324
|
arbSys: z.ZodString;
|
|
325
325
|
bridge: z.ZodOptional<z.ZodString>;
|
|
326
326
|
destinationChain: z.ZodString;
|
|
327
327
|
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
328
328
|
}, "strip", z.ZodTypeAny, {
|
|
329
|
-
type: import("../
|
|
329
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
330
330
|
destinationChain: string;
|
|
331
331
|
arbSys: string;
|
|
332
332
|
bridge?: string | undefined;
|
|
333
333
|
childHook?: any;
|
|
334
334
|
}, {
|
|
335
|
-
type: import("../
|
|
335
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
336
336
|
destinationChain: string;
|
|
337
337
|
arbSys: string;
|
|
338
338
|
bridge?: string | undefined;
|
|
@@ -353,77 +353,78 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
353
353
|
}>>;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
355
|
owner: string;
|
|
356
|
-
defaultIsm: string | {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
} | {
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
356
|
+
defaultIsm: string | ({
|
|
357
|
+
validators: string[];
|
|
358
|
+
threshold: number;
|
|
359
|
+
} & {
|
|
360
|
+
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;
|
|
361
|
+
}) | ({
|
|
362
|
+
validators: {
|
|
363
|
+
signingAddress: string;
|
|
364
|
+
weight: number;
|
|
365
|
+
}[];
|
|
366
|
+
thresholdWeight: number;
|
|
367
|
+
} & {
|
|
368
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
369
|
+
}) | {
|
|
370
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
368
371
|
} | ({
|
|
369
372
|
owner: string;
|
|
370
373
|
paused: boolean;
|
|
371
374
|
ownerOverrides?: Record<string, string> | undefined;
|
|
372
375
|
} & {
|
|
373
|
-
type: import("../
|
|
374
|
-
}) |
|
|
376
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
377
|
+
}) | {
|
|
378
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
379
|
+
origin: string;
|
|
380
|
+
nativeBridge: string;
|
|
381
|
+
} | {
|
|
382
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
383
|
+
relayer: string;
|
|
384
|
+
} | {
|
|
385
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
386
|
+
bridge: string;
|
|
387
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
375
388
|
validators: string[];
|
|
376
389
|
threshold: number;
|
|
377
390
|
} & {
|
|
378
|
-
type: import("../
|
|
379
|
-
}) | ({
|
|
391
|
+
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;
|
|
392
|
+
}) | (string & {
|
|
380
393
|
validators: {
|
|
381
394
|
signingAddress: string;
|
|
382
395
|
weight: number;
|
|
383
396
|
}[];
|
|
384
397
|
thresholdWeight: number;
|
|
385
398
|
} & {
|
|
386
|
-
type: import("../
|
|
387
|
-
}) | import("../index.js").AggregationIsmConfig | (string & {
|
|
388
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
399
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
389
400
|
}) | (string & {
|
|
390
|
-
type: import("../
|
|
391
|
-
|
|
401
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
402
|
+
}) | (string & {
|
|
403
|
+
owner: string;
|
|
404
|
+
paused: boolean;
|
|
405
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
406
|
+
} & {
|
|
407
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
392
408
|
}) | (string & {
|
|
393
|
-
type: import("../
|
|
409
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
394
410
|
origin: string;
|
|
395
411
|
nativeBridge: string;
|
|
396
412
|
}) | (string & {
|
|
397
|
-
type: import("../
|
|
413
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
414
|
+
relayer: string;
|
|
415
|
+
}) | (string & {
|
|
416
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
398
417
|
bridge: string;
|
|
399
418
|
}) | (string & {
|
|
400
419
|
owner: string;
|
|
401
420
|
ownerOverrides?: Record<string, string> | undefined;
|
|
402
421
|
} & {
|
|
403
|
-
type: import("../
|
|
404
|
-
domains: import("../types.js").ChainMap<string | {
|
|
405
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
406
|
-
} | {
|
|
407
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
408
|
-
relayer: string;
|
|
409
|
-
} | {
|
|
410
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
411
|
-
origin: string;
|
|
412
|
-
nativeBridge: string;
|
|
413
|
-
} | {
|
|
414
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
415
|
-
bridge: string;
|
|
416
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
417
|
-
owner: string;
|
|
418
|
-
paused: boolean;
|
|
419
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
420
|
-
} & {
|
|
421
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
422
|
-
}) | ({
|
|
422
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
423
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
423
424
|
validators: string[];
|
|
424
425
|
threshold: number;
|
|
425
426
|
} & {
|
|
426
|
-
type: import("../
|
|
427
|
+
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;
|
|
427
428
|
}) | ({
|
|
428
429
|
validators: {
|
|
429
430
|
signingAddress: string;
|
|
@@ -431,67 +432,67 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
431
432
|
}[];
|
|
432
433
|
thresholdWeight: number;
|
|
433
434
|
} & {
|
|
434
|
-
type: import("../
|
|
435
|
-
}) |
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
435
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
436
|
+
}) | {
|
|
437
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
438
|
+
} | ({
|
|
439
|
+
owner: string;
|
|
440
|
+
paused: boolean;
|
|
441
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
442
|
+
} & {
|
|
443
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
444
|
+
}) | {
|
|
445
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
446
|
+
origin: string;
|
|
447
|
+
nativeBridge: string;
|
|
448
|
+
} | {
|
|
449
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
450
|
+
relayer: string;
|
|
451
|
+
} | {
|
|
452
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
453
|
+
bridge: string;
|
|
454
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
455
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
443
456
|
validators: string[];
|
|
444
457
|
threshold: number;
|
|
445
458
|
} & {
|
|
446
|
-
type: import("../
|
|
447
|
-
}) | (
|
|
459
|
+
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;
|
|
460
|
+
} & string) | ({
|
|
448
461
|
validators: {
|
|
449
462
|
signingAddress: string;
|
|
450
463
|
weight: number;
|
|
451
464
|
}[];
|
|
452
465
|
thresholdWeight: number;
|
|
453
466
|
} & {
|
|
454
|
-
type: import("../
|
|
455
|
-
}) | (string & import("../index.js").AggregationIsmConfig) | ({
|
|
456
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
467
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
457
468
|
} & string) | ({
|
|
458
|
-
type: import("../
|
|
459
|
-
relayer: string;
|
|
469
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
460
470
|
} & string) | ({
|
|
461
|
-
|
|
471
|
+
owner: string;
|
|
472
|
+
paused: boolean;
|
|
473
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
474
|
+
} & {
|
|
475
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
476
|
+
} & string) | ({
|
|
477
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
462
478
|
origin: string;
|
|
463
479
|
nativeBridge: string;
|
|
464
480
|
} & string) | ({
|
|
465
|
-
type: import("../
|
|
481
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
482
|
+
relayer: string;
|
|
483
|
+
} & string) | ({
|
|
484
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
466
485
|
bridge: string;
|
|
467
486
|
} & string) | ({
|
|
468
487
|
owner: string;
|
|
469
488
|
ownerOverrides?: Record<string, string> | undefined;
|
|
470
489
|
} & {
|
|
471
|
-
type: import("../
|
|
472
|
-
domains: import("../types.js").ChainMap<string | {
|
|
473
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
474
|
-
} | {
|
|
475
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
476
|
-
relayer: string;
|
|
477
|
-
} | {
|
|
478
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
479
|
-
origin: string;
|
|
480
|
-
nativeBridge: string;
|
|
481
|
-
} | {
|
|
482
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
483
|
-
bridge: string;
|
|
484
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
485
|
-
owner: string;
|
|
486
|
-
paused: boolean;
|
|
487
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
488
|
-
} & {
|
|
489
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
490
|
-
}) | ({
|
|
490
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
491
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
491
492
|
validators: string[];
|
|
492
493
|
threshold: number;
|
|
493
494
|
} & {
|
|
494
|
-
type: import("../
|
|
495
|
+
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;
|
|
495
496
|
}) | ({
|
|
496
497
|
validators: {
|
|
497
498
|
signingAddress: string;
|
|
@@ -499,36 +500,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
499
500
|
}[];
|
|
500
501
|
thresholdWeight: number;
|
|
501
502
|
} & {
|
|
502
|
-
type: import("../
|
|
503
|
-
}) |
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
507
|
-
} & {
|
|
508
|
-
type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
|
|
509
|
-
domains: import("../types.js").ChainMap<string | {
|
|
510
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
511
|
-
} | {
|
|
512
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
513
|
-
relayer: string;
|
|
514
|
-
} | {
|
|
515
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
516
|
-
origin: string;
|
|
517
|
-
nativeBridge: string;
|
|
518
|
-
} | {
|
|
519
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
520
|
-
bridge: string;
|
|
521
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
503
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
504
|
+
}) | {
|
|
505
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
506
|
+
} | ({
|
|
522
507
|
owner: string;
|
|
523
508
|
paused: boolean;
|
|
524
509
|
ownerOverrides?: Record<string, string> | undefined;
|
|
525
510
|
} & {
|
|
526
|
-
type: import("../
|
|
527
|
-
}) |
|
|
511
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
512
|
+
}) | {
|
|
513
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
514
|
+
origin: string;
|
|
515
|
+
nativeBridge: string;
|
|
516
|
+
} | {
|
|
517
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
518
|
+
relayer: string;
|
|
519
|
+
} | {
|
|
520
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
521
|
+
bridge: string;
|
|
522
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
523
|
+
} & string) | ({
|
|
524
|
+
owner: string;
|
|
525
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
526
|
+
} & {
|
|
527
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
528
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
528
529
|
validators: string[];
|
|
529
530
|
threshold: number;
|
|
530
531
|
} & {
|
|
531
|
-
type: import("../
|
|
532
|
+
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;
|
|
532
533
|
}) | ({
|
|
533
534
|
validators: {
|
|
534
535
|
signingAddress: string;
|
|
@@ -536,32 +537,31 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
536
537
|
}[];
|
|
537
538
|
thresholdWeight: number;
|
|
538
539
|
} & {
|
|
539
|
-
type: import("../
|
|
540
|
-
}) |
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
} & string) | (import("../index.js").AggregationIsmConfig & string);
|
|
540
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
541
|
+
}) | {
|
|
542
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
543
|
+
} | ({
|
|
544
|
+
owner: string;
|
|
545
|
+
paused: boolean;
|
|
546
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
547
|
+
} & {
|
|
548
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
549
|
+
}) | {
|
|
550
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
551
|
+
origin: string;
|
|
552
|
+
nativeBridge: string;
|
|
553
|
+
} | {
|
|
554
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
555
|
+
relayer: string;
|
|
556
|
+
} | {
|
|
557
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
558
|
+
bridge: string;
|
|
559
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
560
|
+
}) | (import("../ism/types.js").AggregationIsmConfig & string);
|
|
561
561
|
defaultHook: string | {
|
|
562
|
-
type: import("../
|
|
562
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
563
563
|
} | {
|
|
564
|
-
type: import("../
|
|
564
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
565
565
|
owner: string;
|
|
566
566
|
beneficiary: string;
|
|
567
567
|
oracleKey: string;
|
|
@@ -572,33 +572,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
572
572
|
}>;
|
|
573
573
|
ownerOverrides?: Record<string, string> | undefined;
|
|
574
574
|
} | {
|
|
575
|
-
type: import("../
|
|
575
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
576
576
|
owner: string;
|
|
577
577
|
protocolFee: string;
|
|
578
578
|
beneficiary: string;
|
|
579
579
|
maxProtocolFee: string;
|
|
580
580
|
ownerOverrides?: Record<string, string> | undefined;
|
|
581
581
|
} | {
|
|
582
|
-
type: import("../
|
|
582
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
583
583
|
owner: string;
|
|
584
584
|
paused: boolean;
|
|
585
585
|
ownerOverrides?: Record<string, string> | undefined;
|
|
586
586
|
} | {
|
|
587
|
-
type: import("../
|
|
587
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
588
588
|
owner: string;
|
|
589
589
|
nativeBridge: string;
|
|
590
590
|
destinationChain: string;
|
|
591
591
|
ownerOverrides?: Record<string, string> | undefined;
|
|
592
592
|
} | {
|
|
593
|
-
type: import("../
|
|
593
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
594
594
|
destinationChain: string;
|
|
595
595
|
arbSys: string;
|
|
596
596
|
bridge?: string | undefined;
|
|
597
597
|
childHook?: any;
|
|
598
|
-
} | import("../
|
|
599
|
-
type: import("../
|
|
598
|
+
} | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
599
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
600
600
|
}) | (string & {
|
|
601
|
-
type: import("../
|
|
601
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
602
602
|
owner: string;
|
|
603
603
|
beneficiary: string;
|
|
604
604
|
oracleKey: string;
|
|
@@ -609,25 +609,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
609
609
|
}>;
|
|
610
610
|
ownerOverrides?: Record<string, string> | undefined;
|
|
611
611
|
}) | (string & {
|
|
612
|
-
type: import("../
|
|
612
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
613
613
|
owner: string;
|
|
614
614
|
protocolFee: string;
|
|
615
615
|
beneficiary: string;
|
|
616
616
|
maxProtocolFee: string;
|
|
617
617
|
ownerOverrides?: Record<string, string> | undefined;
|
|
618
618
|
}) | (string & {
|
|
619
|
-
type: import("../
|
|
619
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
620
620
|
owner: string;
|
|
621
621
|
paused: boolean;
|
|
622
622
|
ownerOverrides?: Record<string, string> | undefined;
|
|
623
623
|
}) | (string & {
|
|
624
|
-
type: import("../
|
|
624
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
625
625
|
owner: string;
|
|
626
626
|
nativeBridge: string;
|
|
627
627
|
destinationChain: string;
|
|
628
628
|
ownerOverrides?: Record<string, string> | undefined;
|
|
629
629
|
}) | (string & {
|
|
630
|
-
type: import("../
|
|
630
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
631
631
|
destinationChain: string;
|
|
632
632
|
arbSys: string;
|
|
633
633
|
bridge?: string | undefined;
|
|
@@ -637,9 +637,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
637
637
|
ownerOverrides?: Record<string, string> | undefined;
|
|
638
638
|
} & {
|
|
639
639
|
domains: import("../types.js").ChainMap<string | {
|
|
640
|
-
type: import("../
|
|
640
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
641
641
|
} | {
|
|
642
|
-
type: import("../
|
|
642
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
643
643
|
owner: string;
|
|
644
644
|
beneficiary: string;
|
|
645
645
|
oracleKey: string;
|
|
@@ -650,40 +650,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
650
650
|
}>;
|
|
651
651
|
ownerOverrides?: Record<string, string> | undefined;
|
|
652
652
|
} | {
|
|
653
|
-
type: import("../
|
|
653
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
654
654
|
owner: string;
|
|
655
655
|
protocolFee: string;
|
|
656
656
|
beneficiary: string;
|
|
657
657
|
maxProtocolFee: string;
|
|
658
658
|
ownerOverrides?: Record<string, string> | undefined;
|
|
659
659
|
} | {
|
|
660
|
-
type: import("../
|
|
660
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
661
661
|
owner: string;
|
|
662
662
|
paused: boolean;
|
|
663
663
|
ownerOverrides?: Record<string, string> | undefined;
|
|
664
664
|
} | {
|
|
665
|
-
type: import("../
|
|
665
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
666
666
|
owner: string;
|
|
667
667
|
nativeBridge: string;
|
|
668
668
|
destinationChain: string;
|
|
669
669
|
ownerOverrides?: Record<string, string> | undefined;
|
|
670
670
|
} | {
|
|
671
|
-
type: import("../
|
|
671
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
672
672
|
destinationChain: string;
|
|
673
673
|
arbSys: string;
|
|
674
674
|
bridge?: string | undefined;
|
|
675
675
|
childHook?: any;
|
|
676
|
-
} | import("../
|
|
676
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
677
677
|
} & {
|
|
678
|
-
type: import("../
|
|
678
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
679
679
|
}) | (string & {
|
|
680
680
|
owner: string;
|
|
681
681
|
ownerOverrides?: Record<string, string> | undefined;
|
|
682
682
|
} & {
|
|
683
683
|
domains: import("../types.js").ChainMap<string | {
|
|
684
|
-
type: import("../
|
|
684
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
685
685
|
} | {
|
|
686
|
-
type: import("../
|
|
686
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
687
687
|
owner: string;
|
|
688
688
|
beneficiary: string;
|
|
689
689
|
oracleKey: string;
|
|
@@ -694,36 +694,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
694
694
|
}>;
|
|
695
695
|
ownerOverrides?: Record<string, string> | undefined;
|
|
696
696
|
} | {
|
|
697
|
-
type: import("../
|
|
697
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
698
698
|
owner: string;
|
|
699
699
|
protocolFee: string;
|
|
700
700
|
beneficiary: string;
|
|
701
701
|
maxProtocolFee: string;
|
|
702
702
|
ownerOverrides?: Record<string, string> | undefined;
|
|
703
703
|
} | {
|
|
704
|
-
type: import("../
|
|
704
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
705
705
|
owner: string;
|
|
706
706
|
paused: boolean;
|
|
707
707
|
ownerOverrides?: Record<string, string> | undefined;
|
|
708
708
|
} | {
|
|
709
|
-
type: import("../
|
|
709
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
710
710
|
owner: string;
|
|
711
711
|
nativeBridge: string;
|
|
712
712
|
destinationChain: string;
|
|
713
713
|
ownerOverrides?: Record<string, string> | undefined;
|
|
714
714
|
} | {
|
|
715
|
-
type: import("../
|
|
715
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
716
716
|
destinationChain: string;
|
|
717
717
|
arbSys: string;
|
|
718
718
|
bridge?: string | undefined;
|
|
719
719
|
childHook?: any;
|
|
720
|
-
} | import("../
|
|
720
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
721
721
|
} & {
|
|
722
|
-
type: import("../
|
|
722
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
723
723
|
fallback: string | {
|
|
724
|
-
type: import("../
|
|
724
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
725
725
|
} | {
|
|
726
|
-
type: import("../
|
|
726
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
727
727
|
owner: string;
|
|
728
728
|
beneficiary: string;
|
|
729
729
|
oracleKey: string;
|
|
@@ -734,34 +734,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
734
734
|
}>;
|
|
735
735
|
ownerOverrides?: Record<string, string> | undefined;
|
|
736
736
|
} | {
|
|
737
|
-
type: import("../
|
|
737
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
738
738
|
owner: string;
|
|
739
739
|
protocolFee: string;
|
|
740
740
|
beneficiary: string;
|
|
741
741
|
maxProtocolFee: string;
|
|
742
742
|
ownerOverrides?: Record<string, string> | undefined;
|
|
743
743
|
} | {
|
|
744
|
-
type: import("../
|
|
744
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
745
745
|
owner: string;
|
|
746
746
|
paused: boolean;
|
|
747
747
|
ownerOverrides?: Record<string, string> | undefined;
|
|
748
748
|
} | {
|
|
749
|
-
type: import("../
|
|
749
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
750
750
|
owner: string;
|
|
751
751
|
nativeBridge: string;
|
|
752
752
|
destinationChain: string;
|
|
753
753
|
ownerOverrides?: Record<string, string> | undefined;
|
|
754
754
|
} | {
|
|
755
|
-
type: import("../
|
|
755
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
756
756
|
destinationChain: string;
|
|
757
757
|
arbSys: string;
|
|
758
758
|
bridge?: string | undefined;
|
|
759
759
|
childHook?: any;
|
|
760
|
-
} | import("../
|
|
761
|
-
}) | (string & import("../
|
|
762
|
-
type: import("../
|
|
760
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
761
|
+
}) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
762
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
763
763
|
} & string) | ({
|
|
764
|
-
type: import("../
|
|
764
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
765
765
|
owner: string;
|
|
766
766
|
beneficiary: string;
|
|
767
767
|
oracleKey: string;
|
|
@@ -772,25 +772,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
772
772
|
}>;
|
|
773
773
|
ownerOverrides?: Record<string, string> | undefined;
|
|
774
774
|
} & string) | ({
|
|
775
|
-
type: import("../
|
|
775
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
776
776
|
owner: string;
|
|
777
777
|
protocolFee: string;
|
|
778
778
|
beneficiary: string;
|
|
779
779
|
maxProtocolFee: string;
|
|
780
780
|
ownerOverrides?: Record<string, string> | undefined;
|
|
781
781
|
} & string) | ({
|
|
782
|
-
type: import("../
|
|
782
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
783
783
|
owner: string;
|
|
784
784
|
paused: boolean;
|
|
785
785
|
ownerOverrides?: Record<string, string> | undefined;
|
|
786
786
|
} & string) | ({
|
|
787
|
-
type: import("../
|
|
787
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
788
788
|
owner: string;
|
|
789
789
|
nativeBridge: string;
|
|
790
790
|
destinationChain: string;
|
|
791
791
|
ownerOverrides?: Record<string, string> | undefined;
|
|
792
792
|
} & string) | ({
|
|
793
|
-
type: import("../
|
|
793
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
794
794
|
destinationChain: string;
|
|
795
795
|
arbSys: string;
|
|
796
796
|
bridge?: string | undefined;
|
|
@@ -800,9 +800,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
800
800
|
ownerOverrides?: Record<string, string> | undefined;
|
|
801
801
|
} & {
|
|
802
802
|
domains: import("../types.js").ChainMap<string | {
|
|
803
|
-
type: import("../
|
|
803
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
804
804
|
} | {
|
|
805
|
-
type: import("../
|
|
805
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
806
806
|
owner: string;
|
|
807
807
|
beneficiary: string;
|
|
808
808
|
oracleKey: string;
|
|
@@ -813,40 +813,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
813
813
|
}>;
|
|
814
814
|
ownerOverrides?: Record<string, string> | undefined;
|
|
815
815
|
} | {
|
|
816
|
-
type: import("../
|
|
816
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
817
817
|
owner: string;
|
|
818
818
|
protocolFee: string;
|
|
819
819
|
beneficiary: string;
|
|
820
820
|
maxProtocolFee: string;
|
|
821
821
|
ownerOverrides?: Record<string, string> | undefined;
|
|
822
822
|
} | {
|
|
823
|
-
type: import("../
|
|
823
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
824
824
|
owner: string;
|
|
825
825
|
paused: boolean;
|
|
826
826
|
ownerOverrides?: Record<string, string> | undefined;
|
|
827
827
|
} | {
|
|
828
|
-
type: import("../
|
|
828
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
829
829
|
owner: string;
|
|
830
830
|
nativeBridge: string;
|
|
831
831
|
destinationChain: string;
|
|
832
832
|
ownerOverrides?: Record<string, string> | undefined;
|
|
833
833
|
} | {
|
|
834
|
-
type: import("../
|
|
834
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
835
835
|
destinationChain: string;
|
|
836
836
|
arbSys: string;
|
|
837
837
|
bridge?: string | undefined;
|
|
838
838
|
childHook?: any;
|
|
839
|
-
} | import("../
|
|
839
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
840
840
|
} & {
|
|
841
|
-
type: import("../
|
|
841
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
842
842
|
} & string) | ({
|
|
843
843
|
owner: string;
|
|
844
844
|
ownerOverrides?: Record<string, string> | undefined;
|
|
845
845
|
} & {
|
|
846
846
|
domains: import("../types.js").ChainMap<string | {
|
|
847
|
-
type: import("../
|
|
847
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
848
848
|
} | {
|
|
849
|
-
type: import("../
|
|
849
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
850
850
|
owner: string;
|
|
851
851
|
beneficiary: string;
|
|
852
852
|
oracleKey: string;
|
|
@@ -857,40 +857,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
857
857
|
}>;
|
|
858
858
|
ownerOverrides?: Record<string, string> | undefined;
|
|
859
859
|
} | {
|
|
860
|
-
type: import("../
|
|
860
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
861
861
|
owner: string;
|
|
862
862
|
protocolFee: string;
|
|
863
863
|
beneficiary: string;
|
|
864
864
|
maxProtocolFee: string;
|
|
865
865
|
ownerOverrides?: Record<string, string> | undefined;
|
|
866
866
|
} | {
|
|
867
|
-
type: import("../
|
|
867
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
868
868
|
owner: string;
|
|
869
869
|
paused: boolean;
|
|
870
870
|
ownerOverrides?: Record<string, string> | undefined;
|
|
871
871
|
} | {
|
|
872
|
-
type: import("../
|
|
872
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
873
873
|
owner: string;
|
|
874
874
|
nativeBridge: string;
|
|
875
875
|
destinationChain: string;
|
|
876
876
|
ownerOverrides?: Record<string, string> | undefined;
|
|
877
877
|
} | {
|
|
878
|
-
type: import("../
|
|
878
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
879
879
|
destinationChain: string;
|
|
880
880
|
arbSys: string;
|
|
881
881
|
bridge?: string | undefined;
|
|
882
882
|
childHook?: any;
|
|
883
|
-
} | import("../
|
|
883
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
884
884
|
} & {
|
|
885
|
-
type: import("../
|
|
885
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
886
886
|
}) | ({
|
|
887
887
|
owner: string;
|
|
888
888
|
ownerOverrides?: Record<string, string> | undefined;
|
|
889
889
|
} & {
|
|
890
890
|
domains: import("../types.js").ChainMap<string | {
|
|
891
|
-
type: import("../
|
|
891
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
892
892
|
} | {
|
|
893
|
-
type: import("../
|
|
893
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
894
894
|
owner: string;
|
|
895
895
|
beneficiary: string;
|
|
896
896
|
oracleKey: string;
|
|
@@ -901,36 +901,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
901
901
|
}>;
|
|
902
902
|
ownerOverrides?: Record<string, string> | undefined;
|
|
903
903
|
} | {
|
|
904
|
-
type: import("../
|
|
904
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
905
905
|
owner: string;
|
|
906
906
|
protocolFee: string;
|
|
907
907
|
beneficiary: string;
|
|
908
908
|
maxProtocolFee: string;
|
|
909
909
|
ownerOverrides?: Record<string, string> | undefined;
|
|
910
910
|
} | {
|
|
911
|
-
type: import("../
|
|
911
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
912
912
|
owner: string;
|
|
913
913
|
paused: boolean;
|
|
914
914
|
ownerOverrides?: Record<string, string> | undefined;
|
|
915
915
|
} | {
|
|
916
|
-
type: import("../
|
|
916
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
917
917
|
owner: string;
|
|
918
918
|
nativeBridge: string;
|
|
919
919
|
destinationChain: string;
|
|
920
920
|
ownerOverrides?: Record<string, string> | undefined;
|
|
921
921
|
} | {
|
|
922
|
-
type: import("../
|
|
922
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
923
923
|
destinationChain: string;
|
|
924
924
|
arbSys: string;
|
|
925
925
|
bridge?: string | undefined;
|
|
926
926
|
childHook?: any;
|
|
927
|
-
} | import("../
|
|
927
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
928
928
|
} & {
|
|
929
|
-
type: import("../
|
|
929
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
930
930
|
fallback: string | {
|
|
931
|
-
type: import("../
|
|
931
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
932
932
|
} | {
|
|
933
|
-
type: import("../
|
|
933
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
934
934
|
owner: string;
|
|
935
935
|
beneficiary: string;
|
|
936
936
|
oracleKey: string;
|
|
@@ -941,38 +941,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
941
941
|
}>;
|
|
942
942
|
ownerOverrides?: Record<string, string> | undefined;
|
|
943
943
|
} | {
|
|
944
|
-
type: import("../
|
|
944
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
945
945
|
owner: string;
|
|
946
946
|
protocolFee: string;
|
|
947
947
|
beneficiary: string;
|
|
948
948
|
maxProtocolFee: string;
|
|
949
949
|
ownerOverrides?: Record<string, string> | undefined;
|
|
950
950
|
} | {
|
|
951
|
-
type: import("../
|
|
951
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
952
952
|
owner: string;
|
|
953
953
|
paused: boolean;
|
|
954
954
|
ownerOverrides?: Record<string, string> | undefined;
|
|
955
955
|
} | {
|
|
956
|
-
type: import("../
|
|
956
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
957
957
|
owner: string;
|
|
958
958
|
nativeBridge: string;
|
|
959
959
|
destinationChain: string;
|
|
960
960
|
ownerOverrides?: Record<string, string> | undefined;
|
|
961
961
|
} | {
|
|
962
|
-
type: import("../
|
|
962
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
963
963
|
destinationChain: string;
|
|
964
964
|
arbSys: string;
|
|
965
965
|
bridge?: string | undefined;
|
|
966
966
|
childHook?: any;
|
|
967
|
-
} | import("../
|
|
967
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
968
968
|
} & string) | ({
|
|
969
969
|
owner: string;
|
|
970
970
|
ownerOverrides?: Record<string, string> | undefined;
|
|
971
971
|
} & {
|
|
972
972
|
domains: import("../types.js").ChainMap<string | {
|
|
973
|
-
type: import("../
|
|
973
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
974
974
|
} | {
|
|
975
|
-
type: import("../
|
|
975
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
976
976
|
owner: string;
|
|
977
977
|
beneficiary: string;
|
|
978
978
|
oracleKey: string;
|
|
@@ -983,36 +983,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
983
983
|
}>;
|
|
984
984
|
ownerOverrides?: Record<string, string> | undefined;
|
|
985
985
|
} | {
|
|
986
|
-
type: import("../
|
|
986
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
987
987
|
owner: string;
|
|
988
988
|
protocolFee: string;
|
|
989
989
|
beneficiary: string;
|
|
990
990
|
maxProtocolFee: string;
|
|
991
991
|
ownerOverrides?: Record<string, string> | undefined;
|
|
992
992
|
} | {
|
|
993
|
-
type: import("../
|
|
993
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
994
994
|
owner: string;
|
|
995
995
|
paused: boolean;
|
|
996
996
|
ownerOverrides?: Record<string, string> | undefined;
|
|
997
997
|
} | {
|
|
998
|
-
type: import("../
|
|
998
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
999
999
|
owner: string;
|
|
1000
1000
|
nativeBridge: string;
|
|
1001
1001
|
destinationChain: string;
|
|
1002
1002
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1003
1003
|
} | {
|
|
1004
|
-
type: import("../
|
|
1004
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1005
1005
|
destinationChain: string;
|
|
1006
1006
|
arbSys: string;
|
|
1007
1007
|
bridge?: string | undefined;
|
|
1008
1008
|
childHook?: any;
|
|
1009
|
-
} | import("../
|
|
1009
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1010
1010
|
} & {
|
|
1011
|
-
type: import("../
|
|
1011
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1012
1012
|
fallback: string | {
|
|
1013
|
-
type: import("../
|
|
1013
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1014
1014
|
} | {
|
|
1015
|
-
type: import("../
|
|
1015
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1016
1016
|
owner: string;
|
|
1017
1017
|
beneficiary: string;
|
|
1018
1018
|
oracleKey: string;
|
|
@@ -1023,35 +1023,35 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1023
1023
|
}>;
|
|
1024
1024
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1025
1025
|
} | {
|
|
1026
|
-
type: import("../
|
|
1026
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1027
1027
|
owner: string;
|
|
1028
1028
|
protocolFee: string;
|
|
1029
1029
|
beneficiary: string;
|
|
1030
1030
|
maxProtocolFee: string;
|
|
1031
1031
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1032
1032
|
} | {
|
|
1033
|
-
type: import("../
|
|
1033
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1034
1034
|
owner: string;
|
|
1035
1035
|
paused: boolean;
|
|
1036
1036
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1037
1037
|
} | {
|
|
1038
|
-
type: import("../
|
|
1038
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1039
1039
|
owner: string;
|
|
1040
1040
|
nativeBridge: string;
|
|
1041
1041
|
destinationChain: string;
|
|
1042
1042
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1043
1043
|
} | {
|
|
1044
|
-
type: import("../
|
|
1044
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1045
1045
|
destinationChain: string;
|
|
1046
1046
|
arbSys: string;
|
|
1047
1047
|
bridge?: string | undefined;
|
|
1048
1048
|
childHook?: any;
|
|
1049
|
-
} | import("../
|
|
1050
|
-
}) | (import("../
|
|
1049
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1050
|
+
}) | (import("../hook/types.js").AggregationHookConfig & string);
|
|
1051
1051
|
requiredHook: string | {
|
|
1052
|
-
type: import("../
|
|
1052
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1053
1053
|
} | {
|
|
1054
|
-
type: import("../
|
|
1054
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1055
1055
|
owner: string;
|
|
1056
1056
|
beneficiary: string;
|
|
1057
1057
|
oracleKey: string;
|
|
@@ -1062,33 +1062,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1062
1062
|
}>;
|
|
1063
1063
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1064
1064
|
} | {
|
|
1065
|
-
type: import("../
|
|
1065
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1066
1066
|
owner: string;
|
|
1067
1067
|
protocolFee: string;
|
|
1068
1068
|
beneficiary: string;
|
|
1069
1069
|
maxProtocolFee: string;
|
|
1070
1070
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1071
1071
|
} | {
|
|
1072
|
-
type: import("../
|
|
1072
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1073
1073
|
owner: string;
|
|
1074
1074
|
paused: boolean;
|
|
1075
1075
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1076
1076
|
} | {
|
|
1077
|
-
type: import("../
|
|
1077
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1078
1078
|
owner: string;
|
|
1079
1079
|
nativeBridge: string;
|
|
1080
1080
|
destinationChain: string;
|
|
1081
1081
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1082
1082
|
} | {
|
|
1083
|
-
type: import("../
|
|
1083
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1084
1084
|
destinationChain: string;
|
|
1085
1085
|
arbSys: string;
|
|
1086
1086
|
bridge?: string | undefined;
|
|
1087
1087
|
childHook?: any;
|
|
1088
|
-
} | import("../
|
|
1089
|
-
type: import("../
|
|
1088
|
+
} | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
1089
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1090
1090
|
}) | (string & {
|
|
1091
|
-
type: import("../
|
|
1091
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1092
1092
|
owner: string;
|
|
1093
1093
|
beneficiary: string;
|
|
1094
1094
|
oracleKey: string;
|
|
@@ -1099,25 +1099,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1099
1099
|
}>;
|
|
1100
1100
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1101
1101
|
}) | (string & {
|
|
1102
|
-
type: import("../
|
|
1102
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1103
1103
|
owner: string;
|
|
1104
1104
|
protocolFee: string;
|
|
1105
1105
|
beneficiary: string;
|
|
1106
1106
|
maxProtocolFee: string;
|
|
1107
1107
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1108
1108
|
}) | (string & {
|
|
1109
|
-
type: import("../
|
|
1109
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1110
1110
|
owner: string;
|
|
1111
1111
|
paused: boolean;
|
|
1112
1112
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1113
1113
|
}) | (string & {
|
|
1114
|
-
type: import("../
|
|
1114
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1115
1115
|
owner: string;
|
|
1116
1116
|
nativeBridge: string;
|
|
1117
1117
|
destinationChain: string;
|
|
1118
1118
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1119
1119
|
}) | (string & {
|
|
1120
|
-
type: import("../
|
|
1120
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1121
1121
|
destinationChain: string;
|
|
1122
1122
|
arbSys: string;
|
|
1123
1123
|
bridge?: string | undefined;
|
|
@@ -1127,9 +1127,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1127
1127
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1128
1128
|
} & {
|
|
1129
1129
|
domains: import("../types.js").ChainMap<string | {
|
|
1130
|
-
type: import("../
|
|
1130
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1131
1131
|
} | {
|
|
1132
|
-
type: import("../
|
|
1132
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1133
1133
|
owner: string;
|
|
1134
1134
|
beneficiary: string;
|
|
1135
1135
|
oracleKey: string;
|
|
@@ -1140,40 +1140,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1140
1140
|
}>;
|
|
1141
1141
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1142
1142
|
} | {
|
|
1143
|
-
type: import("../
|
|
1143
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1144
1144
|
owner: string;
|
|
1145
1145
|
protocolFee: string;
|
|
1146
1146
|
beneficiary: string;
|
|
1147
1147
|
maxProtocolFee: string;
|
|
1148
1148
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1149
1149
|
} | {
|
|
1150
|
-
type: import("../
|
|
1150
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1151
1151
|
owner: string;
|
|
1152
1152
|
paused: boolean;
|
|
1153
1153
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1154
1154
|
} | {
|
|
1155
|
-
type: import("../
|
|
1155
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1156
1156
|
owner: string;
|
|
1157
1157
|
nativeBridge: string;
|
|
1158
1158
|
destinationChain: string;
|
|
1159
1159
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1160
1160
|
} | {
|
|
1161
|
-
type: import("../
|
|
1161
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1162
1162
|
destinationChain: string;
|
|
1163
1163
|
arbSys: string;
|
|
1164
1164
|
bridge?: string | undefined;
|
|
1165
1165
|
childHook?: any;
|
|
1166
|
-
} | import("../
|
|
1166
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1167
1167
|
} & {
|
|
1168
|
-
type: import("../
|
|
1168
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1169
1169
|
}) | (string & {
|
|
1170
1170
|
owner: string;
|
|
1171
1171
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1172
1172
|
} & {
|
|
1173
1173
|
domains: import("../types.js").ChainMap<string | {
|
|
1174
|
-
type: import("../
|
|
1174
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1175
1175
|
} | {
|
|
1176
|
-
type: import("../
|
|
1176
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1177
1177
|
owner: string;
|
|
1178
1178
|
beneficiary: string;
|
|
1179
1179
|
oracleKey: string;
|
|
@@ -1184,36 +1184,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1184
1184
|
}>;
|
|
1185
1185
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1186
1186
|
} | {
|
|
1187
|
-
type: import("../
|
|
1187
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1188
1188
|
owner: string;
|
|
1189
1189
|
protocolFee: string;
|
|
1190
1190
|
beneficiary: string;
|
|
1191
1191
|
maxProtocolFee: string;
|
|
1192
1192
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1193
1193
|
} | {
|
|
1194
|
-
type: import("../
|
|
1194
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1195
1195
|
owner: string;
|
|
1196
1196
|
paused: boolean;
|
|
1197
1197
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1198
1198
|
} | {
|
|
1199
|
-
type: import("../
|
|
1199
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1200
1200
|
owner: string;
|
|
1201
1201
|
nativeBridge: string;
|
|
1202
1202
|
destinationChain: string;
|
|
1203
1203
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1204
1204
|
} | {
|
|
1205
|
-
type: import("../
|
|
1205
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1206
1206
|
destinationChain: string;
|
|
1207
1207
|
arbSys: string;
|
|
1208
1208
|
bridge?: string | undefined;
|
|
1209
1209
|
childHook?: any;
|
|
1210
|
-
} | import("../
|
|
1210
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1211
1211
|
} & {
|
|
1212
|
-
type: import("../
|
|
1212
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1213
1213
|
fallback: string | {
|
|
1214
|
-
type: import("../
|
|
1214
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1215
1215
|
} | {
|
|
1216
|
-
type: import("../
|
|
1216
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1217
1217
|
owner: string;
|
|
1218
1218
|
beneficiary: string;
|
|
1219
1219
|
oracleKey: string;
|
|
@@ -1224,34 +1224,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1224
1224
|
}>;
|
|
1225
1225
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1226
1226
|
} | {
|
|
1227
|
-
type: import("../
|
|
1227
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1228
1228
|
owner: string;
|
|
1229
1229
|
protocolFee: string;
|
|
1230
1230
|
beneficiary: string;
|
|
1231
1231
|
maxProtocolFee: string;
|
|
1232
1232
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1233
1233
|
} | {
|
|
1234
|
-
type: import("../
|
|
1234
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1235
1235
|
owner: string;
|
|
1236
1236
|
paused: boolean;
|
|
1237
1237
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1238
1238
|
} | {
|
|
1239
|
-
type: import("../
|
|
1239
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1240
1240
|
owner: string;
|
|
1241
1241
|
nativeBridge: string;
|
|
1242
1242
|
destinationChain: string;
|
|
1243
1243
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1244
1244
|
} | {
|
|
1245
|
-
type: import("../
|
|
1245
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1246
1246
|
destinationChain: string;
|
|
1247
1247
|
arbSys: string;
|
|
1248
1248
|
bridge?: string | undefined;
|
|
1249
1249
|
childHook?: any;
|
|
1250
|
-
} | import("../
|
|
1251
|
-
}) | (string & import("../
|
|
1252
|
-
type: import("../
|
|
1250
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1251
|
+
}) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
1252
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1253
1253
|
} & string) | ({
|
|
1254
|
-
type: import("../
|
|
1254
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1255
1255
|
owner: string;
|
|
1256
1256
|
beneficiary: string;
|
|
1257
1257
|
oracleKey: string;
|
|
@@ -1262,25 +1262,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1262
1262
|
}>;
|
|
1263
1263
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1264
1264
|
} & string) | ({
|
|
1265
|
-
type: import("../
|
|
1265
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1266
1266
|
owner: string;
|
|
1267
1267
|
protocolFee: string;
|
|
1268
1268
|
beneficiary: string;
|
|
1269
1269
|
maxProtocolFee: string;
|
|
1270
1270
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1271
1271
|
} & string) | ({
|
|
1272
|
-
type: import("../
|
|
1272
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1273
1273
|
owner: string;
|
|
1274
1274
|
paused: boolean;
|
|
1275
1275
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1276
1276
|
} & string) | ({
|
|
1277
|
-
type: import("../
|
|
1277
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1278
1278
|
owner: string;
|
|
1279
1279
|
nativeBridge: string;
|
|
1280
1280
|
destinationChain: string;
|
|
1281
1281
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1282
1282
|
} & string) | ({
|
|
1283
|
-
type: import("../
|
|
1283
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1284
1284
|
destinationChain: string;
|
|
1285
1285
|
arbSys: string;
|
|
1286
1286
|
bridge?: string | undefined;
|
|
@@ -1290,9 +1290,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1290
1290
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1291
1291
|
} & {
|
|
1292
1292
|
domains: import("../types.js").ChainMap<string | {
|
|
1293
|
-
type: import("../
|
|
1293
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1294
1294
|
} | {
|
|
1295
|
-
type: import("../
|
|
1295
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1296
1296
|
owner: string;
|
|
1297
1297
|
beneficiary: string;
|
|
1298
1298
|
oracleKey: string;
|
|
@@ -1303,40 +1303,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1303
1303
|
}>;
|
|
1304
1304
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1305
1305
|
} | {
|
|
1306
|
-
type: import("../
|
|
1306
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1307
1307
|
owner: string;
|
|
1308
1308
|
protocolFee: string;
|
|
1309
1309
|
beneficiary: string;
|
|
1310
1310
|
maxProtocolFee: string;
|
|
1311
1311
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1312
1312
|
} | {
|
|
1313
|
-
type: import("../
|
|
1313
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1314
1314
|
owner: string;
|
|
1315
1315
|
paused: boolean;
|
|
1316
1316
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1317
1317
|
} | {
|
|
1318
|
-
type: import("../
|
|
1318
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1319
1319
|
owner: string;
|
|
1320
1320
|
nativeBridge: string;
|
|
1321
1321
|
destinationChain: string;
|
|
1322
1322
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1323
1323
|
} | {
|
|
1324
|
-
type: import("../
|
|
1324
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1325
1325
|
destinationChain: string;
|
|
1326
1326
|
arbSys: string;
|
|
1327
1327
|
bridge?: string | undefined;
|
|
1328
1328
|
childHook?: any;
|
|
1329
|
-
} | import("../
|
|
1329
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1330
1330
|
} & {
|
|
1331
|
-
type: import("../
|
|
1331
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1332
1332
|
} & string) | ({
|
|
1333
1333
|
owner: string;
|
|
1334
1334
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1335
1335
|
} & {
|
|
1336
1336
|
domains: import("../types.js").ChainMap<string | {
|
|
1337
|
-
type: import("../
|
|
1337
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1338
1338
|
} | {
|
|
1339
|
-
type: import("../
|
|
1339
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1340
1340
|
owner: string;
|
|
1341
1341
|
beneficiary: string;
|
|
1342
1342
|
oracleKey: string;
|
|
@@ -1347,40 +1347,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1347
1347
|
}>;
|
|
1348
1348
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1349
1349
|
} | {
|
|
1350
|
-
type: import("../
|
|
1350
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1351
1351
|
owner: string;
|
|
1352
1352
|
protocolFee: string;
|
|
1353
1353
|
beneficiary: string;
|
|
1354
1354
|
maxProtocolFee: string;
|
|
1355
1355
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1356
1356
|
} | {
|
|
1357
|
-
type: import("../
|
|
1357
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1358
1358
|
owner: string;
|
|
1359
1359
|
paused: boolean;
|
|
1360
1360
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1361
1361
|
} | {
|
|
1362
|
-
type: import("../
|
|
1362
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1363
1363
|
owner: string;
|
|
1364
1364
|
nativeBridge: string;
|
|
1365
1365
|
destinationChain: string;
|
|
1366
1366
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1367
1367
|
} | {
|
|
1368
|
-
type: import("../
|
|
1368
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1369
1369
|
destinationChain: string;
|
|
1370
1370
|
arbSys: string;
|
|
1371
1371
|
bridge?: string | undefined;
|
|
1372
1372
|
childHook?: any;
|
|
1373
|
-
} | import("../
|
|
1373
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1374
1374
|
} & {
|
|
1375
|
-
type: import("../
|
|
1375
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1376
1376
|
}) | ({
|
|
1377
1377
|
owner: string;
|
|
1378
1378
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1379
1379
|
} & {
|
|
1380
1380
|
domains: import("../types.js").ChainMap<string | {
|
|
1381
|
-
type: import("../
|
|
1381
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1382
1382
|
} | {
|
|
1383
|
-
type: import("../
|
|
1383
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1384
1384
|
owner: string;
|
|
1385
1385
|
beneficiary: string;
|
|
1386
1386
|
oracleKey: string;
|
|
@@ -1391,36 +1391,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1391
1391
|
}>;
|
|
1392
1392
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1393
1393
|
} | {
|
|
1394
|
-
type: import("../
|
|
1394
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1395
1395
|
owner: string;
|
|
1396
1396
|
protocolFee: string;
|
|
1397
1397
|
beneficiary: string;
|
|
1398
1398
|
maxProtocolFee: string;
|
|
1399
1399
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1400
1400
|
} | {
|
|
1401
|
-
type: import("../
|
|
1401
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1402
1402
|
owner: string;
|
|
1403
1403
|
paused: boolean;
|
|
1404
1404
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1405
1405
|
} | {
|
|
1406
|
-
type: import("../
|
|
1406
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1407
1407
|
owner: string;
|
|
1408
1408
|
nativeBridge: string;
|
|
1409
1409
|
destinationChain: string;
|
|
1410
1410
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1411
1411
|
} | {
|
|
1412
|
-
type: import("../
|
|
1412
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1413
1413
|
destinationChain: string;
|
|
1414
1414
|
arbSys: string;
|
|
1415
1415
|
bridge?: string | undefined;
|
|
1416
1416
|
childHook?: any;
|
|
1417
|
-
} | import("../
|
|
1417
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1418
1418
|
} & {
|
|
1419
|
-
type: import("../
|
|
1419
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1420
1420
|
fallback: string | {
|
|
1421
|
-
type: import("../
|
|
1421
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1422
1422
|
} | {
|
|
1423
|
-
type: import("../
|
|
1423
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1424
1424
|
owner: string;
|
|
1425
1425
|
beneficiary: string;
|
|
1426
1426
|
oracleKey: string;
|
|
@@ -1431,38 +1431,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1431
1431
|
}>;
|
|
1432
1432
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1433
1433
|
} | {
|
|
1434
|
-
type: import("../
|
|
1434
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1435
1435
|
owner: string;
|
|
1436
1436
|
protocolFee: string;
|
|
1437
1437
|
beneficiary: string;
|
|
1438
1438
|
maxProtocolFee: string;
|
|
1439
1439
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1440
1440
|
} | {
|
|
1441
|
-
type: import("../
|
|
1441
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1442
1442
|
owner: string;
|
|
1443
1443
|
paused: boolean;
|
|
1444
1444
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1445
1445
|
} | {
|
|
1446
|
-
type: import("../
|
|
1446
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1447
1447
|
owner: string;
|
|
1448
1448
|
nativeBridge: string;
|
|
1449
1449
|
destinationChain: string;
|
|
1450
1450
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1451
1451
|
} | {
|
|
1452
|
-
type: import("../
|
|
1452
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1453
1453
|
destinationChain: string;
|
|
1454
1454
|
arbSys: string;
|
|
1455
1455
|
bridge?: string | undefined;
|
|
1456
1456
|
childHook?: any;
|
|
1457
|
-
} | import("../
|
|
1457
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1458
1458
|
} & string) | ({
|
|
1459
1459
|
owner: string;
|
|
1460
1460
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1461
1461
|
} & {
|
|
1462
1462
|
domains: import("../types.js").ChainMap<string | {
|
|
1463
|
-
type: import("../
|
|
1463
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1464
1464
|
} | {
|
|
1465
|
-
type: import("../
|
|
1465
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1466
1466
|
owner: string;
|
|
1467
1467
|
beneficiary: string;
|
|
1468
1468
|
oracleKey: string;
|
|
@@ -1473,36 +1473,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1473
1473
|
}>;
|
|
1474
1474
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1475
1475
|
} | {
|
|
1476
|
-
type: import("../
|
|
1476
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1477
1477
|
owner: string;
|
|
1478
1478
|
protocolFee: string;
|
|
1479
1479
|
beneficiary: string;
|
|
1480
1480
|
maxProtocolFee: string;
|
|
1481
1481
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1482
1482
|
} | {
|
|
1483
|
-
type: import("../
|
|
1483
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1484
1484
|
owner: string;
|
|
1485
1485
|
paused: boolean;
|
|
1486
1486
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1487
1487
|
} | {
|
|
1488
|
-
type: import("../
|
|
1488
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1489
1489
|
owner: string;
|
|
1490
1490
|
nativeBridge: string;
|
|
1491
1491
|
destinationChain: string;
|
|
1492
1492
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1493
1493
|
} | {
|
|
1494
|
-
type: import("../
|
|
1494
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1495
1495
|
destinationChain: string;
|
|
1496
1496
|
arbSys: string;
|
|
1497
1497
|
bridge?: string | undefined;
|
|
1498
1498
|
childHook?: any;
|
|
1499
|
-
} | import("../
|
|
1499
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1500
1500
|
} & {
|
|
1501
|
-
type: import("../
|
|
1501
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1502
1502
|
fallback: string | {
|
|
1503
|
-
type: import("../
|
|
1503
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1504
1504
|
} | {
|
|
1505
|
-
type: import("../
|
|
1505
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1506
1506
|
owner: string;
|
|
1507
1507
|
beneficiary: string;
|
|
1508
1508
|
oracleKey: string;
|
|
@@ -1513,31 +1513,31 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1513
1513
|
}>;
|
|
1514
1514
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1515
1515
|
} | {
|
|
1516
|
-
type: import("../
|
|
1516
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1517
1517
|
owner: string;
|
|
1518
1518
|
protocolFee: string;
|
|
1519
1519
|
beneficiary: string;
|
|
1520
1520
|
maxProtocolFee: string;
|
|
1521
1521
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1522
1522
|
} | {
|
|
1523
|
-
type: import("../
|
|
1523
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1524
1524
|
owner: string;
|
|
1525
1525
|
paused: boolean;
|
|
1526
1526
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1527
1527
|
} | {
|
|
1528
|
-
type: import("../
|
|
1528
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1529
1529
|
owner: string;
|
|
1530
1530
|
nativeBridge: string;
|
|
1531
1531
|
destinationChain: string;
|
|
1532
1532
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1533
1533
|
} | {
|
|
1534
|
-
type: import("../
|
|
1534
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1535
1535
|
destinationChain: string;
|
|
1536
1536
|
arbSys: string;
|
|
1537
1537
|
bridge?: string | undefined;
|
|
1538
1538
|
childHook?: any;
|
|
1539
|
-
} | import("../
|
|
1540
|
-
}) | (import("../
|
|
1539
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1540
|
+
}) | (import("../hook/types.js").AggregationHookConfig & string);
|
|
1541
1541
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1542
1542
|
proxyAdmin?: {
|
|
1543
1543
|
owner: string;
|
|
@@ -1546,29 +1546,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1546
1546
|
} | undefined;
|
|
1547
1547
|
}, {
|
|
1548
1548
|
owner: string;
|
|
1549
|
-
defaultIsm: string | {
|
|
1550
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1551
|
-
} | {
|
|
1552
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1553
|
-
relayer: string;
|
|
1554
|
-
} | {
|
|
1555
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1556
|
-
origin: string;
|
|
1557
|
-
nativeBridge: string;
|
|
1558
|
-
} | {
|
|
1559
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1560
|
-
bridge: string;
|
|
1561
|
-
} | ({
|
|
1562
|
-
owner: string;
|
|
1563
|
-
paused: boolean;
|
|
1564
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1565
|
-
} & {
|
|
1566
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1567
|
-
}) | ({
|
|
1549
|
+
defaultIsm: string | ({
|
|
1568
1550
|
validators: string[];
|
|
1569
1551
|
threshold: number;
|
|
1570
1552
|
} & {
|
|
1571
|
-
type: import("../
|
|
1553
|
+
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;
|
|
1572
1554
|
}) | ({
|
|
1573
1555
|
validators: {
|
|
1574
1556
|
signingAddress: string;
|
|
@@ -1576,35 +1558,35 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1576
1558
|
}[];
|
|
1577
1559
|
thresholdWeight: number;
|
|
1578
1560
|
} & {
|
|
1579
|
-
type: import("../
|
|
1580
|
-
}) |
|
|
1561
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1562
|
+
}) | {
|
|
1563
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1564
|
+
} | ({
|
|
1581
1565
|
owner: string;
|
|
1566
|
+
paused: boolean;
|
|
1582
1567
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1583
1568
|
} & {
|
|
1584
|
-
type: import("../
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
} & {
|
|
1602
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1603
|
-
}) | ({
|
|
1569
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1570
|
+
}) | {
|
|
1571
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1572
|
+
origin: string;
|
|
1573
|
+
nativeBridge: string;
|
|
1574
|
+
} | {
|
|
1575
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1576
|
+
relayer: string;
|
|
1577
|
+
} | {
|
|
1578
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1579
|
+
bridge: string;
|
|
1580
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
1581
|
+
owner: string;
|
|
1582
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1583
|
+
} & {
|
|
1584
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1585
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
1604
1586
|
validators: string[];
|
|
1605
1587
|
threshold: number;
|
|
1606
1588
|
} & {
|
|
1607
|
-
type: import("../
|
|
1589
|
+
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;
|
|
1608
1590
|
}) | ({
|
|
1609
1591
|
validators: {
|
|
1610
1592
|
signingAddress: string;
|
|
@@ -1612,36 +1594,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1612
1594
|
}[];
|
|
1613
1595
|
thresholdWeight: number;
|
|
1614
1596
|
} & {
|
|
1615
|
-
type: import("../
|
|
1616
|
-
}) |
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1620
|
-
} & {
|
|
1621
|
-
type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
|
|
1622
|
-
domains: import("../types.js").ChainMap<string | {
|
|
1623
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1624
|
-
} | {
|
|
1625
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1626
|
-
relayer: string;
|
|
1627
|
-
} | {
|
|
1628
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1629
|
-
origin: string;
|
|
1630
|
-
nativeBridge: string;
|
|
1631
|
-
} | {
|
|
1632
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1633
|
-
bridge: string;
|
|
1634
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1597
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1598
|
+
}) | {
|
|
1599
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1600
|
+
} | ({
|
|
1635
1601
|
owner: string;
|
|
1636
1602
|
paused: boolean;
|
|
1637
1603
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1638
1604
|
} & {
|
|
1639
|
-
type: import("../
|
|
1640
|
-
}) |
|
|
1605
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1606
|
+
}) | {
|
|
1607
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1608
|
+
origin: string;
|
|
1609
|
+
nativeBridge: string;
|
|
1610
|
+
} | {
|
|
1611
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1612
|
+
relayer: string;
|
|
1613
|
+
} | {
|
|
1614
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1615
|
+
bridge: string;
|
|
1616
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1617
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
1618
|
+
owner: string;
|
|
1619
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1620
|
+
} & {
|
|
1621
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1622
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
1641
1623
|
validators: string[];
|
|
1642
1624
|
threshold: number;
|
|
1643
1625
|
} & {
|
|
1644
|
-
type: import("../
|
|
1626
|
+
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;
|
|
1645
1627
|
}) | ({
|
|
1646
1628
|
validators: {
|
|
1647
1629
|
signingAddress: string;
|
|
@@ -1649,36 +1631,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1649
1631
|
}[];
|
|
1650
1632
|
thresholdWeight: number;
|
|
1651
1633
|
} & {
|
|
1652
|
-
type: import("../
|
|
1653
|
-
}) |
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1657
|
-
} & {
|
|
1658
|
-
type: import("../index.js").IsmType.ROUTING | import("../index.js").IsmType.FALLBACK_ROUTING;
|
|
1659
|
-
domains: import("../types.js").ChainMap<string | {
|
|
1660
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1661
|
-
} | {
|
|
1662
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1663
|
-
relayer: string;
|
|
1664
|
-
} | {
|
|
1665
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1666
|
-
origin: string;
|
|
1667
|
-
nativeBridge: string;
|
|
1668
|
-
} | {
|
|
1669
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1670
|
-
bridge: string;
|
|
1671
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1634
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1635
|
+
}) | {
|
|
1636
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1637
|
+
} | ({
|
|
1672
1638
|
owner: string;
|
|
1673
1639
|
paused: boolean;
|
|
1674
1640
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1675
1641
|
} & {
|
|
1676
|
-
type: import("../
|
|
1677
|
-
}) |
|
|
1642
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1643
|
+
}) | {
|
|
1644
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1645
|
+
origin: string;
|
|
1646
|
+
nativeBridge: string;
|
|
1647
|
+
} | {
|
|
1648
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1649
|
+
relayer: string;
|
|
1650
|
+
} | {
|
|
1651
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1652
|
+
bridge: string;
|
|
1653
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1654
|
+
} & string) | ({
|
|
1655
|
+
owner: string;
|
|
1656
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1657
|
+
} & {
|
|
1658
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1659
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
1678
1660
|
validators: string[];
|
|
1679
1661
|
threshold: number;
|
|
1680
1662
|
} & {
|
|
1681
|
-
type: import("../
|
|
1663
|
+
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;
|
|
1682
1664
|
}) | ({
|
|
1683
1665
|
validators: {
|
|
1684
1666
|
signingAddress: string;
|
|
@@ -1686,75 +1668,93 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1686
1668
|
}[];
|
|
1687
1669
|
thresholdWeight: number;
|
|
1688
1670
|
} & {
|
|
1689
|
-
type: import("../
|
|
1690
|
-
}) |
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1671
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1672
|
+
}) | {
|
|
1673
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1674
|
+
} | ({
|
|
1675
|
+
owner: string;
|
|
1676
|
+
paused: boolean;
|
|
1677
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1678
|
+
} & {
|
|
1679
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1680
|
+
}) | {
|
|
1681
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1682
|
+
origin: string;
|
|
1683
|
+
nativeBridge: string;
|
|
1684
|
+
} | {
|
|
1685
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1686
|
+
relayer: string;
|
|
1687
|
+
} | {
|
|
1688
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1689
|
+
bridge: string;
|
|
1690
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1691
|
+
}) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
|
|
1692
|
+
validators: string[];
|
|
1693
|
+
threshold: number;
|
|
1694
|
+
} & {
|
|
1695
|
+
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;
|
|
1696
1696
|
}) | (string & {
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1697
|
+
validators: {
|
|
1698
|
+
signingAddress: string;
|
|
1699
|
+
weight: number;
|
|
1700
|
+
}[];
|
|
1701
|
+
thresholdWeight: number;
|
|
1702
|
+
} & {
|
|
1703
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1700
1704
|
}) | (string & {
|
|
1701
|
-
type: import("../
|
|
1702
|
-
bridge: string;
|
|
1705
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1703
1706
|
}) | (string & {
|
|
1704
1707
|
owner: string;
|
|
1705
1708
|
paused: boolean;
|
|
1706
1709
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1707
1710
|
} & {
|
|
1708
|
-
type: import("../
|
|
1711
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1709
1712
|
}) | (string & {
|
|
1713
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1714
|
+
origin: string;
|
|
1715
|
+
nativeBridge: string;
|
|
1716
|
+
}) | (string & {
|
|
1717
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1718
|
+
relayer: string;
|
|
1719
|
+
}) | (string & {
|
|
1720
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1721
|
+
bridge: string;
|
|
1722
|
+
}) | ({
|
|
1710
1723
|
validators: string[];
|
|
1711
1724
|
threshold: number;
|
|
1712
1725
|
} & {
|
|
1713
|
-
type: import("../
|
|
1714
|
-
}) | (
|
|
1726
|
+
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;
|
|
1727
|
+
} & string) | ({
|
|
1715
1728
|
validators: {
|
|
1716
1729
|
signingAddress: string;
|
|
1717
1730
|
weight: number;
|
|
1718
1731
|
}[];
|
|
1719
1732
|
thresholdWeight: number;
|
|
1720
1733
|
} & {
|
|
1721
|
-
type: import("../
|
|
1722
|
-
}) | ({
|
|
1723
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1734
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1724
1735
|
} & string) | ({
|
|
1725
|
-
type: import("../
|
|
1726
|
-
relayer: string;
|
|
1727
|
-
} & string) | ({
|
|
1728
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1729
|
-
origin: string;
|
|
1730
|
-
nativeBridge: string;
|
|
1731
|
-
} & string) | ({
|
|
1732
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1733
|
-
bridge: string;
|
|
1736
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1734
1737
|
} & string) | ({
|
|
1735
1738
|
owner: string;
|
|
1736
1739
|
paused: boolean;
|
|
1737
1740
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1738
1741
|
} & {
|
|
1739
|
-
type: import("../
|
|
1742
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1740
1743
|
} & string) | ({
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG | import("../index.js").IsmType.STORAGE_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.STORAGE_MESSAGE_ID_MULTISIG;
|
|
1744
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1745
|
+
origin: string;
|
|
1746
|
+
nativeBridge: string;
|
|
1745
1747
|
} & string) | ({
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
} & {
|
|
1752
|
-
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1748
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1749
|
+
relayer: string;
|
|
1750
|
+
} & string) | ({
|
|
1751
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1752
|
+
bridge: string;
|
|
1753
1753
|
} & string);
|
|
1754
1754
|
defaultHook: string | {
|
|
1755
|
-
type: import("../
|
|
1755
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1756
1756
|
} | {
|
|
1757
|
-
type: import("../
|
|
1757
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1758
1758
|
owner: string;
|
|
1759
1759
|
beneficiary: string;
|
|
1760
1760
|
oracleKey: string;
|
|
@@ -1765,37 +1765,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1765
1765
|
}>;
|
|
1766
1766
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1767
1767
|
} | {
|
|
1768
|
-
type: import("../
|
|
1768
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1769
1769
|
owner: string;
|
|
1770
1770
|
protocolFee: string;
|
|
1771
1771
|
beneficiary: string;
|
|
1772
1772
|
maxProtocolFee: string;
|
|
1773
1773
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1774
1774
|
} | {
|
|
1775
|
-
type: import("../
|
|
1775
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1776
1776
|
owner: string;
|
|
1777
1777
|
paused: boolean;
|
|
1778
1778
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1779
1779
|
} | {
|
|
1780
|
-
type: import("../
|
|
1780
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1781
1781
|
owner: string;
|
|
1782
1782
|
nativeBridge: string;
|
|
1783
1783
|
destinationChain: string;
|
|
1784
1784
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1785
1785
|
} | {
|
|
1786
|
-
type: import("../
|
|
1786
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1787
1787
|
destinationChain: string;
|
|
1788
1788
|
arbSys: string;
|
|
1789
1789
|
bridge?: string | undefined;
|
|
1790
1790
|
childHook?: any;
|
|
1791
|
-
} | import("../
|
|
1791
|
+
} | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
1792
1792
|
owner: string;
|
|
1793
1793
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1794
1794
|
} & {
|
|
1795
1795
|
domains: import("../types.js").ChainMap<string | {
|
|
1796
|
-
type: import("../
|
|
1796
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1797
1797
|
} | {
|
|
1798
|
-
type: import("../
|
|
1798
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1799
1799
|
owner: string;
|
|
1800
1800
|
beneficiary: string;
|
|
1801
1801
|
oracleKey: string;
|
|
@@ -1806,40 +1806,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1806
1806
|
}>;
|
|
1807
1807
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1808
1808
|
} | {
|
|
1809
|
-
type: import("../
|
|
1809
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1810
1810
|
owner: string;
|
|
1811
1811
|
protocolFee: string;
|
|
1812
1812
|
beneficiary: string;
|
|
1813
1813
|
maxProtocolFee: string;
|
|
1814
1814
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1815
1815
|
} | {
|
|
1816
|
-
type: import("../
|
|
1816
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1817
1817
|
owner: string;
|
|
1818
1818
|
paused: boolean;
|
|
1819
1819
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1820
1820
|
} | {
|
|
1821
|
-
type: import("../
|
|
1821
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1822
1822
|
owner: string;
|
|
1823
1823
|
nativeBridge: string;
|
|
1824
1824
|
destinationChain: string;
|
|
1825
1825
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1826
1826
|
} | {
|
|
1827
|
-
type: import("../
|
|
1827
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1828
1828
|
destinationChain: string;
|
|
1829
1829
|
arbSys: string;
|
|
1830
1830
|
bridge?: string | undefined;
|
|
1831
1831
|
childHook?: any;
|
|
1832
|
-
} | import("../
|
|
1832
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1833
1833
|
} & {
|
|
1834
|
-
type: import("../
|
|
1834
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1835
1835
|
}) | (string & {
|
|
1836
1836
|
owner: string;
|
|
1837
1837
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1838
1838
|
} & {
|
|
1839
1839
|
domains: import("../types.js").ChainMap<string | {
|
|
1840
|
-
type: import("../
|
|
1840
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1841
1841
|
} | {
|
|
1842
|
-
type: import("../
|
|
1842
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1843
1843
|
owner: string;
|
|
1844
1844
|
beneficiary: string;
|
|
1845
1845
|
oracleKey: string;
|
|
@@ -1850,36 +1850,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1850
1850
|
}>;
|
|
1851
1851
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1852
1852
|
} | {
|
|
1853
|
-
type: import("../
|
|
1853
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1854
1854
|
owner: string;
|
|
1855
1855
|
protocolFee: string;
|
|
1856
1856
|
beneficiary: string;
|
|
1857
1857
|
maxProtocolFee: string;
|
|
1858
1858
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1859
1859
|
} | {
|
|
1860
|
-
type: import("../
|
|
1860
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1861
1861
|
owner: string;
|
|
1862
1862
|
paused: boolean;
|
|
1863
1863
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1864
1864
|
} | {
|
|
1865
|
-
type: import("../
|
|
1865
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1866
1866
|
owner: string;
|
|
1867
1867
|
nativeBridge: string;
|
|
1868
1868
|
destinationChain: string;
|
|
1869
1869
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1870
1870
|
} | {
|
|
1871
|
-
type: import("../
|
|
1871
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1872
1872
|
destinationChain: string;
|
|
1873
1873
|
arbSys: string;
|
|
1874
1874
|
bridge?: string | undefined;
|
|
1875
1875
|
childHook?: any;
|
|
1876
|
-
} | import("../
|
|
1876
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1877
1877
|
} & {
|
|
1878
|
-
type: import("../
|
|
1878
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1879
1879
|
fallback: string | {
|
|
1880
|
-
type: import("../
|
|
1880
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1881
1881
|
} | {
|
|
1882
|
-
type: import("../
|
|
1882
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1883
1883
|
owner: string;
|
|
1884
1884
|
beneficiary: string;
|
|
1885
1885
|
oracleKey: string;
|
|
@@ -1890,38 +1890,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1890
1890
|
}>;
|
|
1891
1891
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1892
1892
|
} | {
|
|
1893
|
-
type: import("../
|
|
1893
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1894
1894
|
owner: string;
|
|
1895
1895
|
protocolFee: string;
|
|
1896
1896
|
beneficiary: string;
|
|
1897
1897
|
maxProtocolFee: string;
|
|
1898
1898
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1899
1899
|
} | {
|
|
1900
|
-
type: import("../
|
|
1900
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1901
1901
|
owner: string;
|
|
1902
1902
|
paused: boolean;
|
|
1903
1903
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1904
1904
|
} | {
|
|
1905
|
-
type: import("../
|
|
1905
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1906
1906
|
owner: string;
|
|
1907
1907
|
nativeBridge: string;
|
|
1908
1908
|
destinationChain: string;
|
|
1909
1909
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1910
1910
|
} | {
|
|
1911
|
-
type: import("../
|
|
1911
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1912
1912
|
destinationChain: string;
|
|
1913
1913
|
arbSys: string;
|
|
1914
1914
|
bridge?: string | undefined;
|
|
1915
1915
|
childHook?: any;
|
|
1916
|
-
} | import("../
|
|
1917
|
-
}) | (string & import("../
|
|
1916
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1917
|
+
}) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
1918
1918
|
owner: string;
|
|
1919
1919
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1920
1920
|
} & {
|
|
1921
1921
|
domains: import("../types.js").ChainMap<string | {
|
|
1922
|
-
type: import("../
|
|
1922
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1923
1923
|
} | {
|
|
1924
|
-
type: import("../
|
|
1924
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1925
1925
|
owner: string;
|
|
1926
1926
|
beneficiary: string;
|
|
1927
1927
|
oracleKey: string;
|
|
@@ -1932,40 +1932,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1932
1932
|
}>;
|
|
1933
1933
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1934
1934
|
} | {
|
|
1935
|
-
type: import("../
|
|
1935
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1936
1936
|
owner: string;
|
|
1937
1937
|
protocolFee: string;
|
|
1938
1938
|
beneficiary: string;
|
|
1939
1939
|
maxProtocolFee: string;
|
|
1940
1940
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1941
1941
|
} | {
|
|
1942
|
-
type: import("../
|
|
1942
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1943
1943
|
owner: string;
|
|
1944
1944
|
paused: boolean;
|
|
1945
1945
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1946
1946
|
} | {
|
|
1947
|
-
type: import("../
|
|
1947
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1948
1948
|
owner: string;
|
|
1949
1949
|
nativeBridge: string;
|
|
1950
1950
|
destinationChain: string;
|
|
1951
1951
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1952
1952
|
} | {
|
|
1953
|
-
type: import("../
|
|
1953
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1954
1954
|
destinationChain: string;
|
|
1955
1955
|
arbSys: string;
|
|
1956
1956
|
bridge?: string | undefined;
|
|
1957
1957
|
childHook?: any;
|
|
1958
|
-
} | import("../
|
|
1958
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1959
1959
|
} & {
|
|
1960
|
-
type: import("../
|
|
1960
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1961
1961
|
} & string) | ({
|
|
1962
1962
|
owner: string;
|
|
1963
1963
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1964
1964
|
} & {
|
|
1965
1965
|
domains: import("../types.js").ChainMap<string | {
|
|
1966
|
-
type: import("../
|
|
1966
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1967
1967
|
} | {
|
|
1968
|
-
type: import("../
|
|
1968
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1969
1969
|
owner: string;
|
|
1970
1970
|
beneficiary: string;
|
|
1971
1971
|
oracleKey: string;
|
|
@@ -1976,40 +1976,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1976
1976
|
}>;
|
|
1977
1977
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1978
1978
|
} | {
|
|
1979
|
-
type: import("../
|
|
1979
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1980
1980
|
owner: string;
|
|
1981
1981
|
protocolFee: string;
|
|
1982
1982
|
beneficiary: string;
|
|
1983
1983
|
maxProtocolFee: string;
|
|
1984
1984
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1985
1985
|
} | {
|
|
1986
|
-
type: import("../
|
|
1986
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1987
1987
|
owner: string;
|
|
1988
1988
|
paused: boolean;
|
|
1989
1989
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1990
1990
|
} | {
|
|
1991
|
-
type: import("../
|
|
1991
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1992
1992
|
owner: string;
|
|
1993
1993
|
nativeBridge: string;
|
|
1994
1994
|
destinationChain: string;
|
|
1995
1995
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1996
1996
|
} | {
|
|
1997
|
-
type: import("../
|
|
1997
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1998
1998
|
destinationChain: string;
|
|
1999
1999
|
arbSys: string;
|
|
2000
2000
|
bridge?: string | undefined;
|
|
2001
2001
|
childHook?: any;
|
|
2002
|
-
} | import("../
|
|
2002
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2003
2003
|
} & {
|
|
2004
|
-
type: import("../
|
|
2004
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2005
2005
|
}) | ({
|
|
2006
2006
|
owner: string;
|
|
2007
2007
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2008
2008
|
} & {
|
|
2009
2009
|
domains: import("../types.js").ChainMap<string | {
|
|
2010
|
-
type: import("../
|
|
2010
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2011
2011
|
} | {
|
|
2012
|
-
type: import("../
|
|
2012
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2013
2013
|
owner: string;
|
|
2014
2014
|
beneficiary: string;
|
|
2015
2015
|
oracleKey: string;
|
|
@@ -2020,36 +2020,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2020
2020
|
}>;
|
|
2021
2021
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2022
2022
|
} | {
|
|
2023
|
-
type: import("../
|
|
2023
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2024
2024
|
owner: string;
|
|
2025
2025
|
protocolFee: string;
|
|
2026
2026
|
beneficiary: string;
|
|
2027
2027
|
maxProtocolFee: string;
|
|
2028
2028
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2029
2029
|
} | {
|
|
2030
|
-
type: import("../
|
|
2030
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2031
2031
|
owner: string;
|
|
2032
2032
|
paused: boolean;
|
|
2033
2033
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2034
2034
|
} | {
|
|
2035
|
-
type: import("../
|
|
2035
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2036
2036
|
owner: string;
|
|
2037
2037
|
nativeBridge: string;
|
|
2038
2038
|
destinationChain: string;
|
|
2039
2039
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2040
2040
|
} | {
|
|
2041
|
-
type: import("../
|
|
2041
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2042
2042
|
destinationChain: string;
|
|
2043
2043
|
arbSys: string;
|
|
2044
2044
|
bridge?: string | undefined;
|
|
2045
2045
|
childHook?: any;
|
|
2046
|
-
} | import("../
|
|
2046
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2047
2047
|
} & {
|
|
2048
|
-
type: import("../
|
|
2048
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2049
2049
|
fallback: string | {
|
|
2050
|
-
type: import("../
|
|
2050
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2051
2051
|
} | {
|
|
2052
|
-
type: import("../
|
|
2052
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2053
2053
|
owner: string;
|
|
2054
2054
|
beneficiary: string;
|
|
2055
2055
|
oracleKey: string;
|
|
@@ -2060,38 +2060,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2060
2060
|
}>;
|
|
2061
2061
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2062
2062
|
} | {
|
|
2063
|
-
type: import("../
|
|
2063
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2064
2064
|
owner: string;
|
|
2065
2065
|
protocolFee: string;
|
|
2066
2066
|
beneficiary: string;
|
|
2067
2067
|
maxProtocolFee: string;
|
|
2068
2068
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2069
2069
|
} | {
|
|
2070
|
-
type: import("../
|
|
2070
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2071
2071
|
owner: string;
|
|
2072
2072
|
paused: boolean;
|
|
2073
2073
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2074
2074
|
} | {
|
|
2075
|
-
type: import("../
|
|
2075
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2076
2076
|
owner: string;
|
|
2077
2077
|
nativeBridge: string;
|
|
2078
2078
|
destinationChain: string;
|
|
2079
2079
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2080
2080
|
} | {
|
|
2081
|
-
type: import("../
|
|
2081
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2082
2082
|
destinationChain: string;
|
|
2083
2083
|
arbSys: string;
|
|
2084
2084
|
bridge?: string | undefined;
|
|
2085
2085
|
childHook?: any;
|
|
2086
|
-
} | import("../
|
|
2086
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2087
2087
|
} & string) | ({
|
|
2088
2088
|
owner: string;
|
|
2089
2089
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2090
2090
|
} & {
|
|
2091
2091
|
domains: import("../types.js").ChainMap<string | {
|
|
2092
|
-
type: import("../
|
|
2092
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2093
2093
|
} | {
|
|
2094
|
-
type: import("../
|
|
2094
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2095
2095
|
owner: string;
|
|
2096
2096
|
beneficiary: string;
|
|
2097
2097
|
oracleKey: string;
|
|
@@ -2102,36 +2102,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2102
2102
|
}>;
|
|
2103
2103
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2104
2104
|
} | {
|
|
2105
|
-
type: import("../
|
|
2105
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2106
2106
|
owner: string;
|
|
2107
2107
|
protocolFee: string;
|
|
2108
2108
|
beneficiary: string;
|
|
2109
2109
|
maxProtocolFee: string;
|
|
2110
2110
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2111
2111
|
} | {
|
|
2112
|
-
type: import("../
|
|
2112
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2113
2113
|
owner: string;
|
|
2114
2114
|
paused: boolean;
|
|
2115
2115
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2116
2116
|
} | {
|
|
2117
|
-
type: import("../
|
|
2117
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2118
2118
|
owner: string;
|
|
2119
2119
|
nativeBridge: string;
|
|
2120
2120
|
destinationChain: string;
|
|
2121
2121
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2122
2122
|
} | {
|
|
2123
|
-
type: import("../
|
|
2123
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2124
2124
|
destinationChain: string;
|
|
2125
2125
|
arbSys: string;
|
|
2126
2126
|
bridge?: string | undefined;
|
|
2127
2127
|
childHook?: any;
|
|
2128
|
-
} | import("../
|
|
2128
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2129
2129
|
} & {
|
|
2130
|
-
type: import("../
|
|
2130
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2131
2131
|
fallback: string | {
|
|
2132
|
-
type: import("../
|
|
2132
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2133
2133
|
} | {
|
|
2134
|
-
type: import("../
|
|
2134
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2135
2135
|
owner: string;
|
|
2136
2136
|
beneficiary: string;
|
|
2137
2137
|
oracleKey: string;
|
|
@@ -2142,34 +2142,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2142
2142
|
}>;
|
|
2143
2143
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2144
2144
|
} | {
|
|
2145
|
-
type: import("../
|
|
2145
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2146
2146
|
owner: string;
|
|
2147
2147
|
protocolFee: string;
|
|
2148
2148
|
beneficiary: string;
|
|
2149
2149
|
maxProtocolFee: string;
|
|
2150
2150
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2151
2151
|
} | {
|
|
2152
|
-
type: import("../
|
|
2152
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2153
2153
|
owner: string;
|
|
2154
2154
|
paused: boolean;
|
|
2155
2155
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2156
2156
|
} | {
|
|
2157
|
-
type: import("../
|
|
2157
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2158
2158
|
owner: string;
|
|
2159
2159
|
nativeBridge: string;
|
|
2160
2160
|
destinationChain: string;
|
|
2161
2161
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2162
2162
|
} | {
|
|
2163
|
-
type: import("../
|
|
2163
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2164
2164
|
destinationChain: string;
|
|
2165
2165
|
arbSys: string;
|
|
2166
2166
|
bridge?: string | undefined;
|
|
2167
2167
|
childHook?: any;
|
|
2168
|
-
} | import("../
|
|
2169
|
-
}) | (import("../
|
|
2170
|
-
type: import("../
|
|
2168
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2169
|
+
}) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
|
|
2170
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2171
2171
|
}) | (string & {
|
|
2172
|
-
type: import("../
|
|
2172
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2173
2173
|
owner: string;
|
|
2174
2174
|
beneficiary: string;
|
|
2175
2175
|
oracleKey: string;
|
|
@@ -2180,33 +2180,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2180
2180
|
}>;
|
|
2181
2181
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2182
2182
|
}) | (string & {
|
|
2183
|
-
type: import("../
|
|
2183
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2184
2184
|
owner: string;
|
|
2185
2185
|
protocolFee: string;
|
|
2186
2186
|
beneficiary: string;
|
|
2187
2187
|
maxProtocolFee: string;
|
|
2188
2188
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2189
2189
|
}) | (string & {
|
|
2190
|
-
type: import("../
|
|
2190
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2191
2191
|
owner: string;
|
|
2192
2192
|
paused: boolean;
|
|
2193
2193
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2194
2194
|
}) | (string & {
|
|
2195
|
-
type: import("../
|
|
2195
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2196
2196
|
owner: string;
|
|
2197
2197
|
nativeBridge: string;
|
|
2198
2198
|
destinationChain: string;
|
|
2199
2199
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2200
2200
|
}) | (string & {
|
|
2201
|
-
type: import("../
|
|
2201
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2202
2202
|
destinationChain: string;
|
|
2203
2203
|
arbSys: string;
|
|
2204
2204
|
bridge?: string | undefined;
|
|
2205
2205
|
childHook?: any;
|
|
2206
2206
|
}) | ({
|
|
2207
|
-
type: import("../
|
|
2207
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2208
2208
|
} & string) | ({
|
|
2209
|
-
type: import("../
|
|
2209
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2210
2210
|
owner: string;
|
|
2211
2211
|
beneficiary: string;
|
|
2212
2212
|
oracleKey: string;
|
|
@@ -2217,34 +2217,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2217
2217
|
}>;
|
|
2218
2218
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2219
2219
|
} & string) | ({
|
|
2220
|
-
type: import("../
|
|
2220
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2221
2221
|
owner: string;
|
|
2222
2222
|
protocolFee: string;
|
|
2223
2223
|
beneficiary: string;
|
|
2224
2224
|
maxProtocolFee: string;
|
|
2225
2225
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2226
2226
|
} & string) | ({
|
|
2227
|
-
type: import("../
|
|
2227
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2228
2228
|
owner: string;
|
|
2229
2229
|
paused: boolean;
|
|
2230
2230
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2231
2231
|
} & string) | ({
|
|
2232
|
-
type: import("../
|
|
2232
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2233
2233
|
owner: string;
|
|
2234
2234
|
nativeBridge: string;
|
|
2235
2235
|
destinationChain: string;
|
|
2236
2236
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2237
2237
|
} & string) | ({
|
|
2238
|
-
type: import("../
|
|
2238
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2239
2239
|
destinationChain: string;
|
|
2240
2240
|
arbSys: string;
|
|
2241
2241
|
bridge?: string | undefined;
|
|
2242
2242
|
childHook?: any;
|
|
2243
2243
|
} & string);
|
|
2244
2244
|
requiredHook: string | {
|
|
2245
|
-
type: import("../
|
|
2245
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2246
2246
|
} | {
|
|
2247
|
-
type: import("../
|
|
2247
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2248
2248
|
owner: string;
|
|
2249
2249
|
beneficiary: string;
|
|
2250
2250
|
oracleKey: string;
|
|
@@ -2255,37 +2255,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2255
2255
|
}>;
|
|
2256
2256
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2257
2257
|
} | {
|
|
2258
|
-
type: import("../
|
|
2258
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2259
2259
|
owner: string;
|
|
2260
2260
|
protocolFee: string;
|
|
2261
2261
|
beneficiary: string;
|
|
2262
2262
|
maxProtocolFee: string;
|
|
2263
2263
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2264
2264
|
} | {
|
|
2265
|
-
type: import("../
|
|
2265
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2266
2266
|
owner: string;
|
|
2267
2267
|
paused: boolean;
|
|
2268
2268
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2269
2269
|
} | {
|
|
2270
|
-
type: import("../
|
|
2270
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2271
2271
|
owner: string;
|
|
2272
2272
|
nativeBridge: string;
|
|
2273
2273
|
destinationChain: string;
|
|
2274
2274
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2275
2275
|
} | {
|
|
2276
|
-
type: import("../
|
|
2276
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2277
2277
|
destinationChain: string;
|
|
2278
2278
|
arbSys: string;
|
|
2279
2279
|
bridge?: string | undefined;
|
|
2280
2280
|
childHook?: any;
|
|
2281
|
-
} | import("../
|
|
2281
|
+
} | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
2282
2282
|
owner: string;
|
|
2283
2283
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2284
2284
|
} & {
|
|
2285
2285
|
domains: import("../types.js").ChainMap<string | {
|
|
2286
|
-
type: import("../
|
|
2286
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2287
2287
|
} | {
|
|
2288
|
-
type: import("../
|
|
2288
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2289
2289
|
owner: string;
|
|
2290
2290
|
beneficiary: string;
|
|
2291
2291
|
oracleKey: string;
|
|
@@ -2296,40 +2296,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2296
2296
|
}>;
|
|
2297
2297
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2298
2298
|
} | {
|
|
2299
|
-
type: import("../
|
|
2299
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2300
2300
|
owner: string;
|
|
2301
2301
|
protocolFee: string;
|
|
2302
2302
|
beneficiary: string;
|
|
2303
2303
|
maxProtocolFee: string;
|
|
2304
2304
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2305
2305
|
} | {
|
|
2306
|
-
type: import("../
|
|
2306
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2307
2307
|
owner: string;
|
|
2308
2308
|
paused: boolean;
|
|
2309
2309
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2310
2310
|
} | {
|
|
2311
|
-
type: import("../
|
|
2311
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2312
2312
|
owner: string;
|
|
2313
2313
|
nativeBridge: string;
|
|
2314
2314
|
destinationChain: string;
|
|
2315
2315
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2316
2316
|
} | {
|
|
2317
|
-
type: import("../
|
|
2317
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2318
2318
|
destinationChain: string;
|
|
2319
2319
|
arbSys: string;
|
|
2320
2320
|
bridge?: string | undefined;
|
|
2321
2321
|
childHook?: any;
|
|
2322
|
-
} | import("../
|
|
2322
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2323
2323
|
} & {
|
|
2324
|
-
type: import("../
|
|
2324
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2325
2325
|
}) | (string & {
|
|
2326
2326
|
owner: string;
|
|
2327
2327
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2328
2328
|
} & {
|
|
2329
2329
|
domains: import("../types.js").ChainMap<string | {
|
|
2330
|
-
type: import("../
|
|
2330
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2331
2331
|
} | {
|
|
2332
|
-
type: import("../
|
|
2332
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2333
2333
|
owner: string;
|
|
2334
2334
|
beneficiary: string;
|
|
2335
2335
|
oracleKey: string;
|
|
@@ -2340,36 +2340,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2340
2340
|
}>;
|
|
2341
2341
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2342
2342
|
} | {
|
|
2343
|
-
type: import("../
|
|
2343
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2344
2344
|
owner: string;
|
|
2345
2345
|
protocolFee: string;
|
|
2346
2346
|
beneficiary: string;
|
|
2347
2347
|
maxProtocolFee: string;
|
|
2348
2348
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2349
2349
|
} | {
|
|
2350
|
-
type: import("../
|
|
2350
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2351
2351
|
owner: string;
|
|
2352
2352
|
paused: boolean;
|
|
2353
2353
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2354
2354
|
} | {
|
|
2355
|
-
type: import("../
|
|
2355
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2356
2356
|
owner: string;
|
|
2357
2357
|
nativeBridge: string;
|
|
2358
2358
|
destinationChain: string;
|
|
2359
2359
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2360
2360
|
} | {
|
|
2361
|
-
type: import("../
|
|
2361
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2362
2362
|
destinationChain: string;
|
|
2363
2363
|
arbSys: string;
|
|
2364
2364
|
bridge?: string | undefined;
|
|
2365
2365
|
childHook?: any;
|
|
2366
|
-
} | import("../
|
|
2366
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2367
2367
|
} & {
|
|
2368
|
-
type: import("../
|
|
2368
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2369
2369
|
fallback: string | {
|
|
2370
|
-
type: import("../
|
|
2370
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2371
2371
|
} | {
|
|
2372
|
-
type: import("../
|
|
2372
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2373
2373
|
owner: string;
|
|
2374
2374
|
beneficiary: string;
|
|
2375
2375
|
oracleKey: string;
|
|
@@ -2380,38 +2380,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2380
2380
|
}>;
|
|
2381
2381
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2382
2382
|
} | {
|
|
2383
|
-
type: import("../
|
|
2383
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2384
2384
|
owner: string;
|
|
2385
2385
|
protocolFee: string;
|
|
2386
2386
|
beneficiary: string;
|
|
2387
2387
|
maxProtocolFee: string;
|
|
2388
2388
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2389
2389
|
} | {
|
|
2390
|
-
type: import("../
|
|
2390
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2391
2391
|
owner: string;
|
|
2392
2392
|
paused: boolean;
|
|
2393
2393
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2394
2394
|
} | {
|
|
2395
|
-
type: import("../
|
|
2395
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2396
2396
|
owner: string;
|
|
2397
2397
|
nativeBridge: string;
|
|
2398
2398
|
destinationChain: string;
|
|
2399
2399
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2400
2400
|
} | {
|
|
2401
|
-
type: import("../
|
|
2401
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2402
2402
|
destinationChain: string;
|
|
2403
2403
|
arbSys: string;
|
|
2404
2404
|
bridge?: string | undefined;
|
|
2405
2405
|
childHook?: any;
|
|
2406
|
-
} | import("../
|
|
2407
|
-
}) | (string & import("../
|
|
2406
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2407
|
+
}) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
2408
2408
|
owner: string;
|
|
2409
2409
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2410
2410
|
} & {
|
|
2411
2411
|
domains: import("../types.js").ChainMap<string | {
|
|
2412
|
-
type: import("../
|
|
2412
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2413
2413
|
} | {
|
|
2414
|
-
type: import("../
|
|
2414
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2415
2415
|
owner: string;
|
|
2416
2416
|
beneficiary: string;
|
|
2417
2417
|
oracleKey: string;
|
|
@@ -2422,40 +2422,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2422
2422
|
}>;
|
|
2423
2423
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2424
2424
|
} | {
|
|
2425
|
-
type: import("../
|
|
2425
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2426
2426
|
owner: string;
|
|
2427
2427
|
protocolFee: string;
|
|
2428
2428
|
beneficiary: string;
|
|
2429
2429
|
maxProtocolFee: string;
|
|
2430
2430
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2431
2431
|
} | {
|
|
2432
|
-
type: import("../
|
|
2432
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2433
2433
|
owner: string;
|
|
2434
2434
|
paused: boolean;
|
|
2435
2435
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2436
2436
|
} | {
|
|
2437
|
-
type: import("../
|
|
2437
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2438
2438
|
owner: string;
|
|
2439
2439
|
nativeBridge: string;
|
|
2440
2440
|
destinationChain: string;
|
|
2441
2441
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2442
2442
|
} | {
|
|
2443
|
-
type: import("../
|
|
2443
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2444
2444
|
destinationChain: string;
|
|
2445
2445
|
arbSys: string;
|
|
2446
2446
|
bridge?: string | undefined;
|
|
2447
2447
|
childHook?: any;
|
|
2448
|
-
} | import("../
|
|
2448
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2449
2449
|
} & {
|
|
2450
|
-
type: import("../
|
|
2450
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2451
2451
|
} & string) | ({
|
|
2452
2452
|
owner: string;
|
|
2453
2453
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2454
2454
|
} & {
|
|
2455
2455
|
domains: import("../types.js").ChainMap<string | {
|
|
2456
|
-
type: import("../
|
|
2456
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2457
2457
|
} | {
|
|
2458
|
-
type: import("../
|
|
2458
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2459
2459
|
owner: string;
|
|
2460
2460
|
beneficiary: string;
|
|
2461
2461
|
oracleKey: string;
|
|
@@ -2466,40 +2466,40 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2466
2466
|
}>;
|
|
2467
2467
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2468
2468
|
} | {
|
|
2469
|
-
type: import("../
|
|
2469
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2470
2470
|
owner: string;
|
|
2471
2471
|
protocolFee: string;
|
|
2472
2472
|
beneficiary: string;
|
|
2473
2473
|
maxProtocolFee: string;
|
|
2474
2474
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2475
2475
|
} | {
|
|
2476
|
-
type: import("../
|
|
2476
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2477
2477
|
owner: string;
|
|
2478
2478
|
paused: boolean;
|
|
2479
2479
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2480
2480
|
} | {
|
|
2481
|
-
type: import("../
|
|
2481
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2482
2482
|
owner: string;
|
|
2483
2483
|
nativeBridge: string;
|
|
2484
2484
|
destinationChain: string;
|
|
2485
2485
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2486
2486
|
} | {
|
|
2487
|
-
type: import("../
|
|
2487
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2488
2488
|
destinationChain: string;
|
|
2489
2489
|
arbSys: string;
|
|
2490
2490
|
bridge?: string | undefined;
|
|
2491
2491
|
childHook?: any;
|
|
2492
|
-
} | import("../
|
|
2492
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2493
2493
|
} & {
|
|
2494
|
-
type: import("../
|
|
2494
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2495
2495
|
}) | ({
|
|
2496
2496
|
owner: string;
|
|
2497
2497
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2498
2498
|
} & {
|
|
2499
2499
|
domains: import("../types.js").ChainMap<string | {
|
|
2500
|
-
type: import("../
|
|
2500
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2501
2501
|
} | {
|
|
2502
|
-
type: import("../
|
|
2502
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2503
2503
|
owner: string;
|
|
2504
2504
|
beneficiary: string;
|
|
2505
2505
|
oracleKey: string;
|
|
@@ -2510,36 +2510,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2510
2510
|
}>;
|
|
2511
2511
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2512
2512
|
} | {
|
|
2513
|
-
type: import("../
|
|
2513
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2514
2514
|
owner: string;
|
|
2515
2515
|
protocolFee: string;
|
|
2516
2516
|
beneficiary: string;
|
|
2517
2517
|
maxProtocolFee: string;
|
|
2518
2518
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2519
2519
|
} | {
|
|
2520
|
-
type: import("../
|
|
2520
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2521
2521
|
owner: string;
|
|
2522
2522
|
paused: boolean;
|
|
2523
2523
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2524
2524
|
} | {
|
|
2525
|
-
type: import("../
|
|
2525
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2526
2526
|
owner: string;
|
|
2527
2527
|
nativeBridge: string;
|
|
2528
2528
|
destinationChain: string;
|
|
2529
2529
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2530
2530
|
} | {
|
|
2531
|
-
type: import("../
|
|
2531
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2532
2532
|
destinationChain: string;
|
|
2533
2533
|
arbSys: string;
|
|
2534
2534
|
bridge?: string | undefined;
|
|
2535
2535
|
childHook?: any;
|
|
2536
|
-
} | import("../
|
|
2536
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2537
2537
|
} & {
|
|
2538
|
-
type: import("../
|
|
2538
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2539
2539
|
fallback: string | {
|
|
2540
|
-
type: import("../
|
|
2540
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2541
2541
|
} | {
|
|
2542
|
-
type: import("../
|
|
2542
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2543
2543
|
owner: string;
|
|
2544
2544
|
beneficiary: string;
|
|
2545
2545
|
oracleKey: string;
|
|
@@ -2550,38 +2550,38 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2550
2550
|
}>;
|
|
2551
2551
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2552
2552
|
} | {
|
|
2553
|
-
type: import("../
|
|
2553
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2554
2554
|
owner: string;
|
|
2555
2555
|
protocolFee: string;
|
|
2556
2556
|
beneficiary: string;
|
|
2557
2557
|
maxProtocolFee: string;
|
|
2558
2558
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2559
2559
|
} | {
|
|
2560
|
-
type: import("../
|
|
2560
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2561
2561
|
owner: string;
|
|
2562
2562
|
paused: boolean;
|
|
2563
2563
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2564
2564
|
} | {
|
|
2565
|
-
type: import("../
|
|
2565
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2566
2566
|
owner: string;
|
|
2567
2567
|
nativeBridge: string;
|
|
2568
2568
|
destinationChain: string;
|
|
2569
2569
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2570
2570
|
} | {
|
|
2571
|
-
type: import("../
|
|
2571
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2572
2572
|
destinationChain: string;
|
|
2573
2573
|
arbSys: string;
|
|
2574
2574
|
bridge?: string | undefined;
|
|
2575
2575
|
childHook?: any;
|
|
2576
|
-
} | import("../
|
|
2576
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2577
2577
|
} & string) | ({
|
|
2578
2578
|
owner: string;
|
|
2579
2579
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2580
2580
|
} & {
|
|
2581
2581
|
domains: import("../types.js").ChainMap<string | {
|
|
2582
|
-
type: import("../
|
|
2582
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2583
2583
|
} | {
|
|
2584
|
-
type: import("../
|
|
2584
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2585
2585
|
owner: string;
|
|
2586
2586
|
beneficiary: string;
|
|
2587
2587
|
oracleKey: string;
|
|
@@ -2592,36 +2592,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2592
2592
|
}>;
|
|
2593
2593
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2594
2594
|
} | {
|
|
2595
|
-
type: import("../
|
|
2595
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2596
2596
|
owner: string;
|
|
2597
2597
|
protocolFee: string;
|
|
2598
2598
|
beneficiary: string;
|
|
2599
2599
|
maxProtocolFee: string;
|
|
2600
2600
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2601
2601
|
} | {
|
|
2602
|
-
type: import("../
|
|
2602
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2603
2603
|
owner: string;
|
|
2604
2604
|
paused: boolean;
|
|
2605
2605
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2606
2606
|
} | {
|
|
2607
|
-
type: import("../
|
|
2607
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2608
2608
|
owner: string;
|
|
2609
2609
|
nativeBridge: string;
|
|
2610
2610
|
destinationChain: string;
|
|
2611
2611
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2612
2612
|
} | {
|
|
2613
|
-
type: import("../
|
|
2613
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2614
2614
|
destinationChain: string;
|
|
2615
2615
|
arbSys: string;
|
|
2616
2616
|
bridge?: string | undefined;
|
|
2617
2617
|
childHook?: any;
|
|
2618
|
-
} | import("../
|
|
2618
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2619
2619
|
} & {
|
|
2620
|
-
type: import("../
|
|
2620
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2621
2621
|
fallback: string | {
|
|
2622
|
-
type: import("../
|
|
2622
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2623
2623
|
} | {
|
|
2624
|
-
type: import("../
|
|
2624
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2625
2625
|
owner: string;
|
|
2626
2626
|
beneficiary: string;
|
|
2627
2627
|
oracleKey: string;
|
|
@@ -2632,34 +2632,34 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2632
2632
|
}>;
|
|
2633
2633
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2634
2634
|
} | {
|
|
2635
|
-
type: import("../
|
|
2635
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2636
2636
|
owner: string;
|
|
2637
2637
|
protocolFee: string;
|
|
2638
2638
|
beneficiary: string;
|
|
2639
2639
|
maxProtocolFee: string;
|
|
2640
2640
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2641
2641
|
} | {
|
|
2642
|
-
type: import("../
|
|
2642
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2643
2643
|
owner: string;
|
|
2644
2644
|
paused: boolean;
|
|
2645
2645
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2646
2646
|
} | {
|
|
2647
|
-
type: import("../
|
|
2647
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2648
2648
|
owner: string;
|
|
2649
2649
|
nativeBridge: string;
|
|
2650
2650
|
destinationChain: string;
|
|
2651
2651
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2652
2652
|
} | {
|
|
2653
|
-
type: import("../
|
|
2653
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2654
2654
|
destinationChain: string;
|
|
2655
2655
|
arbSys: string;
|
|
2656
2656
|
bridge?: string | undefined;
|
|
2657
2657
|
childHook?: any;
|
|
2658
|
-
} | import("../
|
|
2659
|
-
}) | (import("../
|
|
2660
|
-
type: import("../
|
|
2658
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2659
|
+
}) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
|
|
2660
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2661
2661
|
}) | (string & {
|
|
2662
|
-
type: import("../
|
|
2662
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2663
2663
|
owner: string;
|
|
2664
2664
|
beneficiary: string;
|
|
2665
2665
|
oracleKey: string;
|
|
@@ -2670,33 +2670,33 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2670
2670
|
}>;
|
|
2671
2671
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2672
2672
|
}) | (string & {
|
|
2673
|
-
type: import("../
|
|
2673
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2674
2674
|
owner: string;
|
|
2675
2675
|
protocolFee: string;
|
|
2676
2676
|
beneficiary: string;
|
|
2677
2677
|
maxProtocolFee: string;
|
|
2678
2678
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2679
2679
|
}) | (string & {
|
|
2680
|
-
type: import("../
|
|
2680
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2681
2681
|
owner: string;
|
|
2682
2682
|
paused: boolean;
|
|
2683
2683
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2684
2684
|
}) | (string & {
|
|
2685
|
-
type: import("../
|
|
2685
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2686
2686
|
owner: string;
|
|
2687
2687
|
nativeBridge: string;
|
|
2688
2688
|
destinationChain: string;
|
|
2689
2689
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2690
2690
|
}) | (string & {
|
|
2691
|
-
type: import("../
|
|
2691
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2692
2692
|
destinationChain: string;
|
|
2693
2693
|
arbSys: string;
|
|
2694
2694
|
bridge?: string | undefined;
|
|
2695
2695
|
childHook?: any;
|
|
2696
2696
|
}) | ({
|
|
2697
|
-
type: import("../
|
|
2697
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2698
2698
|
} & string) | ({
|
|
2699
|
-
type: import("../
|
|
2699
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2700
2700
|
owner: string;
|
|
2701
2701
|
beneficiary: string;
|
|
2702
2702
|
oracleKey: string;
|
|
@@ -2707,25 +2707,25 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2707
2707
|
}>;
|
|
2708
2708
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2709
2709
|
} & string) | ({
|
|
2710
|
-
type: import("../
|
|
2710
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2711
2711
|
owner: string;
|
|
2712
2712
|
protocolFee: string;
|
|
2713
2713
|
beneficiary: string;
|
|
2714
2714
|
maxProtocolFee: string;
|
|
2715
2715
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2716
2716
|
} & string) | ({
|
|
2717
|
-
type: import("../
|
|
2717
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2718
2718
|
owner: string;
|
|
2719
2719
|
paused: boolean;
|
|
2720
2720
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2721
2721
|
} & string) | ({
|
|
2722
|
-
type: import("../
|
|
2722
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2723
2723
|
owner: string;
|
|
2724
2724
|
nativeBridge: string;
|
|
2725
2725
|
destinationChain: string;
|
|
2726
2726
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2727
2727
|
} & string) | ({
|
|
2728
|
-
type: import("../
|
|
2728
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2729
2729
|
destinationChain: string;
|
|
2730
2730
|
arbSys: string;
|
|
2731
2731
|
bridge?: string | undefined;
|