@hyperlane-xyz/sdk 13.2.1 → 13.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +27 -0
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +5 -0
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/CosmosNativeCoreModule.d.ts.map +1 -1
- package/dist/core/CosmosNativeCoreModule.js +0 -1
- package/dist/core/CosmosNativeCoreModule.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.hardhat-test.js +1 -2
- package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.js +7 -7
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/EvmCoreReader.d.ts.map +1 -1
- package/dist/core/EvmCoreReader.js +1 -1
- package/dist/core/EvmCoreReader.js.map +1 -1
- package/dist/core/EvmIcaModule.d.ts +3 -4
- package/dist/core/EvmIcaModule.d.ts.map +1 -1
- package/dist/core/EvmIcaModule.hardhat-test.js +25 -2
- package/dist/core/EvmIcaModule.hardhat-test.js.map +1 -1
- package/dist/core/EvmIcaModule.js +13 -11
- package/dist/core/EvmIcaModule.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +20 -5
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/types.d.ts +2801 -1286
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js +0 -1
- package/dist/core/types.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +2 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +11 -8
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/proxy.d.ts +1 -1
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +4 -5
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/gas/token-prices.d.ts.map +1 -1
- package/dist/gas/token-prices.js +23 -4
- package/dist/gas/token-prices.js.map +1 -1
- package/dist/ica/EvmIcaReader.d.ts +2 -5
- package/dist/ica/EvmIcaReader.d.ts.map +1 -1
- package/dist/ica/EvmIcaReader.hardhat-test.js +2 -7
- package/dist/ica/EvmIcaReader.hardhat-test.js.map +1 -1
- package/dist/ica/EvmIcaReader.js +10 -44
- package/dist/ica/EvmIcaReader.js.map +1 -1
- package/dist/ica/types.d.ts +965 -47
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/ica/types.js +7 -22
- package/dist/ica/types.js.map +1 -1
- package/dist/index.d.ts +18 -16
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -14
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js +0 -5
- package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts +4 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +66 -42
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +0 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +4 -11
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +0 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.d.ts +2 -2
- package/dist/ism/metadata/builder.d.ts.map +1 -1
- package/dist/ism/metadata/builder.hardhat-test.js +0 -1
- package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.js +3 -4
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/ccipread.d.ts +4 -4
- package/dist/ism/metadata/ccipread.d.ts.map +1 -1
- package/dist/ism/metadata/ccipread.hardhat-test.js +5 -37
- package/dist/ism/metadata/ccipread.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/ccipread.js +4 -4
- package/dist/ism/metadata/ccipread.js.map +1 -1
- package/dist/ism/metadata/routing.d.ts.map +1 -1
- package/dist/ism/metadata/routing.js +8 -11
- package/dist/ism/metadata/routing.js.map +1 -1
- package/dist/ism/types.d.ts +59 -19
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +17 -12
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +7 -5
- package/dist/ism/utils.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +3 -9
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccountChecker.d.ts +3 -6
- package/dist/middleware/account/InterchainAccountChecker.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountChecker.js +2 -17
- package/dist/middleware/account/InterchainAccountChecker.js.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts +3 -8
- package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.js +11 -31
- package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js +10 -1
- package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
- package/dist/middleware/account/contracts.d.ts +1 -4
- package/dist/middleware/account/contracts.d.ts.map +1 -1
- package/dist/middleware/account/contracts.js +1 -4
- package/dist/middleware/account/contracts.js.map +1 -1
- package/dist/middleware/account/types.d.ts +2 -2
- package/dist/providers/transactions/submitter/builder/types.d.ts +10 -10
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts +2 -3
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js +20 -16
- package/dist/providers/transactions/submitter/ethersV5/EV5GnosisSafeTxSubmitter.js.map +1 -1
- package/dist/providers/transactions/transformer/ethersV5/types.d.ts +3 -3
- package/dist/providers/transactions/transformer/types.d.ts +3 -3
- package/dist/router/EvmRouterReader.d.ts +18 -0
- package/dist/router/EvmRouterReader.d.ts.map +1 -0
- package/dist/router/EvmRouterReader.js +60 -0
- package/dist/router/EvmRouterReader.js.map +1 -0
- package/dist/router/HyperlaneRouterChecker.d.ts +3 -0
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +14 -4
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/types.d.ts +79 -31
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +13 -4
- package/dist/router/types.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.d.ts +13 -0
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +354 -9
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +210 -9
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts +7 -11
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +97 -45
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/TokenMetadataMap.d.ts +1 -2
- package/dist/token/TokenMetadataMap.d.ts.map +1 -1
- package/dist/token/TokenMetadataMap.js +2 -20
- package/dist/token/TokenMetadataMap.js.map +1 -1
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +3 -0
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/config.d.ts +25 -0
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js +25 -0
- package/dist/token/config.js.map +1 -1
- package/dist/token/configUtils.d.ts.map +1 -1
- package/dist/token/configUtils.js +13 -3
- package/dist/token/configUtils.js.map +1 -1
- package/dist/token/contracts.d.ts +37 -31
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js +8 -1
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/deploy.d.ts +12 -5
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +137 -5
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/types.d.ts +2720 -101
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.js +76 -5
- package/dist/token/types.js.map +1 -1
- package/dist/utils/decimals.d.ts +4 -0
- package/dist/utils/decimals.d.ts.map +1 -0
- package/dist/utils/decimals.js +26 -0
- package/dist/utils/decimals.js.map +1 -0
- package/package.json +11 -7
package/dist/core/types.d.ts
CHANGED
|
@@ -117,11 +117,20 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
117
117
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
118
118
|
bridge: string;
|
|
119
119
|
}>, z.ZodObject<{
|
|
120
|
-
|
|
120
|
+
owner: z.ZodString;
|
|
121
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
122
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
123
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
121
124
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
type: import("../ism/types.js").IsmType.
|
|
125
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
126
|
+
owner: string;
|
|
127
|
+
urls: string[];
|
|
128
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
123
129
|
}, {
|
|
124
|
-
type: import("../ism/types.js").IsmType.
|
|
130
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
131
|
+
owner: string;
|
|
132
|
+
urls: string[];
|
|
133
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
125
134
|
}>]>;
|
|
126
135
|
defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
127
136
|
owner: z.ZodString;
|
|
@@ -414,195 +423,102 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
414
423
|
}>>;
|
|
415
424
|
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
416
425
|
owner: z.ZodString;
|
|
426
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
417
427
|
mailbox: z.ZodString;
|
|
418
|
-
proxyAdmin: z.ZodObject<{
|
|
419
|
-
address: z.ZodOptional<z.ZodString>;
|
|
428
|
+
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
420
429
|
owner: z.ZodString;
|
|
430
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
431
|
+
address: z.ZodOptional<z.ZodString>;
|
|
421
432
|
}, "strip", z.ZodTypeAny, {
|
|
422
433
|
owner: string;
|
|
434
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
423
435
|
address?: string | undefined;
|
|
424
436
|
}, {
|
|
425
437
|
owner: string;
|
|
438
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
426
439
|
address?: string | undefined;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
440
|
+
}>>;
|
|
441
|
+
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
442
|
+
owner: z.ZodString;
|
|
443
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
444
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
|
|
445
|
+
beneficiary: z.ZodString;
|
|
446
|
+
maxProtocolFee: z.ZodString;
|
|
447
|
+
protocolFee: z.ZodString;
|
|
431
448
|
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
|
|
433
|
-
interchainSecurityModule?: string | undefined;
|
|
434
|
-
}, {
|
|
435
|
-
address: string;
|
|
436
|
-
interchainSecurityModule?: string | undefined;
|
|
437
|
-
}>>>;
|
|
438
|
-
}, "strip", z.ZodTypeAny, {
|
|
439
|
-
owner: string;
|
|
440
|
-
mailbox: string;
|
|
441
|
-
proxyAdmin: {
|
|
442
|
-
owner: string;
|
|
443
|
-
address?: string | undefined;
|
|
444
|
-
};
|
|
445
|
-
remoteIcaRouters?: Record<string, {
|
|
446
|
-
address: string;
|
|
447
|
-
interchainSecurityModule?: string | undefined;
|
|
448
|
-
}> | undefined;
|
|
449
|
-
}, {
|
|
450
|
-
owner: string;
|
|
451
|
-
mailbox: string;
|
|
452
|
-
proxyAdmin: {
|
|
453
|
-
owner: string;
|
|
454
|
-
address?: string | undefined;
|
|
455
|
-
};
|
|
456
|
-
remoteIcaRouters?: Record<string, {
|
|
457
|
-
address: string;
|
|
458
|
-
interchainSecurityModule?: string | undefined;
|
|
459
|
-
}> | undefined;
|
|
460
|
-
}>>;
|
|
461
|
-
}, "strip", z.ZodTypeAny, {
|
|
462
|
-
owner: string;
|
|
463
|
-
defaultHook: string | {
|
|
464
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
465
|
-
} | {
|
|
466
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
467
|
-
owner: string;
|
|
468
|
-
beneficiary: string;
|
|
469
|
-
oracleKey: string;
|
|
470
|
-
overhead: Record<string, number>;
|
|
471
|
-
oracleConfig: Record<string, {
|
|
472
|
-
gasPrice: string;
|
|
473
|
-
tokenExchangeRate: string;
|
|
474
|
-
tokenDecimals?: number | undefined;
|
|
475
|
-
}>;
|
|
476
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
477
|
-
} | {
|
|
478
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
479
|
-
owner: string;
|
|
480
|
-
protocolFee: string;
|
|
481
|
-
beneficiary: string;
|
|
482
|
-
maxProtocolFee: string;
|
|
483
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
484
|
-
} | {
|
|
485
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
486
|
-
owner: string;
|
|
487
|
-
paused: boolean;
|
|
488
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
489
|
-
} | {
|
|
490
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
491
|
-
owner: string;
|
|
492
|
-
nativeBridge: string;
|
|
493
|
-
destinationChain: string;
|
|
494
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
495
|
-
} | {
|
|
496
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
497
|
-
destinationChain: string;
|
|
498
|
-
arbSys: string;
|
|
499
|
-
bridge?: string | undefined;
|
|
500
|
-
childHook?: any;
|
|
501
|
-
} | {
|
|
502
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
503
|
-
} | {
|
|
504
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
505
|
-
destinationChain: string;
|
|
506
|
-
} | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
507
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
508
|
-
}) | (string & {
|
|
509
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
510
|
-
owner: string;
|
|
511
|
-
beneficiary: string;
|
|
512
|
-
oracleKey: string;
|
|
513
|
-
overhead: Record<string, number>;
|
|
514
|
-
oracleConfig: Record<string, {
|
|
515
|
-
gasPrice: string;
|
|
516
|
-
tokenExchangeRate: string;
|
|
517
|
-
tokenDecimals?: number | undefined;
|
|
518
|
-
}>;
|
|
519
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
520
|
-
}) | (string & {
|
|
521
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
522
|
-
owner: string;
|
|
523
|
-
protocolFee: string;
|
|
524
|
-
beneficiary: string;
|
|
525
|
-
maxProtocolFee: string;
|
|
526
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
527
|
-
}) | (string & {
|
|
528
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
529
|
-
owner: string;
|
|
530
|
-
paused: boolean;
|
|
531
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
532
|
-
}) | (string & {
|
|
533
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
534
|
-
owner: string;
|
|
535
|
-
nativeBridge: string;
|
|
536
|
-
destinationChain: string;
|
|
537
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
538
|
-
}) | (string & {
|
|
539
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
540
|
-
destinationChain: string;
|
|
541
|
-
arbSys: string;
|
|
542
|
-
bridge?: string | undefined;
|
|
543
|
-
childHook?: any;
|
|
544
|
-
}) | (string & {
|
|
545
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
546
|
-
}) | (string & {
|
|
547
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
548
|
-
destinationChain: string;
|
|
549
|
-
}) | (string & {
|
|
550
|
-
owner: string;
|
|
551
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
552
|
-
} & {
|
|
553
|
-
domains: import("../types.js").ChainMap<string | {
|
|
554
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
555
|
-
} | {
|
|
556
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
449
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
557
450
|
owner: string;
|
|
451
|
+
protocolFee: string;
|
|
558
452
|
beneficiary: string;
|
|
559
|
-
|
|
560
|
-
overhead: Record<string, number>;
|
|
561
|
-
oracleConfig: Record<string, {
|
|
562
|
-
gasPrice: string;
|
|
563
|
-
tokenExchangeRate: string;
|
|
564
|
-
tokenDecimals?: number | undefined;
|
|
565
|
-
}>;
|
|
453
|
+
maxProtocolFee: string;
|
|
566
454
|
ownerOverrides?: Record<string, string> | undefined;
|
|
567
|
-
}
|
|
455
|
+
}, {
|
|
568
456
|
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
569
457
|
owner: string;
|
|
570
458
|
protocolFee: string;
|
|
571
459
|
beneficiary: string;
|
|
572
460
|
maxProtocolFee: string;
|
|
573
461
|
ownerOverrides?: Record<string, string> | undefined;
|
|
574
|
-
}
|
|
462
|
+
}>, z.ZodObject<{
|
|
463
|
+
owner: z.ZodString;
|
|
464
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
465
|
+
paused: z.ZodBoolean;
|
|
466
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
|
|
467
|
+
}, "strip", z.ZodTypeAny, {
|
|
575
468
|
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
576
469
|
owner: string;
|
|
577
470
|
paused: boolean;
|
|
578
471
|
ownerOverrides?: Record<string, string> | undefined;
|
|
579
|
-
}
|
|
472
|
+
}, {
|
|
473
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
474
|
+
owner: string;
|
|
475
|
+
paused: boolean;
|
|
476
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
477
|
+
}>, z.ZodObject<{
|
|
478
|
+
owner: z.ZodString;
|
|
479
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
480
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
|
|
481
|
+
nativeBridge: z.ZodString;
|
|
482
|
+
destinationChain: z.ZodString;
|
|
483
|
+
}, "strip", z.ZodTypeAny, {
|
|
580
484
|
type: import("../hook/types.js").HookType.OP_STACK;
|
|
581
485
|
owner: string;
|
|
582
486
|
nativeBridge: string;
|
|
583
487
|
destinationChain: string;
|
|
584
488
|
ownerOverrides?: Record<string, string> | undefined;
|
|
585
|
-
}
|
|
586
|
-
type: import("../hook/types.js").HookType.
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
bridge?: string | undefined;
|
|
590
|
-
childHook?: any;
|
|
591
|
-
} | {
|
|
592
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
593
|
-
} | {
|
|
594
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
489
|
+
}, {
|
|
490
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
491
|
+
owner: string;
|
|
492
|
+
nativeBridge: string;
|
|
595
493
|
destinationChain: string;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
owner: string;
|
|
601
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
602
|
-
} & {
|
|
603
|
-
domains: import("../types.js").ChainMap<string | {
|
|
494
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
495
|
+
}>, z.ZodObject<{
|
|
496
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
|
|
497
|
+
}, "strip", z.ZodTypeAny, {
|
|
604
498
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
605
|
-
}
|
|
499
|
+
}, {
|
|
500
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
501
|
+
}>, z.ZodObject<{
|
|
502
|
+
owner: z.ZodString;
|
|
503
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
504
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
|
|
505
|
+
beneficiary: z.ZodString;
|
|
506
|
+
oracleKey: z.ZodString;
|
|
507
|
+
overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
508
|
+
oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
509
|
+
gasPrice: z.ZodString;
|
|
510
|
+
tokenExchangeRate: z.ZodString;
|
|
511
|
+
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
512
|
+
}, "strip", z.ZodTypeAny, {
|
|
513
|
+
gasPrice: string;
|
|
514
|
+
tokenExchangeRate: string;
|
|
515
|
+
tokenDecimals?: number | undefined;
|
|
516
|
+
}, {
|
|
517
|
+
gasPrice: string;
|
|
518
|
+
tokenExchangeRate: string;
|
|
519
|
+
tokenDecimals?: number | undefined;
|
|
520
|
+
}>>;
|
|
521
|
+
}, "strip", z.ZodTypeAny, {
|
|
606
522
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
607
523
|
owner: string;
|
|
608
524
|
beneficiary: string;
|
|
@@ -614,41 +530,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
614
530
|
tokenDecimals?: number | undefined;
|
|
615
531
|
}>;
|
|
616
532
|
ownerOverrides?: Record<string, string> | undefined;
|
|
617
|
-
}
|
|
618
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
619
|
-
owner: string;
|
|
620
|
-
protocolFee: string;
|
|
621
|
-
beneficiary: string;
|
|
622
|
-
maxProtocolFee: string;
|
|
623
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
624
|
-
} | {
|
|
625
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
626
|
-
owner: string;
|
|
627
|
-
paused: boolean;
|
|
628
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
629
|
-
} | {
|
|
630
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
631
|
-
owner: string;
|
|
632
|
-
nativeBridge: string;
|
|
633
|
-
destinationChain: string;
|
|
634
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
635
|
-
} | {
|
|
636
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
637
|
-
destinationChain: string;
|
|
638
|
-
arbSys: string;
|
|
639
|
-
bridge?: string | undefined;
|
|
640
|
-
childHook?: any;
|
|
641
|
-
} | {
|
|
642
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
643
|
-
} | {
|
|
644
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
645
|
-
destinationChain: string;
|
|
646
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
647
|
-
} & {
|
|
648
|
-
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
649
|
-
fallback: string | {
|
|
650
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
651
|
-
} | {
|
|
533
|
+
}, {
|
|
652
534
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
653
535
|
owner: string;
|
|
654
536
|
beneficiary: string;
|
|
@@ -660,134 +542,204 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
660
542
|
tokenDecimals?: number | undefined;
|
|
661
543
|
}>;
|
|
662
544
|
ownerOverrides?: Record<string, string> | undefined;
|
|
663
|
-
}
|
|
664
|
-
type: import("../hook/types.js").HookType.
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
672
|
-
owner: string;
|
|
673
|
-
paused: boolean;
|
|
674
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
675
|
-
} | {
|
|
676
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
677
|
-
owner: string;
|
|
678
|
-
nativeBridge: string;
|
|
545
|
+
}>, 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").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
546
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
547
|
+
arbSys: z.ZodString;
|
|
548
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
549
|
+
destinationChain: z.ZodString;
|
|
550
|
+
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
551
|
+
}, "strip", z.ZodTypeAny, {
|
|
552
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
679
553
|
destinationChain: string;
|
|
680
|
-
|
|
681
|
-
|
|
554
|
+
arbSys: string;
|
|
555
|
+
bridge?: string | undefined;
|
|
556
|
+
childHook?: any;
|
|
557
|
+
}, {
|
|
682
558
|
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
683
559
|
destinationChain: string;
|
|
684
560
|
arbSys: string;
|
|
685
561
|
bridge?: string | undefined;
|
|
686
562
|
childHook?: any;
|
|
687
|
-
}
|
|
563
|
+
}>, z.ZodObject<{
|
|
564
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MAILBOX_DEFAULT>;
|
|
565
|
+
}, "strip", z.ZodTypeAny, {
|
|
688
566
|
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
689
|
-
}
|
|
567
|
+
}, {
|
|
568
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
569
|
+
}>, z.ZodObject<{
|
|
570
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.CCIP>;
|
|
571
|
+
destinationChain: z.ZodString;
|
|
572
|
+
}, "strip", z.ZodTypeAny, {
|
|
690
573
|
type: import("../hook/types.js").HookType.CCIP;
|
|
691
574
|
destinationChain: string;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
} & string) | ({
|
|
720
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
721
|
-
owner: string;
|
|
722
|
-
nativeBridge: string;
|
|
723
|
-
destinationChain: string;
|
|
724
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
725
|
-
} & string) | ({
|
|
726
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
727
|
-
destinationChain: string;
|
|
728
|
-
arbSys: string;
|
|
729
|
-
bridge?: string | undefined;
|
|
730
|
-
childHook?: any;
|
|
731
|
-
} & string) | ({
|
|
732
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
733
|
-
} & string) | ({
|
|
734
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
735
|
-
destinationChain: string;
|
|
736
|
-
} & string) | ({
|
|
737
|
-
owner: string;
|
|
738
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
739
|
-
} & {
|
|
740
|
-
domains: import("../types.js").ChainMap<string | {
|
|
741
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
742
|
-
} | {
|
|
743
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
575
|
+
}, {
|
|
576
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
577
|
+
destinationChain: string;
|
|
578
|
+
}>]>>;
|
|
579
|
+
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
580
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
|
|
581
|
+
}, "strip", z.ZodTypeAny, {
|
|
582
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
583
|
+
}, {
|
|
584
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
585
|
+
}>, z.ZodObject<{
|
|
586
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
|
|
587
|
+
origin: z.ZodString;
|
|
588
|
+
nativeBridge: z.ZodString;
|
|
589
|
+
}, "strip", z.ZodTypeAny, {
|
|
590
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
591
|
+
origin: string;
|
|
592
|
+
nativeBridge: string;
|
|
593
|
+
}, {
|
|
594
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
595
|
+
origin: string;
|
|
596
|
+
nativeBridge: string;
|
|
597
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
598
|
+
owner: z.ZodString;
|
|
599
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
600
|
+
paused: z.ZodBoolean;
|
|
601
|
+
}, "strip", z.ZodTypeAny, {
|
|
744
602
|
owner: string;
|
|
745
|
-
|
|
746
|
-
oracleKey: string;
|
|
747
|
-
overhead: Record<string, number>;
|
|
748
|
-
oracleConfig: Record<string, {
|
|
749
|
-
gasPrice: string;
|
|
750
|
-
tokenExchangeRate: string;
|
|
751
|
-
tokenDecimals?: number | undefined;
|
|
752
|
-
}>;
|
|
603
|
+
paused: boolean;
|
|
753
604
|
ownerOverrides?: Record<string, string> | undefined;
|
|
754
|
-
}
|
|
755
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
605
|
+
}, {
|
|
756
606
|
owner: string;
|
|
757
|
-
|
|
758
|
-
beneficiary: string;
|
|
759
|
-
maxProtocolFee: string;
|
|
607
|
+
paused: boolean;
|
|
760
608
|
ownerOverrides?: Record<string, string> | undefined;
|
|
761
|
-
}
|
|
762
|
-
type: import("../
|
|
609
|
+
}>, z.ZodObject<{
|
|
610
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
|
|
611
|
+
}, "strip", z.ZodTypeAny, {
|
|
612
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
613
|
+
}, {
|
|
614
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
615
|
+
}>>, z.ZodObject<{
|
|
616
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
|
|
617
|
+
relayer: z.ZodString;
|
|
618
|
+
}, "strip", z.ZodTypeAny, {
|
|
619
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
620
|
+
relayer: string;
|
|
621
|
+
}, {
|
|
622
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
623
|
+
relayer: string;
|
|
624
|
+
}>, z.ZodObject<{
|
|
625
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.CCIP>;
|
|
626
|
+
originChain: z.ZodString;
|
|
627
|
+
}, "strip", z.ZodTypeAny, {
|
|
628
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
629
|
+
originChain: string;
|
|
630
|
+
}, {
|
|
631
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
632
|
+
originChain: string;
|
|
633
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
634
|
+
validators: z.ZodArray<z.ZodString, "many">;
|
|
635
|
+
threshold: z.ZodNumber;
|
|
636
|
+
}, "strip", z.ZodTypeAny, {
|
|
637
|
+
validators: string[];
|
|
638
|
+
threshold: number;
|
|
639
|
+
}, {
|
|
640
|
+
validators: string[];
|
|
641
|
+
threshold: number;
|
|
642
|
+
}>, z.ZodObject<{
|
|
643
|
+
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>]>;
|
|
644
|
+
}, "strip", z.ZodTypeAny, {
|
|
645
|
+
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;
|
|
646
|
+
}, {
|
|
647
|
+
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;
|
|
648
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
649
|
+
validators: z.ZodArray<z.ZodObject<{
|
|
650
|
+
signingAddress: z.ZodString;
|
|
651
|
+
weight: z.ZodNumber;
|
|
652
|
+
}, "strip", z.ZodTypeAny, {
|
|
653
|
+
signingAddress: string;
|
|
654
|
+
weight: number;
|
|
655
|
+
}, {
|
|
656
|
+
signingAddress: string;
|
|
657
|
+
weight: number;
|
|
658
|
+
}>, "many">;
|
|
659
|
+
thresholdWeight: z.ZodNumber;
|
|
660
|
+
}, "strip", z.ZodTypeAny, {
|
|
661
|
+
validators: {
|
|
662
|
+
signingAddress: string;
|
|
663
|
+
weight: number;
|
|
664
|
+
}[];
|
|
665
|
+
thresholdWeight: number;
|
|
666
|
+
}, {
|
|
667
|
+
validators: {
|
|
668
|
+
signingAddress: string;
|
|
669
|
+
weight: number;
|
|
670
|
+
}[];
|
|
671
|
+
thresholdWeight: number;
|
|
672
|
+
}>, z.ZodObject<{
|
|
673
|
+
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>]>;
|
|
674
|
+
}, "strip", z.ZodTypeAny, {
|
|
675
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
676
|
+
}, {
|
|
677
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
678
|
+
}>>, 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<{
|
|
679
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
|
|
680
|
+
bridge: z.ZodString;
|
|
681
|
+
}, "strip", z.ZodTypeAny, {
|
|
682
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
683
|
+
bridge: string;
|
|
684
|
+
}, {
|
|
685
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
686
|
+
bridge: string;
|
|
687
|
+
}>, z.ZodObject<{
|
|
688
|
+
owner: z.ZodString;
|
|
689
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
690
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
691
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
692
|
+
}, "strip", z.ZodTypeAny, {
|
|
693
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
763
694
|
owner: string;
|
|
764
|
-
|
|
695
|
+
urls: string[];
|
|
765
696
|
ownerOverrides?: Record<string, string> | undefined;
|
|
766
|
-
}
|
|
767
|
-
type: import("../
|
|
697
|
+
}, {
|
|
698
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
768
699
|
owner: string;
|
|
769
|
-
|
|
770
|
-
destinationChain: string;
|
|
700
|
+
urls: string[];
|
|
771
701
|
ownerOverrides?: Record<string, string> | undefined;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
702
|
+
}>]>>;
|
|
703
|
+
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
704
|
+
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
705
|
+
address: z.ZodString;
|
|
706
|
+
}, "strip", z.ZodTypeAny, {
|
|
707
|
+
address: string;
|
|
708
|
+
}, {
|
|
709
|
+
address: string;
|
|
710
|
+
}>>>;
|
|
711
|
+
commitmentIsm: z.ZodObject<{
|
|
712
|
+
owner: z.ZodString;
|
|
713
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
714
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
715
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
716
|
+
}, "strip", z.ZodTypeAny, {
|
|
717
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
718
|
+
owner: string;
|
|
719
|
+
urls: string[];
|
|
720
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
721
|
+
}, {
|
|
722
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
723
|
+
owner: string;
|
|
724
|
+
urls: string[];
|
|
725
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
726
|
+
}>;
|
|
727
|
+
}, "strip", z.ZodTypeAny, {
|
|
787
728
|
owner: string;
|
|
729
|
+
mailbox: string;
|
|
730
|
+
commitmentIsm: {
|
|
731
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
732
|
+
owner: string;
|
|
733
|
+
urls: string[];
|
|
734
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
735
|
+
};
|
|
788
736
|
ownerOverrides?: Record<string, string> | undefined;
|
|
789
|
-
|
|
790
|
-
|
|
737
|
+
proxyAdmin?: {
|
|
738
|
+
owner: string;
|
|
739
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
740
|
+
address?: string | undefined;
|
|
741
|
+
} | undefined;
|
|
742
|
+
hook?: string | {
|
|
791
743
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
792
744
|
} | {
|
|
793
745
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -830,14 +782,67 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
830
782
|
} | {
|
|
831
783
|
type: import("../hook/types.js").HookType.CCIP;
|
|
832
784
|
destinationChain: string;
|
|
833
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
785
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
786
|
+
interchainSecurityModule?: string | ({
|
|
787
|
+
validators: string[];
|
|
788
|
+
threshold: number;
|
|
789
|
+
} & {
|
|
790
|
+
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;
|
|
791
|
+
}) | ({
|
|
792
|
+
validators: {
|
|
793
|
+
signingAddress: string;
|
|
794
|
+
weight: number;
|
|
795
|
+
}[];
|
|
796
|
+
thresholdWeight: number;
|
|
797
|
+
} & {
|
|
798
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
799
|
+
}) | {
|
|
800
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
801
|
+
} | ({
|
|
802
|
+
owner: string;
|
|
803
|
+
paused: boolean;
|
|
804
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
805
|
+
} & {
|
|
806
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
807
|
+
}) | {
|
|
808
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
809
|
+
origin: string;
|
|
810
|
+
nativeBridge: string;
|
|
811
|
+
} | {
|
|
812
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
813
|
+
relayer: string;
|
|
814
|
+
} | {
|
|
815
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
816
|
+
originChain: string;
|
|
817
|
+
} | {
|
|
818
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
819
|
+
bridge: string;
|
|
820
|
+
} | {
|
|
821
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
822
|
+
owner: string;
|
|
823
|
+
urls: string[];
|
|
824
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
825
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
826
|
+
foreignDeployment?: string | undefined;
|
|
827
|
+
remoteRouters?: Record<string | number, {
|
|
828
|
+
address: string;
|
|
829
|
+
}> | undefined;
|
|
830
|
+
}, {
|
|
837
831
|
owner: string;
|
|
832
|
+
mailbox: string;
|
|
833
|
+
commitmentIsm: {
|
|
834
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
835
|
+
owner: string;
|
|
836
|
+
urls: string[];
|
|
837
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
838
|
+
};
|
|
838
839
|
ownerOverrides?: Record<string, string> | undefined;
|
|
839
|
-
|
|
840
|
-
|
|
840
|
+
proxyAdmin?: {
|
|
841
|
+
owner: string;
|
|
842
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
843
|
+
address?: string | undefined;
|
|
844
|
+
} | undefined;
|
|
845
|
+
hook?: string | {
|
|
841
846
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
842
847
|
} | {
|
|
843
848
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -880,24 +885,159 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
880
885
|
} | {
|
|
881
886
|
type: import("../hook/types.js").HookType.CCIP;
|
|
882
887
|
destinationChain: string;
|
|
883
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
888
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
889
|
+
interchainSecurityModule?: string | ({
|
|
890
|
+
validators: string[];
|
|
891
|
+
threshold: number;
|
|
892
|
+
} & {
|
|
893
|
+
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;
|
|
894
|
+
}) | ({
|
|
895
|
+
validators: {
|
|
896
|
+
signingAddress: string;
|
|
897
|
+
weight: number;
|
|
898
|
+
}[];
|
|
899
|
+
thresholdWeight: number;
|
|
900
|
+
} & {
|
|
901
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
902
|
+
}) | {
|
|
903
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
904
|
+
} | ({
|
|
905
|
+
owner: string;
|
|
906
|
+
paused: boolean;
|
|
907
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
908
|
+
} & {
|
|
909
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
910
|
+
}) | {
|
|
911
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
912
|
+
origin: string;
|
|
913
|
+
nativeBridge: string;
|
|
914
|
+
} | {
|
|
915
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
916
|
+
relayer: string;
|
|
917
|
+
} | {
|
|
918
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
919
|
+
originChain: string;
|
|
920
|
+
} | {
|
|
921
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
922
|
+
bridge: string;
|
|
923
|
+
} | {
|
|
924
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
925
|
+
owner: string;
|
|
926
|
+
urls: string[];
|
|
927
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
928
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
929
|
+
foreignDeployment?: string | undefined;
|
|
930
|
+
remoteRouters?: Record<string | number, {
|
|
931
|
+
address: string;
|
|
932
|
+
}> | undefined;
|
|
933
|
+
}>>;
|
|
934
|
+
}, "strip", z.ZodTypeAny, {
|
|
935
|
+
owner: string;
|
|
936
|
+
defaultHook: string | {
|
|
937
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
938
|
+
} | {
|
|
939
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
940
|
+
owner: string;
|
|
941
|
+
beneficiary: string;
|
|
942
|
+
oracleKey: string;
|
|
943
|
+
overhead: Record<string, number>;
|
|
944
|
+
oracleConfig: Record<string, {
|
|
945
|
+
gasPrice: string;
|
|
946
|
+
tokenExchangeRate: string;
|
|
947
|
+
tokenDecimals?: number | undefined;
|
|
948
|
+
}>;
|
|
949
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
950
|
+
} | {
|
|
951
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
952
|
+
owner: string;
|
|
953
|
+
protocolFee: string;
|
|
954
|
+
beneficiary: string;
|
|
955
|
+
maxProtocolFee: string;
|
|
956
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
957
|
+
} | {
|
|
958
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
959
|
+
owner: string;
|
|
960
|
+
paused: boolean;
|
|
961
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
962
|
+
} | {
|
|
963
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
964
|
+
owner: string;
|
|
965
|
+
nativeBridge: string;
|
|
966
|
+
destinationChain: string;
|
|
967
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
968
|
+
} | {
|
|
969
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
970
|
+
destinationChain: string;
|
|
971
|
+
arbSys: string;
|
|
972
|
+
bridge?: string | undefined;
|
|
973
|
+
childHook?: any;
|
|
974
|
+
} | {
|
|
975
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
976
|
+
} | {
|
|
977
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
978
|
+
destinationChain: string;
|
|
979
|
+
} | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
980
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
981
|
+
}) | (string & {
|
|
982
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
983
|
+
owner: string;
|
|
984
|
+
beneficiary: string;
|
|
985
|
+
oracleKey: string;
|
|
986
|
+
overhead: Record<string, number>;
|
|
987
|
+
oracleConfig: Record<string, {
|
|
988
|
+
gasPrice: string;
|
|
989
|
+
tokenExchangeRate: string;
|
|
990
|
+
tokenDecimals?: number | undefined;
|
|
991
|
+
}>;
|
|
992
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
993
|
+
}) | (string & {
|
|
994
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
995
|
+
owner: string;
|
|
996
|
+
protocolFee: string;
|
|
997
|
+
beneficiary: string;
|
|
998
|
+
maxProtocolFee: string;
|
|
999
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1000
|
+
}) | (string & {
|
|
1001
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1002
|
+
owner: string;
|
|
1003
|
+
paused: boolean;
|
|
1004
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1005
|
+
}) | (string & {
|
|
1006
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1007
|
+
owner: string;
|
|
1008
|
+
nativeBridge: string;
|
|
1009
|
+
destinationChain: string;
|
|
1010
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1011
|
+
}) | (string & {
|
|
1012
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1013
|
+
destinationChain: string;
|
|
1014
|
+
arbSys: string;
|
|
1015
|
+
bridge?: string | undefined;
|
|
1016
|
+
childHook?: any;
|
|
1017
|
+
}) | (string & {
|
|
1018
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1019
|
+
}) | (string & {
|
|
1020
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1021
|
+
destinationChain: string;
|
|
1022
|
+
}) | (string & {
|
|
1023
|
+
owner: string;
|
|
1024
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1025
|
+
} & {
|
|
1026
|
+
domains: import("../types.js").ChainMap<string | {
|
|
1027
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1028
|
+
} | {
|
|
1029
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1030
|
+
owner: string;
|
|
1031
|
+
beneficiary: string;
|
|
1032
|
+
oracleKey: string;
|
|
1033
|
+
overhead: Record<string, number>;
|
|
1034
|
+
oracleConfig: Record<string, {
|
|
1035
|
+
gasPrice: string;
|
|
1036
|
+
tokenExchangeRate: string;
|
|
1037
|
+
tokenDecimals?: number | undefined;
|
|
1038
|
+
}>;
|
|
1039
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1040
|
+
} | {
|
|
901
1041
|
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
902
1042
|
owner: string;
|
|
903
1043
|
protocolFee: string;
|
|
@@ -926,8 +1066,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
926
1066
|
} | {
|
|
927
1067
|
type: import("../hook/types.js").HookType.CCIP;
|
|
928
1068
|
destinationChain: string;
|
|
929
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
930
|
-
} &
|
|
1069
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1070
|
+
} & {
|
|
1071
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1072
|
+
}) | (string & {
|
|
931
1073
|
owner: string;
|
|
932
1074
|
ownerOverrides?: Record<string, string> | undefined;
|
|
933
1075
|
} & {
|
|
@@ -1021,571 +1163,295 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1021
1163
|
type: import("../hook/types.js").HookType.CCIP;
|
|
1022
1164
|
destinationChain: string;
|
|
1023
1165
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1024
|
-
}) | (import("../hook/types.js").AmountRoutingHookConfig
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
} & {
|
|
1029
|
-
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;
|
|
1030
|
-
}) | ({
|
|
1031
|
-
validators: {
|
|
1032
|
-
signingAddress: string;
|
|
1033
|
-
weight: number;
|
|
1034
|
-
}[];
|
|
1035
|
-
thresholdWeight: number;
|
|
1036
|
-
} & {
|
|
1037
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1038
|
-
}) | {
|
|
1039
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1040
|
-
} | ({
|
|
1166
|
+
}) | (string & import("../hook/types.js").AmountRoutingHookConfig) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
1167
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1168
|
+
} & string) | ({
|
|
1169
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1041
1170
|
owner: string;
|
|
1042
|
-
|
|
1171
|
+
beneficiary: string;
|
|
1172
|
+
oracleKey: string;
|
|
1173
|
+
overhead: Record<string, number>;
|
|
1174
|
+
oracleConfig: Record<string, {
|
|
1175
|
+
gasPrice: string;
|
|
1176
|
+
tokenExchangeRate: string;
|
|
1177
|
+
tokenDecimals?: number | undefined;
|
|
1178
|
+
}>;
|
|
1043
1179
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1044
|
-
} & {
|
|
1045
|
-
type: import("../
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
} | {
|
|
1054
|
-
type: import("../ism/types.js").IsmType.CCIP;
|
|
1055
|
-
originChain: string;
|
|
1056
|
-
} | {
|
|
1057
|
-
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1058
|
-
bridge: string;
|
|
1059
|
-
} | {
|
|
1060
|
-
type: import("../ism/types.js").IsmType.CCIP_READ;
|
|
1061
|
-
} | import("../ism/types.js").IcaRoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
1062
|
-
validators: string[];
|
|
1063
|
-
threshold: number;
|
|
1064
|
-
} & {
|
|
1065
|
-
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;
|
|
1066
|
-
}) | (string & {
|
|
1067
|
-
validators: {
|
|
1068
|
-
signingAddress: string;
|
|
1069
|
-
weight: number;
|
|
1070
|
-
}[];
|
|
1071
|
-
thresholdWeight: number;
|
|
1072
|
-
} & {
|
|
1073
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1074
|
-
}) | (string & {
|
|
1075
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1076
|
-
}) | (string & {
|
|
1180
|
+
} & string) | ({
|
|
1181
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1182
|
+
owner: string;
|
|
1183
|
+
protocolFee: string;
|
|
1184
|
+
beneficiary: string;
|
|
1185
|
+
maxProtocolFee: string;
|
|
1186
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1187
|
+
} & string) | ({
|
|
1188
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1077
1189
|
owner: string;
|
|
1078
1190
|
paused: boolean;
|
|
1079
1191
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1080
|
-
} & {
|
|
1081
|
-
type: import("../
|
|
1082
|
-
|
|
1083
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1084
|
-
origin: string;
|
|
1192
|
+
} & string) | ({
|
|
1193
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1194
|
+
owner: string;
|
|
1085
1195
|
nativeBridge: string;
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
} & {
|
|
1196
|
+
destinationChain: string;
|
|
1197
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1198
|
+
} & string) | ({
|
|
1199
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1200
|
+
destinationChain: string;
|
|
1201
|
+
arbSys: string;
|
|
1202
|
+
bridge?: string | undefined;
|
|
1203
|
+
childHook?: any;
|
|
1204
|
+
} & string) | ({
|
|
1205
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1206
|
+
} & string) | ({
|
|
1207
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1208
|
+
destinationChain: string;
|
|
1209
|
+
} & string) | ({
|
|
1100
1210
|
owner: string;
|
|
1101
1211
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1102
1212
|
} & {
|
|
1103
|
-
domains: import("../types.js").ChainMap<string |
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
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;
|
|
1108
|
-
}) | ({
|
|
1109
|
-
validators: {
|
|
1110
|
-
signingAddress: string;
|
|
1111
|
-
weight: number;
|
|
1112
|
-
}[];
|
|
1113
|
-
thresholdWeight: number;
|
|
1114
|
-
} & {
|
|
1115
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1116
|
-
}) | {
|
|
1117
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1118
|
-
} | ({
|
|
1213
|
+
domains: import("../types.js").ChainMap<string | {
|
|
1214
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1215
|
+
} | {
|
|
1216
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1119
1217
|
owner: string;
|
|
1120
|
-
|
|
1218
|
+
beneficiary: string;
|
|
1219
|
+
oracleKey: string;
|
|
1220
|
+
overhead: Record<string, number>;
|
|
1221
|
+
oracleConfig: Record<string, {
|
|
1222
|
+
gasPrice: string;
|
|
1223
|
+
tokenExchangeRate: string;
|
|
1224
|
+
tokenDecimals?: number | undefined;
|
|
1225
|
+
}>;
|
|
1121
1226
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1122
|
-
} & {
|
|
1123
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1124
|
-
}) | {
|
|
1125
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1126
|
-
origin: string;
|
|
1127
|
-
nativeBridge: string;
|
|
1128
|
-
} | {
|
|
1129
|
-
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1130
|
-
relayer: string;
|
|
1131
|
-
} | {
|
|
1132
|
-
type: import("../ism/types.js").IsmType.CCIP;
|
|
1133
|
-
originChain: string;
|
|
1134
|
-
} | {
|
|
1135
|
-
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1136
|
-
bridge: string;
|
|
1137
1227
|
} | {
|
|
1138
|
-
type: import("../
|
|
1139
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1140
|
-
}) | (string & {
|
|
1141
|
-
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
1142
|
-
} & {
|
|
1143
|
-
lowerIsm: string | ({
|
|
1144
|
-
validators: string[];
|
|
1145
|
-
threshold: number;
|
|
1146
|
-
} & {
|
|
1147
|
-
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;
|
|
1148
|
-
}) | ({
|
|
1149
|
-
validators: {
|
|
1150
|
-
signingAddress: string;
|
|
1151
|
-
weight: number;
|
|
1152
|
-
}[];
|
|
1153
|
-
thresholdWeight: number;
|
|
1154
|
-
} & {
|
|
1155
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1156
|
-
}) | {
|
|
1157
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1158
|
-
} | ({
|
|
1228
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1159
1229
|
owner: string;
|
|
1160
|
-
|
|
1230
|
+
protocolFee: string;
|
|
1231
|
+
beneficiary: string;
|
|
1232
|
+
maxProtocolFee: string;
|
|
1161
1233
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1162
|
-
} & {
|
|
1163
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1164
|
-
}) | {
|
|
1165
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1166
|
-
origin: string;
|
|
1167
|
-
nativeBridge: string;
|
|
1168
|
-
} | {
|
|
1169
|
-
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1170
|
-
relayer: string;
|
|
1171
|
-
} | {
|
|
1172
|
-
type: import("../ism/types.js").IsmType.CCIP;
|
|
1173
|
-
originChain: string;
|
|
1174
|
-
} | {
|
|
1175
|
-
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1176
|
-
bridge: string;
|
|
1177
1234
|
} | {
|
|
1178
|
-
type: import("../
|
|
1179
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1180
|
-
upperIsm: string | ({
|
|
1181
|
-
validators: string[];
|
|
1182
|
-
threshold: number;
|
|
1183
|
-
} & {
|
|
1184
|
-
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;
|
|
1185
|
-
}) | ({
|
|
1186
|
-
validators: {
|
|
1187
|
-
signingAddress: string;
|
|
1188
|
-
weight: number;
|
|
1189
|
-
}[];
|
|
1190
|
-
thresholdWeight: number;
|
|
1191
|
-
} & {
|
|
1192
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1193
|
-
}) | {
|
|
1194
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1195
|
-
} | ({
|
|
1235
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1196
1236
|
owner: string;
|
|
1197
1237
|
paused: boolean;
|
|
1198
1238
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1199
|
-
} & {
|
|
1200
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1201
|
-
}) | {
|
|
1202
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1203
|
-
origin: string;
|
|
1204
|
-
nativeBridge: string;
|
|
1205
1239
|
} | {
|
|
1206
|
-
type: import("../
|
|
1207
|
-
|
|
1240
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1241
|
+
owner: string;
|
|
1242
|
+
nativeBridge: string;
|
|
1243
|
+
destinationChain: string;
|
|
1244
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1208
1245
|
} | {
|
|
1209
|
-
type: import("../
|
|
1210
|
-
|
|
1246
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1247
|
+
destinationChain: string;
|
|
1248
|
+
arbSys: string;
|
|
1249
|
+
bridge?: string | undefined;
|
|
1250
|
+
childHook?: any;
|
|
1211
1251
|
} | {
|
|
1212
|
-
type: import("../
|
|
1213
|
-
bridge: string;
|
|
1252
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1214
1253
|
} | {
|
|
1215
|
-
type: import("../
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
1219
|
-
validators: string[];
|
|
1220
|
-
threshold: number;
|
|
1221
|
-
} & {
|
|
1222
|
-
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;
|
|
1223
|
-
} & string) | ({
|
|
1224
|
-
validators: {
|
|
1225
|
-
signingAddress: string;
|
|
1226
|
-
weight: number;
|
|
1227
|
-
}[];
|
|
1228
|
-
thresholdWeight: number;
|
|
1229
|
-
} & {
|
|
1230
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1231
|
-
} & string) | ({
|
|
1232
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1233
|
-
} & string) | ({
|
|
1234
|
-
owner: string;
|
|
1235
|
-
paused: boolean;
|
|
1236
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1254
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1255
|
+
destinationChain: string;
|
|
1256
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1237
1257
|
} & {
|
|
1238
|
-
type: import("../
|
|
1239
|
-
} & string) | ({
|
|
1240
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1241
|
-
origin: string;
|
|
1242
|
-
nativeBridge: string;
|
|
1243
|
-
} & string) | ({
|
|
1244
|
-
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1245
|
-
relayer: string;
|
|
1246
|
-
} & string) | ({
|
|
1247
|
-
type: import("../ism/types.js").IsmType.CCIP;
|
|
1248
|
-
originChain: string;
|
|
1249
|
-
} & string) | ({
|
|
1250
|
-
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1251
|
-
bridge: string;
|
|
1258
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1252
1259
|
} & string) | ({
|
|
1253
|
-
type: import("../ism/types.js").IsmType.CCIP_READ;
|
|
1254
|
-
} & string) | (import("../ism/types.js").IcaRoutingIsmConfig & string) | ({
|
|
1255
|
-
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1256
|
-
} & {
|
|
1257
1260
|
owner: string;
|
|
1258
1261
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1259
1262
|
} & {
|
|
1260
|
-
domains: import("../types.js").ChainMap<string |
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1263
|
+
domains: import("../types.js").ChainMap<string | {
|
|
1264
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1265
|
+
} | {
|
|
1266
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1267
|
+
owner: string;
|
|
1268
|
+
beneficiary: string;
|
|
1269
|
+
oracleKey: string;
|
|
1270
|
+
overhead: Record<string, number>;
|
|
1271
|
+
oracleConfig: Record<string, {
|
|
1272
|
+
gasPrice: string;
|
|
1273
|
+
tokenExchangeRate: string;
|
|
1274
|
+
tokenDecimals?: number | undefined;
|
|
1275
|
+
}>;
|
|
1276
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1277
|
+
} | {
|
|
1278
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1279
|
+
owner: string;
|
|
1280
|
+
protocolFee: string;
|
|
1281
|
+
beneficiary: string;
|
|
1282
|
+
maxProtocolFee: string;
|
|
1283
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1284
|
+
} | {
|
|
1285
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1276
1286
|
owner: string;
|
|
1277
1287
|
paused: boolean;
|
|
1278
1288
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1279
|
-
} & {
|
|
1280
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1281
|
-
}) | {
|
|
1282
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1283
|
-
origin: string;
|
|
1284
|
-
nativeBridge: string;
|
|
1285
1289
|
} | {
|
|
1286
|
-
type: import("../
|
|
1287
|
-
|
|
1290
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1291
|
+
owner: string;
|
|
1292
|
+
nativeBridge: string;
|
|
1293
|
+
destinationChain: string;
|
|
1294
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1288
1295
|
} | {
|
|
1289
|
-
type: import("../
|
|
1290
|
-
|
|
1296
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1297
|
+
destinationChain: string;
|
|
1298
|
+
arbSys: string;
|
|
1299
|
+
bridge?: string | undefined;
|
|
1300
|
+
childHook?: any;
|
|
1291
1301
|
} | {
|
|
1292
|
-
type: import("../
|
|
1293
|
-
bridge: string;
|
|
1302
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1294
1303
|
} | {
|
|
1295
|
-
type: import("../
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1304
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1305
|
+
destinationChain: string;
|
|
1306
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1299
1307
|
} & {
|
|
1308
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
1309
|
+
}) | ({
|
|
1300
1310
|
owner: string;
|
|
1301
1311
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1302
1312
|
} & {
|
|
1303
|
-
domains: import("../types.js").ChainMap<string |
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
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;
|
|
1308
|
-
}) | ({
|
|
1309
|
-
validators: {
|
|
1310
|
-
signingAddress: string;
|
|
1311
|
-
weight: number;
|
|
1312
|
-
}[];
|
|
1313
|
-
thresholdWeight: number;
|
|
1314
|
-
} & {
|
|
1315
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1316
|
-
}) | {
|
|
1317
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1318
|
-
} | ({
|
|
1313
|
+
domains: import("../types.js").ChainMap<string | {
|
|
1314
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1315
|
+
} | {
|
|
1316
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1319
1317
|
owner: string;
|
|
1320
|
-
|
|
1318
|
+
beneficiary: string;
|
|
1319
|
+
oracleKey: string;
|
|
1320
|
+
overhead: Record<string, number>;
|
|
1321
|
+
oracleConfig: Record<string, {
|
|
1322
|
+
gasPrice: string;
|
|
1323
|
+
tokenExchangeRate: string;
|
|
1324
|
+
tokenDecimals?: number | undefined;
|
|
1325
|
+
}>;
|
|
1321
1326
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1322
|
-
} & {
|
|
1323
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1324
|
-
}) | {
|
|
1325
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1326
|
-
origin: string;
|
|
1327
|
-
nativeBridge: string;
|
|
1328
|
-
} | {
|
|
1329
|
-
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1330
|
-
relayer: string;
|
|
1331
|
-
} | {
|
|
1332
|
-
type: import("../ism/types.js").IsmType.CCIP;
|
|
1333
|
-
originChain: string;
|
|
1334
1327
|
} | {
|
|
1335
|
-
type: import("../
|
|
1336
|
-
|
|
1328
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1329
|
+
owner: string;
|
|
1330
|
+
protocolFee: string;
|
|
1331
|
+
beneficiary: string;
|
|
1332
|
+
maxProtocolFee: string;
|
|
1333
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1337
1334
|
} | {
|
|
1338
|
-
type: import("../
|
|
1339
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1340
|
-
}) | ({
|
|
1341
|
-
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
1342
|
-
} & {
|
|
1343
|
-
lowerIsm: string | ({
|
|
1344
|
-
validators: string[];
|
|
1345
|
-
threshold: number;
|
|
1346
|
-
} & {
|
|
1347
|
-
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;
|
|
1348
|
-
}) | ({
|
|
1349
|
-
validators: {
|
|
1350
|
-
signingAddress: string;
|
|
1351
|
-
weight: number;
|
|
1352
|
-
}[];
|
|
1353
|
-
thresholdWeight: number;
|
|
1354
|
-
} & {
|
|
1355
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1356
|
-
}) | {
|
|
1357
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1358
|
-
} | ({
|
|
1335
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1359
1336
|
owner: string;
|
|
1360
1337
|
paused: boolean;
|
|
1361
1338
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1362
|
-
}
|
|
1363
|
-
type: import("../
|
|
1364
|
-
|
|
1365
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1366
|
-
origin: string;
|
|
1339
|
+
} | {
|
|
1340
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1341
|
+
owner: string;
|
|
1367
1342
|
nativeBridge: string;
|
|
1343
|
+
destinationChain: string;
|
|
1344
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1368
1345
|
} | {
|
|
1369
|
-
type: import("../
|
|
1370
|
-
|
|
1346
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1347
|
+
destinationChain: string;
|
|
1348
|
+
arbSys: string;
|
|
1349
|
+
bridge?: string | undefined;
|
|
1350
|
+
childHook?: any;
|
|
1371
1351
|
} | {
|
|
1372
|
-
type: import("../
|
|
1373
|
-
originChain: string;
|
|
1352
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1374
1353
|
} | {
|
|
1375
|
-
type: import("../
|
|
1376
|
-
|
|
1354
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1355
|
+
destinationChain: string;
|
|
1356
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1357
|
+
} & {
|
|
1358
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1359
|
+
fallback: string | {
|
|
1360
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1377
1361
|
} | {
|
|
1378
|
-
type: import("../
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1362
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1363
|
+
owner: string;
|
|
1364
|
+
beneficiary: string;
|
|
1365
|
+
oracleKey: string;
|
|
1366
|
+
overhead: Record<string, number>;
|
|
1367
|
+
oracleConfig: Record<string, {
|
|
1368
|
+
gasPrice: string;
|
|
1369
|
+
tokenExchangeRate: string;
|
|
1370
|
+
tokenDecimals?: number | undefined;
|
|
1371
|
+
}>;
|
|
1372
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1373
|
+
} | {
|
|
1374
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1375
|
+
owner: string;
|
|
1376
|
+
protocolFee: string;
|
|
1377
|
+
beneficiary: string;
|
|
1378
|
+
maxProtocolFee: string;
|
|
1379
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1380
|
+
} | {
|
|
1381
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1396
1382
|
owner: string;
|
|
1397
1383
|
paused: boolean;
|
|
1398
1384
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1399
|
-
} & {
|
|
1400
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1401
|
-
}) | {
|
|
1402
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1403
|
-
origin: string;
|
|
1404
|
-
nativeBridge: string;
|
|
1405
1385
|
} | {
|
|
1406
|
-
type: import("../
|
|
1407
|
-
|
|
1386
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1387
|
+
owner: string;
|
|
1388
|
+
nativeBridge: string;
|
|
1389
|
+
destinationChain: string;
|
|
1390
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1408
1391
|
} | {
|
|
1409
|
-
type: import("../
|
|
1410
|
-
|
|
1392
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1393
|
+
destinationChain: string;
|
|
1394
|
+
arbSys: string;
|
|
1395
|
+
bridge?: string | undefined;
|
|
1396
|
+
childHook?: any;
|
|
1411
1397
|
} | {
|
|
1412
|
-
type: import("../
|
|
1413
|
-
bridge: string;
|
|
1398
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1414
1399
|
} | {
|
|
1415
|
-
type: import("../
|
|
1416
|
-
|
|
1417
|
-
|
|
1400
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1401
|
+
destinationChain: string;
|
|
1402
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1418
1403
|
} & string) | ({
|
|
1419
|
-
|
|
1404
|
+
owner: string;
|
|
1405
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1420
1406
|
} & {
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
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;
|
|
1426
|
-
}) | ({
|
|
1427
|
-
validators: {
|
|
1428
|
-
signingAddress: string;
|
|
1429
|
-
weight: number;
|
|
1430
|
-
}[];
|
|
1431
|
-
thresholdWeight: number;
|
|
1432
|
-
} & {
|
|
1433
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1434
|
-
}) | {
|
|
1435
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1436
|
-
} | ({
|
|
1407
|
+
domains: import("../types.js").ChainMap<string | {
|
|
1408
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1409
|
+
} | {
|
|
1410
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1437
1411
|
owner: string;
|
|
1438
|
-
|
|
1412
|
+
beneficiary: string;
|
|
1413
|
+
oracleKey: string;
|
|
1414
|
+
overhead: Record<string, number>;
|
|
1415
|
+
oracleConfig: Record<string, {
|
|
1416
|
+
gasPrice: string;
|
|
1417
|
+
tokenExchangeRate: string;
|
|
1418
|
+
tokenDecimals?: number | undefined;
|
|
1419
|
+
}>;
|
|
1439
1420
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1440
|
-
} & {
|
|
1441
|
-
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1442
|
-
}) | {
|
|
1443
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1444
|
-
origin: string;
|
|
1445
|
-
nativeBridge: string;
|
|
1446
|
-
} | {
|
|
1447
|
-
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1448
|
-
relayer: string;
|
|
1449
|
-
} | {
|
|
1450
|
-
type: import("../ism/types.js").IsmType.CCIP;
|
|
1451
|
-
originChain: string;
|
|
1452
1421
|
} | {
|
|
1453
|
-
type: import("../
|
|
1454
|
-
|
|
1422
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1423
|
+
owner: string;
|
|
1424
|
+
protocolFee: string;
|
|
1425
|
+
beneficiary: string;
|
|
1426
|
+
maxProtocolFee: string;
|
|
1427
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1455
1428
|
} | {
|
|
1456
|
-
type: import("../
|
|
1457
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1458
|
-
upperIsm: string | ({
|
|
1459
|
-
validators: string[];
|
|
1460
|
-
threshold: number;
|
|
1461
|
-
} & {
|
|
1462
|
-
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;
|
|
1463
|
-
}) | ({
|
|
1464
|
-
validators: {
|
|
1465
|
-
signingAddress: string;
|
|
1466
|
-
weight: number;
|
|
1467
|
-
}[];
|
|
1468
|
-
thresholdWeight: number;
|
|
1469
|
-
} & {
|
|
1470
|
-
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1471
|
-
}) | {
|
|
1472
|
-
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1473
|
-
} | ({
|
|
1429
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1474
1430
|
owner: string;
|
|
1475
1431
|
paused: boolean;
|
|
1476
1432
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1477
|
-
}
|
|
1478
|
-
type: import("../
|
|
1479
|
-
|
|
1480
|
-
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1481
|
-
origin: string;
|
|
1433
|
+
} | {
|
|
1434
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1435
|
+
owner: string;
|
|
1482
1436
|
nativeBridge: string;
|
|
1437
|
+
destinationChain: string;
|
|
1438
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1483
1439
|
} | {
|
|
1484
|
-
type: import("../
|
|
1485
|
-
|
|
1440
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1441
|
+
destinationChain: string;
|
|
1442
|
+
arbSys: string;
|
|
1443
|
+
bridge?: string | undefined;
|
|
1444
|
+
childHook?: any;
|
|
1486
1445
|
} | {
|
|
1487
|
-
type: import("../
|
|
1488
|
-
originChain: string;
|
|
1446
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1489
1447
|
} | {
|
|
1490
|
-
type: import("../
|
|
1491
|
-
|
|
1492
|
-
} |
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
requiredHook: string | {
|
|
1498
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1499
|
-
} | {
|
|
1500
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1501
|
-
owner: string;
|
|
1502
|
-
beneficiary: string;
|
|
1503
|
-
oracleKey: string;
|
|
1504
|
-
overhead: Record<string, number>;
|
|
1505
|
-
oracleConfig: Record<string, {
|
|
1506
|
-
gasPrice: string;
|
|
1507
|
-
tokenExchangeRate: string;
|
|
1508
|
-
tokenDecimals?: number | undefined;
|
|
1509
|
-
}>;
|
|
1510
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1511
|
-
} | {
|
|
1512
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1513
|
-
owner: string;
|
|
1514
|
-
protocolFee: string;
|
|
1515
|
-
beneficiary: string;
|
|
1516
|
-
maxProtocolFee: string;
|
|
1517
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1518
|
-
} | {
|
|
1519
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1520
|
-
owner: string;
|
|
1521
|
-
paused: boolean;
|
|
1522
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1523
|
-
} | {
|
|
1524
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1525
|
-
owner: string;
|
|
1526
|
-
nativeBridge: string;
|
|
1527
|
-
destinationChain: string;
|
|
1528
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1529
|
-
} | {
|
|
1530
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1531
|
-
destinationChain: string;
|
|
1532
|
-
arbSys: string;
|
|
1533
|
-
bridge?: string | undefined;
|
|
1534
|
-
childHook?: any;
|
|
1535
|
-
} | {
|
|
1536
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1537
|
-
} | {
|
|
1538
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
1539
|
-
destinationChain: string;
|
|
1540
|
-
} | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
1541
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1542
|
-
}) | (string & {
|
|
1543
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1544
|
-
owner: string;
|
|
1545
|
-
beneficiary: string;
|
|
1546
|
-
oracleKey: string;
|
|
1547
|
-
overhead: Record<string, number>;
|
|
1548
|
-
oracleConfig: Record<string, {
|
|
1549
|
-
gasPrice: string;
|
|
1550
|
-
tokenExchangeRate: string;
|
|
1551
|
-
tokenDecimals?: number | undefined;
|
|
1552
|
-
}>;
|
|
1553
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1554
|
-
}) | (string & {
|
|
1555
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1556
|
-
owner: string;
|
|
1557
|
-
protocolFee: string;
|
|
1558
|
-
beneficiary: string;
|
|
1559
|
-
maxProtocolFee: string;
|
|
1560
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1561
|
-
}) | (string & {
|
|
1562
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1563
|
-
owner: string;
|
|
1564
|
-
paused: boolean;
|
|
1565
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1566
|
-
}) | (string & {
|
|
1567
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1568
|
-
owner: string;
|
|
1569
|
-
nativeBridge: string;
|
|
1570
|
-
destinationChain: string;
|
|
1571
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1572
|
-
}) | (string & {
|
|
1573
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1574
|
-
destinationChain: string;
|
|
1575
|
-
arbSys: string;
|
|
1576
|
-
bridge?: string | undefined;
|
|
1577
|
-
childHook?: any;
|
|
1578
|
-
}) | (string & {
|
|
1579
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1580
|
-
}) | (string & {
|
|
1581
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
1582
|
-
destinationChain: string;
|
|
1583
|
-
}) | (string & {
|
|
1584
|
-
owner: string;
|
|
1585
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1586
|
-
} & {
|
|
1587
|
-
domains: import("../types.js").ChainMap<string | {
|
|
1588
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1448
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
1449
|
+
destinationChain: string;
|
|
1450
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1451
|
+
} & {
|
|
1452
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1453
|
+
fallback: string | {
|
|
1454
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1589
1455
|
} | {
|
|
1590
1456
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1591
1457
|
owner: string;
|
|
@@ -1627,247 +1493,618 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1627
1493
|
} | {
|
|
1628
1494
|
type: import("../hook/types.js").HookType.CCIP;
|
|
1629
1495
|
destinationChain: string;
|
|
1630
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
1496
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1497
|
+
}) | (import("../hook/types.js").AmountRoutingHookConfig & string) | (import("../hook/types.js").AggregationHookConfig & string);
|
|
1498
|
+
defaultIsm: string | ({
|
|
1499
|
+
validators: string[];
|
|
1500
|
+
threshold: number;
|
|
1631
1501
|
} & {
|
|
1632
|
-
type: import("../
|
|
1502
|
+
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;
|
|
1503
|
+
}) | ({
|
|
1504
|
+
validators: {
|
|
1505
|
+
signingAddress: string;
|
|
1506
|
+
weight: number;
|
|
1507
|
+
}[];
|
|
1508
|
+
thresholdWeight: number;
|
|
1509
|
+
} & {
|
|
1510
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1511
|
+
}) | {
|
|
1512
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1513
|
+
} | ({
|
|
1514
|
+
owner: string;
|
|
1515
|
+
paused: boolean;
|
|
1516
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1517
|
+
} & {
|
|
1518
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1519
|
+
}) | {
|
|
1520
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1521
|
+
origin: string;
|
|
1522
|
+
nativeBridge: string;
|
|
1523
|
+
} | {
|
|
1524
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1525
|
+
relayer: string;
|
|
1526
|
+
} | {
|
|
1527
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1528
|
+
originChain: string;
|
|
1529
|
+
} | {
|
|
1530
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1531
|
+
bridge: string;
|
|
1532
|
+
} | {
|
|
1533
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1534
|
+
owner: string;
|
|
1535
|
+
urls: string[];
|
|
1536
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1537
|
+
} | {
|
|
1538
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
1539
|
+
owner: string;
|
|
1540
|
+
isms: Record<string, string>;
|
|
1541
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1542
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
1543
|
+
validators: string[];
|
|
1544
|
+
threshold: number;
|
|
1545
|
+
} & {
|
|
1546
|
+
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;
|
|
1547
|
+
}) | (string & {
|
|
1548
|
+
validators: {
|
|
1549
|
+
signingAddress: string;
|
|
1550
|
+
weight: number;
|
|
1551
|
+
}[];
|
|
1552
|
+
thresholdWeight: number;
|
|
1553
|
+
} & {
|
|
1554
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1555
|
+
}) | (string & {
|
|
1556
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1633
1557
|
}) | (string & {
|
|
1634
1558
|
owner: string;
|
|
1559
|
+
paused: boolean;
|
|
1635
1560
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1636
1561
|
} & {
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1562
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1563
|
+
}) | (string & {
|
|
1564
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1565
|
+
origin: string;
|
|
1566
|
+
nativeBridge: string;
|
|
1567
|
+
}) | (string & {
|
|
1568
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1569
|
+
relayer: string;
|
|
1570
|
+
}) | (string & {
|
|
1571
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1572
|
+
originChain: string;
|
|
1573
|
+
}) | (string & {
|
|
1574
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1575
|
+
bridge: string;
|
|
1576
|
+
}) | (string & {
|
|
1577
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1578
|
+
owner: string;
|
|
1579
|
+
urls: string[];
|
|
1580
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1581
|
+
}) | (string & {
|
|
1582
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1583
|
+
} & {
|
|
1584
|
+
owner: string;
|
|
1585
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1586
|
+
} & {
|
|
1587
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
1588
|
+
validators: string[];
|
|
1589
|
+
threshold: number;
|
|
1590
|
+
} & {
|
|
1591
|
+
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;
|
|
1592
|
+
}) | ({
|
|
1593
|
+
validators: {
|
|
1594
|
+
signingAddress: string;
|
|
1595
|
+
weight: number;
|
|
1596
|
+
}[];
|
|
1597
|
+
thresholdWeight: number;
|
|
1598
|
+
} & {
|
|
1599
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1600
|
+
}) | {
|
|
1601
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1602
|
+
} | ({
|
|
1641
1603
|
owner: string;
|
|
1642
|
-
|
|
1643
|
-
oracleKey: string;
|
|
1644
|
-
overhead: Record<string, number>;
|
|
1645
|
-
oracleConfig: Record<string, {
|
|
1646
|
-
gasPrice: string;
|
|
1647
|
-
tokenExchangeRate: string;
|
|
1648
|
-
tokenDecimals?: number | undefined;
|
|
1649
|
-
}>;
|
|
1604
|
+
paused: boolean;
|
|
1650
1605
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1606
|
+
} & {
|
|
1607
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1608
|
+
}) | {
|
|
1609
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1610
|
+
origin: string;
|
|
1611
|
+
nativeBridge: string;
|
|
1651
1612
|
} | {
|
|
1652
|
-
type: import("../
|
|
1613
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1614
|
+
relayer: string;
|
|
1615
|
+
} | {
|
|
1616
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1617
|
+
originChain: string;
|
|
1618
|
+
} | {
|
|
1619
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1620
|
+
bridge: string;
|
|
1621
|
+
} | {
|
|
1622
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1653
1623
|
owner: string;
|
|
1654
|
-
|
|
1655
|
-
beneficiary: string;
|
|
1656
|
-
maxProtocolFee: string;
|
|
1624
|
+
urls: string[];
|
|
1657
1625
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1658
|
-
} |
|
|
1659
|
-
|
|
1626
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1627
|
+
}) | (string & {
|
|
1628
|
+
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
1629
|
+
} & {
|
|
1630
|
+
lowerIsm: string | ({
|
|
1631
|
+
validators: string[];
|
|
1632
|
+
threshold: number;
|
|
1633
|
+
} & {
|
|
1634
|
+
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;
|
|
1635
|
+
}) | ({
|
|
1636
|
+
validators: {
|
|
1637
|
+
signingAddress: string;
|
|
1638
|
+
weight: number;
|
|
1639
|
+
}[];
|
|
1640
|
+
thresholdWeight: number;
|
|
1641
|
+
} & {
|
|
1642
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1643
|
+
}) | {
|
|
1644
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1645
|
+
} | ({
|
|
1660
1646
|
owner: string;
|
|
1661
1647
|
paused: boolean;
|
|
1662
1648
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1663
|
-
}
|
|
1664
|
-
type: import("../
|
|
1665
|
-
|
|
1649
|
+
} & {
|
|
1650
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1651
|
+
}) | {
|
|
1652
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1653
|
+
origin: string;
|
|
1666
1654
|
nativeBridge: string;
|
|
1667
|
-
destinationChain: string;
|
|
1668
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1669
1655
|
} | {
|
|
1670
|
-
type: import("../
|
|
1671
|
-
|
|
1672
|
-
arbSys: string;
|
|
1673
|
-
bridge?: string | undefined;
|
|
1674
|
-
childHook?: any;
|
|
1656
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1657
|
+
relayer: string;
|
|
1675
1658
|
} | {
|
|
1676
|
-
type: import("../
|
|
1659
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1660
|
+
originChain: string;
|
|
1677
1661
|
} | {
|
|
1678
|
-
type: import("../
|
|
1679
|
-
|
|
1680
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1681
|
-
} & {
|
|
1682
|
-
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
1683
|
-
fallback: string | {
|
|
1684
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1685
|
-
} | {
|
|
1686
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1687
|
-
owner: string;
|
|
1688
|
-
beneficiary: string;
|
|
1689
|
-
oracleKey: string;
|
|
1690
|
-
overhead: Record<string, number>;
|
|
1691
|
-
oracleConfig: Record<string, {
|
|
1692
|
-
gasPrice: string;
|
|
1693
|
-
tokenExchangeRate: string;
|
|
1694
|
-
tokenDecimals?: number | undefined;
|
|
1695
|
-
}>;
|
|
1696
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1662
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1663
|
+
bridge: string;
|
|
1697
1664
|
} | {
|
|
1698
|
-
type: import("../
|
|
1665
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1699
1666
|
owner: string;
|
|
1700
|
-
|
|
1701
|
-
beneficiary: string;
|
|
1702
|
-
maxProtocolFee: string;
|
|
1667
|
+
urls: string[];
|
|
1703
1668
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1704
|
-
} |
|
|
1705
|
-
|
|
1669
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1670
|
+
upperIsm: string | ({
|
|
1671
|
+
validators: string[];
|
|
1672
|
+
threshold: number;
|
|
1673
|
+
} & {
|
|
1674
|
+
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;
|
|
1675
|
+
}) | ({
|
|
1676
|
+
validators: {
|
|
1677
|
+
signingAddress: string;
|
|
1678
|
+
weight: number;
|
|
1679
|
+
}[];
|
|
1680
|
+
thresholdWeight: number;
|
|
1681
|
+
} & {
|
|
1682
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1683
|
+
}) | {
|
|
1684
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1685
|
+
} | ({
|
|
1706
1686
|
owner: string;
|
|
1707
1687
|
paused: boolean;
|
|
1708
1688
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1709
|
-
}
|
|
1710
|
-
type: import("../
|
|
1711
|
-
|
|
1689
|
+
} & {
|
|
1690
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1691
|
+
}) | {
|
|
1692
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1693
|
+
origin: string;
|
|
1712
1694
|
nativeBridge: string;
|
|
1713
|
-
destinationChain: string;
|
|
1714
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1715
1695
|
} | {
|
|
1716
|
-
type: import("../
|
|
1717
|
-
|
|
1718
|
-
arbSys: string;
|
|
1719
|
-
bridge?: string | undefined;
|
|
1720
|
-
childHook?: any;
|
|
1696
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1697
|
+
relayer: string;
|
|
1721
1698
|
} | {
|
|
1722
|
-
type: import("../
|
|
1699
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1700
|
+
originChain: string;
|
|
1723
1701
|
} | {
|
|
1724
|
-
type: import("../
|
|
1725
|
-
|
|
1726
|
-
} |
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1702
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1703
|
+
bridge: string;
|
|
1704
|
+
} | {
|
|
1705
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1706
|
+
owner: string;
|
|
1707
|
+
urls: string[];
|
|
1708
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1709
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1710
|
+
threshold: number;
|
|
1711
|
+
}) | (string & {
|
|
1712
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
1731
1713
|
owner: string;
|
|
1732
|
-
|
|
1733
|
-
oracleKey: string;
|
|
1734
|
-
overhead: Record<string, number>;
|
|
1735
|
-
oracleConfig: Record<string, {
|
|
1736
|
-
gasPrice: string;
|
|
1737
|
-
tokenExchangeRate: string;
|
|
1738
|
-
tokenDecimals?: number | undefined;
|
|
1739
|
-
}>;
|
|
1714
|
+
isms: Record<string, string>;
|
|
1740
1715
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1716
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
1717
|
+
validators: string[];
|
|
1718
|
+
threshold: number;
|
|
1719
|
+
} & {
|
|
1720
|
+
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;
|
|
1741
1721
|
} & string) | ({
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1722
|
+
validators: {
|
|
1723
|
+
signingAddress: string;
|
|
1724
|
+
weight: number;
|
|
1725
|
+
}[];
|
|
1726
|
+
thresholdWeight: number;
|
|
1727
|
+
} & {
|
|
1728
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1729
|
+
} & string) | ({
|
|
1730
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1748
1731
|
} & string) | ({
|
|
1749
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1750
1732
|
owner: string;
|
|
1751
1733
|
paused: boolean;
|
|
1752
1734
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1735
|
+
} & {
|
|
1736
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1753
1737
|
} & string) | ({
|
|
1754
|
-
type: import("../
|
|
1755
|
-
|
|
1738
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1739
|
+
origin: string;
|
|
1756
1740
|
nativeBridge: string;
|
|
1757
|
-
destinationChain: string;
|
|
1758
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1759
1741
|
} & string) | ({
|
|
1760
|
-
type: import("../
|
|
1761
|
-
|
|
1762
|
-
arbSys: string;
|
|
1763
|
-
bridge?: string | undefined;
|
|
1764
|
-
childHook?: any;
|
|
1742
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1743
|
+
relayer: string;
|
|
1765
1744
|
} & string) | ({
|
|
1766
|
-
type: import("../
|
|
1745
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1746
|
+
originChain: string;
|
|
1767
1747
|
} & string) | ({
|
|
1768
|
-
type: import("../
|
|
1769
|
-
|
|
1748
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1749
|
+
bridge: string;
|
|
1750
|
+
} & string) | ({
|
|
1751
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1752
|
+
owner: string;
|
|
1753
|
+
urls: string[];
|
|
1754
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1770
1755
|
} & string) | ({
|
|
1756
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1757
|
+
} & {
|
|
1771
1758
|
owner: string;
|
|
1772
1759
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1773
1760
|
} & {
|
|
1774
|
-
domains: import("../types.js").ChainMap<string | {
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
owner: string;
|
|
1791
|
-
protocolFee: string;
|
|
1792
|
-
beneficiary: string;
|
|
1793
|
-
maxProtocolFee: string;
|
|
1794
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1795
|
-
} | {
|
|
1796
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1761
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
1762
|
+
validators: string[];
|
|
1763
|
+
threshold: number;
|
|
1764
|
+
} & {
|
|
1765
|
+
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;
|
|
1766
|
+
}) | ({
|
|
1767
|
+
validators: {
|
|
1768
|
+
signingAddress: string;
|
|
1769
|
+
weight: number;
|
|
1770
|
+
}[];
|
|
1771
|
+
thresholdWeight: number;
|
|
1772
|
+
} & {
|
|
1773
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1774
|
+
}) | {
|
|
1775
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1776
|
+
} | ({
|
|
1797
1777
|
owner: string;
|
|
1798
1778
|
paused: boolean;
|
|
1799
1779
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
type: import("../
|
|
1802
|
-
|
|
1780
|
+
} & {
|
|
1781
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1782
|
+
}) | {
|
|
1783
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1784
|
+
origin: string;
|
|
1803
1785
|
nativeBridge: string;
|
|
1804
|
-
destinationChain: string;
|
|
1805
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1806
1786
|
} | {
|
|
1807
|
-
type: import("../
|
|
1808
|
-
|
|
1809
|
-
arbSys: string;
|
|
1810
|
-
bridge?: string | undefined;
|
|
1811
|
-
childHook?: any;
|
|
1787
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1788
|
+
relayer: string;
|
|
1812
1789
|
} | {
|
|
1813
|
-
type: import("../
|
|
1790
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1791
|
+
originChain: string;
|
|
1814
1792
|
} | {
|
|
1815
|
-
type: import("../
|
|
1816
|
-
|
|
1817
|
-
} |
|
|
1818
|
-
|
|
1819
|
-
|
|
1793
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1794
|
+
bridge: string;
|
|
1795
|
+
} | {
|
|
1796
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1797
|
+
owner: string;
|
|
1798
|
+
urls: string[];
|
|
1799
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1800
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1820
1801
|
} & string) | ({
|
|
1802
|
+
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1803
|
+
} & {
|
|
1821
1804
|
owner: string;
|
|
1822
1805
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1823
1806
|
} & {
|
|
1824
|
-
domains: import("../types.js").ChainMap<string | {
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1807
|
+
domains: import("../types.js").ChainMap<string | ({
|
|
1808
|
+
validators: string[];
|
|
1809
|
+
threshold: number;
|
|
1810
|
+
} & {
|
|
1811
|
+
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;
|
|
1812
|
+
}) | ({
|
|
1813
|
+
validators: {
|
|
1814
|
+
signingAddress: string;
|
|
1815
|
+
weight: number;
|
|
1816
|
+
}[];
|
|
1817
|
+
thresholdWeight: number;
|
|
1818
|
+
} & {
|
|
1819
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1820
|
+
}) | {
|
|
1821
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1822
|
+
} | ({
|
|
1828
1823
|
owner: string;
|
|
1829
|
-
|
|
1830
|
-
oracleKey: string;
|
|
1831
|
-
overhead: Record<string, number>;
|
|
1832
|
-
oracleConfig: Record<string, {
|
|
1833
|
-
gasPrice: string;
|
|
1834
|
-
tokenExchangeRate: string;
|
|
1835
|
-
tokenDecimals?: number | undefined;
|
|
1836
|
-
}>;
|
|
1824
|
+
paused: boolean;
|
|
1837
1825
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1826
|
+
} & {
|
|
1827
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1828
|
+
}) | {
|
|
1829
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1830
|
+
origin: string;
|
|
1831
|
+
nativeBridge: string;
|
|
1838
1832
|
} | {
|
|
1839
|
-
type: import("../
|
|
1840
|
-
|
|
1841
|
-
protocolFee: string;
|
|
1842
|
-
beneficiary: string;
|
|
1843
|
-
maxProtocolFee: string;
|
|
1844
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1833
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1834
|
+
relayer: string;
|
|
1845
1835
|
} | {
|
|
1846
|
-
type: import("../
|
|
1836
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1837
|
+
originChain: string;
|
|
1838
|
+
} | {
|
|
1839
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1840
|
+
bridge: string;
|
|
1841
|
+
} | {
|
|
1842
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1847
1843
|
owner: string;
|
|
1848
|
-
|
|
1844
|
+
urls: string[];
|
|
1849
1845
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1850
|
-
} |
|
|
1851
|
-
|
|
1846
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1847
|
+
}) | ({
|
|
1848
|
+
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
1849
|
+
} & {
|
|
1850
|
+
lowerIsm: string | ({
|
|
1851
|
+
validators: string[];
|
|
1852
|
+
threshold: number;
|
|
1853
|
+
} & {
|
|
1854
|
+
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;
|
|
1855
|
+
}) | ({
|
|
1856
|
+
validators: {
|
|
1857
|
+
signingAddress: string;
|
|
1858
|
+
weight: number;
|
|
1859
|
+
}[];
|
|
1860
|
+
thresholdWeight: number;
|
|
1861
|
+
} & {
|
|
1862
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1863
|
+
}) | {
|
|
1864
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1865
|
+
} | ({
|
|
1852
1866
|
owner: string;
|
|
1867
|
+
paused: boolean;
|
|
1868
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1869
|
+
} & {
|
|
1870
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1871
|
+
}) | {
|
|
1872
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1873
|
+
origin: string;
|
|
1853
1874
|
nativeBridge: string;
|
|
1854
|
-
|
|
1875
|
+
} | {
|
|
1876
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1877
|
+
relayer: string;
|
|
1878
|
+
} | {
|
|
1879
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1880
|
+
originChain: string;
|
|
1881
|
+
} | {
|
|
1882
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1883
|
+
bridge: string;
|
|
1884
|
+
} | {
|
|
1885
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1886
|
+
owner: string;
|
|
1887
|
+
urls: string[];
|
|
1888
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1889
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1890
|
+
upperIsm: string | ({
|
|
1891
|
+
validators: string[];
|
|
1892
|
+
threshold: number;
|
|
1893
|
+
} & {
|
|
1894
|
+
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;
|
|
1895
|
+
}) | ({
|
|
1896
|
+
validators: {
|
|
1897
|
+
signingAddress: string;
|
|
1898
|
+
weight: number;
|
|
1899
|
+
}[];
|
|
1900
|
+
thresholdWeight: number;
|
|
1901
|
+
} & {
|
|
1902
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1903
|
+
}) | {
|
|
1904
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1905
|
+
} | ({
|
|
1906
|
+
owner: string;
|
|
1907
|
+
paused: boolean;
|
|
1855
1908
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1909
|
+
} & {
|
|
1910
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1911
|
+
}) | {
|
|
1912
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1913
|
+
origin: string;
|
|
1914
|
+
nativeBridge: string;
|
|
1856
1915
|
} | {
|
|
1857
|
-
type: import("../
|
|
1858
|
-
|
|
1859
|
-
arbSys: string;
|
|
1860
|
-
bridge?: string | undefined;
|
|
1861
|
-
childHook?: any;
|
|
1916
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1917
|
+
relayer: string;
|
|
1862
1918
|
} | {
|
|
1863
|
-
type: import("../
|
|
1919
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1920
|
+
originChain: string;
|
|
1864
1921
|
} | {
|
|
1865
|
-
type: import("../
|
|
1866
|
-
|
|
1867
|
-
} |
|
|
1922
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1923
|
+
bridge: string;
|
|
1924
|
+
} | {
|
|
1925
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1926
|
+
owner: string;
|
|
1927
|
+
urls: string[];
|
|
1928
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1929
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1930
|
+
threshold: number;
|
|
1931
|
+
} & string) | ({
|
|
1932
|
+
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
1868
1933
|
} & {
|
|
1869
|
-
|
|
1934
|
+
lowerIsm: string | ({
|
|
1935
|
+
validators: string[];
|
|
1936
|
+
threshold: number;
|
|
1937
|
+
} & {
|
|
1938
|
+
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;
|
|
1939
|
+
}) | ({
|
|
1940
|
+
validators: {
|
|
1941
|
+
signingAddress: string;
|
|
1942
|
+
weight: number;
|
|
1943
|
+
}[];
|
|
1944
|
+
thresholdWeight: number;
|
|
1945
|
+
} & {
|
|
1946
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1947
|
+
}) | {
|
|
1948
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1949
|
+
} | ({
|
|
1950
|
+
owner: string;
|
|
1951
|
+
paused: boolean;
|
|
1952
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1953
|
+
} & {
|
|
1954
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1955
|
+
}) | {
|
|
1956
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1957
|
+
origin: string;
|
|
1958
|
+
nativeBridge: string;
|
|
1959
|
+
} | {
|
|
1960
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
1961
|
+
relayer: string;
|
|
1962
|
+
} | {
|
|
1963
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
1964
|
+
originChain: string;
|
|
1965
|
+
} | {
|
|
1966
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1967
|
+
bridge: string;
|
|
1968
|
+
} | {
|
|
1969
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1970
|
+
owner: string;
|
|
1971
|
+
urls: string[];
|
|
1972
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1973
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1974
|
+
upperIsm: string | ({
|
|
1975
|
+
validators: string[];
|
|
1976
|
+
threshold: number;
|
|
1977
|
+
} & {
|
|
1978
|
+
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;
|
|
1979
|
+
}) | ({
|
|
1980
|
+
validators: {
|
|
1981
|
+
signingAddress: string;
|
|
1982
|
+
weight: number;
|
|
1983
|
+
}[];
|
|
1984
|
+
thresholdWeight: number;
|
|
1985
|
+
} & {
|
|
1986
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1987
|
+
}) | {
|
|
1988
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
1989
|
+
} | ({
|
|
1990
|
+
owner: string;
|
|
1991
|
+
paused: boolean;
|
|
1992
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1993
|
+
} & {
|
|
1994
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
1995
|
+
}) | {
|
|
1996
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
1997
|
+
origin: string;
|
|
1998
|
+
nativeBridge: string;
|
|
1999
|
+
} | {
|
|
2000
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
2001
|
+
relayer: string;
|
|
2002
|
+
} | {
|
|
2003
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
2004
|
+
originChain: string;
|
|
2005
|
+
} | {
|
|
2006
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2007
|
+
bridge: string;
|
|
2008
|
+
} | {
|
|
2009
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2010
|
+
owner: string;
|
|
2011
|
+
urls: string[];
|
|
2012
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2013
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2014
|
+
threshold: number;
|
|
1870
2015
|
}) | ({
|
|
2016
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
2017
|
+
owner: string;
|
|
2018
|
+
isms: Record<string, string>;
|
|
2019
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2020
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string);
|
|
2021
|
+
requiredHook: string | {
|
|
2022
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2023
|
+
} | {
|
|
2024
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2025
|
+
owner: string;
|
|
2026
|
+
beneficiary: string;
|
|
2027
|
+
oracleKey: string;
|
|
2028
|
+
overhead: Record<string, number>;
|
|
2029
|
+
oracleConfig: Record<string, {
|
|
2030
|
+
gasPrice: string;
|
|
2031
|
+
tokenExchangeRate: string;
|
|
2032
|
+
tokenDecimals?: number | undefined;
|
|
2033
|
+
}>;
|
|
2034
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2035
|
+
} | {
|
|
2036
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2037
|
+
owner: string;
|
|
2038
|
+
protocolFee: string;
|
|
2039
|
+
beneficiary: string;
|
|
2040
|
+
maxProtocolFee: string;
|
|
2041
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2042
|
+
} | {
|
|
2043
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2044
|
+
owner: string;
|
|
2045
|
+
paused: boolean;
|
|
2046
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2047
|
+
} | {
|
|
2048
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2049
|
+
owner: string;
|
|
2050
|
+
nativeBridge: string;
|
|
2051
|
+
destinationChain: string;
|
|
2052
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2053
|
+
} | {
|
|
2054
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2055
|
+
destinationChain: string;
|
|
2056
|
+
arbSys: string;
|
|
2057
|
+
bridge?: string | undefined;
|
|
2058
|
+
childHook?: any;
|
|
2059
|
+
} | {
|
|
2060
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2061
|
+
} | {
|
|
2062
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2063
|
+
destinationChain: string;
|
|
2064
|
+
} | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
2065
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2066
|
+
}) | (string & {
|
|
2067
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2068
|
+
owner: string;
|
|
2069
|
+
beneficiary: string;
|
|
2070
|
+
oracleKey: string;
|
|
2071
|
+
overhead: Record<string, number>;
|
|
2072
|
+
oracleConfig: Record<string, {
|
|
2073
|
+
gasPrice: string;
|
|
2074
|
+
tokenExchangeRate: string;
|
|
2075
|
+
tokenDecimals?: number | undefined;
|
|
2076
|
+
}>;
|
|
2077
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2078
|
+
}) | (string & {
|
|
2079
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2080
|
+
owner: string;
|
|
2081
|
+
protocolFee: string;
|
|
2082
|
+
beneficiary: string;
|
|
2083
|
+
maxProtocolFee: string;
|
|
2084
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2085
|
+
}) | (string & {
|
|
2086
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2087
|
+
owner: string;
|
|
2088
|
+
paused: boolean;
|
|
2089
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2090
|
+
}) | (string & {
|
|
2091
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2092
|
+
owner: string;
|
|
2093
|
+
nativeBridge: string;
|
|
2094
|
+
destinationChain: string;
|
|
2095
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2096
|
+
}) | (string & {
|
|
2097
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2098
|
+
destinationChain: string;
|
|
2099
|
+
arbSys: string;
|
|
2100
|
+
bridge?: string | undefined;
|
|
2101
|
+
childHook?: any;
|
|
2102
|
+
}) | (string & {
|
|
2103
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2104
|
+
}) | (string & {
|
|
2105
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2106
|
+
destinationChain: string;
|
|
2107
|
+
}) | (string & {
|
|
1871
2108
|
owner: string;
|
|
1872
2109
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1873
2110
|
} & {
|
|
@@ -1916,52 +2153,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1916
2153
|
destinationChain: string;
|
|
1917
2154
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
1918
2155
|
} & {
|
|
1919
|
-
type: import("../hook/types.js").HookType.
|
|
1920
|
-
|
|
1921
|
-
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1922
|
-
} | {
|
|
1923
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
1924
|
-
owner: string;
|
|
1925
|
-
beneficiary: string;
|
|
1926
|
-
oracleKey: string;
|
|
1927
|
-
overhead: Record<string, number>;
|
|
1928
|
-
oracleConfig: Record<string, {
|
|
1929
|
-
gasPrice: string;
|
|
1930
|
-
tokenExchangeRate: string;
|
|
1931
|
-
tokenDecimals?: number | undefined;
|
|
1932
|
-
}>;
|
|
1933
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1934
|
-
} | {
|
|
1935
|
-
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
1936
|
-
owner: string;
|
|
1937
|
-
protocolFee: string;
|
|
1938
|
-
beneficiary: string;
|
|
1939
|
-
maxProtocolFee: string;
|
|
1940
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1941
|
-
} | {
|
|
1942
|
-
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
1943
|
-
owner: string;
|
|
1944
|
-
paused: boolean;
|
|
1945
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1946
|
-
} | {
|
|
1947
|
-
type: import("../hook/types.js").HookType.OP_STACK;
|
|
1948
|
-
owner: string;
|
|
1949
|
-
nativeBridge: string;
|
|
1950
|
-
destinationChain: string;
|
|
1951
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1952
|
-
} | {
|
|
1953
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
1954
|
-
destinationChain: string;
|
|
1955
|
-
arbSys: string;
|
|
1956
|
-
bridge?: string | undefined;
|
|
1957
|
-
childHook?: any;
|
|
1958
|
-
} | {
|
|
1959
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
1960
|
-
} | {
|
|
1961
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
1962
|
-
destinationChain: string;
|
|
1963
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
1964
|
-
} & string) | ({
|
|
2156
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2157
|
+
}) | (string & {
|
|
1965
2158
|
owner: string;
|
|
1966
2159
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1967
2160
|
} & {
|
|
@@ -2055,30 +2248,9 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2055
2248
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2056
2249
|
destinationChain: string;
|
|
2057
2250
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2058
|
-
}) | (import("../hook/types.js").AmountRoutingHookConfig
|
|
2059
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
2060
|
-
proxyAdmin?: {
|
|
2061
|
-
owner: string;
|
|
2062
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
2063
|
-
address?: string | undefined;
|
|
2064
|
-
} | undefined;
|
|
2065
|
-
interchainAccountRouter?: {
|
|
2066
|
-
owner: string;
|
|
2067
|
-
mailbox: string;
|
|
2068
|
-
proxyAdmin: {
|
|
2069
|
-
owner: string;
|
|
2070
|
-
address?: string | undefined;
|
|
2071
|
-
};
|
|
2072
|
-
remoteIcaRouters?: Record<string, {
|
|
2073
|
-
address: string;
|
|
2074
|
-
interchainSecurityModule?: string | undefined;
|
|
2075
|
-
}> | undefined;
|
|
2076
|
-
} | undefined;
|
|
2077
|
-
}, {
|
|
2078
|
-
owner: string;
|
|
2079
|
-
defaultHook: string | {
|
|
2251
|
+
}) | (string & import("../hook/types.js").AmountRoutingHookConfig) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
2080
2252
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2081
|
-
} | {
|
|
2253
|
+
} & string) | ({
|
|
2082
2254
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2083
2255
|
owner: string;
|
|
2084
2256
|
beneficiary: string;
|
|
@@ -2090,36 +2262,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2090
2262
|
tokenDecimals?: number | undefined;
|
|
2091
2263
|
}>;
|
|
2092
2264
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2093
|
-
} | {
|
|
2265
|
+
} & string) | ({
|
|
2094
2266
|
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2095
2267
|
owner: string;
|
|
2096
2268
|
protocolFee: string;
|
|
2097
2269
|
beneficiary: string;
|
|
2098
2270
|
maxProtocolFee: string;
|
|
2099
2271
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2100
|
-
} | {
|
|
2272
|
+
} & string) | ({
|
|
2101
2273
|
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2102
2274
|
owner: string;
|
|
2103
2275
|
paused: boolean;
|
|
2104
2276
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2105
|
-
} | {
|
|
2277
|
+
} & string) | ({
|
|
2106
2278
|
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2107
2279
|
owner: string;
|
|
2108
2280
|
nativeBridge: string;
|
|
2109
2281
|
destinationChain: string;
|
|
2110
2282
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2111
|
-
} | {
|
|
2283
|
+
} & string) | ({
|
|
2112
2284
|
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2113
2285
|
destinationChain: string;
|
|
2114
2286
|
arbSys: string;
|
|
2115
2287
|
bridge?: string | undefined;
|
|
2116
2288
|
childHook?: any;
|
|
2117
|
-
} | {
|
|
2289
|
+
} & string) | ({
|
|
2118
2290
|
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2119
|
-
} | {
|
|
2291
|
+
} & string) | ({
|
|
2120
2292
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2121
2293
|
destinationChain: string;
|
|
2122
|
-
}
|
|
2294
|
+
} & string) | ({
|
|
2123
2295
|
owner: string;
|
|
2124
2296
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2125
2297
|
} & {
|
|
@@ -2169,7 +2341,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2169
2341
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2170
2342
|
} & {
|
|
2171
2343
|
type: import("../hook/types.js").HookType.ROUTING;
|
|
2172
|
-
}) | (
|
|
2344
|
+
} & string) | ({
|
|
2173
2345
|
owner: string;
|
|
2174
2346
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2175
2347
|
} & {
|
|
@@ -2218,8 +2390,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2218
2390
|
destinationChain: string;
|
|
2219
2391
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2220
2392
|
} & {
|
|
2221
|
-
type: import("../hook/types.js").HookType.
|
|
2222
|
-
|
|
2393
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2394
|
+
}) | ({
|
|
2395
|
+
owner: string;
|
|
2396
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2397
|
+
} & {
|
|
2398
|
+
domains: import("../types.js").ChainMap<string | {
|
|
2223
2399
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2224
2400
|
} | {
|
|
2225
2401
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -2262,12 +2438,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2262
2438
|
} | {
|
|
2263
2439
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2264
2440
|
destinationChain: string;
|
|
2265
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
2266
|
-
}) | (string & import("../hook/types.js").AmountRoutingHookConfig) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
2267
|
-
owner: string;
|
|
2268
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
2441
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2269
2442
|
} & {
|
|
2270
|
-
|
|
2443
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2444
|
+
fallback: string | {
|
|
2271
2445
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2272
2446
|
} | {
|
|
2273
2447
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -2310,9 +2484,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2310
2484
|
} | {
|
|
2311
2485
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2312
2486
|
destinationChain: string;
|
|
2313
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
2314
|
-
} & {
|
|
2315
|
-
type: import("../hook/types.js").HookType.ROUTING;
|
|
2487
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2316
2488
|
} & string) | ({
|
|
2317
2489
|
owner: string;
|
|
2318
2490
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -2362,12 +2534,8 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2362
2534
|
destinationChain: string;
|
|
2363
2535
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2364
2536
|
} & {
|
|
2365
|
-
type: import("../hook/types.js").HookType.
|
|
2366
|
-
|
|
2367
|
-
owner: string;
|
|
2368
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
2369
|
-
} & {
|
|
2370
|
-
domains: import("../types.js").ChainMap<string | {
|
|
2537
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2538
|
+
fallback: string | {
|
|
2371
2539
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2372
2540
|
} | {
|
|
2373
2541
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -2410,10 +2578,30 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2410
2578
|
} | {
|
|
2411
2579
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2412
2580
|
destinationChain: string;
|
|
2413
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
2414
|
-
} &
|
|
2415
|
-
|
|
2416
|
-
|
|
2581
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2582
|
+
}) | (import("../hook/types.js").AmountRoutingHookConfig & string) | (import("../hook/types.js").AggregationHookConfig & string);
|
|
2583
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2584
|
+
proxyAdmin?: {
|
|
2585
|
+
owner: string;
|
|
2586
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2587
|
+
address?: string | undefined;
|
|
2588
|
+
} | undefined;
|
|
2589
|
+
interchainAccountRouter?: {
|
|
2590
|
+
owner: string;
|
|
2591
|
+
mailbox: string;
|
|
2592
|
+
commitmentIsm: {
|
|
2593
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2594
|
+
owner: string;
|
|
2595
|
+
urls: string[];
|
|
2596
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2597
|
+
};
|
|
2598
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2599
|
+
proxyAdmin?: {
|
|
2600
|
+
owner: string;
|
|
2601
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2602
|
+
address?: string | undefined;
|
|
2603
|
+
} | undefined;
|
|
2604
|
+
hook?: string | {
|
|
2417
2605
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2418
2606
|
} | {
|
|
2419
2607
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -2456,8 +2644,98 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2456
2644
|
} | {
|
|
2457
2645
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2458
2646
|
destinationChain: string;
|
|
2459
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2460
|
-
|
|
2647
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
2648
|
+
interchainSecurityModule?: string | ({
|
|
2649
|
+
validators: string[];
|
|
2650
|
+
threshold: number;
|
|
2651
|
+
} & {
|
|
2652
|
+
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;
|
|
2653
|
+
}) | ({
|
|
2654
|
+
validators: {
|
|
2655
|
+
signingAddress: string;
|
|
2656
|
+
weight: number;
|
|
2657
|
+
}[];
|
|
2658
|
+
thresholdWeight: number;
|
|
2659
|
+
} & {
|
|
2660
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
2661
|
+
}) | {
|
|
2662
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
2663
|
+
} | ({
|
|
2664
|
+
owner: string;
|
|
2665
|
+
paused: boolean;
|
|
2666
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2667
|
+
} & {
|
|
2668
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
2669
|
+
}) | {
|
|
2670
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
2671
|
+
origin: string;
|
|
2672
|
+
nativeBridge: string;
|
|
2673
|
+
} | {
|
|
2674
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
2675
|
+
relayer: string;
|
|
2676
|
+
} | {
|
|
2677
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
2678
|
+
originChain: string;
|
|
2679
|
+
} | {
|
|
2680
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2681
|
+
bridge: string;
|
|
2682
|
+
} | {
|
|
2683
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2684
|
+
owner: string;
|
|
2685
|
+
urls: string[];
|
|
2686
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2687
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
2688
|
+
foreignDeployment?: string | undefined;
|
|
2689
|
+
remoteRouters?: Record<string | number, {
|
|
2690
|
+
address: string;
|
|
2691
|
+
}> | undefined;
|
|
2692
|
+
} | undefined;
|
|
2693
|
+
}, {
|
|
2694
|
+
owner: string;
|
|
2695
|
+
defaultHook: string | {
|
|
2696
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2697
|
+
} | {
|
|
2698
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2699
|
+
owner: string;
|
|
2700
|
+
beneficiary: string;
|
|
2701
|
+
oracleKey: string;
|
|
2702
|
+
overhead: Record<string, number>;
|
|
2703
|
+
oracleConfig: Record<string, {
|
|
2704
|
+
gasPrice: string;
|
|
2705
|
+
tokenExchangeRate: string;
|
|
2706
|
+
tokenDecimals?: number | undefined;
|
|
2707
|
+
}>;
|
|
2708
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2709
|
+
} | {
|
|
2710
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2711
|
+
owner: string;
|
|
2712
|
+
protocolFee: string;
|
|
2713
|
+
beneficiary: string;
|
|
2714
|
+
maxProtocolFee: string;
|
|
2715
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2716
|
+
} | {
|
|
2717
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2718
|
+
owner: string;
|
|
2719
|
+
paused: boolean;
|
|
2720
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2721
|
+
} | {
|
|
2722
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2723
|
+
owner: string;
|
|
2724
|
+
nativeBridge: string;
|
|
2725
|
+
destinationChain: string;
|
|
2726
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2727
|
+
} | {
|
|
2728
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2729
|
+
destinationChain: string;
|
|
2730
|
+
arbSys: string;
|
|
2731
|
+
bridge?: string | undefined;
|
|
2732
|
+
childHook?: any;
|
|
2733
|
+
} | {
|
|
2734
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2735
|
+
} | {
|
|
2736
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2737
|
+
destinationChain: string;
|
|
2738
|
+
} | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | (string & {
|
|
2461
2739
|
owner: string;
|
|
2462
2740
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2463
2741
|
} & {
|
|
@@ -2506,8 +2784,12 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2506
2784
|
destinationChain: string;
|
|
2507
2785
|
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2508
2786
|
} & {
|
|
2509
|
-
type: import("../hook/types.js").HookType.
|
|
2510
|
-
|
|
2787
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2788
|
+
}) | (string & {
|
|
2789
|
+
owner: string;
|
|
2790
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2791
|
+
} & {
|
|
2792
|
+
domains: import("../types.js").ChainMap<string | {
|
|
2511
2793
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2512
2794
|
} | {
|
|
2513
2795
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -2550,32 +2832,366 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2550
2832
|
} | {
|
|
2551
2833
|
type: import("../hook/types.js").HookType.CCIP;
|
|
2552
2834
|
destinationChain: string;
|
|
2553
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig
|
|
2554
|
-
}
|
|
2555
|
-
type: import("../hook/types.js").HookType.
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2835
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2836
|
+
} & {
|
|
2837
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
2838
|
+
fallback: string | {
|
|
2839
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2840
|
+
} | {
|
|
2841
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2842
|
+
owner: string;
|
|
2843
|
+
beneficiary: string;
|
|
2844
|
+
oracleKey: string;
|
|
2845
|
+
overhead: Record<string, number>;
|
|
2846
|
+
oracleConfig: Record<string, {
|
|
2847
|
+
gasPrice: string;
|
|
2848
|
+
tokenExchangeRate: string;
|
|
2849
|
+
tokenDecimals?: number | undefined;
|
|
2850
|
+
}>;
|
|
2851
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2852
|
+
} | {
|
|
2853
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2854
|
+
owner: string;
|
|
2855
|
+
protocolFee: string;
|
|
2856
|
+
beneficiary: string;
|
|
2857
|
+
maxProtocolFee: string;
|
|
2858
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2859
|
+
} | {
|
|
2860
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2861
|
+
owner: string;
|
|
2862
|
+
paused: boolean;
|
|
2863
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2864
|
+
} | {
|
|
2865
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2866
|
+
owner: string;
|
|
2867
|
+
nativeBridge: string;
|
|
2868
|
+
destinationChain: string;
|
|
2869
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2870
|
+
} | {
|
|
2871
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2872
|
+
destinationChain: string;
|
|
2873
|
+
arbSys: string;
|
|
2874
|
+
bridge?: string | undefined;
|
|
2875
|
+
childHook?: any;
|
|
2876
|
+
} | {
|
|
2877
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2878
|
+
} | {
|
|
2879
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2880
|
+
destinationChain: string;
|
|
2881
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
2882
|
+
}) | (string & import("../hook/types.js").AmountRoutingHookConfig) | (string & import("../hook/types.js").AggregationHookConfig) | ({
|
|
2883
|
+
owner: string;
|
|
2884
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2885
|
+
} & {
|
|
2886
|
+
domains: import("../types.js").ChainMap<string | {
|
|
2887
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2888
|
+
} | {
|
|
2889
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2890
|
+
owner: string;
|
|
2891
|
+
beneficiary: string;
|
|
2892
|
+
oracleKey: string;
|
|
2893
|
+
overhead: Record<string, number>;
|
|
2894
|
+
oracleConfig: Record<string, {
|
|
2895
|
+
gasPrice: string;
|
|
2896
|
+
tokenExchangeRate: string;
|
|
2897
|
+
tokenDecimals?: number | undefined;
|
|
2898
|
+
}>;
|
|
2899
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2900
|
+
} | {
|
|
2901
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2902
|
+
owner: string;
|
|
2903
|
+
protocolFee: string;
|
|
2904
|
+
beneficiary: string;
|
|
2905
|
+
maxProtocolFee: string;
|
|
2906
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2907
|
+
} | {
|
|
2908
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2909
|
+
owner: string;
|
|
2910
|
+
paused: boolean;
|
|
2911
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2912
|
+
} | {
|
|
2913
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2914
|
+
owner: string;
|
|
2915
|
+
nativeBridge: string;
|
|
2916
|
+
destinationChain: string;
|
|
2917
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2918
|
+
} | {
|
|
2919
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2920
|
+
destinationChain: string;
|
|
2921
|
+
arbSys: string;
|
|
2922
|
+
bridge?: string | undefined;
|
|
2923
|
+
childHook?: any;
|
|
2924
|
+
} | {
|
|
2925
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2926
|
+
} | {
|
|
2927
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2928
|
+
destinationChain: string;
|
|
2929
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2930
|
+
} & {
|
|
2931
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2932
|
+
} & string) | ({
|
|
2933
|
+
owner: string;
|
|
2934
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2935
|
+
} & {
|
|
2936
|
+
domains: import("../types.js").ChainMap<string | {
|
|
2937
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2938
|
+
} | {
|
|
2939
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2940
|
+
owner: string;
|
|
2941
|
+
beneficiary: string;
|
|
2942
|
+
oracleKey: string;
|
|
2943
|
+
overhead: Record<string, number>;
|
|
2944
|
+
oracleConfig: Record<string, {
|
|
2945
|
+
gasPrice: string;
|
|
2946
|
+
tokenExchangeRate: string;
|
|
2947
|
+
tokenDecimals?: number | undefined;
|
|
2948
|
+
}>;
|
|
2949
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2950
|
+
} | {
|
|
2951
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2952
|
+
owner: string;
|
|
2953
|
+
protocolFee: string;
|
|
2954
|
+
beneficiary: string;
|
|
2955
|
+
maxProtocolFee: string;
|
|
2956
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2957
|
+
} | {
|
|
2958
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2959
|
+
owner: string;
|
|
2960
|
+
paused: boolean;
|
|
2961
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2962
|
+
} | {
|
|
2963
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2964
|
+
owner: string;
|
|
2965
|
+
nativeBridge: string;
|
|
2966
|
+
destinationChain: string;
|
|
2967
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2968
|
+
} | {
|
|
2969
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2970
|
+
destinationChain: string;
|
|
2971
|
+
arbSys: string;
|
|
2972
|
+
bridge?: string | undefined;
|
|
2973
|
+
childHook?: any;
|
|
2974
|
+
} | {
|
|
2975
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2976
|
+
} | {
|
|
2977
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2978
|
+
destinationChain: string;
|
|
2979
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
2980
|
+
} & {
|
|
2981
|
+
type: import("../hook/types.js").HookType.ROUTING;
|
|
2982
|
+
}) | ({
|
|
2983
|
+
owner: string;
|
|
2984
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2985
|
+
} & {
|
|
2986
|
+
domains: import("../types.js").ChainMap<string | {
|
|
2987
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2988
|
+
} | {
|
|
2989
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2990
|
+
owner: string;
|
|
2991
|
+
beneficiary: string;
|
|
2992
|
+
oracleKey: string;
|
|
2993
|
+
overhead: Record<string, number>;
|
|
2994
|
+
oracleConfig: Record<string, {
|
|
2995
|
+
gasPrice: string;
|
|
2996
|
+
tokenExchangeRate: string;
|
|
2997
|
+
tokenDecimals?: number | undefined;
|
|
2998
|
+
}>;
|
|
2999
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3000
|
+
} | {
|
|
3001
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
3002
|
+
owner: string;
|
|
3003
|
+
protocolFee: string;
|
|
3004
|
+
beneficiary: string;
|
|
3005
|
+
maxProtocolFee: string;
|
|
3006
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3007
|
+
} | {
|
|
3008
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
3009
|
+
owner: string;
|
|
3010
|
+
paused: boolean;
|
|
3011
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3012
|
+
} | {
|
|
3013
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
3014
|
+
owner: string;
|
|
3015
|
+
nativeBridge: string;
|
|
3016
|
+
destinationChain: string;
|
|
3017
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3018
|
+
} | {
|
|
3019
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
3020
|
+
destinationChain: string;
|
|
3021
|
+
arbSys: string;
|
|
3022
|
+
bridge?: string | undefined;
|
|
3023
|
+
childHook?: any;
|
|
3024
|
+
} | {
|
|
3025
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
3026
|
+
} | {
|
|
3027
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
3028
|
+
destinationChain: string;
|
|
3029
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
3030
|
+
} & {
|
|
3031
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
3032
|
+
fallback: string | {
|
|
3033
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
3034
|
+
} | {
|
|
3035
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
3036
|
+
owner: string;
|
|
3037
|
+
beneficiary: string;
|
|
3038
|
+
oracleKey: string;
|
|
3039
|
+
overhead: Record<string, number>;
|
|
3040
|
+
oracleConfig: Record<string, {
|
|
3041
|
+
gasPrice: string;
|
|
3042
|
+
tokenExchangeRate: string;
|
|
3043
|
+
tokenDecimals?: number | undefined;
|
|
3044
|
+
}>;
|
|
3045
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3046
|
+
} | {
|
|
3047
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
3048
|
+
owner: string;
|
|
3049
|
+
protocolFee: string;
|
|
3050
|
+
beneficiary: string;
|
|
3051
|
+
maxProtocolFee: string;
|
|
3052
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3053
|
+
} | {
|
|
3054
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
3055
|
+
owner: string;
|
|
3056
|
+
paused: boolean;
|
|
3057
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3058
|
+
} | {
|
|
3059
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
3060
|
+
owner: string;
|
|
3061
|
+
nativeBridge: string;
|
|
3062
|
+
destinationChain: string;
|
|
3063
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3064
|
+
} | {
|
|
3065
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
3066
|
+
destinationChain: string;
|
|
3067
|
+
arbSys: string;
|
|
3068
|
+
bridge?: string | undefined;
|
|
3069
|
+
childHook?: any;
|
|
3070
|
+
} | {
|
|
3071
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
3072
|
+
} | {
|
|
3073
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
3074
|
+
destinationChain: string;
|
|
3075
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
3076
|
+
} & string) | ({
|
|
3077
|
+
owner: string;
|
|
3078
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3079
|
+
} & {
|
|
3080
|
+
domains: import("../types.js").ChainMap<string | {
|
|
3081
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
3082
|
+
} | {
|
|
3083
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
3084
|
+
owner: string;
|
|
3085
|
+
beneficiary: string;
|
|
3086
|
+
oracleKey: string;
|
|
3087
|
+
overhead: Record<string, number>;
|
|
3088
|
+
oracleConfig: Record<string, {
|
|
3089
|
+
gasPrice: string;
|
|
3090
|
+
tokenExchangeRate: string;
|
|
3091
|
+
tokenDecimals?: number | undefined;
|
|
3092
|
+
}>;
|
|
3093
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3094
|
+
} | {
|
|
3095
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
3096
|
+
owner: string;
|
|
3097
|
+
protocolFee: string;
|
|
3098
|
+
beneficiary: string;
|
|
3099
|
+
maxProtocolFee: string;
|
|
3100
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3101
|
+
} | {
|
|
3102
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
3103
|
+
owner: string;
|
|
3104
|
+
paused: boolean;
|
|
3105
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3106
|
+
} | {
|
|
3107
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
3108
|
+
owner: string;
|
|
3109
|
+
nativeBridge: string;
|
|
3110
|
+
destinationChain: string;
|
|
3111
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3112
|
+
} | {
|
|
3113
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
3114
|
+
destinationChain: string;
|
|
3115
|
+
arbSys: string;
|
|
3116
|
+
bridge?: string | undefined;
|
|
3117
|
+
childHook?: any;
|
|
3118
|
+
} | {
|
|
3119
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
3120
|
+
} | {
|
|
3121
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
3122
|
+
destinationChain: string;
|
|
3123
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig>;
|
|
3124
|
+
} & {
|
|
3125
|
+
type: import("../hook/types.js").HookType.FALLBACK_ROUTING;
|
|
3126
|
+
fallback: string | {
|
|
3127
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
3128
|
+
} | {
|
|
3129
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
3130
|
+
owner: string;
|
|
3131
|
+
beneficiary: string;
|
|
3132
|
+
oracleKey: string;
|
|
3133
|
+
overhead: Record<string, number>;
|
|
3134
|
+
oracleConfig: Record<string, {
|
|
3135
|
+
gasPrice: string;
|
|
3136
|
+
tokenExchangeRate: string;
|
|
3137
|
+
tokenDecimals?: number | undefined;
|
|
3138
|
+
}>;
|
|
3139
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3140
|
+
} | {
|
|
3141
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
3142
|
+
owner: string;
|
|
3143
|
+
protocolFee: string;
|
|
3144
|
+
beneficiary: string;
|
|
3145
|
+
maxProtocolFee: string;
|
|
3146
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3147
|
+
} | {
|
|
3148
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
3149
|
+
owner: string;
|
|
3150
|
+
paused: boolean;
|
|
3151
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3152
|
+
} | {
|
|
3153
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
3154
|
+
owner: string;
|
|
3155
|
+
nativeBridge: string;
|
|
3156
|
+
destinationChain: string;
|
|
3157
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3158
|
+
} | {
|
|
3159
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
3160
|
+
destinationChain: string;
|
|
3161
|
+
arbSys: string;
|
|
3162
|
+
bridge?: string | undefined;
|
|
3163
|
+
childHook?: any;
|
|
3164
|
+
} | {
|
|
3165
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
3166
|
+
} | {
|
|
3167
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
3168
|
+
destinationChain: string;
|
|
3169
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig;
|
|
3170
|
+
}) | (import("../hook/types.js").AmountRoutingHookConfig & string) | (import("../hook/types.js").AggregationHookConfig & string) | (string & {
|
|
3171
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
3172
|
+
}) | (string & {
|
|
3173
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
3174
|
+
owner: string;
|
|
3175
|
+
beneficiary: string;
|
|
3176
|
+
oracleKey: string;
|
|
3177
|
+
overhead: Record<string, number>;
|
|
3178
|
+
oracleConfig: Record<string, {
|
|
3179
|
+
gasPrice: string;
|
|
3180
|
+
tokenExchangeRate: string;
|
|
3181
|
+
tokenDecimals?: number | undefined;
|
|
3182
|
+
}>;
|
|
3183
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3184
|
+
}) | (string & {
|
|
3185
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
3186
|
+
owner: string;
|
|
3187
|
+
protocolFee: string;
|
|
3188
|
+
beneficiary: string;
|
|
3189
|
+
maxProtocolFee: string;
|
|
3190
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3191
|
+
}) | (string & {
|
|
3192
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
3193
|
+
owner: string;
|
|
3194
|
+
paused: boolean;
|
|
2579
3195
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2580
3196
|
}) | (string & {
|
|
2581
3197
|
type: import("../hook/types.js").HookType.OP_STACK;
|
|
@@ -2673,8 +3289,16 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2673
3289
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2674
3290
|
bridge: string;
|
|
2675
3291
|
} | {
|
|
2676
|
-
type: import("../ism/types.js").IsmType.
|
|
2677
|
-
|
|
3292
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3293
|
+
owner: string;
|
|
3294
|
+
urls: string[];
|
|
3295
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3296
|
+
} | {
|
|
3297
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3298
|
+
owner: string;
|
|
3299
|
+
isms: Record<string, string>;
|
|
3300
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3301
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
2678
3302
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
2679
3303
|
} & {
|
|
2680
3304
|
owner: string;
|
|
@@ -2715,7 +3339,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2715
3339
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2716
3340
|
bridge: string;
|
|
2717
3341
|
} | {
|
|
2718
|
-
type: import("../ism/types.js").IsmType.
|
|
3342
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3343
|
+
owner: string;
|
|
3344
|
+
urls: string[];
|
|
3345
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2719
3346
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
2720
3347
|
}) | (string & {
|
|
2721
3348
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -2755,7 +3382,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2755
3382
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2756
3383
|
bridge: string;
|
|
2757
3384
|
} | {
|
|
2758
|
-
type: import("../ism/types.js").IsmType.
|
|
3385
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3386
|
+
owner: string;
|
|
3387
|
+
urls: string[];
|
|
3388
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2759
3389
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2760
3390
|
upperIsm: string | ({
|
|
2761
3391
|
validators: string[];
|
|
@@ -2792,10 +3422,18 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2792
3422
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2793
3423
|
bridge: string;
|
|
2794
3424
|
} | {
|
|
2795
|
-
type: import("../ism/types.js").IsmType.
|
|
3425
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3426
|
+
owner: string;
|
|
3427
|
+
urls: string[];
|
|
3428
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2796
3429
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2797
3430
|
threshold: number;
|
|
2798
|
-
}) | (string &
|
|
3431
|
+
}) | (string & {
|
|
3432
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3433
|
+
owner: string;
|
|
3434
|
+
isms: Record<string, string>;
|
|
3435
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3436
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
2799
3437
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
2800
3438
|
} & {
|
|
2801
3439
|
owner: string;
|
|
@@ -2836,7 +3474,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2836
3474
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2837
3475
|
bridge: string;
|
|
2838
3476
|
} | {
|
|
2839
|
-
type: import("../ism/types.js").IsmType.
|
|
3477
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3478
|
+
owner: string;
|
|
3479
|
+
urls: string[];
|
|
3480
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2840
3481
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
2841
3482
|
} & string) | ({
|
|
2842
3483
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -2879,7 +3520,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2879
3520
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2880
3521
|
bridge: string;
|
|
2881
3522
|
} | {
|
|
2882
|
-
type: import("../ism/types.js").IsmType.
|
|
3523
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3524
|
+
owner: string;
|
|
3525
|
+
urls: string[];
|
|
3526
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2883
3527
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
2884
3528
|
}) | ({
|
|
2885
3529
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -2919,7 +3563,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2919
3563
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2920
3564
|
bridge: string;
|
|
2921
3565
|
} | {
|
|
2922
|
-
type: import("../ism/types.js").IsmType.
|
|
3566
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3567
|
+
owner: string;
|
|
3568
|
+
urls: string[];
|
|
3569
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2923
3570
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2924
3571
|
upperIsm: string | ({
|
|
2925
3572
|
validators: string[];
|
|
@@ -2956,7 +3603,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2956
3603
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2957
3604
|
bridge: string;
|
|
2958
3605
|
} | {
|
|
2959
|
-
type: import("../ism/types.js").IsmType.
|
|
3606
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3607
|
+
owner: string;
|
|
3608
|
+
urls: string[];
|
|
3609
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2960
3610
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2961
3611
|
threshold: number;
|
|
2962
3612
|
} & string) | ({
|
|
@@ -2997,7 +3647,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2997
3647
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2998
3648
|
bridge: string;
|
|
2999
3649
|
} | {
|
|
3000
|
-
type: import("../ism/types.js").IsmType.
|
|
3650
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3651
|
+
owner: string;
|
|
3652
|
+
urls: string[];
|
|
3653
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3001
3654
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
3002
3655
|
upperIsm: string | ({
|
|
3003
3656
|
validators: string[];
|
|
@@ -3034,10 +3687,18 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3034
3687
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3035
3688
|
bridge: string;
|
|
3036
3689
|
} | {
|
|
3037
|
-
type: import("../ism/types.js").IsmType.
|
|
3690
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3691
|
+
owner: string;
|
|
3692
|
+
urls: string[];
|
|
3693
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3038
3694
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
3039
3695
|
threshold: number;
|
|
3040
|
-
}) | (
|
|
3696
|
+
}) | ({
|
|
3697
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3698
|
+
owner: string;
|
|
3699
|
+
isms: Record<string, string>;
|
|
3700
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3701
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
|
|
3041
3702
|
validators: string[];
|
|
3042
3703
|
threshold: number;
|
|
3043
3704
|
} & {
|
|
@@ -3072,7 +3733,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3072
3733
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3073
3734
|
bridge: string;
|
|
3074
3735
|
}) | (string & {
|
|
3075
|
-
type: import("../ism/types.js").IsmType.
|
|
3736
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3737
|
+
owner: string;
|
|
3738
|
+
urls: string[];
|
|
3739
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3076
3740
|
}) | ({
|
|
3077
3741
|
validators: string[];
|
|
3078
3742
|
threshold: number;
|
|
@@ -3108,7 +3772,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3108
3772
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3109
3773
|
bridge: string;
|
|
3110
3774
|
} & string) | ({
|
|
3111
|
-
type: import("../ism/types.js").IsmType.
|
|
3775
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3776
|
+
owner: string;
|
|
3777
|
+
urls: string[];
|
|
3778
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3112
3779
|
} & string);
|
|
3113
3780
|
requiredHook: string | {
|
|
3114
3781
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
@@ -3681,13 +4348,105 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3681
4348
|
interchainAccountRouter?: {
|
|
3682
4349
|
owner: string;
|
|
3683
4350
|
mailbox: string;
|
|
3684
|
-
|
|
4351
|
+
commitmentIsm: {
|
|
4352
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4353
|
+
owner: string;
|
|
4354
|
+
urls: string[];
|
|
4355
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4356
|
+
};
|
|
4357
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4358
|
+
proxyAdmin?: {
|
|
4359
|
+
owner: string;
|
|
4360
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4361
|
+
address?: string | undefined;
|
|
4362
|
+
} | undefined;
|
|
4363
|
+
hook?: string | {
|
|
4364
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
4365
|
+
} | {
|
|
4366
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4367
|
+
owner: string;
|
|
4368
|
+
beneficiary: string;
|
|
4369
|
+
oracleKey: string;
|
|
4370
|
+
overhead: Record<string, number>;
|
|
4371
|
+
oracleConfig: Record<string, {
|
|
4372
|
+
gasPrice: string;
|
|
4373
|
+
tokenExchangeRate: string;
|
|
4374
|
+
tokenDecimals?: number | undefined;
|
|
4375
|
+
}>;
|
|
4376
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4377
|
+
} | {
|
|
4378
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
4379
|
+
owner: string;
|
|
4380
|
+
protocolFee: string;
|
|
4381
|
+
beneficiary: string;
|
|
4382
|
+
maxProtocolFee: string;
|
|
4383
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4384
|
+
} | {
|
|
4385
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
4386
|
+
owner: string;
|
|
4387
|
+
paused: boolean;
|
|
4388
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4389
|
+
} | {
|
|
4390
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
4391
|
+
owner: string;
|
|
4392
|
+
nativeBridge: string;
|
|
4393
|
+
destinationChain: string;
|
|
4394
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4395
|
+
} | {
|
|
4396
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4397
|
+
destinationChain: string;
|
|
4398
|
+
arbSys: string;
|
|
4399
|
+
bridge?: string | undefined;
|
|
4400
|
+
childHook?: any;
|
|
4401
|
+
} | {
|
|
4402
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
4403
|
+
} | {
|
|
4404
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
4405
|
+
destinationChain: string;
|
|
4406
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
4407
|
+
interchainSecurityModule?: string | ({
|
|
4408
|
+
validators: string[];
|
|
4409
|
+
threshold: number;
|
|
4410
|
+
} & {
|
|
4411
|
+
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;
|
|
4412
|
+
}) | ({
|
|
4413
|
+
validators: {
|
|
4414
|
+
signingAddress: string;
|
|
4415
|
+
weight: number;
|
|
4416
|
+
}[];
|
|
4417
|
+
thresholdWeight: number;
|
|
4418
|
+
} & {
|
|
4419
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
4420
|
+
}) | {
|
|
4421
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
4422
|
+
} | ({
|
|
4423
|
+
owner: string;
|
|
4424
|
+
paused: boolean;
|
|
4425
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4426
|
+
} & {
|
|
4427
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
4428
|
+
}) | {
|
|
4429
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
4430
|
+
origin: string;
|
|
4431
|
+
nativeBridge: string;
|
|
4432
|
+
} | {
|
|
4433
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
4434
|
+
relayer: string;
|
|
4435
|
+
} | {
|
|
4436
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
4437
|
+
originChain: string;
|
|
4438
|
+
} | {
|
|
4439
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4440
|
+
bridge: string;
|
|
4441
|
+
} | {
|
|
4442
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3685
4443
|
owner: string;
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
4444
|
+
urls: string[];
|
|
4445
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4446
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
4447
|
+
foreignDeployment?: string | undefined;
|
|
4448
|
+
remoteRouters?: Record<string | number, {
|
|
3689
4449
|
address: string;
|
|
3690
|
-
interchainSecurityModule?: string | undefined;
|
|
3691
4450
|
}> | undefined;
|
|
3692
4451
|
} | undefined;
|
|
3693
4452
|
}>;
|
|
@@ -3954,11 +4713,20 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
3954
4713
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3955
4714
|
bridge: string;
|
|
3956
4715
|
}>, z.ZodObject<{
|
|
3957
|
-
|
|
4716
|
+
owner: z.ZodString;
|
|
4717
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4718
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
4719
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
3958
4720
|
}, "strip", z.ZodTypeAny, {
|
|
3959
|
-
type: import("../ism/types.js").IsmType.
|
|
4721
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4722
|
+
owner: string;
|
|
4723
|
+
urls: string[];
|
|
4724
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3960
4725
|
}, {
|
|
3961
|
-
type: import("../ism/types.js").IsmType.
|
|
4726
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4727
|
+
owner: string;
|
|
4728
|
+
urls: string[];
|
|
4729
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3962
4730
|
}>]>;
|
|
3963
4731
|
requiredHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3964
4732
|
owner: z.ZodString;
|
|
@@ -4032,120 +4800,584 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4032
4800
|
tokenExchangeRate: z.ZodString;
|
|
4033
4801
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
4034
4802
|
}, "strip", z.ZodTypeAny, {
|
|
4035
|
-
gasPrice: string;
|
|
4036
|
-
tokenExchangeRate: string;
|
|
4037
|
-
tokenDecimals?: number | undefined;
|
|
4803
|
+
gasPrice: string;
|
|
4804
|
+
tokenExchangeRate: string;
|
|
4805
|
+
tokenDecimals?: number | undefined;
|
|
4806
|
+
}, {
|
|
4807
|
+
gasPrice: string;
|
|
4808
|
+
tokenExchangeRate: string;
|
|
4809
|
+
tokenDecimals?: number | undefined;
|
|
4810
|
+
}>>;
|
|
4811
|
+
}, "strip", z.ZodTypeAny, {
|
|
4812
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4813
|
+
owner: string;
|
|
4814
|
+
beneficiary: string;
|
|
4815
|
+
oracleKey: string;
|
|
4816
|
+
overhead: Record<string, number>;
|
|
4817
|
+
oracleConfig: Record<string, {
|
|
4818
|
+
gasPrice: string;
|
|
4819
|
+
tokenExchangeRate: string;
|
|
4820
|
+
tokenDecimals?: number | undefined;
|
|
4821
|
+
}>;
|
|
4822
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4823
|
+
}, {
|
|
4824
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4825
|
+
owner: string;
|
|
4826
|
+
beneficiary: string;
|
|
4827
|
+
oracleKey: string;
|
|
4828
|
+
overhead: Record<string, number>;
|
|
4829
|
+
oracleConfig: Record<string, {
|
|
4830
|
+
gasPrice: string;
|
|
4831
|
+
tokenExchangeRate: string;
|
|
4832
|
+
tokenDecimals?: number | undefined;
|
|
4833
|
+
}>;
|
|
4834
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4835
|
+
}>, 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").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
4836
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
4837
|
+
arbSys: z.ZodString;
|
|
4838
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
4839
|
+
destinationChain: z.ZodString;
|
|
4840
|
+
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
4841
|
+
}, "strip", z.ZodTypeAny, {
|
|
4842
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4843
|
+
destinationChain: string;
|
|
4844
|
+
arbSys: string;
|
|
4845
|
+
bridge?: string | undefined;
|
|
4846
|
+
childHook?: any;
|
|
4847
|
+
}, {
|
|
4848
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4849
|
+
destinationChain: string;
|
|
4850
|
+
arbSys: string;
|
|
4851
|
+
bridge?: string | undefined;
|
|
4852
|
+
childHook?: any;
|
|
4853
|
+
}>, z.ZodObject<{
|
|
4854
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MAILBOX_DEFAULT>;
|
|
4855
|
+
}, "strip", z.ZodTypeAny, {
|
|
4856
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
4857
|
+
}, {
|
|
4858
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
4859
|
+
}>, z.ZodObject<{
|
|
4860
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.CCIP>;
|
|
4861
|
+
destinationChain: z.ZodString;
|
|
4862
|
+
}, "strip", z.ZodTypeAny, {
|
|
4863
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
4864
|
+
destinationChain: string;
|
|
4865
|
+
}, {
|
|
4866
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
4867
|
+
destinationChain: string;
|
|
4868
|
+
}>]>;
|
|
4869
|
+
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
4870
|
+
owner: z.ZodString;
|
|
4871
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4872
|
+
mailbox: z.ZodString;
|
|
4873
|
+
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
4874
|
+
owner: z.ZodString;
|
|
4875
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4876
|
+
address: z.ZodOptional<z.ZodString>;
|
|
4877
|
+
}, "strip", z.ZodTypeAny, {
|
|
4878
|
+
owner: string;
|
|
4879
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4880
|
+
address?: string | undefined;
|
|
4881
|
+
}, {
|
|
4882
|
+
owner: string;
|
|
4883
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4884
|
+
address?: string | undefined;
|
|
4885
|
+
}>>;
|
|
4886
|
+
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4887
|
+
owner: z.ZodString;
|
|
4888
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4889
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
|
|
4890
|
+
beneficiary: z.ZodString;
|
|
4891
|
+
maxProtocolFee: z.ZodString;
|
|
4892
|
+
protocolFee: z.ZodString;
|
|
4893
|
+
}, "strip", z.ZodTypeAny, {
|
|
4894
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
4895
|
+
owner: string;
|
|
4896
|
+
protocolFee: string;
|
|
4897
|
+
beneficiary: string;
|
|
4898
|
+
maxProtocolFee: string;
|
|
4899
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4900
|
+
}, {
|
|
4901
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
4902
|
+
owner: string;
|
|
4903
|
+
protocolFee: string;
|
|
4904
|
+
beneficiary: string;
|
|
4905
|
+
maxProtocolFee: string;
|
|
4906
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4907
|
+
}>, z.ZodObject<{
|
|
4908
|
+
owner: z.ZodString;
|
|
4909
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4910
|
+
paused: z.ZodBoolean;
|
|
4911
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
|
|
4912
|
+
}, "strip", z.ZodTypeAny, {
|
|
4913
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
4914
|
+
owner: string;
|
|
4915
|
+
paused: boolean;
|
|
4916
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4917
|
+
}, {
|
|
4918
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
4919
|
+
owner: string;
|
|
4920
|
+
paused: boolean;
|
|
4921
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4922
|
+
}>, z.ZodObject<{
|
|
4923
|
+
owner: z.ZodString;
|
|
4924
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4925
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
|
|
4926
|
+
nativeBridge: z.ZodString;
|
|
4927
|
+
destinationChain: z.ZodString;
|
|
4928
|
+
}, "strip", z.ZodTypeAny, {
|
|
4929
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
4930
|
+
owner: string;
|
|
4931
|
+
nativeBridge: string;
|
|
4932
|
+
destinationChain: string;
|
|
4933
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4934
|
+
}, {
|
|
4935
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
4936
|
+
owner: string;
|
|
4937
|
+
nativeBridge: string;
|
|
4938
|
+
destinationChain: string;
|
|
4939
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4940
|
+
}>, z.ZodObject<{
|
|
4941
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
|
|
4942
|
+
}, "strip", z.ZodTypeAny, {
|
|
4943
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
4944
|
+
}, {
|
|
4945
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
4946
|
+
}>, z.ZodObject<{
|
|
4947
|
+
owner: z.ZodString;
|
|
4948
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4949
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
|
|
4950
|
+
beneficiary: z.ZodString;
|
|
4951
|
+
oracleKey: z.ZodString;
|
|
4952
|
+
overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
4953
|
+
oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4954
|
+
gasPrice: z.ZodString;
|
|
4955
|
+
tokenExchangeRate: z.ZodString;
|
|
4956
|
+
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
4957
|
+
}, "strip", z.ZodTypeAny, {
|
|
4958
|
+
gasPrice: string;
|
|
4959
|
+
tokenExchangeRate: string;
|
|
4960
|
+
tokenDecimals?: number | undefined;
|
|
4961
|
+
}, {
|
|
4962
|
+
gasPrice: string;
|
|
4963
|
+
tokenExchangeRate: string;
|
|
4964
|
+
tokenDecimals?: number | undefined;
|
|
4965
|
+
}>>;
|
|
4966
|
+
}, "strip", z.ZodTypeAny, {
|
|
4967
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4968
|
+
owner: string;
|
|
4969
|
+
beneficiary: string;
|
|
4970
|
+
oracleKey: string;
|
|
4971
|
+
overhead: Record<string, number>;
|
|
4972
|
+
oracleConfig: Record<string, {
|
|
4973
|
+
gasPrice: string;
|
|
4974
|
+
tokenExchangeRate: string;
|
|
4975
|
+
tokenDecimals?: number | undefined;
|
|
4976
|
+
}>;
|
|
4977
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4978
|
+
}, {
|
|
4979
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4980
|
+
owner: string;
|
|
4981
|
+
beneficiary: string;
|
|
4982
|
+
oracleKey: string;
|
|
4983
|
+
overhead: Record<string, number>;
|
|
4984
|
+
oracleConfig: Record<string, {
|
|
4985
|
+
gasPrice: string;
|
|
4986
|
+
tokenExchangeRate: string;
|
|
4987
|
+
tokenDecimals?: number | undefined;
|
|
4988
|
+
}>;
|
|
4989
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4990
|
+
}>, 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").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
4991
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
4992
|
+
arbSys: z.ZodString;
|
|
4993
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
4994
|
+
destinationChain: z.ZodString;
|
|
4995
|
+
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
4996
|
+
}, "strip", z.ZodTypeAny, {
|
|
4997
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4998
|
+
destinationChain: string;
|
|
4999
|
+
arbSys: string;
|
|
5000
|
+
bridge?: string | undefined;
|
|
5001
|
+
childHook?: any;
|
|
5002
|
+
}, {
|
|
5003
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5004
|
+
destinationChain: string;
|
|
5005
|
+
arbSys: string;
|
|
5006
|
+
bridge?: string | undefined;
|
|
5007
|
+
childHook?: any;
|
|
5008
|
+
}>, z.ZodObject<{
|
|
5009
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MAILBOX_DEFAULT>;
|
|
5010
|
+
}, "strip", z.ZodTypeAny, {
|
|
5011
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5012
|
+
}, {
|
|
5013
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5014
|
+
}>, z.ZodObject<{
|
|
5015
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.CCIP>;
|
|
5016
|
+
destinationChain: z.ZodString;
|
|
5017
|
+
}, "strip", z.ZodTypeAny, {
|
|
5018
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5019
|
+
destinationChain: string;
|
|
5020
|
+
}, {
|
|
5021
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5022
|
+
destinationChain: string;
|
|
5023
|
+
}>]>>;
|
|
5024
|
+
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5025
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
|
|
5026
|
+
}, "strip", z.ZodTypeAny, {
|
|
5027
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5028
|
+
}, {
|
|
5029
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5030
|
+
}>, z.ZodObject<{
|
|
5031
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
|
|
5032
|
+
origin: z.ZodString;
|
|
5033
|
+
nativeBridge: z.ZodString;
|
|
5034
|
+
}, "strip", z.ZodTypeAny, {
|
|
5035
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5036
|
+
origin: string;
|
|
5037
|
+
nativeBridge: string;
|
|
5038
|
+
}, {
|
|
5039
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5040
|
+
origin: string;
|
|
5041
|
+
nativeBridge: string;
|
|
5042
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
5043
|
+
owner: z.ZodString;
|
|
5044
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5045
|
+
paused: z.ZodBoolean;
|
|
5046
|
+
}, "strip", z.ZodTypeAny, {
|
|
5047
|
+
owner: string;
|
|
5048
|
+
paused: boolean;
|
|
5049
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5050
|
+
}, {
|
|
5051
|
+
owner: string;
|
|
5052
|
+
paused: boolean;
|
|
5053
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5054
|
+
}>, z.ZodObject<{
|
|
5055
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
|
|
5056
|
+
}, "strip", z.ZodTypeAny, {
|
|
5057
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5058
|
+
}, {
|
|
5059
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5060
|
+
}>>, z.ZodObject<{
|
|
5061
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
|
|
5062
|
+
relayer: z.ZodString;
|
|
5063
|
+
}, "strip", z.ZodTypeAny, {
|
|
5064
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5065
|
+
relayer: string;
|
|
5066
|
+
}, {
|
|
5067
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5068
|
+
relayer: string;
|
|
5069
|
+
}>, z.ZodObject<{
|
|
5070
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.CCIP>;
|
|
5071
|
+
originChain: z.ZodString;
|
|
5072
|
+
}, "strip", z.ZodTypeAny, {
|
|
5073
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5074
|
+
originChain: string;
|
|
5075
|
+
}, {
|
|
5076
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5077
|
+
originChain: string;
|
|
5078
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
5079
|
+
validators: z.ZodArray<z.ZodString, "many">;
|
|
5080
|
+
threshold: z.ZodNumber;
|
|
5081
|
+
}, "strip", z.ZodTypeAny, {
|
|
5082
|
+
validators: string[];
|
|
5083
|
+
threshold: number;
|
|
5084
|
+
}, {
|
|
5085
|
+
validators: string[];
|
|
5086
|
+
threshold: number;
|
|
5087
|
+
}>, z.ZodObject<{
|
|
5088
|
+
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>]>;
|
|
5089
|
+
}, "strip", z.ZodTypeAny, {
|
|
5090
|
+
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;
|
|
5091
|
+
}, {
|
|
5092
|
+
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;
|
|
5093
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
5094
|
+
validators: z.ZodArray<z.ZodObject<{
|
|
5095
|
+
signingAddress: z.ZodString;
|
|
5096
|
+
weight: z.ZodNumber;
|
|
5097
|
+
}, "strip", z.ZodTypeAny, {
|
|
5098
|
+
signingAddress: string;
|
|
5099
|
+
weight: number;
|
|
5100
|
+
}, {
|
|
5101
|
+
signingAddress: string;
|
|
5102
|
+
weight: number;
|
|
5103
|
+
}>, "many">;
|
|
5104
|
+
thresholdWeight: z.ZodNumber;
|
|
5105
|
+
}, "strip", z.ZodTypeAny, {
|
|
5106
|
+
validators: {
|
|
5107
|
+
signingAddress: string;
|
|
5108
|
+
weight: number;
|
|
5109
|
+
}[];
|
|
5110
|
+
thresholdWeight: number;
|
|
5111
|
+
}, {
|
|
5112
|
+
validators: {
|
|
5113
|
+
signingAddress: string;
|
|
5114
|
+
weight: number;
|
|
5115
|
+
}[];
|
|
5116
|
+
thresholdWeight: number;
|
|
5117
|
+
}>, z.ZodObject<{
|
|
5118
|
+
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>]>;
|
|
5119
|
+
}, "strip", z.ZodTypeAny, {
|
|
5120
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
4038
5121
|
}, {
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
gasPrice: string;
|
|
4051
|
-
tokenExchangeRate: string;
|
|
4052
|
-
tokenDecimals?: number | undefined;
|
|
4053
|
-
}>;
|
|
4054
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
4055
|
-
}, {
|
|
4056
|
-
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4057
|
-
owner: string;
|
|
4058
|
-
beneficiary: string;
|
|
4059
|
-
oracleKey: string;
|
|
4060
|
-
overhead: Record<string, number>;
|
|
4061
|
-
oracleConfig: Record<string, {
|
|
4062
|
-
gasPrice: string;
|
|
4063
|
-
tokenExchangeRate: string;
|
|
4064
|
-
tokenDecimals?: number | undefined;
|
|
4065
|
-
}>;
|
|
4066
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
4067
|
-
}>, 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").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
4068
|
-
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
4069
|
-
arbSys: z.ZodString;
|
|
4070
|
-
bridge: z.ZodOptional<z.ZodString>;
|
|
4071
|
-
destinationChain: z.ZodString;
|
|
4072
|
-
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
4073
|
-
}, "strip", z.ZodTypeAny, {
|
|
4074
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4075
|
-
destinationChain: string;
|
|
4076
|
-
arbSys: string;
|
|
4077
|
-
bridge?: string | undefined;
|
|
4078
|
-
childHook?: any;
|
|
4079
|
-
}, {
|
|
4080
|
-
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4081
|
-
destinationChain: string;
|
|
4082
|
-
arbSys: string;
|
|
4083
|
-
bridge?: string | undefined;
|
|
4084
|
-
childHook?: any;
|
|
4085
|
-
}>, z.ZodObject<{
|
|
4086
|
-
type: z.ZodLiteral<import("../hook/types.js").HookType.MAILBOX_DEFAULT>;
|
|
4087
|
-
}, "strip", z.ZodTypeAny, {
|
|
4088
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
4089
|
-
}, {
|
|
4090
|
-
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
4091
|
-
}>, z.ZodObject<{
|
|
4092
|
-
type: z.ZodLiteral<import("../hook/types.js").HookType.CCIP>;
|
|
4093
|
-
destinationChain: z.ZodString;
|
|
4094
|
-
}, "strip", z.ZodTypeAny, {
|
|
4095
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
4096
|
-
destinationChain: string;
|
|
4097
|
-
}, {
|
|
4098
|
-
type: import("../hook/types.js").HookType.CCIP;
|
|
4099
|
-
destinationChain: string;
|
|
4100
|
-
}>]>;
|
|
4101
|
-
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
4102
|
-
address: z.ZodString;
|
|
4103
|
-
owner: z.ZodString;
|
|
4104
|
-
mailbox: z.ZodString;
|
|
4105
|
-
proxyAdmin: z.ZodObject<{
|
|
5122
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5123
|
+
}>>, 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<{
|
|
5124
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
|
|
5125
|
+
bridge: z.ZodString;
|
|
5126
|
+
}, "strip", z.ZodTypeAny, {
|
|
5127
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5128
|
+
bridge: string;
|
|
5129
|
+
}, {
|
|
5130
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5131
|
+
bridge: string;
|
|
5132
|
+
}>, z.ZodObject<{
|
|
4106
5133
|
owner: z.ZodString;
|
|
4107
|
-
|
|
5134
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5135
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
5136
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
4108
5137
|
}, "strip", z.ZodTypeAny, {
|
|
5138
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4109
5139
|
owner: string;
|
|
4110
|
-
|
|
5140
|
+
urls: string[];
|
|
5141
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4111
5142
|
}, {
|
|
5143
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4112
5144
|
owner: string;
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
5145
|
+
urls: string[];
|
|
5146
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5147
|
+
}>]>>;
|
|
5148
|
+
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
5149
|
+
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
4116
5150
|
address: z.ZodString;
|
|
4117
|
-
interchainSecurityModule: z.ZodOptional<z.ZodString>;
|
|
4118
5151
|
}, "strip", z.ZodTypeAny, {
|
|
4119
5152
|
address: string;
|
|
4120
|
-
interchainSecurityModule?: string | undefined;
|
|
4121
5153
|
}, {
|
|
4122
5154
|
address: string;
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
5155
|
+
}>>>;
|
|
5156
|
+
commitmentIsm: z.ZodObject<{
|
|
5157
|
+
owner: z.ZodString;
|
|
5158
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5159
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
5160
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
5161
|
+
}, "strip", z.ZodTypeAny, {
|
|
5162
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5163
|
+
owner: string;
|
|
5164
|
+
urls: string[];
|
|
5165
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5166
|
+
}, {
|
|
5167
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5168
|
+
owner: string;
|
|
5169
|
+
urls: string[];
|
|
5170
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5171
|
+
}>;
|
|
5172
|
+
address: z.ZodString;
|
|
5173
|
+
}, "strip", z.ZodTypeAny, {
|
|
4126
5174
|
owner: string;
|
|
4127
5175
|
address: string;
|
|
4128
5176
|
mailbox: string;
|
|
4129
|
-
|
|
5177
|
+
commitmentIsm: {
|
|
5178
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4130
5179
|
owner: string;
|
|
4131
|
-
|
|
5180
|
+
urls: string[];
|
|
5181
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4132
5182
|
};
|
|
4133
|
-
|
|
5183
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5184
|
+
proxyAdmin?: {
|
|
5185
|
+
owner: string;
|
|
5186
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5187
|
+
address?: string | undefined;
|
|
5188
|
+
} | undefined;
|
|
5189
|
+
hook?: string | {
|
|
5190
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5191
|
+
} | {
|
|
5192
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
5193
|
+
owner: string;
|
|
5194
|
+
beneficiary: string;
|
|
5195
|
+
oracleKey: string;
|
|
5196
|
+
overhead: Record<string, number>;
|
|
5197
|
+
oracleConfig: Record<string, {
|
|
5198
|
+
gasPrice: string;
|
|
5199
|
+
tokenExchangeRate: string;
|
|
5200
|
+
tokenDecimals?: number | undefined;
|
|
5201
|
+
}>;
|
|
5202
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5203
|
+
} | {
|
|
5204
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
5205
|
+
owner: string;
|
|
5206
|
+
protocolFee: string;
|
|
5207
|
+
beneficiary: string;
|
|
5208
|
+
maxProtocolFee: string;
|
|
5209
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5210
|
+
} | {
|
|
5211
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
5212
|
+
owner: string;
|
|
5213
|
+
paused: boolean;
|
|
5214
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5215
|
+
} | {
|
|
5216
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
5217
|
+
owner: string;
|
|
5218
|
+
nativeBridge: string;
|
|
5219
|
+
destinationChain: string;
|
|
5220
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5221
|
+
} | {
|
|
5222
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5223
|
+
destinationChain: string;
|
|
5224
|
+
arbSys: string;
|
|
5225
|
+
bridge?: string | undefined;
|
|
5226
|
+
childHook?: any;
|
|
5227
|
+
} | {
|
|
5228
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5229
|
+
} | {
|
|
5230
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5231
|
+
destinationChain: string;
|
|
5232
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
5233
|
+
interchainSecurityModule?: string | ({
|
|
5234
|
+
validators: string[];
|
|
5235
|
+
threshold: number;
|
|
5236
|
+
} & {
|
|
5237
|
+
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;
|
|
5238
|
+
}) | ({
|
|
5239
|
+
validators: {
|
|
5240
|
+
signingAddress: string;
|
|
5241
|
+
weight: number;
|
|
5242
|
+
}[];
|
|
5243
|
+
thresholdWeight: number;
|
|
5244
|
+
} & {
|
|
5245
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5246
|
+
}) | {
|
|
5247
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5248
|
+
} | ({
|
|
5249
|
+
owner: string;
|
|
5250
|
+
paused: boolean;
|
|
5251
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5252
|
+
} & {
|
|
5253
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5254
|
+
}) | {
|
|
5255
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5256
|
+
origin: string;
|
|
5257
|
+
nativeBridge: string;
|
|
5258
|
+
} | {
|
|
5259
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5260
|
+
relayer: string;
|
|
5261
|
+
} | {
|
|
5262
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5263
|
+
originChain: string;
|
|
5264
|
+
} | {
|
|
5265
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5266
|
+
bridge: string;
|
|
5267
|
+
} | {
|
|
5268
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5269
|
+
owner: string;
|
|
5270
|
+
urls: string[];
|
|
5271
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5272
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
5273
|
+
foreignDeployment?: string | undefined;
|
|
5274
|
+
remoteRouters?: Record<string | number, {
|
|
4134
5275
|
address: string;
|
|
4135
|
-
|
|
4136
|
-
}>;
|
|
5276
|
+
}> | undefined;
|
|
4137
5277
|
}, {
|
|
4138
5278
|
owner: string;
|
|
4139
5279
|
address: string;
|
|
4140
5280
|
mailbox: string;
|
|
4141
|
-
|
|
5281
|
+
commitmentIsm: {
|
|
5282
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5283
|
+
owner: string;
|
|
5284
|
+
urls: string[];
|
|
5285
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5286
|
+
};
|
|
5287
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5288
|
+
proxyAdmin?: {
|
|
5289
|
+
owner: string;
|
|
5290
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5291
|
+
address?: string | undefined;
|
|
5292
|
+
} | undefined;
|
|
5293
|
+
hook?: string | {
|
|
5294
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5295
|
+
} | {
|
|
5296
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
5297
|
+
owner: string;
|
|
5298
|
+
beneficiary: string;
|
|
5299
|
+
oracleKey: string;
|
|
5300
|
+
overhead: Record<string, number>;
|
|
5301
|
+
oracleConfig: Record<string, {
|
|
5302
|
+
gasPrice: string;
|
|
5303
|
+
tokenExchangeRate: string;
|
|
5304
|
+
tokenDecimals?: number | undefined;
|
|
5305
|
+
}>;
|
|
5306
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5307
|
+
} | {
|
|
5308
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
5309
|
+
owner: string;
|
|
5310
|
+
protocolFee: string;
|
|
5311
|
+
beneficiary: string;
|
|
5312
|
+
maxProtocolFee: string;
|
|
5313
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5314
|
+
} | {
|
|
5315
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
5316
|
+
owner: string;
|
|
5317
|
+
paused: boolean;
|
|
5318
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5319
|
+
} | {
|
|
5320
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
5321
|
+
owner: string;
|
|
5322
|
+
nativeBridge: string;
|
|
5323
|
+
destinationChain: string;
|
|
5324
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5325
|
+
} | {
|
|
5326
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5327
|
+
destinationChain: string;
|
|
5328
|
+
arbSys: string;
|
|
5329
|
+
bridge?: string | undefined;
|
|
5330
|
+
childHook?: any;
|
|
5331
|
+
} | {
|
|
5332
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5333
|
+
} | {
|
|
5334
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5335
|
+
destinationChain: string;
|
|
5336
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
5337
|
+
interchainSecurityModule?: string | ({
|
|
5338
|
+
validators: string[];
|
|
5339
|
+
threshold: number;
|
|
5340
|
+
} & {
|
|
5341
|
+
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;
|
|
5342
|
+
}) | ({
|
|
5343
|
+
validators: {
|
|
5344
|
+
signingAddress: string;
|
|
5345
|
+
weight: number;
|
|
5346
|
+
}[];
|
|
5347
|
+
thresholdWeight: number;
|
|
5348
|
+
} & {
|
|
5349
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5350
|
+
}) | {
|
|
5351
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5352
|
+
} | ({
|
|
5353
|
+
owner: string;
|
|
5354
|
+
paused: boolean;
|
|
5355
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5356
|
+
} & {
|
|
5357
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5358
|
+
}) | {
|
|
5359
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5360
|
+
origin: string;
|
|
5361
|
+
nativeBridge: string;
|
|
5362
|
+
} | {
|
|
5363
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5364
|
+
relayer: string;
|
|
5365
|
+
} | {
|
|
5366
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5367
|
+
originChain: string;
|
|
5368
|
+
} | {
|
|
5369
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5370
|
+
bridge: string;
|
|
5371
|
+
} | {
|
|
5372
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4142
5373
|
owner: string;
|
|
5374
|
+
urls: string[];
|
|
5375
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5376
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
5377
|
+
foreignDeployment?: string | undefined;
|
|
5378
|
+
remoteRouters?: Record<string | number, {
|
|
4143
5379
|
address: string;
|
|
4144
|
-
};
|
|
4145
|
-
remoteIcaRouters: Record<string, {
|
|
4146
|
-
address: string;
|
|
4147
|
-
interchainSecurityModule?: string | undefined;
|
|
4148
|
-
}>;
|
|
5380
|
+
}> | undefined;
|
|
4149
5381
|
}>>;
|
|
4150
5382
|
}, "strip", z.ZodTypeAny, {
|
|
4151
5383
|
owner: string;
|
|
@@ -4746,8 +5978,16 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4746
5978
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4747
5979
|
bridge: string;
|
|
4748
5980
|
} | {
|
|
4749
|
-
type: import("../ism/types.js").IsmType.
|
|
4750
|
-
|
|
5981
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5982
|
+
owner: string;
|
|
5983
|
+
urls: string[];
|
|
5984
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5985
|
+
} | {
|
|
5986
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
5987
|
+
owner: string;
|
|
5988
|
+
isms: Record<string, string>;
|
|
5989
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5990
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
4751
5991
|
validators: string[];
|
|
4752
5992
|
threshold: number;
|
|
4753
5993
|
} & {
|
|
@@ -4782,8 +6022,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4782
6022
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4783
6023
|
bridge: string;
|
|
4784
6024
|
}) | (string & {
|
|
4785
|
-
type: import("../ism/types.js").IsmType.
|
|
4786
|
-
|
|
6025
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6026
|
+
owner: string;
|
|
6027
|
+
urls: string[];
|
|
6028
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6029
|
+
}) | (string & {
|
|
4787
6030
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
4788
6031
|
} & {
|
|
4789
6032
|
owner: string;
|
|
@@ -4824,7 +6067,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4824
6067
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4825
6068
|
bridge: string;
|
|
4826
6069
|
} | {
|
|
4827
|
-
type: import("../ism/types.js").IsmType.
|
|
6070
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6071
|
+
owner: string;
|
|
6072
|
+
urls: string[];
|
|
6073
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4828
6074
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
4829
6075
|
}) | (string & {
|
|
4830
6076
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -4864,7 +6110,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4864
6110
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4865
6111
|
bridge: string;
|
|
4866
6112
|
} | {
|
|
4867
|
-
type: import("../ism/types.js").IsmType.
|
|
6113
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6114
|
+
owner: string;
|
|
6115
|
+
urls: string[];
|
|
6116
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4868
6117
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
4869
6118
|
upperIsm: string | ({
|
|
4870
6119
|
validators: string[];
|
|
@@ -4901,9 +6150,17 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4901
6150
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4902
6151
|
bridge: string;
|
|
4903
6152
|
} | {
|
|
4904
|
-
type: import("../ism/types.js").IsmType.
|
|
6153
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6154
|
+
owner: string;
|
|
6155
|
+
urls: string[];
|
|
6156
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4905
6157
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
4906
6158
|
threshold: number;
|
|
6159
|
+
}) | (string & {
|
|
6160
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
6161
|
+
owner: string;
|
|
6162
|
+
isms: Record<string, string>;
|
|
6163
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4907
6164
|
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
4908
6165
|
validators: string[];
|
|
4909
6166
|
threshold: number;
|
|
@@ -4939,8 +6196,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4939
6196
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4940
6197
|
bridge: string;
|
|
4941
6198
|
} & string) | ({
|
|
4942
|
-
type: import("../ism/types.js").IsmType.
|
|
4943
|
-
|
|
6199
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6200
|
+
owner: string;
|
|
6201
|
+
urls: string[];
|
|
6202
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6203
|
+
} & string) | ({
|
|
4944
6204
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
4945
6205
|
} & {
|
|
4946
6206
|
owner: string;
|
|
@@ -4981,7 +6241,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4981
6241
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4982
6242
|
bridge: string;
|
|
4983
6243
|
} | {
|
|
4984
|
-
type: import("../ism/types.js").IsmType.
|
|
6244
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6245
|
+
owner: string;
|
|
6246
|
+
urls: string[];
|
|
6247
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4985
6248
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
4986
6249
|
} & string) | ({
|
|
4987
6250
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -5024,7 +6287,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5024
6287
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5025
6288
|
bridge: string;
|
|
5026
6289
|
} | {
|
|
5027
|
-
type: import("../ism/types.js").IsmType.
|
|
6290
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6291
|
+
owner: string;
|
|
6292
|
+
urls: string[];
|
|
6293
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5028
6294
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
5029
6295
|
}) | ({
|
|
5030
6296
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -5064,7 +6330,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5064
6330
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5065
6331
|
bridge: string;
|
|
5066
6332
|
} | {
|
|
5067
|
-
type: import("../ism/types.js").IsmType.
|
|
6333
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6334
|
+
owner: string;
|
|
6335
|
+
urls: string[];
|
|
6336
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5068
6337
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5069
6338
|
upperIsm: string | ({
|
|
5070
6339
|
validators: string[];
|
|
@@ -5101,7 +6370,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5101
6370
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5102
6371
|
bridge: string;
|
|
5103
6372
|
} | {
|
|
5104
|
-
type: import("../ism/types.js").IsmType.
|
|
6373
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6374
|
+
owner: string;
|
|
6375
|
+
urls: string[];
|
|
6376
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5105
6377
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5106
6378
|
threshold: number;
|
|
5107
6379
|
} & string) | ({
|
|
@@ -5142,7 +6414,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5142
6414
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5143
6415
|
bridge: string;
|
|
5144
6416
|
} | {
|
|
5145
|
-
type: import("../ism/types.js").IsmType.
|
|
6417
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6418
|
+
owner: string;
|
|
6419
|
+
urls: string[];
|
|
6420
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5146
6421
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5147
6422
|
upperIsm: string | ({
|
|
5148
6423
|
validators: string[];
|
|
@@ -5179,10 +6454,18 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5179
6454
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5180
6455
|
bridge: string;
|
|
5181
6456
|
} | {
|
|
5182
|
-
type: import("../ism/types.js").IsmType.
|
|
6457
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6458
|
+
owner: string;
|
|
6459
|
+
urls: string[];
|
|
6460
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5183
6461
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5184
6462
|
threshold: number;
|
|
5185
|
-
}) | (
|
|
6463
|
+
}) | ({
|
|
6464
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
6465
|
+
owner: string;
|
|
6466
|
+
isms: Record<string, string>;
|
|
6467
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6468
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string);
|
|
5186
6469
|
requiredHook: string | {
|
|
5187
6470
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5188
6471
|
} | {
|
|
@@ -5755,14 +7038,106 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5755
7038
|
owner: string;
|
|
5756
7039
|
address: string;
|
|
5757
7040
|
mailbox: string;
|
|
5758
|
-
|
|
7041
|
+
commitmentIsm: {
|
|
7042
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5759
7043
|
owner: string;
|
|
5760
|
-
|
|
7044
|
+
urls: string[];
|
|
7045
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5761
7046
|
};
|
|
5762
|
-
|
|
7047
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7048
|
+
proxyAdmin?: {
|
|
7049
|
+
owner: string;
|
|
7050
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7051
|
+
address?: string | undefined;
|
|
7052
|
+
} | undefined;
|
|
7053
|
+
hook?: string | {
|
|
7054
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
7055
|
+
} | {
|
|
7056
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
7057
|
+
owner: string;
|
|
7058
|
+
beneficiary: string;
|
|
7059
|
+
oracleKey: string;
|
|
7060
|
+
overhead: Record<string, number>;
|
|
7061
|
+
oracleConfig: Record<string, {
|
|
7062
|
+
gasPrice: string;
|
|
7063
|
+
tokenExchangeRate: string;
|
|
7064
|
+
tokenDecimals?: number | undefined;
|
|
7065
|
+
}>;
|
|
7066
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7067
|
+
} | {
|
|
7068
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
7069
|
+
owner: string;
|
|
7070
|
+
protocolFee: string;
|
|
7071
|
+
beneficiary: string;
|
|
7072
|
+
maxProtocolFee: string;
|
|
7073
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7074
|
+
} | {
|
|
7075
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
7076
|
+
owner: string;
|
|
7077
|
+
paused: boolean;
|
|
7078
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7079
|
+
} | {
|
|
7080
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
7081
|
+
owner: string;
|
|
7082
|
+
nativeBridge: string;
|
|
7083
|
+
destinationChain: string;
|
|
7084
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7085
|
+
} | {
|
|
7086
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
7087
|
+
destinationChain: string;
|
|
7088
|
+
arbSys: string;
|
|
7089
|
+
bridge?: string | undefined;
|
|
7090
|
+
childHook?: any;
|
|
7091
|
+
} | {
|
|
7092
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
7093
|
+
} | {
|
|
7094
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
7095
|
+
destinationChain: string;
|
|
7096
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
7097
|
+
interchainSecurityModule?: string | ({
|
|
7098
|
+
validators: string[];
|
|
7099
|
+
threshold: number;
|
|
7100
|
+
} & {
|
|
7101
|
+
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;
|
|
7102
|
+
}) | ({
|
|
7103
|
+
validators: {
|
|
7104
|
+
signingAddress: string;
|
|
7105
|
+
weight: number;
|
|
7106
|
+
}[];
|
|
7107
|
+
thresholdWeight: number;
|
|
7108
|
+
} & {
|
|
7109
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
7110
|
+
}) | {
|
|
7111
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
7112
|
+
} | ({
|
|
7113
|
+
owner: string;
|
|
7114
|
+
paused: boolean;
|
|
7115
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7116
|
+
} & {
|
|
7117
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
7118
|
+
}) | {
|
|
7119
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
7120
|
+
origin: string;
|
|
7121
|
+
nativeBridge: string;
|
|
7122
|
+
} | {
|
|
7123
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
7124
|
+
relayer: string;
|
|
7125
|
+
} | {
|
|
7126
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
7127
|
+
originChain: string;
|
|
7128
|
+
} | {
|
|
7129
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
7130
|
+
bridge: string;
|
|
7131
|
+
} | {
|
|
7132
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7133
|
+
owner: string;
|
|
7134
|
+
urls: string[];
|
|
7135
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7136
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
7137
|
+
foreignDeployment?: string | undefined;
|
|
7138
|
+
remoteRouters?: Record<string | number, {
|
|
5763
7139
|
address: string;
|
|
5764
|
-
|
|
5765
|
-
}>;
|
|
7140
|
+
}> | undefined;
|
|
5766
7141
|
} | undefined;
|
|
5767
7142
|
}, {
|
|
5768
7143
|
owner: string;
|
|
@@ -6363,8 +7738,16 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6363
7738
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6364
7739
|
bridge: string;
|
|
6365
7740
|
} | {
|
|
6366
|
-
type: import("../ism/types.js").IsmType.
|
|
6367
|
-
|
|
7741
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7742
|
+
owner: string;
|
|
7743
|
+
urls: string[];
|
|
7744
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7745
|
+
} | {
|
|
7746
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
7747
|
+
owner: string;
|
|
7748
|
+
isms: Record<string, string>;
|
|
7749
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7750
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
6368
7751
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
6369
7752
|
} & {
|
|
6370
7753
|
owner: string;
|
|
@@ -6405,7 +7788,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6405
7788
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6406
7789
|
bridge: string;
|
|
6407
7790
|
} | {
|
|
6408
|
-
type: import("../ism/types.js").IsmType.
|
|
7791
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7792
|
+
owner: string;
|
|
7793
|
+
urls: string[];
|
|
7794
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6409
7795
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
6410
7796
|
}) | (string & {
|
|
6411
7797
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -6445,7 +7831,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6445
7831
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6446
7832
|
bridge: string;
|
|
6447
7833
|
} | {
|
|
6448
|
-
type: import("../ism/types.js").IsmType.
|
|
7834
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7835
|
+
owner: string;
|
|
7836
|
+
urls: string[];
|
|
7837
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6449
7838
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6450
7839
|
upperIsm: string | ({
|
|
6451
7840
|
validators: string[];
|
|
@@ -6482,10 +7871,18 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6482
7871
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6483
7872
|
bridge: string;
|
|
6484
7873
|
} | {
|
|
6485
|
-
type: import("../ism/types.js").IsmType.
|
|
7874
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7875
|
+
owner: string;
|
|
7876
|
+
urls: string[];
|
|
7877
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6486
7878
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6487
7879
|
threshold: number;
|
|
6488
|
-
}) | (string &
|
|
7880
|
+
}) | (string & {
|
|
7881
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
7882
|
+
owner: string;
|
|
7883
|
+
isms: Record<string, string>;
|
|
7884
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7885
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
6489
7886
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
6490
7887
|
} & {
|
|
6491
7888
|
owner: string;
|
|
@@ -6526,7 +7923,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6526
7923
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6527
7924
|
bridge: string;
|
|
6528
7925
|
} | {
|
|
6529
|
-
type: import("../ism/types.js").IsmType.
|
|
7926
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7927
|
+
owner: string;
|
|
7928
|
+
urls: string[];
|
|
7929
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6530
7930
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
6531
7931
|
} & string) | ({
|
|
6532
7932
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -6569,7 +7969,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6569
7969
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6570
7970
|
bridge: string;
|
|
6571
7971
|
} | {
|
|
6572
|
-
type: import("../ism/types.js").IsmType.
|
|
7972
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7973
|
+
owner: string;
|
|
7974
|
+
urls: string[];
|
|
7975
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6573
7976
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
6574
7977
|
}) | ({
|
|
6575
7978
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -6609,7 +8012,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6609
8012
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6610
8013
|
bridge: string;
|
|
6611
8014
|
} | {
|
|
6612
|
-
type: import("../ism/types.js").IsmType.
|
|
8015
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8016
|
+
owner: string;
|
|
8017
|
+
urls: string[];
|
|
8018
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6613
8019
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6614
8020
|
upperIsm: string | ({
|
|
6615
8021
|
validators: string[];
|
|
@@ -6646,7 +8052,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6646
8052
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6647
8053
|
bridge: string;
|
|
6648
8054
|
} | {
|
|
6649
|
-
type: import("../ism/types.js").IsmType.
|
|
8055
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8056
|
+
owner: string;
|
|
8057
|
+
urls: string[];
|
|
8058
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6650
8059
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6651
8060
|
threshold: number;
|
|
6652
8061
|
} & string) | ({
|
|
@@ -6687,7 +8096,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6687
8096
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6688
8097
|
bridge: string;
|
|
6689
8098
|
} | {
|
|
6690
|
-
type: import("../ism/types.js").IsmType.
|
|
8099
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8100
|
+
owner: string;
|
|
8101
|
+
urls: string[];
|
|
8102
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6691
8103
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6692
8104
|
upperIsm: string | ({
|
|
6693
8105
|
validators: string[];
|
|
@@ -6724,10 +8136,18 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6724
8136
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6725
8137
|
bridge: string;
|
|
6726
8138
|
} | {
|
|
6727
|
-
type: import("../ism/types.js").IsmType.
|
|
8139
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8140
|
+
owner: string;
|
|
8141
|
+
urls: string[];
|
|
8142
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6728
8143
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6729
8144
|
threshold: number;
|
|
6730
|
-
}) | (
|
|
8145
|
+
}) | ({
|
|
8146
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8147
|
+
owner: string;
|
|
8148
|
+
isms: Record<string, string>;
|
|
8149
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8150
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
|
|
6731
8151
|
validators: string[];
|
|
6732
8152
|
threshold: number;
|
|
6733
8153
|
} & {
|
|
@@ -6762,7 +8182,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6762
8182
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6763
8183
|
bridge: string;
|
|
6764
8184
|
}) | (string & {
|
|
6765
|
-
type: import("../ism/types.js").IsmType.
|
|
8185
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8186
|
+
owner: string;
|
|
8187
|
+
urls: string[];
|
|
8188
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6766
8189
|
}) | ({
|
|
6767
8190
|
validators: string[];
|
|
6768
8191
|
threshold: number;
|
|
@@ -6798,7 +8221,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6798
8221
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6799
8222
|
bridge: string;
|
|
6800
8223
|
} & string) | ({
|
|
6801
|
-
type: import("../ism/types.js").IsmType.
|
|
8224
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8225
|
+
owner: string;
|
|
8226
|
+
urls: string[];
|
|
8227
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6802
8228
|
} & string);
|
|
6803
8229
|
requiredHook: string | {
|
|
6804
8230
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
@@ -7372,14 +8798,106 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7372
8798
|
owner: string;
|
|
7373
8799
|
address: string;
|
|
7374
8800
|
mailbox: string;
|
|
7375
|
-
|
|
8801
|
+
commitmentIsm: {
|
|
8802
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7376
8803
|
owner: string;
|
|
7377
|
-
|
|
8804
|
+
urls: string[];
|
|
8805
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7378
8806
|
};
|
|
7379
|
-
|
|
8807
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8808
|
+
proxyAdmin?: {
|
|
8809
|
+
owner: string;
|
|
8810
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8811
|
+
address?: string | undefined;
|
|
8812
|
+
} | undefined;
|
|
8813
|
+
hook?: string | {
|
|
8814
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
8815
|
+
} | {
|
|
8816
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
8817
|
+
owner: string;
|
|
8818
|
+
beneficiary: string;
|
|
8819
|
+
oracleKey: string;
|
|
8820
|
+
overhead: Record<string, number>;
|
|
8821
|
+
oracleConfig: Record<string, {
|
|
8822
|
+
gasPrice: string;
|
|
8823
|
+
tokenExchangeRate: string;
|
|
8824
|
+
tokenDecimals?: number | undefined;
|
|
8825
|
+
}>;
|
|
8826
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8827
|
+
} | {
|
|
8828
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
8829
|
+
owner: string;
|
|
8830
|
+
protocolFee: string;
|
|
8831
|
+
beneficiary: string;
|
|
8832
|
+
maxProtocolFee: string;
|
|
8833
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8834
|
+
} | {
|
|
8835
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
8836
|
+
owner: string;
|
|
8837
|
+
paused: boolean;
|
|
8838
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8839
|
+
} | {
|
|
8840
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
8841
|
+
owner: string;
|
|
8842
|
+
nativeBridge: string;
|
|
8843
|
+
destinationChain: string;
|
|
8844
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8845
|
+
} | {
|
|
8846
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
8847
|
+
destinationChain: string;
|
|
8848
|
+
arbSys: string;
|
|
8849
|
+
bridge?: string | undefined;
|
|
8850
|
+
childHook?: any;
|
|
8851
|
+
} | {
|
|
8852
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
8853
|
+
} | {
|
|
8854
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
8855
|
+
destinationChain: string;
|
|
8856
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
8857
|
+
interchainSecurityModule?: string | ({
|
|
8858
|
+
validators: string[];
|
|
8859
|
+
threshold: number;
|
|
8860
|
+
} & {
|
|
8861
|
+
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;
|
|
8862
|
+
}) | ({
|
|
8863
|
+
validators: {
|
|
8864
|
+
signingAddress: string;
|
|
8865
|
+
weight: number;
|
|
8866
|
+
}[];
|
|
8867
|
+
thresholdWeight: number;
|
|
8868
|
+
} & {
|
|
8869
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
8870
|
+
}) | {
|
|
8871
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
8872
|
+
} | ({
|
|
8873
|
+
owner: string;
|
|
8874
|
+
paused: boolean;
|
|
8875
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8876
|
+
} & {
|
|
8877
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
8878
|
+
}) | {
|
|
8879
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
8880
|
+
origin: string;
|
|
8881
|
+
nativeBridge: string;
|
|
8882
|
+
} | {
|
|
8883
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
8884
|
+
relayer: string;
|
|
8885
|
+
} | {
|
|
8886
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
8887
|
+
originChain: string;
|
|
8888
|
+
} | {
|
|
8889
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
8890
|
+
bridge: string;
|
|
8891
|
+
} | {
|
|
8892
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8893
|
+
owner: string;
|
|
8894
|
+
urls: string[];
|
|
8895
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8896
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
8897
|
+
foreignDeployment?: string | undefined;
|
|
8898
|
+
remoteRouters?: Record<string | number, {
|
|
7380
8899
|
address: string;
|
|
7381
|
-
|
|
7382
|
-
}>;
|
|
8900
|
+
}> | undefined;
|
|
7383
8901
|
} | undefined;
|
|
7384
8902
|
}>;
|
|
7385
8903
|
export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
@@ -7396,7 +8914,6 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
7396
8914
|
testRecipient: z.ZodString;
|
|
7397
8915
|
timelockController: z.ZodOptional<z.ZodString>;
|
|
7398
8916
|
interchainAccountRouter: z.ZodString;
|
|
7399
|
-
interchainAccountIsm: z.ZodString;
|
|
7400
8917
|
merkleTreeHook: z.ZodOptional<z.ZodString>;
|
|
7401
8918
|
interchainGasPaymaster: z.ZodOptional<z.ZodString>;
|
|
7402
8919
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7412,7 +8929,6 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
7412
8929
|
interchainAccountRouter: string;
|
|
7413
8930
|
validatorAnnounce: string;
|
|
7414
8931
|
testRecipient: string;
|
|
7415
|
-
interchainAccountIsm: string;
|
|
7416
8932
|
timelockController?: string | undefined;
|
|
7417
8933
|
merkleTreeHook?: string | undefined;
|
|
7418
8934
|
interchainGasPaymaster?: string | undefined;
|
|
@@ -7429,7 +8945,6 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
7429
8945
|
interchainAccountRouter: string;
|
|
7430
8946
|
validatorAnnounce: string;
|
|
7431
8947
|
testRecipient: string;
|
|
7432
|
-
interchainAccountIsm: string;
|
|
7433
8948
|
timelockController?: string | undefined;
|
|
7434
8949
|
merkleTreeHook?: string | undefined;
|
|
7435
8950
|
interchainGasPaymaster?: string | undefined;
|