@hyperlane-xyz/sdk 13.2.1 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +52 -90
- 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/CosmosNativeCoreReader.d.ts +3 -3
- package/dist/core/CosmosNativeCoreReader.d.ts.map +1 -1
- package/dist/core/CosmosNativeCoreReader.js +5 -5
- package/dist/core/CosmosNativeCoreReader.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 +40 -5
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/types.d.ts +1794 -129
- 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/HyperlaneProxyFactoryDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js +10 -4
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -1
- package/dist/deploy/contracts.js +1 -1
- package/dist/deploy/contracts.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/deploy/verify/utils.d.ts +1 -0
- package/dist/deploy/verify/utils.d.ts.map +1 -1
- package/dist/deploy/verify/utils.js +8 -1
- package/dist/deploy/verify/utils.js.map +1 -1
- package/dist/fork/types.d.ts +2086 -0
- package/dist/fork/types.d.ts.map +1 -0
- package/dist/fork/types.js +142 -0
- package/dist/fork/types.js.map +1 -0
- 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/hook/CosmosNativeHookReader.d.ts +3 -3
- package/dist/hook/CosmosNativeHookReader.d.ts.map +1 -1
- package/dist/hook/CosmosNativeHookReader.js +4 -4
- package/dist/hook/CosmosNativeHookReader.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 +1005 -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 +24 -18
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -16
- package/dist/index.js.map +1 -1
- package/dist/ism/CosmosNativeIsmReader.d.ts +3 -3
- package/dist/ism/CosmosNativeIsmReader.d.ts.map +1 -1
- package/dist/ism/CosmosNativeIsmReader.js +4 -4
- package/dist/ism/CosmosNativeIsmReader.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 +6 -3
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +87 -43
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/EvmIsmReader.test.js +36 -1
- package/dist/ism/EvmIsmReader.test.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 +6 -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 +4 -4
- 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 +7 -7
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/ccipread.d.ts +5 -4
- package/dist/ism/metadata/ccipread.d.ts.map +1 -1
- package/dist/ism/metadata/ccipread.hardhat-test.js +7 -13
- package/dist/ism/metadata/ccipread.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/ccipread.js +9 -8
- package/dist/ism/metadata/ccipread.js.map +1 -1
- package/dist/ism/metadata/decode.js +2 -2
- package/dist/ism/metadata/decode.js.map +1 -1
- package/dist/ism/metadata/routing.d.ts +4 -2
- package/dist/ism/metadata/routing.d.ts.map +1 -1
- package/dist/ism/metadata/routing.js +33 -39
- package/dist/ism/metadata/routing.js.map +1 -1
- package/dist/ism/types.d.ts +77 -19
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +26 -12
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +12 -10
- package/dist/ism/utils.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +52 -2
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +53 -10
- 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/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +6 -0
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +7 -3
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- 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/rebalancer/types.d.ts +875 -0
- package/dist/rebalancer/types.d.ts.map +1 -0
- package/dist/rebalancer/types.js +119 -0
- package/dist/rebalancer/types.js.map +1 -0
- 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 +139 -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/CosmosNativeWarpRouteReader.d.ts +51 -0
- package/dist/token/CosmosNativeWarpRouteReader.d.ts.map +1 -0
- package/dist/token/CosmosNativeWarpRouteReader.js +123 -0
- package/dist/token/CosmosNativeWarpRouteReader.js.map +1 -0
- 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 +211 -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 +5 -1
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +29 -1
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/CosmosModuleTokenAdapter.d.ts +1 -1
- package/dist/token/adapters/CosmosModuleTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmosModuleTokenAdapter.js +7 -4
- package/dist/token/adapters/CosmosModuleTokenAdapter.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +14 -2
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +64 -3
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +9 -1
- package/dist/token/adapters/ITokenAdapter.d.ts.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/configUtils.test.js +2 -2
- package/dist/token/configUtils.test.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 +140 -5
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/types.d.ts +2812 -83
- 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 +3 -0
- package/dist/utils/decimals.d.ts.map +1 -0
- package/dist/utils/decimals.js +34 -0
- package/dist/utils/decimals.js.map +1 -0
- package/dist/utils/decimals.test.d.ts +2 -0
- package/dist/utils/decimals.test.d.ts.map +1 -0
- package/dist/utils/decimals.test.js +173 -0
- package/dist/utils/decimals.test.js.map +1 -0
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +2 -1
- package/dist/warp/WarpCore.js.map +1 -1
- package/package.json +12 -8
package/dist/core/types.d.ts
CHANGED
|
@@ -117,11 +117,35 @@ 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">;
|
|
124
|
+
}, "strip", z.ZodTypeAny, {
|
|
125
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
126
|
+
owner: string;
|
|
127
|
+
urls: string[];
|
|
128
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
129
|
+
}, {
|
|
130
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
131
|
+
owner: string;
|
|
132
|
+
urls: string[];
|
|
133
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
134
|
+
}>, z.ZodObject<{
|
|
135
|
+
owner: z.ZodString;
|
|
136
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
137
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING>;
|
|
138
|
+
isms: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
121
139
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
type: import("../ism/types.js").IsmType.
|
|
140
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
141
|
+
owner: string;
|
|
142
|
+
isms: Record<string, string>;
|
|
143
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
123
144
|
}, {
|
|
124
|
-
type: import("../ism/types.js").IsmType.
|
|
145
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
146
|
+
owner: string;
|
|
147
|
+
isms: Record<string, string>;
|
|
148
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
125
149
|
}>]>;
|
|
126
150
|
defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
127
151
|
owner: z.ZodString;
|
|
@@ -414,48 +438,532 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
414
438
|
}>>;
|
|
415
439
|
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
416
440
|
owner: z.ZodString;
|
|
441
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
417
442
|
mailbox: z.ZodString;
|
|
418
|
-
proxyAdmin: z.ZodObject<{
|
|
419
|
-
address: z.ZodOptional<z.ZodString>;
|
|
443
|
+
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
420
444
|
owner: z.ZodString;
|
|
445
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
446
|
+
address: z.ZodOptional<z.ZodString>;
|
|
421
447
|
}, "strip", z.ZodTypeAny, {
|
|
422
448
|
owner: string;
|
|
449
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
423
450
|
address?: string | undefined;
|
|
424
451
|
}, {
|
|
425
452
|
owner: string;
|
|
453
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
426
454
|
address?: string | undefined;
|
|
427
|
-
}
|
|
428
|
-
|
|
455
|
+
}>>;
|
|
456
|
+
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
457
|
+
owner: z.ZodString;
|
|
458
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
459
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
|
|
460
|
+
beneficiary: z.ZodString;
|
|
461
|
+
maxProtocolFee: z.ZodString;
|
|
462
|
+
protocolFee: z.ZodString;
|
|
463
|
+
}, "strip", z.ZodTypeAny, {
|
|
464
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
465
|
+
owner: string;
|
|
466
|
+
protocolFee: string;
|
|
467
|
+
beneficiary: string;
|
|
468
|
+
maxProtocolFee: string;
|
|
469
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
470
|
+
}, {
|
|
471
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
472
|
+
owner: string;
|
|
473
|
+
protocolFee: string;
|
|
474
|
+
beneficiary: string;
|
|
475
|
+
maxProtocolFee: string;
|
|
476
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
477
|
+
}>, z.ZodObject<{
|
|
478
|
+
owner: z.ZodString;
|
|
479
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
480
|
+
paused: z.ZodBoolean;
|
|
481
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
|
|
482
|
+
}, "strip", z.ZodTypeAny, {
|
|
483
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
484
|
+
owner: string;
|
|
485
|
+
paused: boolean;
|
|
486
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
487
|
+
}, {
|
|
488
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
489
|
+
owner: string;
|
|
490
|
+
paused: boolean;
|
|
491
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
492
|
+
}>, z.ZodObject<{
|
|
493
|
+
owner: z.ZodString;
|
|
494
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
495
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
|
|
496
|
+
nativeBridge: z.ZodString;
|
|
497
|
+
destinationChain: z.ZodString;
|
|
498
|
+
}, "strip", z.ZodTypeAny, {
|
|
499
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
500
|
+
owner: string;
|
|
501
|
+
nativeBridge: string;
|
|
502
|
+
destinationChain: string;
|
|
503
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
504
|
+
}, {
|
|
505
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
506
|
+
owner: string;
|
|
507
|
+
nativeBridge: string;
|
|
508
|
+
destinationChain: string;
|
|
509
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
510
|
+
}>, z.ZodObject<{
|
|
511
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
|
|
512
|
+
}, "strip", z.ZodTypeAny, {
|
|
513
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
514
|
+
}, {
|
|
515
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
516
|
+
}>, z.ZodObject<{
|
|
517
|
+
owner: z.ZodString;
|
|
518
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
519
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
|
|
520
|
+
beneficiary: z.ZodString;
|
|
521
|
+
oracleKey: z.ZodString;
|
|
522
|
+
overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
523
|
+
oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
524
|
+
gasPrice: z.ZodString;
|
|
525
|
+
tokenExchangeRate: z.ZodString;
|
|
526
|
+
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
527
|
+
}, "strip", z.ZodTypeAny, {
|
|
528
|
+
gasPrice: string;
|
|
529
|
+
tokenExchangeRate: string;
|
|
530
|
+
tokenDecimals?: number | undefined;
|
|
531
|
+
}, {
|
|
532
|
+
gasPrice: string;
|
|
533
|
+
tokenExchangeRate: string;
|
|
534
|
+
tokenDecimals?: number | undefined;
|
|
535
|
+
}>>;
|
|
536
|
+
}, "strip", z.ZodTypeAny, {
|
|
537
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
538
|
+
owner: string;
|
|
539
|
+
beneficiary: string;
|
|
540
|
+
oracleKey: string;
|
|
541
|
+
overhead: Record<string, number>;
|
|
542
|
+
oracleConfig: Record<string, {
|
|
543
|
+
gasPrice: string;
|
|
544
|
+
tokenExchangeRate: string;
|
|
545
|
+
tokenDecimals?: number | undefined;
|
|
546
|
+
}>;
|
|
547
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
548
|
+
}, {
|
|
549
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
550
|
+
owner: string;
|
|
551
|
+
beneficiary: string;
|
|
552
|
+
oracleKey: string;
|
|
553
|
+
overhead: Record<string, number>;
|
|
554
|
+
oracleConfig: Record<string, {
|
|
555
|
+
gasPrice: string;
|
|
556
|
+
tokenExchangeRate: string;
|
|
557
|
+
tokenDecimals?: number | undefined;
|
|
558
|
+
}>;
|
|
559
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
560
|
+
}>, 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<{
|
|
561
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
562
|
+
arbSys: z.ZodString;
|
|
563
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
564
|
+
destinationChain: z.ZodString;
|
|
565
|
+
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
566
|
+
}, "strip", z.ZodTypeAny, {
|
|
567
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
568
|
+
destinationChain: string;
|
|
569
|
+
arbSys: string;
|
|
570
|
+
bridge?: string | undefined;
|
|
571
|
+
childHook?: any;
|
|
572
|
+
}, {
|
|
573
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
574
|
+
destinationChain: string;
|
|
575
|
+
arbSys: string;
|
|
576
|
+
bridge?: string | undefined;
|
|
577
|
+
childHook?: any;
|
|
578
|
+
}>, z.ZodObject<{
|
|
579
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MAILBOX_DEFAULT>;
|
|
580
|
+
}, "strip", z.ZodTypeAny, {
|
|
581
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
582
|
+
}, {
|
|
583
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
584
|
+
}>, z.ZodObject<{
|
|
585
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.CCIP>;
|
|
586
|
+
destinationChain: z.ZodString;
|
|
587
|
+
}, "strip", z.ZodTypeAny, {
|
|
588
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
589
|
+
destinationChain: string;
|
|
590
|
+
}, {
|
|
591
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
592
|
+
destinationChain: string;
|
|
593
|
+
}>]>>;
|
|
594
|
+
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
595
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
|
|
596
|
+
}, "strip", z.ZodTypeAny, {
|
|
597
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
598
|
+
}, {
|
|
599
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
600
|
+
}>, z.ZodObject<{
|
|
601
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
|
|
602
|
+
origin: z.ZodString;
|
|
603
|
+
nativeBridge: z.ZodString;
|
|
604
|
+
}, "strip", z.ZodTypeAny, {
|
|
605
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
606
|
+
origin: string;
|
|
607
|
+
nativeBridge: string;
|
|
608
|
+
}, {
|
|
609
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
610
|
+
origin: string;
|
|
611
|
+
nativeBridge: string;
|
|
612
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
613
|
+
owner: z.ZodString;
|
|
614
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
615
|
+
paused: z.ZodBoolean;
|
|
616
|
+
}, "strip", z.ZodTypeAny, {
|
|
617
|
+
owner: string;
|
|
618
|
+
paused: boolean;
|
|
619
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
620
|
+
}, {
|
|
621
|
+
owner: string;
|
|
622
|
+
paused: boolean;
|
|
623
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
624
|
+
}>, z.ZodObject<{
|
|
625
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
|
|
626
|
+
}, "strip", z.ZodTypeAny, {
|
|
627
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
628
|
+
}, {
|
|
629
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
630
|
+
}>>, z.ZodObject<{
|
|
631
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
|
|
632
|
+
relayer: z.ZodString;
|
|
633
|
+
}, "strip", z.ZodTypeAny, {
|
|
634
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
635
|
+
relayer: string;
|
|
636
|
+
}, {
|
|
637
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
638
|
+
relayer: string;
|
|
639
|
+
}>, z.ZodObject<{
|
|
640
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.CCIP>;
|
|
641
|
+
originChain: z.ZodString;
|
|
642
|
+
}, "strip", z.ZodTypeAny, {
|
|
643
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
644
|
+
originChain: string;
|
|
645
|
+
}, {
|
|
646
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
647
|
+
originChain: string;
|
|
648
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
649
|
+
validators: z.ZodArray<z.ZodString, "many">;
|
|
650
|
+
threshold: z.ZodNumber;
|
|
651
|
+
}, "strip", z.ZodTypeAny, {
|
|
652
|
+
validators: string[];
|
|
653
|
+
threshold: number;
|
|
654
|
+
}, {
|
|
655
|
+
validators: string[];
|
|
656
|
+
threshold: number;
|
|
657
|
+
}>, z.ZodObject<{
|
|
658
|
+
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>]>;
|
|
659
|
+
}, "strip", z.ZodTypeAny, {
|
|
660
|
+
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;
|
|
661
|
+
}, {
|
|
662
|
+
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;
|
|
663
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
664
|
+
validators: z.ZodArray<z.ZodObject<{
|
|
665
|
+
signingAddress: z.ZodString;
|
|
666
|
+
weight: z.ZodNumber;
|
|
667
|
+
}, "strip", z.ZodTypeAny, {
|
|
668
|
+
signingAddress: string;
|
|
669
|
+
weight: number;
|
|
670
|
+
}, {
|
|
671
|
+
signingAddress: string;
|
|
672
|
+
weight: number;
|
|
673
|
+
}>, "many">;
|
|
674
|
+
thresholdWeight: z.ZodNumber;
|
|
675
|
+
}, "strip", z.ZodTypeAny, {
|
|
676
|
+
validators: {
|
|
677
|
+
signingAddress: string;
|
|
678
|
+
weight: number;
|
|
679
|
+
}[];
|
|
680
|
+
thresholdWeight: number;
|
|
681
|
+
}, {
|
|
682
|
+
validators: {
|
|
683
|
+
signingAddress: string;
|
|
684
|
+
weight: number;
|
|
685
|
+
}[];
|
|
686
|
+
thresholdWeight: number;
|
|
687
|
+
}>, z.ZodObject<{
|
|
688
|
+
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>]>;
|
|
689
|
+
}, "strip", z.ZodTypeAny, {
|
|
690
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
691
|
+
}, {
|
|
692
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
693
|
+
}>>, 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<{
|
|
694
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
|
|
695
|
+
bridge: z.ZodString;
|
|
696
|
+
}, "strip", z.ZodTypeAny, {
|
|
697
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
698
|
+
bridge: string;
|
|
699
|
+
}, {
|
|
700
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
701
|
+
bridge: string;
|
|
702
|
+
}>, z.ZodObject<{
|
|
703
|
+
owner: z.ZodString;
|
|
704
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
705
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
706
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
707
|
+
}, "strip", z.ZodTypeAny, {
|
|
708
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
709
|
+
owner: string;
|
|
710
|
+
urls: string[];
|
|
711
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
712
|
+
}, {
|
|
713
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
714
|
+
owner: string;
|
|
715
|
+
urls: string[];
|
|
716
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
717
|
+
}>, z.ZodObject<{
|
|
718
|
+
owner: z.ZodString;
|
|
719
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
720
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING>;
|
|
721
|
+
isms: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
722
|
+
}, "strip", z.ZodTypeAny, {
|
|
723
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
724
|
+
owner: string;
|
|
725
|
+
isms: Record<string, string>;
|
|
726
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
727
|
+
}, {
|
|
728
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
729
|
+
owner: string;
|
|
730
|
+
isms: Record<string, string>;
|
|
731
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
732
|
+
}>]>>;
|
|
733
|
+
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
734
|
+
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
429
735
|
address: z.ZodString;
|
|
430
|
-
interchainSecurityModule: z.ZodOptional<z.ZodString>;
|
|
431
736
|
}, "strip", z.ZodTypeAny, {
|
|
432
737
|
address: string;
|
|
433
|
-
interchainSecurityModule?: string | undefined;
|
|
434
738
|
}, {
|
|
435
739
|
address: string;
|
|
436
|
-
interchainSecurityModule?: string | undefined;
|
|
437
740
|
}>>>;
|
|
741
|
+
commitmentIsm: z.ZodObject<{
|
|
742
|
+
owner: z.ZodString;
|
|
743
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
744
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
745
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
746
|
+
}, "strip", z.ZodTypeAny, {
|
|
747
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
748
|
+
owner: string;
|
|
749
|
+
urls: string[];
|
|
750
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
751
|
+
}, {
|
|
752
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
753
|
+
owner: string;
|
|
754
|
+
urls: string[];
|
|
755
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
756
|
+
}>;
|
|
438
757
|
}, "strip", z.ZodTypeAny, {
|
|
439
758
|
owner: string;
|
|
440
759
|
mailbox: string;
|
|
441
|
-
|
|
760
|
+
commitmentIsm: {
|
|
761
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
762
|
+
owner: string;
|
|
763
|
+
urls: string[];
|
|
764
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
765
|
+
};
|
|
766
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
767
|
+
proxyAdmin?: {
|
|
768
|
+
owner: string;
|
|
769
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
770
|
+
address?: string | undefined;
|
|
771
|
+
} | undefined;
|
|
772
|
+
hook?: string | {
|
|
773
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
774
|
+
} | {
|
|
775
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
776
|
+
owner: string;
|
|
777
|
+
beneficiary: string;
|
|
778
|
+
oracleKey: string;
|
|
779
|
+
overhead: Record<string, number>;
|
|
780
|
+
oracleConfig: Record<string, {
|
|
781
|
+
gasPrice: string;
|
|
782
|
+
tokenExchangeRate: string;
|
|
783
|
+
tokenDecimals?: number | undefined;
|
|
784
|
+
}>;
|
|
785
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
786
|
+
} | {
|
|
787
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
788
|
+
owner: string;
|
|
789
|
+
protocolFee: string;
|
|
790
|
+
beneficiary: string;
|
|
791
|
+
maxProtocolFee: string;
|
|
792
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
793
|
+
} | {
|
|
794
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
795
|
+
owner: string;
|
|
796
|
+
paused: boolean;
|
|
797
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
798
|
+
} | {
|
|
799
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
800
|
+
owner: string;
|
|
801
|
+
nativeBridge: string;
|
|
802
|
+
destinationChain: string;
|
|
803
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
804
|
+
} | {
|
|
805
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
806
|
+
destinationChain: string;
|
|
807
|
+
arbSys: string;
|
|
808
|
+
bridge?: string | undefined;
|
|
809
|
+
childHook?: any;
|
|
810
|
+
} | {
|
|
811
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
812
|
+
} | {
|
|
813
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
814
|
+
destinationChain: string;
|
|
815
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
816
|
+
interchainSecurityModule?: string | ({
|
|
817
|
+
validators: string[];
|
|
818
|
+
threshold: number;
|
|
819
|
+
} & {
|
|
820
|
+
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;
|
|
821
|
+
}) | ({
|
|
822
|
+
validators: {
|
|
823
|
+
signingAddress: string;
|
|
824
|
+
weight: number;
|
|
825
|
+
}[];
|
|
826
|
+
thresholdWeight: number;
|
|
827
|
+
} & {
|
|
828
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
829
|
+
}) | {
|
|
830
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
831
|
+
} | ({
|
|
832
|
+
owner: string;
|
|
833
|
+
paused: boolean;
|
|
834
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
835
|
+
} & {
|
|
836
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
837
|
+
}) | {
|
|
838
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
839
|
+
origin: string;
|
|
840
|
+
nativeBridge: string;
|
|
841
|
+
} | {
|
|
842
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
843
|
+
relayer: string;
|
|
844
|
+
} | {
|
|
845
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
846
|
+
originChain: string;
|
|
847
|
+
} | {
|
|
848
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
849
|
+
bridge: string;
|
|
850
|
+
} | {
|
|
851
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
442
852
|
owner: string;
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
853
|
+
urls: string[];
|
|
854
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
855
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
856
|
+
foreignDeployment?: string | undefined;
|
|
857
|
+
remoteRouters?: Record<string | number, {
|
|
446
858
|
address: string;
|
|
447
|
-
interchainSecurityModule?: string | undefined;
|
|
448
859
|
}> | undefined;
|
|
449
860
|
}, {
|
|
450
861
|
owner: string;
|
|
451
862
|
mailbox: string;
|
|
452
|
-
|
|
863
|
+
commitmentIsm: {
|
|
864
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
453
865
|
owner: string;
|
|
454
|
-
|
|
866
|
+
urls: string[];
|
|
867
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
455
868
|
};
|
|
456
|
-
|
|
869
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
870
|
+
proxyAdmin?: {
|
|
871
|
+
owner: string;
|
|
872
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
873
|
+
address?: string | undefined;
|
|
874
|
+
} | undefined;
|
|
875
|
+
hook?: string | {
|
|
876
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
877
|
+
} | {
|
|
878
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
879
|
+
owner: string;
|
|
880
|
+
beneficiary: string;
|
|
881
|
+
oracleKey: string;
|
|
882
|
+
overhead: Record<string, number>;
|
|
883
|
+
oracleConfig: Record<string, {
|
|
884
|
+
gasPrice: string;
|
|
885
|
+
tokenExchangeRate: string;
|
|
886
|
+
tokenDecimals?: number | undefined;
|
|
887
|
+
}>;
|
|
888
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
889
|
+
} | {
|
|
890
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
891
|
+
owner: string;
|
|
892
|
+
protocolFee: string;
|
|
893
|
+
beneficiary: string;
|
|
894
|
+
maxProtocolFee: string;
|
|
895
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
896
|
+
} | {
|
|
897
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
898
|
+
owner: string;
|
|
899
|
+
paused: boolean;
|
|
900
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
901
|
+
} | {
|
|
902
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
903
|
+
owner: string;
|
|
904
|
+
nativeBridge: string;
|
|
905
|
+
destinationChain: string;
|
|
906
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
907
|
+
} | {
|
|
908
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
909
|
+
destinationChain: string;
|
|
910
|
+
arbSys: string;
|
|
911
|
+
bridge?: string | undefined;
|
|
912
|
+
childHook?: any;
|
|
913
|
+
} | {
|
|
914
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
915
|
+
} | {
|
|
916
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
917
|
+
destinationChain: string;
|
|
918
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
919
|
+
interchainSecurityModule?: string | ({
|
|
920
|
+
validators: string[];
|
|
921
|
+
threshold: number;
|
|
922
|
+
} & {
|
|
923
|
+
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;
|
|
924
|
+
}) | ({
|
|
925
|
+
validators: {
|
|
926
|
+
signingAddress: string;
|
|
927
|
+
weight: number;
|
|
928
|
+
}[];
|
|
929
|
+
thresholdWeight: number;
|
|
930
|
+
} & {
|
|
931
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
932
|
+
}) | {
|
|
933
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
934
|
+
} | ({
|
|
935
|
+
owner: string;
|
|
936
|
+
paused: boolean;
|
|
937
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
938
|
+
} & {
|
|
939
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
940
|
+
}) | {
|
|
941
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
942
|
+
origin: string;
|
|
943
|
+
nativeBridge: string;
|
|
944
|
+
} | {
|
|
945
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
946
|
+
relayer: string;
|
|
947
|
+
} | {
|
|
948
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
949
|
+
originChain: string;
|
|
950
|
+
} | {
|
|
951
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
952
|
+
bridge: string;
|
|
953
|
+
} | {
|
|
954
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
955
|
+
owner: string;
|
|
956
|
+
urls: string[];
|
|
957
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
958
|
+
} | {
|
|
959
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
960
|
+
owner: string;
|
|
961
|
+
isms: Record<string, string>;
|
|
962
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
963
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
964
|
+
foreignDeployment?: string | undefined;
|
|
965
|
+
remoteRouters?: Record<string | number, {
|
|
457
966
|
address: string;
|
|
458
|
-
interchainSecurityModule?: string | undefined;
|
|
459
967
|
}> | undefined;
|
|
460
968
|
}>>;
|
|
461
969
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1057,8 +1565,16 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1057
1565
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1058
1566
|
bridge: string;
|
|
1059
1567
|
} | {
|
|
1060
|
-
type: import("../ism/types.js").IsmType.
|
|
1061
|
-
|
|
1568
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1569
|
+
owner: string;
|
|
1570
|
+
urls: string[];
|
|
1571
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1572
|
+
} | {
|
|
1573
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
1574
|
+
owner: string;
|
|
1575
|
+
isms: Record<string, string>;
|
|
1576
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1577
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
1062
1578
|
validators: string[];
|
|
1063
1579
|
threshold: number;
|
|
1064
1580
|
} & {
|
|
@@ -1093,8 +1609,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1093
1609
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1094
1610
|
bridge: string;
|
|
1095
1611
|
}) | (string & {
|
|
1096
|
-
type: import("../ism/types.js").IsmType.
|
|
1097
|
-
|
|
1612
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1613
|
+
owner: string;
|
|
1614
|
+
urls: string[];
|
|
1615
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1616
|
+
}) | (string & {
|
|
1098
1617
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1099
1618
|
} & {
|
|
1100
1619
|
owner: string;
|
|
@@ -1135,7 +1654,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1135
1654
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1136
1655
|
bridge: string;
|
|
1137
1656
|
} | {
|
|
1138
|
-
type: import("../ism/types.js").IsmType.
|
|
1657
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1658
|
+
owner: string;
|
|
1659
|
+
urls: string[];
|
|
1660
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1139
1661
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1140
1662
|
}) | (string & {
|
|
1141
1663
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -1175,7 +1697,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1175
1697
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1176
1698
|
bridge: string;
|
|
1177
1699
|
} | {
|
|
1178
|
-
type: import("../ism/types.js").IsmType.
|
|
1700
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1701
|
+
owner: string;
|
|
1702
|
+
urls: string[];
|
|
1703
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1179
1704
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1180
1705
|
upperIsm: string | ({
|
|
1181
1706
|
validators: string[];
|
|
@@ -1212,9 +1737,17 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1212
1737
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1213
1738
|
bridge: string;
|
|
1214
1739
|
} | {
|
|
1215
|
-
type: import("../ism/types.js").IsmType.
|
|
1740
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1741
|
+
owner: string;
|
|
1742
|
+
urls: string[];
|
|
1743
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1216
1744
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1217
1745
|
threshold: number;
|
|
1746
|
+
}) | (string & {
|
|
1747
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
1748
|
+
owner: string;
|
|
1749
|
+
isms: Record<string, string>;
|
|
1750
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1218
1751
|
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
1219
1752
|
validators: string[];
|
|
1220
1753
|
threshold: number;
|
|
@@ -1250,8 +1783,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1250
1783
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1251
1784
|
bridge: string;
|
|
1252
1785
|
} & string) | ({
|
|
1253
|
-
type: import("../ism/types.js").IsmType.
|
|
1254
|
-
|
|
1786
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1787
|
+
owner: string;
|
|
1788
|
+
urls: string[];
|
|
1789
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1790
|
+
} & string) | ({
|
|
1255
1791
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
1256
1792
|
} & {
|
|
1257
1793
|
owner: string;
|
|
@@ -1292,7 +1828,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1292
1828
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1293
1829
|
bridge: string;
|
|
1294
1830
|
} | {
|
|
1295
|
-
type: import("../ism/types.js").IsmType.
|
|
1831
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1832
|
+
owner: string;
|
|
1833
|
+
urls: string[];
|
|
1834
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1296
1835
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1297
1836
|
} & string) | ({
|
|
1298
1837
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -1335,7 +1874,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1335
1874
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1336
1875
|
bridge: string;
|
|
1337
1876
|
} | {
|
|
1338
|
-
type: import("../ism/types.js").IsmType.
|
|
1877
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1878
|
+
owner: string;
|
|
1879
|
+
urls: string[];
|
|
1880
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1339
1881
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
1340
1882
|
}) | ({
|
|
1341
1883
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -1375,7 +1917,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1375
1917
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1376
1918
|
bridge: string;
|
|
1377
1919
|
} | {
|
|
1378
|
-
type: import("../ism/types.js").IsmType.
|
|
1920
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1921
|
+
owner: string;
|
|
1922
|
+
urls: string[];
|
|
1923
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1379
1924
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1380
1925
|
upperIsm: string | ({
|
|
1381
1926
|
validators: string[];
|
|
@@ -1412,7 +1957,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1412
1957
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1413
1958
|
bridge: string;
|
|
1414
1959
|
} | {
|
|
1415
|
-
type: import("../ism/types.js").IsmType.
|
|
1960
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
1961
|
+
owner: string;
|
|
1962
|
+
urls: string[];
|
|
1963
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1416
1964
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1417
1965
|
threshold: number;
|
|
1418
1966
|
} & string) | ({
|
|
@@ -1453,7 +2001,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1453
2001
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1454
2002
|
bridge: string;
|
|
1455
2003
|
} | {
|
|
1456
|
-
type: import("../ism/types.js").IsmType.
|
|
2004
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2005
|
+
owner: string;
|
|
2006
|
+
urls: string[];
|
|
2007
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1457
2008
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1458
2009
|
upperIsm: string | ({
|
|
1459
2010
|
validators: string[];
|
|
@@ -1490,10 +2041,18 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1490
2041
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
1491
2042
|
bridge: string;
|
|
1492
2043
|
} | {
|
|
1493
|
-
type: import("../ism/types.js").IsmType.
|
|
2044
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2045
|
+
owner: string;
|
|
2046
|
+
urls: string[];
|
|
2047
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1494
2048
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
1495
2049
|
threshold: number;
|
|
1496
|
-
}) | (
|
|
2050
|
+
}) | ({
|
|
2051
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
2052
|
+
owner: string;
|
|
2053
|
+
isms: Record<string, string>;
|
|
2054
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2055
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string);
|
|
1497
2056
|
requiredHook: string | {
|
|
1498
2057
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
1499
2058
|
} | {
|
|
@@ -2065,13 +2624,105 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2065
2624
|
interchainAccountRouter?: {
|
|
2066
2625
|
owner: string;
|
|
2067
2626
|
mailbox: string;
|
|
2068
|
-
|
|
2627
|
+
commitmentIsm: {
|
|
2628
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2069
2629
|
owner: string;
|
|
2070
|
-
|
|
2630
|
+
urls: string[];
|
|
2631
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2071
2632
|
};
|
|
2072
|
-
|
|
2633
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2634
|
+
proxyAdmin?: {
|
|
2635
|
+
owner: string;
|
|
2636
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2637
|
+
address?: string | undefined;
|
|
2638
|
+
} | undefined;
|
|
2639
|
+
hook?: string | {
|
|
2640
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
2641
|
+
} | {
|
|
2642
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
2643
|
+
owner: string;
|
|
2644
|
+
beneficiary: string;
|
|
2645
|
+
oracleKey: string;
|
|
2646
|
+
overhead: Record<string, number>;
|
|
2647
|
+
oracleConfig: Record<string, {
|
|
2648
|
+
gasPrice: string;
|
|
2649
|
+
tokenExchangeRate: string;
|
|
2650
|
+
tokenDecimals?: number | undefined;
|
|
2651
|
+
}>;
|
|
2652
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2653
|
+
} | {
|
|
2654
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
2655
|
+
owner: string;
|
|
2656
|
+
protocolFee: string;
|
|
2657
|
+
beneficiary: string;
|
|
2658
|
+
maxProtocolFee: string;
|
|
2659
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2660
|
+
} | {
|
|
2661
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
2662
|
+
owner: string;
|
|
2663
|
+
paused: boolean;
|
|
2664
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2665
|
+
} | {
|
|
2666
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
2667
|
+
owner: string;
|
|
2668
|
+
nativeBridge: string;
|
|
2669
|
+
destinationChain: string;
|
|
2670
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2671
|
+
} | {
|
|
2672
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
2673
|
+
destinationChain: string;
|
|
2674
|
+
arbSys: string;
|
|
2675
|
+
bridge?: string | undefined;
|
|
2676
|
+
childHook?: any;
|
|
2677
|
+
} | {
|
|
2678
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
2679
|
+
} | {
|
|
2680
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
2681
|
+
destinationChain: string;
|
|
2682
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
2683
|
+
interchainSecurityModule?: string | ({
|
|
2684
|
+
validators: string[];
|
|
2685
|
+
threshold: number;
|
|
2686
|
+
} & {
|
|
2687
|
+
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;
|
|
2688
|
+
}) | ({
|
|
2689
|
+
validators: {
|
|
2690
|
+
signingAddress: string;
|
|
2691
|
+
weight: number;
|
|
2692
|
+
}[];
|
|
2693
|
+
thresholdWeight: number;
|
|
2694
|
+
} & {
|
|
2695
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
2696
|
+
}) | {
|
|
2697
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
2698
|
+
} | ({
|
|
2699
|
+
owner: string;
|
|
2700
|
+
paused: boolean;
|
|
2701
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2702
|
+
} & {
|
|
2703
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
2704
|
+
}) | {
|
|
2705
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
2706
|
+
origin: string;
|
|
2707
|
+
nativeBridge: string;
|
|
2708
|
+
} | {
|
|
2709
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
2710
|
+
relayer: string;
|
|
2711
|
+
} | {
|
|
2712
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
2713
|
+
originChain: string;
|
|
2714
|
+
} | {
|
|
2715
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2716
|
+
bridge: string;
|
|
2717
|
+
} | {
|
|
2718
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
2719
|
+
owner: string;
|
|
2720
|
+
urls: string[];
|
|
2721
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2722
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
2723
|
+
foreignDeployment?: string | undefined;
|
|
2724
|
+
remoteRouters?: Record<string | number, {
|
|
2073
2725
|
address: string;
|
|
2074
|
-
interchainSecurityModule?: string | undefined;
|
|
2075
2726
|
}> | undefined;
|
|
2076
2727
|
} | undefined;
|
|
2077
2728
|
}, {
|
|
@@ -2673,8 +3324,21 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2673
3324
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2674
3325
|
bridge: string;
|
|
2675
3326
|
} | {
|
|
2676
|
-
type: import("../ism/types.js").IsmType.
|
|
2677
|
-
|
|
3327
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3328
|
+
owner: string;
|
|
3329
|
+
urls: string[];
|
|
3330
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3331
|
+
} | {
|
|
3332
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3333
|
+
owner: string;
|
|
3334
|
+
isms: Record<string, string>;
|
|
3335
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3336
|
+
} | {
|
|
3337
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3338
|
+
owner: string;
|
|
3339
|
+
isms: Record<string, string>;
|
|
3340
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3341
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
2678
3342
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
2679
3343
|
} & {
|
|
2680
3344
|
owner: string;
|
|
@@ -2715,7 +3379,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2715
3379
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2716
3380
|
bridge: string;
|
|
2717
3381
|
} | {
|
|
2718
|
-
type: import("../ism/types.js").IsmType.
|
|
3382
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3383
|
+
owner: string;
|
|
3384
|
+
urls: string[];
|
|
3385
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2719
3386
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
2720
3387
|
}) | (string & {
|
|
2721
3388
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -2755,7 +3422,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2755
3422
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2756
3423
|
bridge: string;
|
|
2757
3424
|
} | {
|
|
2758
|
-
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;
|
|
2759
3429
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2760
3430
|
upperIsm: string | ({
|
|
2761
3431
|
validators: string[];
|
|
@@ -2792,10 +3462,18 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2792
3462
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2793
3463
|
bridge: string;
|
|
2794
3464
|
} | {
|
|
2795
|
-
type: import("../ism/types.js").IsmType.
|
|
3465
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3466
|
+
owner: string;
|
|
3467
|
+
urls: string[];
|
|
3468
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2796
3469
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2797
3470
|
threshold: number;
|
|
2798
|
-
}) | (string &
|
|
3471
|
+
}) | (string & {
|
|
3472
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3473
|
+
owner: string;
|
|
3474
|
+
isms: Record<string, string>;
|
|
3475
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3476
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
2799
3477
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
2800
3478
|
} & {
|
|
2801
3479
|
owner: string;
|
|
@@ -2836,7 +3514,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2836
3514
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2837
3515
|
bridge: string;
|
|
2838
3516
|
} | {
|
|
2839
|
-
type: import("../ism/types.js").IsmType.
|
|
3517
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3518
|
+
owner: string;
|
|
3519
|
+
urls: string[];
|
|
3520
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2840
3521
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
2841
3522
|
} & string) | ({
|
|
2842
3523
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -2879,7 +3560,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2879
3560
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2880
3561
|
bridge: string;
|
|
2881
3562
|
} | {
|
|
2882
|
-
type: import("../ism/types.js").IsmType.
|
|
3563
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3564
|
+
owner: string;
|
|
3565
|
+
urls: string[];
|
|
3566
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2883
3567
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
2884
3568
|
}) | ({
|
|
2885
3569
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -2919,7 +3603,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2919
3603
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2920
3604
|
bridge: string;
|
|
2921
3605
|
} | {
|
|
2922
|
-
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;
|
|
2923
3610
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2924
3611
|
upperIsm: string | ({
|
|
2925
3612
|
validators: string[];
|
|
@@ -2956,7 +3643,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2956
3643
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2957
3644
|
bridge: string;
|
|
2958
3645
|
} | {
|
|
2959
|
-
type: import("../ism/types.js").IsmType.
|
|
3646
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3647
|
+
owner: string;
|
|
3648
|
+
urls: string[];
|
|
3649
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2960
3650
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
2961
3651
|
threshold: number;
|
|
2962
3652
|
} & string) | ({
|
|
@@ -2997,7 +3687,10 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2997
3687
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
2998
3688
|
bridge: string;
|
|
2999
3689
|
} | {
|
|
3000
|
-
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;
|
|
3001
3694
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
3002
3695
|
upperIsm: string | ({
|
|
3003
3696
|
validators: string[];
|
|
@@ -3034,10 +3727,18 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3034
3727
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3035
3728
|
bridge: string;
|
|
3036
3729
|
} | {
|
|
3037
|
-
type: import("../ism/types.js").IsmType.
|
|
3730
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3731
|
+
owner: string;
|
|
3732
|
+
urls: string[];
|
|
3733
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3038
3734
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
3039
3735
|
threshold: number;
|
|
3040
|
-
}) | (
|
|
3736
|
+
}) | ({
|
|
3737
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3738
|
+
owner: string;
|
|
3739
|
+
isms: Record<string, string>;
|
|
3740
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3741
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
|
|
3041
3742
|
validators: string[];
|
|
3042
3743
|
threshold: number;
|
|
3043
3744
|
} & {
|
|
@@ -3072,7 +3773,15 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3072
3773
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3073
3774
|
bridge: string;
|
|
3074
3775
|
}) | (string & {
|
|
3075
|
-
type: import("../ism/types.js").IsmType.
|
|
3776
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3777
|
+
owner: string;
|
|
3778
|
+
urls: string[];
|
|
3779
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3780
|
+
}) | (string & {
|
|
3781
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3782
|
+
owner: string;
|
|
3783
|
+
isms: Record<string, string>;
|
|
3784
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3076
3785
|
}) | ({
|
|
3077
3786
|
validators: string[];
|
|
3078
3787
|
threshold: number;
|
|
@@ -3108,8 +3817,36 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3108
3817
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3109
3818
|
bridge: string;
|
|
3110
3819
|
} & string) | ({
|
|
3111
|
-
type: import("../ism/types.js").IsmType.
|
|
3112
|
-
|
|
3820
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3821
|
+
owner: string;
|
|
3822
|
+
urls: string[];
|
|
3823
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3824
|
+
} & string) | ({
|
|
3825
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3826
|
+
owner: string;
|
|
3827
|
+
isms: Record<string, string>;
|
|
3828
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3829
|
+
} & {
|
|
3830
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3831
|
+
owner: string;
|
|
3832
|
+
isms: Record<string, string>;
|
|
3833
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3834
|
+
}) | ({
|
|
3835
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3836
|
+
owner: string;
|
|
3837
|
+
isms: Record<string, string>;
|
|
3838
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3839
|
+
} & string) | ({
|
|
3840
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3841
|
+
owner: string;
|
|
3842
|
+
isms: Record<string, string>;
|
|
3843
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3844
|
+
} & {
|
|
3845
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
3846
|
+
owner: string;
|
|
3847
|
+
isms: Record<string, string>;
|
|
3848
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3849
|
+
});
|
|
3113
3850
|
requiredHook: string | {
|
|
3114
3851
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
3115
3852
|
} | {
|
|
@@ -3681,13 +4418,110 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3681
4418
|
interchainAccountRouter?: {
|
|
3682
4419
|
owner: string;
|
|
3683
4420
|
mailbox: string;
|
|
3684
|
-
|
|
4421
|
+
commitmentIsm: {
|
|
4422
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
3685
4423
|
owner: string;
|
|
3686
|
-
|
|
4424
|
+
urls: string[];
|
|
4425
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3687
4426
|
};
|
|
3688
|
-
|
|
4427
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4428
|
+
proxyAdmin?: {
|
|
4429
|
+
owner: string;
|
|
4430
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4431
|
+
address?: string | undefined;
|
|
4432
|
+
} | undefined;
|
|
4433
|
+
hook?: string | {
|
|
4434
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
4435
|
+
} | {
|
|
4436
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
4437
|
+
owner: string;
|
|
4438
|
+
beneficiary: string;
|
|
4439
|
+
oracleKey: string;
|
|
4440
|
+
overhead: Record<string, number>;
|
|
4441
|
+
oracleConfig: Record<string, {
|
|
4442
|
+
gasPrice: string;
|
|
4443
|
+
tokenExchangeRate: string;
|
|
4444
|
+
tokenDecimals?: number | undefined;
|
|
4445
|
+
}>;
|
|
4446
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4447
|
+
} | {
|
|
4448
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
4449
|
+
owner: string;
|
|
4450
|
+
protocolFee: string;
|
|
4451
|
+
beneficiary: string;
|
|
4452
|
+
maxProtocolFee: string;
|
|
4453
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4454
|
+
} | {
|
|
4455
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
4456
|
+
owner: string;
|
|
4457
|
+
paused: boolean;
|
|
4458
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4459
|
+
} | {
|
|
4460
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
4461
|
+
owner: string;
|
|
4462
|
+
nativeBridge: string;
|
|
4463
|
+
destinationChain: string;
|
|
4464
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4465
|
+
} | {
|
|
4466
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
4467
|
+
destinationChain: string;
|
|
4468
|
+
arbSys: string;
|
|
4469
|
+
bridge?: string | undefined;
|
|
4470
|
+
childHook?: any;
|
|
4471
|
+
} | {
|
|
4472
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
4473
|
+
} | {
|
|
4474
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
4475
|
+
destinationChain: string;
|
|
4476
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
4477
|
+
interchainSecurityModule?: string | ({
|
|
4478
|
+
validators: string[];
|
|
4479
|
+
threshold: number;
|
|
4480
|
+
} & {
|
|
4481
|
+
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;
|
|
4482
|
+
}) | ({
|
|
4483
|
+
validators: {
|
|
4484
|
+
signingAddress: string;
|
|
4485
|
+
weight: number;
|
|
4486
|
+
}[];
|
|
4487
|
+
thresholdWeight: number;
|
|
4488
|
+
} & {
|
|
4489
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
4490
|
+
}) | {
|
|
4491
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
4492
|
+
} | ({
|
|
4493
|
+
owner: string;
|
|
4494
|
+
paused: boolean;
|
|
4495
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4496
|
+
} & {
|
|
4497
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
4498
|
+
}) | {
|
|
4499
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
4500
|
+
origin: string;
|
|
4501
|
+
nativeBridge: string;
|
|
4502
|
+
} | {
|
|
4503
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
4504
|
+
relayer: string;
|
|
4505
|
+
} | {
|
|
4506
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
4507
|
+
originChain: string;
|
|
4508
|
+
} | {
|
|
4509
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4510
|
+
bridge: string;
|
|
4511
|
+
} | {
|
|
4512
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4513
|
+
owner: string;
|
|
4514
|
+
urls: string[];
|
|
4515
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4516
|
+
} | {
|
|
4517
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
4518
|
+
owner: string;
|
|
4519
|
+
isms: Record<string, string>;
|
|
4520
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4521
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
4522
|
+
foreignDeployment?: string | undefined;
|
|
4523
|
+
remoteRouters?: Record<string | number, {
|
|
3689
4524
|
address: string;
|
|
3690
|
-
interchainSecurityModule?: string | undefined;
|
|
3691
4525
|
}> | undefined;
|
|
3692
4526
|
} | undefined;
|
|
3693
4527
|
}>;
|
|
@@ -3954,11 +4788,35 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
3954
4788
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
3955
4789
|
bridge: string;
|
|
3956
4790
|
}>, z.ZodObject<{
|
|
3957
|
-
|
|
4791
|
+
owner: z.ZodString;
|
|
4792
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4793
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
4794
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
4795
|
+
}, "strip", z.ZodTypeAny, {
|
|
4796
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4797
|
+
owner: string;
|
|
4798
|
+
urls: string[];
|
|
4799
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4800
|
+
}, {
|
|
4801
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4802
|
+
owner: string;
|
|
4803
|
+
urls: string[];
|
|
4804
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4805
|
+
}>, z.ZodObject<{
|
|
4806
|
+
owner: z.ZodString;
|
|
4807
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4808
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING>;
|
|
4809
|
+
isms: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3958
4810
|
}, "strip", z.ZodTypeAny, {
|
|
3959
|
-
type: import("../ism/types.js").IsmType.
|
|
4811
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
4812
|
+
owner: string;
|
|
4813
|
+
isms: Record<string, string>;
|
|
4814
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3960
4815
|
}, {
|
|
3961
|
-
type: import("../ism/types.js").IsmType.
|
|
4816
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
4817
|
+
owner: string;
|
|
4818
|
+
isms: Record<string, string>;
|
|
4819
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3962
4820
|
}>]>;
|
|
3963
4821
|
requiredHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3964
4822
|
owner: z.ZodString;
|
|
@@ -4099,53 +4957,537 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4099
4957
|
destinationChain: string;
|
|
4100
4958
|
}>]>;
|
|
4101
4959
|
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
4102
|
-
address: z.ZodString;
|
|
4103
4960
|
owner: z.ZodString;
|
|
4961
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4104
4962
|
mailbox: z.ZodString;
|
|
4105
|
-
proxyAdmin: z.ZodObject<{
|
|
4963
|
+
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
4964
|
+
owner: z.ZodString;
|
|
4965
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4966
|
+
address: z.ZodOptional<z.ZodString>;
|
|
4967
|
+
}, "strip", z.ZodTypeAny, {
|
|
4968
|
+
owner: string;
|
|
4969
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4970
|
+
address?: string | undefined;
|
|
4971
|
+
}, {
|
|
4972
|
+
owner: string;
|
|
4973
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4974
|
+
address?: string | undefined;
|
|
4975
|
+
}>>;
|
|
4976
|
+
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4977
|
+
owner: z.ZodString;
|
|
4978
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4979
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PROTOCOL_FEE>;
|
|
4980
|
+
beneficiary: z.ZodString;
|
|
4981
|
+
maxProtocolFee: z.ZodString;
|
|
4982
|
+
protocolFee: z.ZodString;
|
|
4983
|
+
}, "strip", z.ZodTypeAny, {
|
|
4984
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
4985
|
+
owner: string;
|
|
4986
|
+
protocolFee: string;
|
|
4987
|
+
beneficiary: string;
|
|
4988
|
+
maxProtocolFee: string;
|
|
4989
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4990
|
+
}, {
|
|
4991
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
4992
|
+
owner: string;
|
|
4993
|
+
protocolFee: string;
|
|
4994
|
+
beneficiary: string;
|
|
4995
|
+
maxProtocolFee: string;
|
|
4996
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4997
|
+
}>, z.ZodObject<{
|
|
4998
|
+
owner: z.ZodString;
|
|
4999
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5000
|
+
paused: z.ZodBoolean;
|
|
5001
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.PAUSABLE>;
|
|
5002
|
+
}, "strip", z.ZodTypeAny, {
|
|
5003
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
5004
|
+
owner: string;
|
|
5005
|
+
paused: boolean;
|
|
5006
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5007
|
+
}, {
|
|
5008
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
5009
|
+
owner: string;
|
|
5010
|
+
paused: boolean;
|
|
5011
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5012
|
+
}>, z.ZodObject<{
|
|
5013
|
+
owner: z.ZodString;
|
|
5014
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5015
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.OP_STACK>;
|
|
5016
|
+
nativeBridge: z.ZodString;
|
|
5017
|
+
destinationChain: z.ZodString;
|
|
5018
|
+
}, "strip", z.ZodTypeAny, {
|
|
5019
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
5020
|
+
owner: string;
|
|
5021
|
+
nativeBridge: string;
|
|
5022
|
+
destinationChain: string;
|
|
5023
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5024
|
+
}, {
|
|
5025
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
5026
|
+
owner: string;
|
|
5027
|
+
nativeBridge: string;
|
|
5028
|
+
destinationChain: string;
|
|
5029
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5030
|
+
}>, z.ZodObject<{
|
|
5031
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MERKLE_TREE>;
|
|
5032
|
+
}, "strip", z.ZodTypeAny, {
|
|
5033
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5034
|
+
}, {
|
|
5035
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5036
|
+
}>, z.ZodObject<{
|
|
5037
|
+
owner: z.ZodString;
|
|
5038
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5039
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER>;
|
|
5040
|
+
beneficiary: z.ZodString;
|
|
5041
|
+
oracleKey: z.ZodString;
|
|
5042
|
+
overhead: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
5043
|
+
oracleConfig: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5044
|
+
gasPrice: z.ZodString;
|
|
5045
|
+
tokenExchangeRate: z.ZodString;
|
|
5046
|
+
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
5047
|
+
}, "strip", z.ZodTypeAny, {
|
|
5048
|
+
gasPrice: string;
|
|
5049
|
+
tokenExchangeRate: string;
|
|
5050
|
+
tokenDecimals?: number | undefined;
|
|
5051
|
+
}, {
|
|
5052
|
+
gasPrice: string;
|
|
5053
|
+
tokenExchangeRate: string;
|
|
5054
|
+
tokenDecimals?: number | undefined;
|
|
5055
|
+
}>>;
|
|
5056
|
+
}, "strip", z.ZodTypeAny, {
|
|
5057
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
5058
|
+
owner: string;
|
|
5059
|
+
beneficiary: string;
|
|
5060
|
+
oracleKey: string;
|
|
5061
|
+
overhead: Record<string, number>;
|
|
5062
|
+
oracleConfig: Record<string, {
|
|
5063
|
+
gasPrice: string;
|
|
5064
|
+
tokenExchangeRate: string;
|
|
5065
|
+
tokenDecimals?: number | undefined;
|
|
5066
|
+
}>;
|
|
5067
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5068
|
+
}, {
|
|
5069
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
5070
|
+
owner: string;
|
|
5071
|
+
beneficiary: string;
|
|
5072
|
+
oracleKey: string;
|
|
5073
|
+
overhead: Record<string, number>;
|
|
5074
|
+
oracleConfig: Record<string, {
|
|
5075
|
+
gasPrice: string;
|
|
5076
|
+
tokenExchangeRate: string;
|
|
5077
|
+
tokenDecimals?: number | undefined;
|
|
5078
|
+
}>;
|
|
5079
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5080
|
+
}>, 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<{
|
|
5081
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.ARB_L2_TO_L1>;
|
|
5082
|
+
arbSys: z.ZodString;
|
|
5083
|
+
bridge: z.ZodOptional<z.ZodString>;
|
|
5084
|
+
destinationChain: z.ZodString;
|
|
5085
|
+
childHook: z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
5086
|
+
}, "strip", z.ZodTypeAny, {
|
|
5087
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5088
|
+
destinationChain: string;
|
|
5089
|
+
arbSys: string;
|
|
5090
|
+
bridge?: string | undefined;
|
|
5091
|
+
childHook?: any;
|
|
5092
|
+
}, {
|
|
5093
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5094
|
+
destinationChain: string;
|
|
5095
|
+
arbSys: string;
|
|
5096
|
+
bridge?: string | undefined;
|
|
5097
|
+
childHook?: any;
|
|
5098
|
+
}>, z.ZodObject<{
|
|
5099
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.MAILBOX_DEFAULT>;
|
|
5100
|
+
}, "strip", z.ZodTypeAny, {
|
|
5101
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5102
|
+
}, {
|
|
5103
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5104
|
+
}>, z.ZodObject<{
|
|
5105
|
+
type: z.ZodLiteral<import("../hook/types.js").HookType.CCIP>;
|
|
5106
|
+
destinationChain: z.ZodString;
|
|
5107
|
+
}, "strip", z.ZodTypeAny, {
|
|
5108
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5109
|
+
destinationChain: string;
|
|
5110
|
+
}, {
|
|
5111
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5112
|
+
destinationChain: string;
|
|
5113
|
+
}>]>>;
|
|
5114
|
+
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5115
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
|
|
5116
|
+
}, "strip", z.ZodTypeAny, {
|
|
5117
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5118
|
+
}, {
|
|
5119
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5120
|
+
}>, z.ZodObject<{
|
|
5121
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OP_STACK>;
|
|
5122
|
+
origin: z.ZodString;
|
|
5123
|
+
nativeBridge: z.ZodString;
|
|
5124
|
+
}, "strip", z.ZodTypeAny, {
|
|
5125
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5126
|
+
origin: string;
|
|
5127
|
+
nativeBridge: string;
|
|
5128
|
+
}, {
|
|
5129
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5130
|
+
origin: string;
|
|
5131
|
+
nativeBridge: string;
|
|
5132
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
5133
|
+
owner: z.ZodString;
|
|
5134
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5135
|
+
paused: z.ZodBoolean;
|
|
5136
|
+
}, "strip", z.ZodTypeAny, {
|
|
5137
|
+
owner: string;
|
|
5138
|
+
paused: boolean;
|
|
5139
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5140
|
+
}, {
|
|
5141
|
+
owner: string;
|
|
5142
|
+
paused: boolean;
|
|
5143
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5144
|
+
}>, z.ZodObject<{
|
|
5145
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.PAUSABLE>;
|
|
5146
|
+
}, "strip", z.ZodTypeAny, {
|
|
5147
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5148
|
+
}, {
|
|
5149
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5150
|
+
}>>, z.ZodObject<{
|
|
5151
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.TRUSTED_RELAYER>;
|
|
5152
|
+
relayer: z.ZodString;
|
|
5153
|
+
}, "strip", z.ZodTypeAny, {
|
|
5154
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5155
|
+
relayer: string;
|
|
5156
|
+
}, {
|
|
5157
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5158
|
+
relayer: string;
|
|
5159
|
+
}>, z.ZodObject<{
|
|
5160
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.CCIP>;
|
|
5161
|
+
originChain: z.ZodString;
|
|
5162
|
+
}, "strip", z.ZodTypeAny, {
|
|
5163
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5164
|
+
originChain: string;
|
|
5165
|
+
}, {
|
|
5166
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5167
|
+
originChain: string;
|
|
5168
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
5169
|
+
validators: z.ZodArray<z.ZodString, "many">;
|
|
5170
|
+
threshold: z.ZodNumber;
|
|
5171
|
+
}, "strip", z.ZodTypeAny, {
|
|
5172
|
+
validators: string[];
|
|
5173
|
+
threshold: number;
|
|
5174
|
+
}, {
|
|
5175
|
+
validators: string[];
|
|
5176
|
+
threshold: number;
|
|
5177
|
+
}>, z.ZodObject<{
|
|
5178
|
+
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>]>;
|
|
5179
|
+
}, "strip", z.ZodTypeAny, {
|
|
5180
|
+
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;
|
|
5181
|
+
}, {
|
|
5182
|
+
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;
|
|
5183
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
5184
|
+
validators: z.ZodArray<z.ZodObject<{
|
|
5185
|
+
signingAddress: z.ZodString;
|
|
5186
|
+
weight: z.ZodNumber;
|
|
5187
|
+
}, "strip", z.ZodTypeAny, {
|
|
5188
|
+
signingAddress: string;
|
|
5189
|
+
weight: number;
|
|
5190
|
+
}, {
|
|
5191
|
+
signingAddress: string;
|
|
5192
|
+
weight: number;
|
|
5193
|
+
}>, "many">;
|
|
5194
|
+
thresholdWeight: z.ZodNumber;
|
|
5195
|
+
}, "strip", z.ZodTypeAny, {
|
|
5196
|
+
validators: {
|
|
5197
|
+
signingAddress: string;
|
|
5198
|
+
weight: number;
|
|
5199
|
+
}[];
|
|
5200
|
+
thresholdWeight: number;
|
|
5201
|
+
}, {
|
|
5202
|
+
validators: {
|
|
5203
|
+
signingAddress: string;
|
|
5204
|
+
weight: number;
|
|
5205
|
+
}[];
|
|
5206
|
+
thresholdWeight: number;
|
|
5207
|
+
}>, z.ZodObject<{
|
|
5208
|
+
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>]>;
|
|
5209
|
+
}, "strip", z.ZodTypeAny, {
|
|
5210
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5211
|
+
}, {
|
|
5212
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5213
|
+
}>>, 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<{
|
|
5214
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.ARB_L2_TO_L1>;
|
|
5215
|
+
bridge: z.ZodString;
|
|
5216
|
+
}, "strip", z.ZodTypeAny, {
|
|
5217
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5218
|
+
bridge: string;
|
|
5219
|
+
}, {
|
|
5220
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5221
|
+
bridge: string;
|
|
5222
|
+
}>, z.ZodObject<{
|
|
4106
5223
|
owner: z.ZodString;
|
|
4107
|
-
|
|
5224
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5225
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
5226
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
4108
5227
|
}, "strip", z.ZodTypeAny, {
|
|
5228
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4109
5229
|
owner: string;
|
|
4110
|
-
|
|
5230
|
+
urls: string[];
|
|
5231
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4111
5232
|
}, {
|
|
5233
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4112
5234
|
owner: string;
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
5235
|
+
urls: string[];
|
|
5236
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5237
|
+
}>, z.ZodObject<{
|
|
5238
|
+
owner: z.ZodString;
|
|
5239
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5240
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING>;
|
|
5241
|
+
isms: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
5242
|
+
}, "strip", z.ZodTypeAny, {
|
|
5243
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
5244
|
+
owner: string;
|
|
5245
|
+
isms: Record<string, string>;
|
|
5246
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5247
|
+
}, {
|
|
5248
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
5249
|
+
owner: string;
|
|
5250
|
+
isms: Record<string, string>;
|
|
5251
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5252
|
+
}>]>>;
|
|
5253
|
+
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
5254
|
+
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
4116
5255
|
address: z.ZodString;
|
|
4117
|
-
interchainSecurityModule: z.ZodOptional<z.ZodString>;
|
|
4118
5256
|
}, "strip", z.ZodTypeAny, {
|
|
4119
5257
|
address: string;
|
|
4120
|
-
interchainSecurityModule?: string | undefined;
|
|
4121
5258
|
}, {
|
|
4122
5259
|
address: string;
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
5260
|
+
}>>>;
|
|
5261
|
+
commitmentIsm: z.ZodObject<{
|
|
5262
|
+
owner: z.ZodString;
|
|
5263
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5264
|
+
type: z.ZodLiteral<import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP>;
|
|
5265
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
5266
|
+
}, "strip", z.ZodTypeAny, {
|
|
5267
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5268
|
+
owner: string;
|
|
5269
|
+
urls: string[];
|
|
5270
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5271
|
+
}, {
|
|
5272
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5273
|
+
owner: string;
|
|
5274
|
+
urls: string[];
|
|
5275
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5276
|
+
}>;
|
|
5277
|
+
address: z.ZodString;
|
|
5278
|
+
}, "strip", z.ZodTypeAny, {
|
|
4126
5279
|
owner: string;
|
|
4127
5280
|
address: string;
|
|
4128
5281
|
mailbox: string;
|
|
4129
|
-
|
|
5282
|
+
commitmentIsm: {
|
|
5283
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4130
5284
|
owner: string;
|
|
4131
|
-
|
|
5285
|
+
urls: string[];
|
|
5286
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4132
5287
|
};
|
|
4133
|
-
|
|
5288
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5289
|
+
proxyAdmin?: {
|
|
5290
|
+
owner: string;
|
|
5291
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5292
|
+
address?: string | undefined;
|
|
5293
|
+
} | undefined;
|
|
5294
|
+
hook?: string | {
|
|
5295
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5296
|
+
} | {
|
|
5297
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
5298
|
+
owner: string;
|
|
5299
|
+
beneficiary: string;
|
|
5300
|
+
oracleKey: string;
|
|
5301
|
+
overhead: Record<string, number>;
|
|
5302
|
+
oracleConfig: Record<string, {
|
|
5303
|
+
gasPrice: string;
|
|
5304
|
+
tokenExchangeRate: string;
|
|
5305
|
+
tokenDecimals?: number | undefined;
|
|
5306
|
+
}>;
|
|
5307
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5308
|
+
} | {
|
|
5309
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
5310
|
+
owner: string;
|
|
5311
|
+
protocolFee: string;
|
|
5312
|
+
beneficiary: string;
|
|
5313
|
+
maxProtocolFee: string;
|
|
5314
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5315
|
+
} | {
|
|
5316
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
5317
|
+
owner: string;
|
|
5318
|
+
paused: boolean;
|
|
5319
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5320
|
+
} | {
|
|
5321
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
5322
|
+
owner: string;
|
|
5323
|
+
nativeBridge: string;
|
|
5324
|
+
destinationChain: string;
|
|
5325
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5326
|
+
} | {
|
|
5327
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5328
|
+
destinationChain: string;
|
|
5329
|
+
arbSys: string;
|
|
5330
|
+
bridge?: string | undefined;
|
|
5331
|
+
childHook?: any;
|
|
5332
|
+
} | {
|
|
5333
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5334
|
+
} | {
|
|
5335
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5336
|
+
destinationChain: string;
|
|
5337
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
5338
|
+
interchainSecurityModule?: string | ({
|
|
5339
|
+
validators: string[];
|
|
5340
|
+
threshold: number;
|
|
5341
|
+
} & {
|
|
5342
|
+
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;
|
|
5343
|
+
}) | ({
|
|
5344
|
+
validators: {
|
|
5345
|
+
signingAddress: string;
|
|
5346
|
+
weight: number;
|
|
5347
|
+
}[];
|
|
5348
|
+
thresholdWeight: number;
|
|
5349
|
+
} & {
|
|
5350
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5351
|
+
}) | {
|
|
5352
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5353
|
+
} | ({
|
|
5354
|
+
owner: string;
|
|
5355
|
+
paused: boolean;
|
|
5356
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5357
|
+
} & {
|
|
5358
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5359
|
+
}) | {
|
|
5360
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5361
|
+
origin: string;
|
|
5362
|
+
nativeBridge: string;
|
|
5363
|
+
} | {
|
|
5364
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5365
|
+
relayer: string;
|
|
5366
|
+
} | {
|
|
5367
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5368
|
+
originChain: string;
|
|
5369
|
+
} | {
|
|
5370
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5371
|
+
bridge: string;
|
|
5372
|
+
} | {
|
|
5373
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5374
|
+
owner: string;
|
|
5375
|
+
urls: string[];
|
|
5376
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5377
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
5378
|
+
foreignDeployment?: string | undefined;
|
|
5379
|
+
remoteRouters?: Record<string | number, {
|
|
4134
5380
|
address: string;
|
|
4135
|
-
|
|
4136
|
-
}>;
|
|
5381
|
+
}> | undefined;
|
|
4137
5382
|
}, {
|
|
4138
5383
|
owner: string;
|
|
4139
5384
|
address: string;
|
|
4140
5385
|
mailbox: string;
|
|
4141
|
-
|
|
5386
|
+
commitmentIsm: {
|
|
5387
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
4142
5388
|
owner: string;
|
|
4143
|
-
|
|
5389
|
+
urls: string[];
|
|
5390
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4144
5391
|
};
|
|
4145
|
-
|
|
5392
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5393
|
+
proxyAdmin?: {
|
|
5394
|
+
owner: string;
|
|
5395
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5396
|
+
address?: string | undefined;
|
|
5397
|
+
} | undefined;
|
|
5398
|
+
hook?: string | {
|
|
5399
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5400
|
+
} | {
|
|
5401
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
5402
|
+
owner: string;
|
|
5403
|
+
beneficiary: string;
|
|
5404
|
+
oracleKey: string;
|
|
5405
|
+
overhead: Record<string, number>;
|
|
5406
|
+
oracleConfig: Record<string, {
|
|
5407
|
+
gasPrice: string;
|
|
5408
|
+
tokenExchangeRate: string;
|
|
5409
|
+
tokenDecimals?: number | undefined;
|
|
5410
|
+
}>;
|
|
5411
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5412
|
+
} | {
|
|
5413
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
5414
|
+
owner: string;
|
|
5415
|
+
protocolFee: string;
|
|
5416
|
+
beneficiary: string;
|
|
5417
|
+
maxProtocolFee: string;
|
|
5418
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5419
|
+
} | {
|
|
5420
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
5421
|
+
owner: string;
|
|
5422
|
+
paused: boolean;
|
|
5423
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5424
|
+
} | {
|
|
5425
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
5426
|
+
owner: string;
|
|
5427
|
+
nativeBridge: string;
|
|
5428
|
+
destinationChain: string;
|
|
5429
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5430
|
+
} | {
|
|
5431
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
5432
|
+
destinationChain: string;
|
|
5433
|
+
arbSys: string;
|
|
5434
|
+
bridge?: string | undefined;
|
|
5435
|
+
childHook?: any;
|
|
5436
|
+
} | {
|
|
5437
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
5438
|
+
} | {
|
|
5439
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
5440
|
+
destinationChain: string;
|
|
5441
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
5442
|
+
interchainSecurityModule?: string | ({
|
|
5443
|
+
validators: string[];
|
|
5444
|
+
threshold: number;
|
|
5445
|
+
} & {
|
|
5446
|
+
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;
|
|
5447
|
+
}) | ({
|
|
5448
|
+
validators: {
|
|
5449
|
+
signingAddress: string;
|
|
5450
|
+
weight: number;
|
|
5451
|
+
}[];
|
|
5452
|
+
thresholdWeight: number;
|
|
5453
|
+
} & {
|
|
5454
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
5455
|
+
}) | {
|
|
5456
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
5457
|
+
} | ({
|
|
5458
|
+
owner: string;
|
|
5459
|
+
paused: boolean;
|
|
5460
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5461
|
+
} & {
|
|
5462
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
5463
|
+
}) | {
|
|
5464
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
5465
|
+
origin: string;
|
|
5466
|
+
nativeBridge: string;
|
|
5467
|
+
} | {
|
|
5468
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
5469
|
+
relayer: string;
|
|
5470
|
+
} | {
|
|
5471
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
5472
|
+
originChain: string;
|
|
5473
|
+
} | {
|
|
5474
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5475
|
+
bridge: string;
|
|
5476
|
+
} | {
|
|
5477
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5478
|
+
owner: string;
|
|
5479
|
+
urls: string[];
|
|
5480
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5481
|
+
} | {
|
|
5482
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
5483
|
+
owner: string;
|
|
5484
|
+
isms: Record<string, string>;
|
|
5485
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5486
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
5487
|
+
foreignDeployment?: string | undefined;
|
|
5488
|
+
remoteRouters?: Record<string | number, {
|
|
4146
5489
|
address: string;
|
|
4147
|
-
|
|
4148
|
-
}>;
|
|
5490
|
+
}> | undefined;
|
|
4149
5491
|
}>>;
|
|
4150
5492
|
}, "strip", z.ZodTypeAny, {
|
|
4151
5493
|
owner: string;
|
|
@@ -4746,8 +6088,16 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4746
6088
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4747
6089
|
bridge: string;
|
|
4748
6090
|
} | {
|
|
4749
|
-
type: import("../ism/types.js").IsmType.
|
|
4750
|
-
|
|
6091
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6092
|
+
owner: string;
|
|
6093
|
+
urls: string[];
|
|
6094
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6095
|
+
} | {
|
|
6096
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
6097
|
+
owner: string;
|
|
6098
|
+
isms: Record<string, string>;
|
|
6099
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6100
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
4751
6101
|
validators: string[];
|
|
4752
6102
|
threshold: number;
|
|
4753
6103
|
} & {
|
|
@@ -4782,8 +6132,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4782
6132
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4783
6133
|
bridge: string;
|
|
4784
6134
|
}) | (string & {
|
|
4785
|
-
type: import("../ism/types.js").IsmType.
|
|
4786
|
-
|
|
6135
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6136
|
+
owner: string;
|
|
6137
|
+
urls: string[];
|
|
6138
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6139
|
+
}) | (string & {
|
|
4787
6140
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
4788
6141
|
} & {
|
|
4789
6142
|
owner: string;
|
|
@@ -4824,7 +6177,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4824
6177
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4825
6178
|
bridge: string;
|
|
4826
6179
|
} | {
|
|
4827
|
-
type: import("../ism/types.js").IsmType.
|
|
6180
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6181
|
+
owner: string;
|
|
6182
|
+
urls: string[];
|
|
6183
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4828
6184
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
4829
6185
|
}) | (string & {
|
|
4830
6186
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -4864,7 +6220,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4864
6220
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4865
6221
|
bridge: string;
|
|
4866
6222
|
} | {
|
|
4867
|
-
type: import("../ism/types.js").IsmType.
|
|
6223
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6224
|
+
owner: string;
|
|
6225
|
+
urls: string[];
|
|
6226
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4868
6227
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
4869
6228
|
upperIsm: string | ({
|
|
4870
6229
|
validators: string[];
|
|
@@ -4901,9 +6260,17 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4901
6260
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4902
6261
|
bridge: string;
|
|
4903
6262
|
} | {
|
|
4904
|
-
type: import("../ism/types.js").IsmType.
|
|
6263
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6264
|
+
owner: string;
|
|
6265
|
+
urls: string[];
|
|
6266
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4905
6267
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
4906
6268
|
threshold: number;
|
|
6269
|
+
}) | (string & {
|
|
6270
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
6271
|
+
owner: string;
|
|
6272
|
+
isms: Record<string, string>;
|
|
6273
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4907
6274
|
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
4908
6275
|
validators: string[];
|
|
4909
6276
|
threshold: number;
|
|
@@ -4939,8 +6306,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4939
6306
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4940
6307
|
bridge: string;
|
|
4941
6308
|
} & string) | ({
|
|
4942
|
-
type: import("../ism/types.js").IsmType.
|
|
4943
|
-
|
|
6309
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6310
|
+
owner: string;
|
|
6311
|
+
urls: string[];
|
|
6312
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6313
|
+
} & string) | ({
|
|
4944
6314
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
4945
6315
|
} & {
|
|
4946
6316
|
owner: string;
|
|
@@ -4981,7 +6351,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4981
6351
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
4982
6352
|
bridge: string;
|
|
4983
6353
|
} | {
|
|
4984
|
-
type: import("../ism/types.js").IsmType.
|
|
6354
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6355
|
+
owner: string;
|
|
6356
|
+
urls: string[];
|
|
6357
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4985
6358
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
4986
6359
|
} & string) | ({
|
|
4987
6360
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -5024,7 +6397,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5024
6397
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5025
6398
|
bridge: string;
|
|
5026
6399
|
} | {
|
|
5027
|
-
type: import("../ism/types.js").IsmType.
|
|
6400
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6401
|
+
owner: string;
|
|
6402
|
+
urls: string[];
|
|
6403
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5028
6404
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
5029
6405
|
}) | ({
|
|
5030
6406
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -5064,7 +6440,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5064
6440
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5065
6441
|
bridge: string;
|
|
5066
6442
|
} | {
|
|
5067
|
-
type: import("../ism/types.js").IsmType.
|
|
6443
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6444
|
+
owner: string;
|
|
6445
|
+
urls: string[];
|
|
6446
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5068
6447
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5069
6448
|
upperIsm: string | ({
|
|
5070
6449
|
validators: string[];
|
|
@@ -5101,7 +6480,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5101
6480
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5102
6481
|
bridge: string;
|
|
5103
6482
|
} | {
|
|
5104
|
-
type: import("../ism/types.js").IsmType.
|
|
6483
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6484
|
+
owner: string;
|
|
6485
|
+
urls: string[];
|
|
6486
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5105
6487
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5106
6488
|
threshold: number;
|
|
5107
6489
|
} & string) | ({
|
|
@@ -5142,7 +6524,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5142
6524
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5143
6525
|
bridge: string;
|
|
5144
6526
|
} | {
|
|
5145
|
-
type: import("../ism/types.js").IsmType.
|
|
6527
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6528
|
+
owner: string;
|
|
6529
|
+
urls: string[];
|
|
6530
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5146
6531
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5147
6532
|
upperIsm: string | ({
|
|
5148
6533
|
validators: string[];
|
|
@@ -5179,10 +6564,18 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5179
6564
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
5180
6565
|
bridge: string;
|
|
5181
6566
|
} | {
|
|
5182
|
-
type: import("../ism/types.js").IsmType.
|
|
6567
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
6568
|
+
owner: string;
|
|
6569
|
+
urls: string[];
|
|
6570
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5183
6571
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
5184
6572
|
threshold: number;
|
|
5185
|
-
}) | (
|
|
6573
|
+
}) | ({
|
|
6574
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
6575
|
+
owner: string;
|
|
6576
|
+
isms: Record<string, string>;
|
|
6577
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6578
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string);
|
|
5186
6579
|
requiredHook: string | {
|
|
5187
6580
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
5188
6581
|
} | {
|
|
@@ -5755,14 +7148,106 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5755
7148
|
owner: string;
|
|
5756
7149
|
address: string;
|
|
5757
7150
|
mailbox: string;
|
|
5758
|
-
|
|
7151
|
+
commitmentIsm: {
|
|
7152
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
5759
7153
|
owner: string;
|
|
5760
|
-
|
|
7154
|
+
urls: string[];
|
|
7155
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5761
7156
|
};
|
|
5762
|
-
|
|
7157
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7158
|
+
proxyAdmin?: {
|
|
7159
|
+
owner: string;
|
|
7160
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7161
|
+
address?: string | undefined;
|
|
7162
|
+
} | undefined;
|
|
7163
|
+
hook?: string | {
|
|
7164
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
7165
|
+
} | {
|
|
7166
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
7167
|
+
owner: string;
|
|
7168
|
+
beneficiary: string;
|
|
7169
|
+
oracleKey: string;
|
|
7170
|
+
overhead: Record<string, number>;
|
|
7171
|
+
oracleConfig: Record<string, {
|
|
7172
|
+
gasPrice: string;
|
|
7173
|
+
tokenExchangeRate: string;
|
|
7174
|
+
tokenDecimals?: number | undefined;
|
|
7175
|
+
}>;
|
|
7176
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7177
|
+
} | {
|
|
7178
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
7179
|
+
owner: string;
|
|
7180
|
+
protocolFee: string;
|
|
7181
|
+
beneficiary: string;
|
|
7182
|
+
maxProtocolFee: string;
|
|
7183
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7184
|
+
} | {
|
|
7185
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
7186
|
+
owner: string;
|
|
7187
|
+
paused: boolean;
|
|
7188
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7189
|
+
} | {
|
|
7190
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
7191
|
+
owner: string;
|
|
7192
|
+
nativeBridge: string;
|
|
7193
|
+
destinationChain: string;
|
|
7194
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7195
|
+
} | {
|
|
7196
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
7197
|
+
destinationChain: string;
|
|
7198
|
+
arbSys: string;
|
|
7199
|
+
bridge?: string | undefined;
|
|
7200
|
+
childHook?: any;
|
|
7201
|
+
} | {
|
|
7202
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
7203
|
+
} | {
|
|
7204
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
7205
|
+
destinationChain: string;
|
|
7206
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
7207
|
+
interchainSecurityModule?: string | ({
|
|
7208
|
+
validators: string[];
|
|
7209
|
+
threshold: number;
|
|
7210
|
+
} & {
|
|
7211
|
+
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;
|
|
7212
|
+
}) | ({
|
|
7213
|
+
validators: {
|
|
7214
|
+
signingAddress: string;
|
|
7215
|
+
weight: number;
|
|
7216
|
+
}[];
|
|
7217
|
+
thresholdWeight: number;
|
|
7218
|
+
} & {
|
|
7219
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
7220
|
+
}) | {
|
|
7221
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
7222
|
+
} | ({
|
|
7223
|
+
owner: string;
|
|
7224
|
+
paused: boolean;
|
|
7225
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7226
|
+
} & {
|
|
7227
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
7228
|
+
}) | {
|
|
7229
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
7230
|
+
origin: string;
|
|
7231
|
+
nativeBridge: string;
|
|
7232
|
+
} | {
|
|
7233
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
7234
|
+
relayer: string;
|
|
7235
|
+
} | {
|
|
7236
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
7237
|
+
originChain: string;
|
|
7238
|
+
} | {
|
|
7239
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
7240
|
+
bridge: string;
|
|
7241
|
+
} | {
|
|
7242
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7243
|
+
owner: string;
|
|
7244
|
+
urls: string[];
|
|
7245
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7246
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
7247
|
+
foreignDeployment?: string | undefined;
|
|
7248
|
+
remoteRouters?: Record<string | number, {
|
|
5763
7249
|
address: string;
|
|
5764
|
-
|
|
5765
|
-
}>;
|
|
7250
|
+
}> | undefined;
|
|
5766
7251
|
} | undefined;
|
|
5767
7252
|
}, {
|
|
5768
7253
|
owner: string;
|
|
@@ -6363,8 +7848,21 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6363
7848
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6364
7849
|
bridge: string;
|
|
6365
7850
|
} | {
|
|
6366
|
-
type: import("../ism/types.js").IsmType.
|
|
6367
|
-
|
|
7851
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7852
|
+
owner: string;
|
|
7853
|
+
urls: string[];
|
|
7854
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7855
|
+
} | {
|
|
7856
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
7857
|
+
owner: string;
|
|
7858
|
+
isms: Record<string, string>;
|
|
7859
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7860
|
+
} | {
|
|
7861
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
7862
|
+
owner: string;
|
|
7863
|
+
isms: Record<string, string>;
|
|
7864
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7865
|
+
} | import("../ism/types.js").AggregationIsmConfig | (string & {
|
|
6368
7866
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
6369
7867
|
} & {
|
|
6370
7868
|
owner: string;
|
|
@@ -6405,7 +7903,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6405
7903
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6406
7904
|
bridge: string;
|
|
6407
7905
|
} | {
|
|
6408
|
-
type: import("../ism/types.js").IsmType.
|
|
7906
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7907
|
+
owner: string;
|
|
7908
|
+
urls: string[];
|
|
7909
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6409
7910
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
6410
7911
|
}) | (string & {
|
|
6411
7912
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -6445,7 +7946,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6445
7946
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6446
7947
|
bridge: string;
|
|
6447
7948
|
} | {
|
|
6448
|
-
type: import("../ism/types.js").IsmType.
|
|
7949
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7950
|
+
owner: string;
|
|
7951
|
+
urls: string[];
|
|
7952
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6449
7953
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6450
7954
|
upperIsm: string | ({
|
|
6451
7955
|
validators: string[];
|
|
@@ -6482,10 +7986,18 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6482
7986
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6483
7987
|
bridge: string;
|
|
6484
7988
|
} | {
|
|
6485
|
-
type: import("../ism/types.js").IsmType.
|
|
7989
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7990
|
+
owner: string;
|
|
7991
|
+
urls: string[];
|
|
7992
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6486
7993
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6487
7994
|
threshold: number;
|
|
6488
|
-
}) | (string &
|
|
7995
|
+
}) | (string & {
|
|
7996
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
7997
|
+
owner: string;
|
|
7998
|
+
isms: Record<string, string>;
|
|
7999
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8000
|
+
}) | (string & import("../ism/types.js").AggregationIsmConfig) | ({
|
|
6489
8001
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
6490
8002
|
} & {
|
|
6491
8003
|
owner: string;
|
|
@@ -6526,7 +8038,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6526
8038
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6527
8039
|
bridge: string;
|
|
6528
8040
|
} | {
|
|
6529
|
-
type: import("../ism/types.js").IsmType.
|
|
8041
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8042
|
+
owner: string;
|
|
8043
|
+
urls: string[];
|
|
8044
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6530
8045
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
6531
8046
|
} & string) | ({
|
|
6532
8047
|
type: import("../ism/types.js").IsmType.ROUTING | import("../ism/types.js").IsmType.FALLBACK_ROUTING;
|
|
@@ -6569,7 +8084,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6569
8084
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6570
8085
|
bridge: string;
|
|
6571
8086
|
} | {
|
|
6572
|
-
type: import("../ism/types.js").IsmType.
|
|
8087
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8088
|
+
owner: string;
|
|
8089
|
+
urls: string[];
|
|
8090
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6573
8091
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig>;
|
|
6574
8092
|
}) | ({
|
|
6575
8093
|
type: import("../ism/types.js").IsmType.AMOUNT_ROUTING;
|
|
@@ -6609,7 +8127,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6609
8127
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6610
8128
|
bridge: string;
|
|
6611
8129
|
} | {
|
|
6612
|
-
type: import("../ism/types.js").IsmType.
|
|
8130
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8131
|
+
owner: string;
|
|
8132
|
+
urls: string[];
|
|
8133
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6613
8134
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6614
8135
|
upperIsm: string | ({
|
|
6615
8136
|
validators: string[];
|
|
@@ -6646,7 +8167,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6646
8167
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6647
8168
|
bridge: string;
|
|
6648
8169
|
} | {
|
|
6649
|
-
type: import("../ism/types.js").IsmType.
|
|
8170
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8171
|
+
owner: string;
|
|
8172
|
+
urls: string[];
|
|
8173
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6650
8174
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6651
8175
|
threshold: number;
|
|
6652
8176
|
} & string) | ({
|
|
@@ -6687,7 +8211,10 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6687
8211
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6688
8212
|
bridge: string;
|
|
6689
8213
|
} | {
|
|
6690
|
-
type: import("../ism/types.js").IsmType.
|
|
8214
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8215
|
+
owner: string;
|
|
8216
|
+
urls: string[];
|
|
8217
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6691
8218
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6692
8219
|
upperIsm: string | ({
|
|
6693
8220
|
validators: string[];
|
|
@@ -6724,10 +8251,18 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6724
8251
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6725
8252
|
bridge: string;
|
|
6726
8253
|
} | {
|
|
6727
|
-
type: import("../ism/types.js").IsmType.
|
|
8254
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8255
|
+
owner: string;
|
|
8256
|
+
urls: string[];
|
|
8257
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6728
8258
|
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig;
|
|
6729
8259
|
threshold: number;
|
|
6730
|
-
}) | (
|
|
8260
|
+
}) | ({
|
|
8261
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8262
|
+
owner: string;
|
|
8263
|
+
isms: Record<string, string>;
|
|
8264
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8265
|
+
} & string) | (import("../ism/types.js").AggregationIsmConfig & string) | (string & {
|
|
6731
8266
|
validators: string[];
|
|
6732
8267
|
threshold: number;
|
|
6733
8268
|
} & {
|
|
@@ -6762,7 +8297,15 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6762
8297
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6763
8298
|
bridge: string;
|
|
6764
8299
|
}) | (string & {
|
|
6765
|
-
type: import("../ism/types.js").IsmType.
|
|
8300
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8301
|
+
owner: string;
|
|
8302
|
+
urls: string[];
|
|
8303
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8304
|
+
}) | (string & {
|
|
8305
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8306
|
+
owner: string;
|
|
8307
|
+
isms: Record<string, string>;
|
|
8308
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
6766
8309
|
}) | ({
|
|
6767
8310
|
validators: string[];
|
|
6768
8311
|
threshold: number;
|
|
@@ -6798,8 +8341,36 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6798
8341
|
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
6799
8342
|
bridge: string;
|
|
6800
8343
|
} & string) | ({
|
|
6801
|
-
type: import("../ism/types.js").IsmType.
|
|
6802
|
-
|
|
8344
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
8345
|
+
owner: string;
|
|
8346
|
+
urls: string[];
|
|
8347
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8348
|
+
} & string) | ({
|
|
8349
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8350
|
+
owner: string;
|
|
8351
|
+
isms: Record<string, string>;
|
|
8352
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8353
|
+
} & {
|
|
8354
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8355
|
+
owner: string;
|
|
8356
|
+
isms: Record<string, string>;
|
|
8357
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8358
|
+
}) | ({
|
|
8359
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8360
|
+
owner: string;
|
|
8361
|
+
isms: Record<string, string>;
|
|
8362
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8363
|
+
} & string) | ({
|
|
8364
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8365
|
+
owner: string;
|
|
8366
|
+
isms: Record<string, string>;
|
|
8367
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8368
|
+
} & {
|
|
8369
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
8370
|
+
owner: string;
|
|
8371
|
+
isms: Record<string, string>;
|
|
8372
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8373
|
+
});
|
|
6803
8374
|
requiredHook: string | {
|
|
6804
8375
|
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
6805
8376
|
} | {
|
|
@@ -7372,14 +8943,111 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7372
8943
|
owner: string;
|
|
7373
8944
|
address: string;
|
|
7374
8945
|
mailbox: string;
|
|
7375
|
-
|
|
8946
|
+
commitmentIsm: {
|
|
8947
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
7376
8948
|
owner: string;
|
|
7377
|
-
|
|
8949
|
+
urls: string[];
|
|
8950
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7378
8951
|
};
|
|
7379
|
-
|
|
8952
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8953
|
+
proxyAdmin?: {
|
|
8954
|
+
owner: string;
|
|
8955
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8956
|
+
address?: string | undefined;
|
|
8957
|
+
} | undefined;
|
|
8958
|
+
hook?: string | {
|
|
8959
|
+
type: import("../hook/types.js").HookType.MERKLE_TREE;
|
|
8960
|
+
} | {
|
|
8961
|
+
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
8962
|
+
owner: string;
|
|
8963
|
+
beneficiary: string;
|
|
8964
|
+
oracleKey: string;
|
|
8965
|
+
overhead: Record<string, number>;
|
|
8966
|
+
oracleConfig: Record<string, {
|
|
8967
|
+
gasPrice: string;
|
|
8968
|
+
tokenExchangeRate: string;
|
|
8969
|
+
tokenDecimals?: number | undefined;
|
|
8970
|
+
}>;
|
|
8971
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8972
|
+
} | {
|
|
8973
|
+
type: import("../hook/types.js").HookType.PROTOCOL_FEE;
|
|
8974
|
+
owner: string;
|
|
8975
|
+
protocolFee: string;
|
|
8976
|
+
beneficiary: string;
|
|
8977
|
+
maxProtocolFee: string;
|
|
8978
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8979
|
+
} | {
|
|
8980
|
+
type: import("../hook/types.js").HookType.PAUSABLE;
|
|
8981
|
+
owner: string;
|
|
8982
|
+
paused: boolean;
|
|
8983
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8984
|
+
} | {
|
|
8985
|
+
type: import("../hook/types.js").HookType.OP_STACK;
|
|
8986
|
+
owner: string;
|
|
8987
|
+
nativeBridge: string;
|
|
8988
|
+
destinationChain: string;
|
|
8989
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
8990
|
+
} | {
|
|
8991
|
+
type: import("../hook/types.js").HookType.ARB_L2_TO_L1;
|
|
8992
|
+
destinationChain: string;
|
|
8993
|
+
arbSys: string;
|
|
8994
|
+
bridge?: string | undefined;
|
|
8995
|
+
childHook?: any;
|
|
8996
|
+
} | {
|
|
8997
|
+
type: import("../hook/types.js").HookType.MAILBOX_DEFAULT;
|
|
8998
|
+
} | {
|
|
8999
|
+
type: import("../hook/types.js").HookType.CCIP;
|
|
9000
|
+
destinationChain: string;
|
|
9001
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | undefined;
|
|
9002
|
+
interchainSecurityModule?: string | ({
|
|
9003
|
+
validators: string[];
|
|
9004
|
+
threshold: number;
|
|
9005
|
+
} & {
|
|
9006
|
+
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;
|
|
9007
|
+
}) | ({
|
|
9008
|
+
validators: {
|
|
9009
|
+
signingAddress: string;
|
|
9010
|
+
weight: number;
|
|
9011
|
+
}[];
|
|
9012
|
+
thresholdWeight: number;
|
|
9013
|
+
} & {
|
|
9014
|
+
type: import("../ism/types.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../ism/types.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
9015
|
+
}) | {
|
|
9016
|
+
type: import("../ism/types.js").IsmType.TEST_ISM;
|
|
9017
|
+
} | ({
|
|
9018
|
+
owner: string;
|
|
9019
|
+
paused: boolean;
|
|
9020
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
9021
|
+
} & {
|
|
9022
|
+
type: import("../ism/types.js").IsmType.PAUSABLE;
|
|
9023
|
+
}) | {
|
|
9024
|
+
type: import("../ism/types.js").IsmType.OP_STACK;
|
|
9025
|
+
origin: string;
|
|
9026
|
+
nativeBridge: string;
|
|
9027
|
+
} | {
|
|
9028
|
+
type: import("../ism/types.js").IsmType.TRUSTED_RELAYER;
|
|
9029
|
+
relayer: string;
|
|
9030
|
+
} | {
|
|
9031
|
+
type: import("../ism/types.js").IsmType.CCIP;
|
|
9032
|
+
originChain: string;
|
|
9033
|
+
} | {
|
|
9034
|
+
type: import("../ism/types.js").IsmType.ARB_L2_TO_L1;
|
|
9035
|
+
bridge: string;
|
|
9036
|
+
} | {
|
|
9037
|
+
type: import("../ism/types.js").IsmType.OFFCHAIN_LOOKUP;
|
|
9038
|
+
owner: string;
|
|
9039
|
+
urls: string[];
|
|
9040
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
9041
|
+
} | {
|
|
9042
|
+
type: import("../ism/types.js").IsmType.INTERCHAIN_ACCOUNT_ROUTING;
|
|
9043
|
+
owner: string;
|
|
9044
|
+
isms: Record<string, string>;
|
|
9045
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
9046
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | undefined;
|
|
9047
|
+
foreignDeployment?: string | undefined;
|
|
9048
|
+
remoteRouters?: Record<string | number, {
|
|
7380
9049
|
address: string;
|
|
7381
|
-
|
|
7382
|
-
}>;
|
|
9050
|
+
}> | undefined;
|
|
7383
9051
|
} | undefined;
|
|
7384
9052
|
}>;
|
|
7385
9053
|
export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
@@ -7396,7 +9064,6 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
7396
9064
|
testRecipient: z.ZodString;
|
|
7397
9065
|
timelockController: z.ZodOptional<z.ZodString>;
|
|
7398
9066
|
interchainAccountRouter: z.ZodString;
|
|
7399
|
-
interchainAccountIsm: z.ZodString;
|
|
7400
9067
|
merkleTreeHook: z.ZodOptional<z.ZodString>;
|
|
7401
9068
|
interchainGasPaymaster: z.ZodOptional<z.ZodString>;
|
|
7402
9069
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7412,7 +9079,6 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
7412
9079
|
interchainAccountRouter: string;
|
|
7413
9080
|
validatorAnnounce: string;
|
|
7414
9081
|
testRecipient: string;
|
|
7415
|
-
interchainAccountIsm: string;
|
|
7416
9082
|
timelockController?: string | undefined;
|
|
7417
9083
|
merkleTreeHook?: string | undefined;
|
|
7418
9084
|
interchainGasPaymaster?: string | undefined;
|
|
@@ -7429,7 +9095,6 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
7429
9095
|
interchainAccountRouter: string;
|
|
7430
9096
|
validatorAnnounce: string;
|
|
7431
9097
|
testRecipient: string;
|
|
7432
|
-
interchainAccountIsm: string;
|
|
7433
9098
|
timelockController?: string | undefined;
|
|
7434
9099
|
merkleTreeHook?: string | undefined;
|
|
7435
9100
|
interchainGasPaymaster?: string | undefined;
|