@hyperlane-xyz/sdk 5.0.0 → 5.1.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/aws/validator.js +1 -1
- package/dist/aws/validator.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +129 -14
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsm.test.d.ts +2 -0
- package/dist/consts/multisigIsm.test.d.ts.map +1 -0
- package/dist/consts/multisigIsm.test.js +13 -0
- package/dist/consts/multisigIsm.test.js.map +1 -0
- package/dist/consts/testChains.js +6 -6
- package/dist/consts/testChains.js.map +1 -1
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +24 -1
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +1 -0
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.d.ts +2 -1
- package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +39 -13
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +42 -2
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/HyperlaneRelayer.js +6 -3
- package/dist/core/HyperlaneRelayer.js.map +1 -1
- package/dist/core/schemas.d.ts +318 -3
- package/dist/core/schemas.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts +2 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.js +39 -17
- package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
- package/dist/deploy/types.d.ts +1 -0
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +1 -1
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/hook/EvmHookModule.d.ts +5 -2
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +14 -2
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookModule.js +55 -1
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/EvmHookReader.d.ts +3 -1
- package/dist/hook/EvmHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookReader.js +16 -1
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +15 -0
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/contracts.d.ts +2 -1
- package/dist/hook/contracts.d.ts.map +1 -1
- package/dist/hook/contracts.js +2 -1
- package/dist/hook/contracts.js.map +1 -1
- package/dist/hook/schemas.d.ts +32 -1
- package/dist/hook/schemas.d.ts.map +1 -1
- package/dist/hook/schemas.js +12 -0
- package/dist/hook/schemas.js.map +1 -1
- package/dist/hook/types.d.ts +7 -3
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +3 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.d.ts.map +1 -1
- package/dist/ism/EvmIsmModule.js +8 -1
- package/dist/ism/EvmIsmModule.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts +3 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +14 -1
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/metadata/aggregation.test.js +1 -0
- package/dist/ism/metadata/aggregation.test.js.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +25 -0
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts +2 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts.map +1 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +154 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -0
- package/dist/ism/metadata/arbL2ToL1.js +134 -0
- package/dist/ism/metadata/arbL2ToL1.js.map +1 -0
- package/dist/ism/metadata/builder.d.ts +3 -1
- package/dist/ism/metadata/builder.d.ts.map +1 -1
- package/dist/ism/metadata/builder.js +17 -1
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/multisig.test.js +3 -1
- package/dist/ism/metadata/multisig.test.js.map +1 -1
- package/dist/ism/schemas.d.ts +20 -1
- package/dist/ism/schemas.d.ts.map +1 -1
- package/dist/ism/schemas.js +5 -0
- package/dist/ism/schemas.js.map +1 -1
- package/dist/ism/types.d.ts +8 -4
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +4 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +2 -0
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +11 -0
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.js +2 -1
- package/dist/middleware/account/InterchainAccountDeployer.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.foundry-test.js +45 -0
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +23 -5
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +23 -18
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/ProxiedRouterChecker.d.ts +3 -0
- package/dist/router/ProxiedRouterChecker.d.ts.map +1 -1
- package/dist/router/ProxiedRouterChecker.js +11 -4
- package/dist/router/ProxiedRouterChecker.js.map +1 -1
- package/dist/router/schemas.d.ts +126 -6
- package/dist/router/schemas.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +2 -2
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +2 -2
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +5 -0
- package/dist/token/Token.js.map +1 -1
- package/dist/token/Token.test.js +9 -0
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +1 -0
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +4 -1
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/app.d.ts +6 -3
- package/dist/token/app.d.ts.map +1 -1
- package/dist/token/app.js +4 -3
- package/dist/token/app.js.map +1 -1
- package/dist/token/checker.d.ts +3 -2
- package/dist/token/checker.d.ts.map +1 -1
- package/dist/token/checker.js +13 -4
- package/dist/token/checker.js.map +1 -1
- package/dist/token/contracts.d.ts +2 -2
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js +2 -2
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/schemas.d.ts +100 -4
- package/dist/token/schemas.d.ts.map +1 -1
- package/dist/utils/cosmos.d.ts +616 -1932
- package/dist/utils/cosmos.d.ts.map +1 -1
- package/dist/utils/cosmos.js +363 -79
- package/dist/utils/cosmos.js.map +1 -1
- package/dist/warp/WarpCore.test.js +1 -0
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/package.json +4 -3
package/dist/core/schemas.d.ts
CHANGED
|
@@ -62,7 +62,16 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
62
62
|
type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
|
|
63
63
|
}, {
|
|
64
64
|
type: import("../index.js").IsmType.MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.MESSAGE_ID_MULTISIG;
|
|
65
|
-
}>>, z.ZodType<import("../index.js").RoutingIsmConfig, z.ZodTypeDef, import("../index.js").RoutingIsmConfig>, z.ZodType<import("../index.js").AggregationIsmConfig, z.ZodTypeDef, import("../index.js").AggregationIsmConfig
|
|
65
|
+
}>>, z.ZodType<import("../index.js").RoutingIsmConfig, z.ZodTypeDef, import("../index.js").RoutingIsmConfig>, z.ZodType<import("../index.js").AggregationIsmConfig, z.ZodTypeDef, import("../index.js").AggregationIsmConfig>, z.ZodObject<{
|
|
66
|
+
type: z.ZodLiteral<import("../index.js").IsmType.ARB_L2_TO_L1>;
|
|
67
|
+
bridge: z.ZodString;
|
|
68
|
+
}, "strip", z.ZodTypeAny, {
|
|
69
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
70
|
+
bridge: string;
|
|
71
|
+
}, {
|
|
72
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
73
|
+
bridge: string;
|
|
74
|
+
}>]>;
|
|
66
75
|
defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
67
76
|
owner: z.ZodString;
|
|
68
77
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -162,7 +171,22 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
162
171
|
tokenExchangeRate: string;
|
|
163
172
|
}>;
|
|
164
173
|
ownerOverrides?: Record<string, string> | undefined;
|
|
165
|
-
}>, z.ZodType<import("../index.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, z.ZodType<import("../index.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig
|
|
174
|
+
}>, z.ZodType<import("../index.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, z.ZodType<import("../index.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig>, z.ZodObject<{
|
|
175
|
+
type: z.ZodLiteral<import("../index.js").HookType.ARB_L2_TO_L1>;
|
|
176
|
+
arbSys: z.ZodString;
|
|
177
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
178
|
+
destinationChain: z.ZodString;
|
|
179
|
+
}, "strip", z.ZodTypeAny, {
|
|
180
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
181
|
+
destinationChain: string;
|
|
182
|
+
arbSys: string;
|
|
183
|
+
bridge?: string | undefined;
|
|
184
|
+
}, {
|
|
185
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
186
|
+
destinationChain: string;
|
|
187
|
+
arbSys: string;
|
|
188
|
+
bridge?: string | undefined;
|
|
189
|
+
}>]>;
|
|
166
190
|
requiredHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
167
191
|
owner: z.ZodString;
|
|
168
192
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -262,7 +286,22 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
262
286
|
tokenExchangeRate: string;
|
|
263
287
|
}>;
|
|
264
288
|
ownerOverrides?: Record<string, string> | undefined;
|
|
265
|
-
}>, z.ZodType<import("../index.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, z.ZodType<import("../index.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig
|
|
289
|
+
}>, z.ZodType<import("../index.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../index.js").DomainRoutingHookConfig>, z.ZodType<import("../index.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../index.js").FallbackRoutingHookConfig>, z.ZodType<import("../index.js").AggregationHookConfig, z.ZodTypeDef, import("../index.js").AggregationHookConfig>, z.ZodObject<{
|
|
290
|
+
type: z.ZodLiteral<import("../index.js").HookType.ARB_L2_TO_L1>;
|
|
291
|
+
arbSys: z.ZodString;
|
|
292
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
293
|
+
destinationChain: z.ZodString;
|
|
294
|
+
}, "strip", z.ZodTypeAny, {
|
|
295
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
296
|
+
destinationChain: string;
|
|
297
|
+
arbSys: string;
|
|
298
|
+
bridge?: string | undefined;
|
|
299
|
+
}, {
|
|
300
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
301
|
+
destinationChain: string;
|
|
302
|
+
arbSys: string;
|
|
303
|
+
bridge?: string | undefined;
|
|
304
|
+
}>]>;
|
|
266
305
|
}, "strip", z.ZodTypeAny, {
|
|
267
306
|
owner: string;
|
|
268
307
|
defaultHook: string | {
|
|
@@ -285,6 +324,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
285
324
|
nativeBridge: string;
|
|
286
325
|
destinationChain: string;
|
|
287
326
|
ownerOverrides?: Record<string, string> | undefined;
|
|
327
|
+
} | {
|
|
328
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
329
|
+
destinationChain: string;
|
|
330
|
+
arbSys: string;
|
|
331
|
+
bridge?: string | undefined;
|
|
288
332
|
} | {
|
|
289
333
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
290
334
|
owner: string;
|
|
@@ -316,6 +360,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
316
360
|
nativeBridge: string;
|
|
317
361
|
destinationChain: string;
|
|
318
362
|
ownerOverrides?: Record<string, string> | undefined;
|
|
363
|
+
}) | (string & {
|
|
364
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
365
|
+
destinationChain: string;
|
|
366
|
+
arbSys: string;
|
|
367
|
+
bridge?: string | undefined;
|
|
319
368
|
}) | (string & {
|
|
320
369
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
321
370
|
owner: string;
|
|
@@ -351,6 +400,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
351
400
|
nativeBridge: string;
|
|
352
401
|
destinationChain: string;
|
|
353
402
|
ownerOverrides?: Record<string, string> | undefined;
|
|
403
|
+
} | {
|
|
404
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
405
|
+
destinationChain: string;
|
|
406
|
+
arbSys: string;
|
|
407
|
+
bridge?: string | undefined;
|
|
354
408
|
} | {
|
|
355
409
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
356
410
|
owner: string;
|
|
@@ -389,6 +443,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
389
443
|
nativeBridge: string;
|
|
390
444
|
destinationChain: string;
|
|
391
445
|
ownerOverrides?: Record<string, string> | undefined;
|
|
446
|
+
} | {
|
|
447
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
448
|
+
destinationChain: string;
|
|
449
|
+
arbSys: string;
|
|
450
|
+
bridge?: string | undefined;
|
|
392
451
|
} | {
|
|
393
452
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
394
453
|
owner: string;
|
|
@@ -423,6 +482,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
423
482
|
nativeBridge: string;
|
|
424
483
|
destinationChain: string;
|
|
425
484
|
ownerOverrides?: Record<string, string> | undefined;
|
|
485
|
+
} | {
|
|
486
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
487
|
+
destinationChain: string;
|
|
488
|
+
arbSys: string;
|
|
489
|
+
bridge?: string | undefined;
|
|
426
490
|
} | {
|
|
427
491
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
428
492
|
owner: string;
|
|
@@ -455,6 +519,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
455
519
|
nativeBridge: string;
|
|
456
520
|
destinationChain: string;
|
|
457
521
|
ownerOverrides?: Record<string, string> | undefined;
|
|
522
|
+
} & string) | ({
|
|
523
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
524
|
+
destinationChain: string;
|
|
525
|
+
arbSys: string;
|
|
526
|
+
bridge?: string | undefined;
|
|
458
527
|
} & string) | ({
|
|
459
528
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
460
529
|
owner: string;
|
|
@@ -490,6 +559,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
490
559
|
nativeBridge: string;
|
|
491
560
|
destinationChain: string;
|
|
492
561
|
ownerOverrides?: Record<string, string> | undefined;
|
|
562
|
+
} | {
|
|
563
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
564
|
+
destinationChain: string;
|
|
565
|
+
arbSys: string;
|
|
566
|
+
bridge?: string | undefined;
|
|
493
567
|
} | {
|
|
494
568
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
495
569
|
owner: string;
|
|
@@ -528,6 +602,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
528
602
|
nativeBridge: string;
|
|
529
603
|
destinationChain: string;
|
|
530
604
|
ownerOverrides?: Record<string, string> | undefined;
|
|
605
|
+
} | {
|
|
606
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
607
|
+
destinationChain: string;
|
|
608
|
+
arbSys: string;
|
|
609
|
+
bridge?: string | undefined;
|
|
531
610
|
} | {
|
|
532
611
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
533
612
|
owner: string;
|
|
@@ -566,6 +645,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
566
645
|
nativeBridge: string;
|
|
567
646
|
destinationChain: string;
|
|
568
647
|
ownerOverrides?: Record<string, string> | undefined;
|
|
648
|
+
} | {
|
|
649
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
650
|
+
destinationChain: string;
|
|
651
|
+
arbSys: string;
|
|
652
|
+
bridge?: string | undefined;
|
|
569
653
|
} | {
|
|
570
654
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
571
655
|
owner: string;
|
|
@@ -600,6 +684,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
600
684
|
nativeBridge: string;
|
|
601
685
|
destinationChain: string;
|
|
602
686
|
ownerOverrides?: Record<string, string> | undefined;
|
|
687
|
+
} | {
|
|
688
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
689
|
+
destinationChain: string;
|
|
690
|
+
arbSys: string;
|
|
691
|
+
bridge?: string | undefined;
|
|
603
692
|
} | {
|
|
604
693
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
605
694
|
owner: string;
|
|
@@ -636,6 +725,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
636
725
|
nativeBridge: string;
|
|
637
726
|
destinationChain: string;
|
|
638
727
|
ownerOverrides?: Record<string, string> | undefined;
|
|
728
|
+
} | {
|
|
729
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
730
|
+
destinationChain: string;
|
|
731
|
+
arbSys: string;
|
|
732
|
+
bridge?: string | undefined;
|
|
639
733
|
} | {
|
|
640
734
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
641
735
|
owner: string;
|
|
@@ -670,6 +764,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
670
764
|
nativeBridge: string;
|
|
671
765
|
destinationChain: string;
|
|
672
766
|
ownerOverrides?: Record<string, string> | undefined;
|
|
767
|
+
} | {
|
|
768
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
769
|
+
destinationChain: string;
|
|
770
|
+
arbSys: string;
|
|
771
|
+
bridge?: string | undefined;
|
|
673
772
|
} | {
|
|
674
773
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
675
774
|
owner: string;
|
|
@@ -692,6 +791,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
692
791
|
type: import("../index.js").IsmType.OP_STACK;
|
|
693
792
|
origin: string;
|
|
694
793
|
nativeBridge: string;
|
|
794
|
+
} | {
|
|
795
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
796
|
+
bridge: string;
|
|
695
797
|
} | ({
|
|
696
798
|
owner: string;
|
|
697
799
|
paused: boolean;
|
|
@@ -712,6 +814,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
712
814
|
type: import("../index.js").IsmType.OP_STACK;
|
|
713
815
|
origin: string;
|
|
714
816
|
nativeBridge: string;
|
|
817
|
+
}) | (string & {
|
|
818
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
819
|
+
bridge: string;
|
|
715
820
|
}) | (string & {
|
|
716
821
|
owner: string;
|
|
717
822
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -726,6 +831,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
726
831
|
type: import("../index.js").IsmType.OP_STACK;
|
|
727
832
|
origin: string;
|
|
728
833
|
nativeBridge: string;
|
|
834
|
+
} | {
|
|
835
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
836
|
+
bridge: string;
|
|
729
837
|
} | import("../index.js").RoutingIsmConfig | ({
|
|
730
838
|
owner: string;
|
|
731
839
|
paused: boolean;
|
|
@@ -758,6 +866,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
758
866
|
type: import("../index.js").IsmType.OP_STACK;
|
|
759
867
|
origin: string;
|
|
760
868
|
nativeBridge: string;
|
|
869
|
+
} & string) | ({
|
|
870
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
871
|
+
bridge: string;
|
|
761
872
|
} & string) | ({
|
|
762
873
|
owner: string;
|
|
763
874
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -772,6 +883,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
772
883
|
type: import("../index.js").IsmType.OP_STACK;
|
|
773
884
|
origin: string;
|
|
774
885
|
nativeBridge: string;
|
|
886
|
+
} | {
|
|
887
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
888
|
+
bridge: string;
|
|
775
889
|
} | import("../index.js").RoutingIsmConfig | ({
|
|
776
890
|
owner: string;
|
|
777
891
|
paused: boolean;
|
|
@@ -798,6 +912,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
798
912
|
type: import("../index.js").IsmType.OP_STACK;
|
|
799
913
|
origin: string;
|
|
800
914
|
nativeBridge: string;
|
|
915
|
+
} | {
|
|
916
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
917
|
+
bridge: string;
|
|
801
918
|
} | import("../index.js").RoutingIsmConfig | ({
|
|
802
919
|
owner: string;
|
|
803
920
|
paused: boolean;
|
|
@@ -842,6 +959,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
842
959
|
nativeBridge: string;
|
|
843
960
|
destinationChain: string;
|
|
844
961
|
ownerOverrides?: Record<string, string> | undefined;
|
|
962
|
+
} | {
|
|
963
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
964
|
+
destinationChain: string;
|
|
965
|
+
arbSys: string;
|
|
966
|
+
bridge?: string | undefined;
|
|
845
967
|
} | {
|
|
846
968
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
847
969
|
owner: string;
|
|
@@ -873,6 +995,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
873
995
|
nativeBridge: string;
|
|
874
996
|
destinationChain: string;
|
|
875
997
|
ownerOverrides?: Record<string, string> | undefined;
|
|
998
|
+
}) | (string & {
|
|
999
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1000
|
+
destinationChain: string;
|
|
1001
|
+
arbSys: string;
|
|
1002
|
+
bridge?: string | undefined;
|
|
876
1003
|
}) | (string & {
|
|
877
1004
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
878
1005
|
owner: string;
|
|
@@ -908,6 +1035,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
908
1035
|
nativeBridge: string;
|
|
909
1036
|
destinationChain: string;
|
|
910
1037
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1038
|
+
} | {
|
|
1039
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1040
|
+
destinationChain: string;
|
|
1041
|
+
arbSys: string;
|
|
1042
|
+
bridge?: string | undefined;
|
|
911
1043
|
} | {
|
|
912
1044
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
913
1045
|
owner: string;
|
|
@@ -946,6 +1078,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
946
1078
|
nativeBridge: string;
|
|
947
1079
|
destinationChain: string;
|
|
948
1080
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1081
|
+
} | {
|
|
1082
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1083
|
+
destinationChain: string;
|
|
1084
|
+
arbSys: string;
|
|
1085
|
+
bridge?: string | undefined;
|
|
949
1086
|
} | {
|
|
950
1087
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
951
1088
|
owner: string;
|
|
@@ -980,6 +1117,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
980
1117
|
nativeBridge: string;
|
|
981
1118
|
destinationChain: string;
|
|
982
1119
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1120
|
+
} | {
|
|
1121
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1122
|
+
destinationChain: string;
|
|
1123
|
+
arbSys: string;
|
|
1124
|
+
bridge?: string | undefined;
|
|
983
1125
|
} | {
|
|
984
1126
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
985
1127
|
owner: string;
|
|
@@ -1012,6 +1154,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1012
1154
|
nativeBridge: string;
|
|
1013
1155
|
destinationChain: string;
|
|
1014
1156
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1157
|
+
} & string) | ({
|
|
1158
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1159
|
+
destinationChain: string;
|
|
1160
|
+
arbSys: string;
|
|
1161
|
+
bridge?: string | undefined;
|
|
1015
1162
|
} & string) | ({
|
|
1016
1163
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1017
1164
|
owner: string;
|
|
@@ -1047,6 +1194,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1047
1194
|
nativeBridge: string;
|
|
1048
1195
|
destinationChain: string;
|
|
1049
1196
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1197
|
+
} | {
|
|
1198
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1199
|
+
destinationChain: string;
|
|
1200
|
+
arbSys: string;
|
|
1201
|
+
bridge?: string | undefined;
|
|
1050
1202
|
} | {
|
|
1051
1203
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1052
1204
|
owner: string;
|
|
@@ -1085,6 +1237,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1085
1237
|
nativeBridge: string;
|
|
1086
1238
|
destinationChain: string;
|
|
1087
1239
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1240
|
+
} | {
|
|
1241
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1242
|
+
destinationChain: string;
|
|
1243
|
+
arbSys: string;
|
|
1244
|
+
bridge?: string | undefined;
|
|
1088
1245
|
} | {
|
|
1089
1246
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1090
1247
|
owner: string;
|
|
@@ -1123,6 +1280,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1123
1280
|
nativeBridge: string;
|
|
1124
1281
|
destinationChain: string;
|
|
1125
1282
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1283
|
+
} | {
|
|
1284
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1285
|
+
destinationChain: string;
|
|
1286
|
+
arbSys: string;
|
|
1287
|
+
bridge?: string | undefined;
|
|
1126
1288
|
} | {
|
|
1127
1289
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1128
1290
|
owner: string;
|
|
@@ -1157,6 +1319,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1157
1319
|
nativeBridge: string;
|
|
1158
1320
|
destinationChain: string;
|
|
1159
1321
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1322
|
+
} | {
|
|
1323
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1324
|
+
destinationChain: string;
|
|
1325
|
+
arbSys: string;
|
|
1326
|
+
bridge?: string | undefined;
|
|
1160
1327
|
} | {
|
|
1161
1328
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1162
1329
|
owner: string;
|
|
@@ -1193,6 +1360,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1193
1360
|
nativeBridge: string;
|
|
1194
1361
|
destinationChain: string;
|
|
1195
1362
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1363
|
+
} | {
|
|
1364
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1365
|
+
destinationChain: string;
|
|
1366
|
+
arbSys: string;
|
|
1367
|
+
bridge?: string | undefined;
|
|
1196
1368
|
} | {
|
|
1197
1369
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1198
1370
|
owner: string;
|
|
@@ -1227,6 +1399,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1227
1399
|
nativeBridge: string;
|
|
1228
1400
|
destinationChain: string;
|
|
1229
1401
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1402
|
+
} | {
|
|
1403
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1404
|
+
destinationChain: string;
|
|
1405
|
+
arbSys: string;
|
|
1406
|
+
bridge?: string | undefined;
|
|
1230
1407
|
} | {
|
|
1231
1408
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1232
1409
|
owner: string;
|
|
@@ -1263,6 +1440,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1263
1440
|
nativeBridge: string;
|
|
1264
1441
|
destinationChain: string;
|
|
1265
1442
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1443
|
+
} | {
|
|
1444
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1445
|
+
destinationChain: string;
|
|
1446
|
+
arbSys: string;
|
|
1447
|
+
bridge?: string | undefined;
|
|
1266
1448
|
} | {
|
|
1267
1449
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1268
1450
|
owner: string;
|
|
@@ -1298,6 +1480,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1298
1480
|
nativeBridge: string;
|
|
1299
1481
|
destinationChain: string;
|
|
1300
1482
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1483
|
+
} | {
|
|
1484
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1485
|
+
destinationChain: string;
|
|
1486
|
+
arbSys: string;
|
|
1487
|
+
bridge?: string | undefined;
|
|
1301
1488
|
} | {
|
|
1302
1489
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1303
1490
|
owner: string;
|
|
@@ -1336,6 +1523,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1336
1523
|
nativeBridge: string;
|
|
1337
1524
|
destinationChain: string;
|
|
1338
1525
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1526
|
+
} | {
|
|
1527
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1528
|
+
destinationChain: string;
|
|
1529
|
+
arbSys: string;
|
|
1530
|
+
bridge?: string | undefined;
|
|
1339
1531
|
} | {
|
|
1340
1532
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1341
1533
|
owner: string;
|
|
@@ -1370,6 +1562,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1370
1562
|
nativeBridge: string;
|
|
1371
1563
|
destinationChain: string;
|
|
1372
1564
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1565
|
+
} | {
|
|
1566
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1567
|
+
destinationChain: string;
|
|
1568
|
+
arbSys: string;
|
|
1569
|
+
bridge?: string | undefined;
|
|
1373
1570
|
} | {
|
|
1374
1571
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1375
1572
|
owner: string;
|
|
@@ -1406,6 +1603,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1406
1603
|
nativeBridge: string;
|
|
1407
1604
|
destinationChain: string;
|
|
1408
1605
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1606
|
+
} | {
|
|
1607
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1608
|
+
destinationChain: string;
|
|
1609
|
+
arbSys: string;
|
|
1610
|
+
bridge?: string | undefined;
|
|
1409
1611
|
} | {
|
|
1410
1612
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1411
1613
|
owner: string;
|
|
@@ -1444,6 +1646,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1444
1646
|
nativeBridge: string;
|
|
1445
1647
|
destinationChain: string;
|
|
1446
1648
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1649
|
+
} | {
|
|
1650
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1651
|
+
destinationChain: string;
|
|
1652
|
+
arbSys: string;
|
|
1653
|
+
bridge?: string | undefined;
|
|
1447
1654
|
} | {
|
|
1448
1655
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1449
1656
|
owner: string;
|
|
@@ -1482,6 +1689,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1482
1689
|
nativeBridge: string;
|
|
1483
1690
|
destinationChain: string;
|
|
1484
1691
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1692
|
+
} | {
|
|
1693
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1694
|
+
destinationChain: string;
|
|
1695
|
+
arbSys: string;
|
|
1696
|
+
bridge?: string | undefined;
|
|
1485
1697
|
} | {
|
|
1486
1698
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1487
1699
|
owner: string;
|
|
@@ -1516,6 +1728,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1516
1728
|
nativeBridge: string;
|
|
1517
1729
|
destinationChain: string;
|
|
1518
1730
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1731
|
+
} | {
|
|
1732
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1733
|
+
destinationChain: string;
|
|
1734
|
+
arbSys: string;
|
|
1735
|
+
bridge?: string | undefined;
|
|
1519
1736
|
} | {
|
|
1520
1737
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1521
1738
|
owner: string;
|
|
@@ -1552,6 +1769,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1552
1769
|
nativeBridge: string;
|
|
1553
1770
|
destinationChain: string;
|
|
1554
1771
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1772
|
+
} | {
|
|
1773
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1774
|
+
destinationChain: string;
|
|
1775
|
+
arbSys: string;
|
|
1776
|
+
bridge?: string | undefined;
|
|
1555
1777
|
} | {
|
|
1556
1778
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1557
1779
|
owner: string;
|
|
@@ -1586,6 +1808,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1586
1808
|
nativeBridge: string;
|
|
1587
1809
|
destinationChain: string;
|
|
1588
1810
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1811
|
+
} | {
|
|
1812
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1813
|
+
destinationChain: string;
|
|
1814
|
+
arbSys: string;
|
|
1815
|
+
bridge?: string | undefined;
|
|
1589
1816
|
} | {
|
|
1590
1817
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1591
1818
|
owner: string;
|
|
@@ -1618,6 +1845,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1618
1845
|
nativeBridge: string;
|
|
1619
1846
|
destinationChain: string;
|
|
1620
1847
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1848
|
+
}) | (string & {
|
|
1849
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1850
|
+
destinationChain: string;
|
|
1851
|
+
arbSys: string;
|
|
1852
|
+
bridge?: string | undefined;
|
|
1621
1853
|
}) | (string & {
|
|
1622
1854
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1623
1855
|
owner: string;
|
|
@@ -1649,6 +1881,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1649
1881
|
nativeBridge: string;
|
|
1650
1882
|
destinationChain: string;
|
|
1651
1883
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1884
|
+
} & string) | ({
|
|
1885
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
1886
|
+
destinationChain: string;
|
|
1887
|
+
arbSys: string;
|
|
1888
|
+
bridge?: string | undefined;
|
|
1652
1889
|
} & string) | ({
|
|
1653
1890
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1654
1891
|
owner: string;
|
|
@@ -1670,6 +1907,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1670
1907
|
type: import("../index.js").IsmType.OP_STACK;
|
|
1671
1908
|
origin: string;
|
|
1672
1909
|
nativeBridge: string;
|
|
1910
|
+
} | {
|
|
1911
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1912
|
+
bridge: string;
|
|
1673
1913
|
} | ({
|
|
1674
1914
|
owner: string;
|
|
1675
1915
|
paused: boolean;
|
|
@@ -1695,6 +1935,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1695
1935
|
type: import("../index.js").IsmType.OP_STACK;
|
|
1696
1936
|
origin: string;
|
|
1697
1937
|
nativeBridge: string;
|
|
1938
|
+
} | {
|
|
1939
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1940
|
+
bridge: string;
|
|
1698
1941
|
} | import("../index.js").RoutingIsmConfig | ({
|
|
1699
1942
|
owner: string;
|
|
1700
1943
|
paused: boolean;
|
|
@@ -1721,6 +1964,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1721
1964
|
type: import("../index.js").IsmType.OP_STACK;
|
|
1722
1965
|
origin: string;
|
|
1723
1966
|
nativeBridge: string;
|
|
1967
|
+
} | {
|
|
1968
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1969
|
+
bridge: string;
|
|
1724
1970
|
} | import("../index.js").RoutingIsmConfig | ({
|
|
1725
1971
|
owner: string;
|
|
1726
1972
|
paused: boolean;
|
|
@@ -1747,6 +1993,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1747
1993
|
type: import("../index.js").IsmType.OP_STACK;
|
|
1748
1994
|
origin: string;
|
|
1749
1995
|
nativeBridge: string;
|
|
1996
|
+
} | {
|
|
1997
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1998
|
+
bridge: string;
|
|
1750
1999
|
} | import("../index.js").RoutingIsmConfig | ({
|
|
1751
2000
|
owner: string;
|
|
1752
2001
|
paused: boolean;
|
|
@@ -1768,6 +2017,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1768
2017
|
type: import("../index.js").IsmType.OP_STACK;
|
|
1769
2018
|
origin: string;
|
|
1770
2019
|
nativeBridge: string;
|
|
2020
|
+
}) | (string & {
|
|
2021
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
2022
|
+
bridge: string;
|
|
1771
2023
|
}) | (string & {
|
|
1772
2024
|
owner: string;
|
|
1773
2025
|
paused: boolean;
|
|
@@ -1788,6 +2040,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1788
2040
|
type: import("../index.js").IsmType.OP_STACK;
|
|
1789
2041
|
origin: string;
|
|
1790
2042
|
nativeBridge: string;
|
|
2043
|
+
} & string) | ({
|
|
2044
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
2045
|
+
bridge: string;
|
|
1791
2046
|
} & string) | ({
|
|
1792
2047
|
owner: string;
|
|
1793
2048
|
paused: boolean;
|
|
@@ -1820,6 +2075,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1820
2075
|
nativeBridge: string;
|
|
1821
2076
|
destinationChain: string;
|
|
1822
2077
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2078
|
+
} | {
|
|
2079
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2080
|
+
destinationChain: string;
|
|
2081
|
+
arbSys: string;
|
|
2082
|
+
bridge?: string | undefined;
|
|
1823
2083
|
} | {
|
|
1824
2084
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1825
2085
|
owner: string;
|
|
@@ -1855,6 +2115,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1855
2115
|
nativeBridge: string;
|
|
1856
2116
|
destinationChain: string;
|
|
1857
2117
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2118
|
+
} | {
|
|
2119
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2120
|
+
destinationChain: string;
|
|
2121
|
+
arbSys: string;
|
|
2122
|
+
bridge?: string | undefined;
|
|
1858
2123
|
} | {
|
|
1859
2124
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1860
2125
|
owner: string;
|
|
@@ -1893,6 +2158,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1893
2158
|
nativeBridge: string;
|
|
1894
2159
|
destinationChain: string;
|
|
1895
2160
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2161
|
+
} | {
|
|
2162
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2163
|
+
destinationChain: string;
|
|
2164
|
+
arbSys: string;
|
|
2165
|
+
bridge?: string | undefined;
|
|
1896
2166
|
} | {
|
|
1897
2167
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1898
2168
|
owner: string;
|
|
@@ -1927,6 +2197,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1927
2197
|
nativeBridge: string;
|
|
1928
2198
|
destinationChain: string;
|
|
1929
2199
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2200
|
+
} | {
|
|
2201
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2202
|
+
destinationChain: string;
|
|
2203
|
+
arbSys: string;
|
|
2204
|
+
bridge?: string | undefined;
|
|
1930
2205
|
} | {
|
|
1931
2206
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1932
2207
|
owner: string;
|
|
@@ -1963,6 +2238,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1963
2238
|
nativeBridge: string;
|
|
1964
2239
|
destinationChain: string;
|
|
1965
2240
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2241
|
+
} | {
|
|
2242
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2243
|
+
destinationChain: string;
|
|
2244
|
+
arbSys: string;
|
|
2245
|
+
bridge?: string | undefined;
|
|
1966
2246
|
} | {
|
|
1967
2247
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1968
2248
|
owner: string;
|
|
@@ -2001,6 +2281,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2001
2281
|
nativeBridge: string;
|
|
2002
2282
|
destinationChain: string;
|
|
2003
2283
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2284
|
+
} | {
|
|
2285
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2286
|
+
destinationChain: string;
|
|
2287
|
+
arbSys: string;
|
|
2288
|
+
bridge?: string | undefined;
|
|
2004
2289
|
} | {
|
|
2005
2290
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2006
2291
|
owner: string;
|
|
@@ -2039,6 +2324,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2039
2324
|
nativeBridge: string;
|
|
2040
2325
|
destinationChain: string;
|
|
2041
2326
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2327
|
+
} | {
|
|
2328
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2329
|
+
destinationChain: string;
|
|
2330
|
+
arbSys: string;
|
|
2331
|
+
bridge?: string | undefined;
|
|
2042
2332
|
} | {
|
|
2043
2333
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2044
2334
|
owner: string;
|
|
@@ -2073,6 +2363,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2073
2363
|
nativeBridge: string;
|
|
2074
2364
|
destinationChain: string;
|
|
2075
2365
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2366
|
+
} | {
|
|
2367
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2368
|
+
destinationChain: string;
|
|
2369
|
+
arbSys: string;
|
|
2370
|
+
bridge?: string | undefined;
|
|
2076
2371
|
} | {
|
|
2077
2372
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2078
2373
|
owner: string;
|
|
@@ -2109,6 +2404,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2109
2404
|
nativeBridge: string;
|
|
2110
2405
|
destinationChain: string;
|
|
2111
2406
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2407
|
+
} | {
|
|
2408
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2409
|
+
destinationChain: string;
|
|
2410
|
+
arbSys: string;
|
|
2411
|
+
bridge?: string | undefined;
|
|
2112
2412
|
} | {
|
|
2113
2413
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2114
2414
|
owner: string;
|
|
@@ -2143,6 +2443,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2143
2443
|
nativeBridge: string;
|
|
2144
2444
|
destinationChain: string;
|
|
2145
2445
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2446
|
+
} | {
|
|
2447
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2448
|
+
destinationChain: string;
|
|
2449
|
+
arbSys: string;
|
|
2450
|
+
bridge?: string | undefined;
|
|
2146
2451
|
} | {
|
|
2147
2452
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2148
2453
|
owner: string;
|
|
@@ -2175,6 +2480,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2175
2480
|
nativeBridge: string;
|
|
2176
2481
|
destinationChain: string;
|
|
2177
2482
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2483
|
+
}) | (string & {
|
|
2484
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2485
|
+
destinationChain: string;
|
|
2486
|
+
arbSys: string;
|
|
2487
|
+
bridge?: string | undefined;
|
|
2178
2488
|
}) | (string & {
|
|
2179
2489
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2180
2490
|
owner: string;
|
|
@@ -2206,6 +2516,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2206
2516
|
nativeBridge: string;
|
|
2207
2517
|
destinationChain: string;
|
|
2208
2518
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2519
|
+
} & string) | ({
|
|
2520
|
+
type: import("../index.js").HookType.ARB_L2_TO_L1;
|
|
2521
|
+
destinationChain: string;
|
|
2522
|
+
arbSys: string;
|
|
2523
|
+
bridge?: string | undefined;
|
|
2209
2524
|
} & string) | ({
|
|
2210
2525
|
type: import("../index.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2211
2526
|
owner: string;
|