@hyperlane-xyz/sdk 7.1.0 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws/validator.d.ts +3 -1
- package/dist/aws/validator.d.ts.map +1 -1
- package/dist/aws/validator.js +12 -4
- package/dist/aws/validator.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts +1 -0
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +1148 -358
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsm.test.js +16 -2
- package/dist/consts/multisigIsm.test.js.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.js +0 -1
- package/dist/consts/multisigIsmVerifyCosts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.d.ts.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +27 -8
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts +6 -4
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.js +23 -3
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/EvmCoreReader.d.ts +14 -6
- package/dist/core/EvmCoreReader.d.ts.map +1 -1
- package/dist/core/EvmCoreReader.js +14 -8
- package/dist/core/EvmCoreReader.js.map +1 -1
- package/dist/core/EvmIcaModule.d.ts +13 -5
- package/dist/core/EvmIcaModule.d.ts.map +1 -1
- package/dist/core/EvmIcaModule.js +81 -4
- package/dist/core/EvmIcaModule.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +40 -40
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/HyperlaneRelayer.js +3 -3
- package/dist/core/HyperlaneRelayer.js.map +1 -1
- package/dist/core/schemas.d.ts +3572 -676
- package/dist/core/schemas.d.ts.map +1 -1
- package/dist/core/schemas.js +9 -4
- package/dist/core/schemas.js.map +1 -1
- package/dist/core/types.d.ts +2 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts +1 -0
- package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.js +6 -3
- package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +1 -1
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/adapters/SealevelIgpAdapter.d.ts +40 -4
- package/dist/gas/adapters/SealevelIgpAdapter.d.ts.map +1 -1
- package/dist/gas/adapters/SealevelIgpAdapter.js +107 -12
- package/dist/gas/adapters/SealevelIgpAdapter.js.map +1 -1
- package/dist/gas/adapters/serialization.d.ts +29 -0
- package/dist/gas/adapters/serialization.d.ts.map +1 -1
- package/dist/gas/adapters/serialization.js +71 -2
- package/dist/gas/adapters/serialization.js.map +1 -1
- package/dist/gas/types.d.ts +1 -1
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/gcp/storage.d.ts +24 -0
- package/dist/gcp/storage.d.ts.map +1 -0
- package/dist/gcp/storage.js +69 -0
- package/dist/gcp/storage.js.map +1 -0
- package/dist/gcp/validator.d.ts +21 -0
- package/dist/gcp/validator.d.ts.map +1 -0
- package/dist/gcp/validator.js +99 -0
- package/dist/gcp/validator.js.map +1 -0
- package/dist/hook/EvmHookModule.d.ts +2 -2
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +0 -1
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookModule.js +1 -2
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/EvmHookReader.js +2 -2
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/EvmHookReader.test.js +0 -1
- package/dist/hook/EvmHookReader.test.js.map +1 -1
- package/dist/hook/types.d.ts +244 -1
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +65 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/ica/EvmIcaReader.d.ts +10 -0
- package/dist/ica/EvmIcaReader.d.ts.map +1 -0
- package/dist/ica/EvmIcaReader.hardhat-test.d.ts +2 -0
- package/dist/ica/EvmIcaReader.hardhat-test.d.ts.map +1 -0
- package/dist/ica/EvmIcaReader.hardhat-test.js +44 -0
- package/dist/ica/EvmIcaReader.hardhat-test.js.map +1 -0
- package/dist/ica/EvmIcaReader.js +52 -0
- package/dist/ica/EvmIcaReader.js.map +1 -0
- package/dist/ica/schemas.d.ts +107 -0
- package/dist/ica/schemas.d.ts.map +1 -0
- package/dist/ica/schemas.js +25 -0
- package/dist/ica/schemas.js.map +1 -0
- package/dist/ica/types.d.ts +5 -0
- package/dist/ica/types.d.ts.map +1 -0
- package/dist/ica/types.js +2 -0
- package/dist/ica/types.js.map +1 -0
- package/dist/index.d.ts +14 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -8
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.d.ts +3 -3
- package/dist/ism/EvmIsmModule.d.ts.map +1 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js +5 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
- package/dist/ism/EvmIsmModule.js +1 -2
- package/dist/ism/EvmIsmModule.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +25 -11
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +2 -0
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +20 -2
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +2 -2
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
- package/dist/ism/metadata/aggregation.d.ts +2 -1
- package/dist/ism/metadata/aggregation.d.ts.map +1 -1
- package/dist/ism/metadata/aggregation.js +2 -2
- package/dist/ism/metadata/aggregation.js.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +1 -2
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.d.ts +6 -19
- package/dist/ism/metadata/builder.d.ts.map +1 -1
- package/dist/ism/metadata/builder.hardhat-test.js +2 -1
- package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.js +7 -26
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/decode.d.ts +3 -0
- package/dist/ism/metadata/decode.d.ts.map +1 -0
- package/dist/ism/metadata/decode.js +31 -0
- package/dist/ism/metadata/decode.js.map +1 -0
- package/dist/ism/metadata/multisig.d.ts +1 -1
- package/dist/ism/metadata/multisig.d.ts.map +1 -1
- package/dist/ism/metadata/null.d.ts +1 -1
- package/dist/ism/metadata/null.d.ts.map +1 -1
- package/dist/ism/metadata/routing.d.ts +5 -4
- package/dist/ism/metadata/routing.d.ts.map +1 -1
- package/dist/ism/metadata/routing.js +24 -10
- package/dist/ism/metadata/routing.js.map +1 -1
- package/dist/ism/metadata/types.d.ts +20 -0
- package/dist/ism/metadata/types.d.ts.map +1 -0
- package/dist/ism/metadata/types.js +2 -0
- package/dist/ism/metadata/types.js.map +1 -0
- package/dist/ism/multisig.d.ts +1 -0
- package/dist/ism/multisig.d.ts.map +1 -1
- package/dist/ism/multisig.js +9 -12
- package/dist/ism/multisig.js.map +1 -1
- package/dist/ism/types.d.ts +257 -4
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +84 -1
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/types.test.d.ts +2 -0
- package/dist/ism/types.test.d.ts.map +1 -0
- package/dist/ism/{schemas.test.js → types.test.js} +2 -3
- package/dist/ism/types.test.js.map +1 -0
- package/dist/ism/utils.d.ts +2 -2
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +15 -6
- package/dist/ism/utils.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +5 -5
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +14 -13
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +1 -2
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +3 -2
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.js +3 -3
- package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
- package/dist/router/types.d.ts +1220 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +29 -0
- package/dist/router/types.js.map +1 -1
- package/dist/schemas.d.ts +10 -0
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +3 -0
- package/dist/schemas.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.d.ts +28 -7
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +158 -39
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +147 -39
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +1 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +8 -3
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/IToken.d.ts +2 -2
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +2 -0
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.js +6 -0
- package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js +19 -8
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.d.ts +1 -0
- package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.js +3 -0
- package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +1 -0
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +3 -0
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +2 -1
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.d.ts +10 -7
- package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js +78 -47
- package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
- package/dist/token/checker.d.ts +6 -0
- package/dist/token/checker.d.ts.map +1 -1
- package/dist/token/checker.js +72 -11
- package/dist/token/checker.js.map +1 -1
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +0 -1
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/schemas.d.ts +196 -290
- package/dist/token/schemas.d.ts.map +1 -1
- package/dist/token/schemas.js +1 -1
- package/dist/token/schemas.js.map +1 -1
- package/dist/utils/gnosisSafe.js +1 -1
- package/dist/utils/ism.js +1 -1
- package/dist/utils/ism.js.map +1 -1
- package/dist/utils/logUtils.js +1 -1
- package/dist/utils/logUtils.js.map +1 -1
- package/dist/utils/sealevelSerialization.d.ts +10 -0
- package/dist/utils/sealevelSerialization.d.ts.map +1 -1
- package/dist/utils/sealevelSerialization.js +21 -1
- package/dist/utils/sealevelSerialization.js.map +1 -1
- package/dist/utils/validator.d.ts +4 -0
- package/dist/utils/validator.d.ts.map +1 -0
- package/dist/utils/validator.js +14 -0
- package/dist/utils/validator.js.map +1 -0
- package/dist/warp/WarpCore.d.ts +5 -3
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +24 -5
- package/dist/warp/WarpCore.js.map +1 -1
- package/dist/warp/WarpCore.test.js +9 -0
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/dist/warp/types.d.ts +4 -4
- package/package.json +16 -9
- package/dist/hook/schemas.d.ts +0 -247
- package/dist/hook/schemas.d.ts.map +0 -1
- package/dist/hook/schemas.js +0 -67
- package/dist/hook/schemas.js.map +0 -1
- package/dist/ism/schemas.d.ts +0 -246
- package/dist/ism/schemas.d.ts.map +0 -1
- package/dist/ism/schemas.js +0 -78
- package/dist/ism/schemas.js.map +0 -1
- package/dist/ism/schemas.test.d.ts +0 -2
- package/dist/ism/schemas.test.d.ts.map +0 -1
- package/dist/ism/schemas.test.js.map +0 -1
- package/dist/router/schemas.d.ts +0 -1317
- package/dist/router/schemas.d.ts.map +0 -1
- package/dist/router/schemas.js +0 -30
- package/dist/router/schemas.js.map +0 -1
package/dist/token/schemas.d.ts
CHANGED
|
@@ -600,33 +600,14 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
600
600
|
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
601
601
|
bridge: string;
|
|
602
602
|
}>]>>;
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
staticAggregationIsmFactory: z.ZodString;
|
|
607
|
-
staticAggregationHookFactory: z.ZodString;
|
|
608
|
-
domainRoutingIsmFactory: z.ZodString;
|
|
609
|
-
staticMerkleRootWeightedMultisigIsmFactory: z.ZodString;
|
|
610
|
-
staticMessageIdWeightedMultisigIsmFactory: z.ZodString;
|
|
603
|
+
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
604
|
+
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
605
|
+
address: z.ZodString;
|
|
611
606
|
}, "strip", z.ZodTypeAny, {
|
|
612
|
-
|
|
613
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
614
|
-
staticAggregationIsmFactory: string;
|
|
615
|
-
staticAggregationHookFactory: string;
|
|
616
|
-
domainRoutingIsmFactory: string;
|
|
617
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
618
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
607
|
+
address: string;
|
|
619
608
|
}, {
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
staticAggregationIsmFactory: string;
|
|
623
|
-
staticAggregationHookFactory: string;
|
|
624
|
-
domainRoutingIsmFactory: string;
|
|
625
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
626
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
627
|
-
}>>;
|
|
628
|
-
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
629
|
-
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
609
|
+
address: string;
|
|
610
|
+
}>>>;
|
|
630
611
|
gas: z.ZodOptional<z.ZodNumber>;
|
|
631
612
|
destinationGas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
632
613
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -676,25 +657,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
676
657
|
bridge?: string | undefined;
|
|
677
658
|
childHook?: any;
|
|
678
659
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
679
|
-
interchainSecurityModule?: string | {
|
|
680
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
681
|
-
} | {
|
|
682
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
683
|
-
relayer: string;
|
|
684
|
-
} | {
|
|
685
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
686
|
-
origin: string;
|
|
687
|
-
nativeBridge: string;
|
|
688
|
-
} | {
|
|
689
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
690
|
-
bridge: string;
|
|
691
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
692
|
-
owner: string;
|
|
693
|
-
paused: boolean;
|
|
694
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
695
|
-
} & {
|
|
696
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
697
|
-
}) | ({
|
|
660
|
+
interchainSecurityModule?: string | ({
|
|
698
661
|
validators: string[];
|
|
699
662
|
threshold: number;
|
|
700
663
|
} & {
|
|
@@ -707,18 +670,29 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
707
670
|
thresholdWeight: number;
|
|
708
671
|
} & {
|
|
709
672
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
710
|
-
}) |
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
673
|
+
}) | {
|
|
674
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
675
|
+
} | ({
|
|
676
|
+
owner: string;
|
|
677
|
+
paused: boolean;
|
|
678
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
679
|
+
} & {
|
|
680
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
681
|
+
}) | {
|
|
682
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
683
|
+
origin: string;
|
|
684
|
+
nativeBridge: string;
|
|
685
|
+
} | {
|
|
686
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
687
|
+
relayer: string;
|
|
688
|
+
} | {
|
|
689
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
690
|
+
bridge: string;
|
|
691
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
720
692
|
foreignDeployment?: string | undefined;
|
|
721
|
-
remoteRouters?: Record<string,
|
|
693
|
+
remoteRouters?: Record<string, {
|
|
694
|
+
address: string;
|
|
695
|
+
}> | undefined;
|
|
722
696
|
gas?: number | undefined;
|
|
723
697
|
destinationGas?: Record<string, string> | undefined;
|
|
724
698
|
}, {
|
|
@@ -768,25 +742,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
768
742
|
bridge?: string | undefined;
|
|
769
743
|
childHook?: any;
|
|
770
744
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
771
|
-
interchainSecurityModule?: string | {
|
|
772
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
773
|
-
} | {
|
|
774
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
775
|
-
relayer: string;
|
|
776
|
-
} | {
|
|
777
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
778
|
-
origin: string;
|
|
779
|
-
nativeBridge: string;
|
|
780
|
-
} | {
|
|
781
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
782
|
-
bridge: string;
|
|
783
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
784
|
-
owner: string;
|
|
785
|
-
paused: boolean;
|
|
786
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
787
|
-
} & {
|
|
788
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
789
|
-
}) | ({
|
|
745
|
+
interchainSecurityModule?: string | ({
|
|
790
746
|
validators: string[];
|
|
791
747
|
threshold: number;
|
|
792
748
|
} & {
|
|
@@ -799,18 +755,29 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
799
755
|
thresholdWeight: number;
|
|
800
756
|
} & {
|
|
801
757
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
802
|
-
}) |
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
758
|
+
}) | {
|
|
759
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
760
|
+
} | ({
|
|
761
|
+
owner: string;
|
|
762
|
+
paused: boolean;
|
|
763
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
764
|
+
} & {
|
|
765
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
766
|
+
}) | {
|
|
767
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
768
|
+
origin: string;
|
|
769
|
+
nativeBridge: string;
|
|
770
|
+
} | {
|
|
771
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
772
|
+
relayer: string;
|
|
773
|
+
} | {
|
|
774
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
775
|
+
bridge: string;
|
|
776
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
812
777
|
foreignDeployment?: string | undefined;
|
|
813
|
-
remoteRouters?: Record<string,
|
|
778
|
+
remoteRouters?: Record<string, {
|
|
779
|
+
address: string;
|
|
780
|
+
}> | undefined;
|
|
814
781
|
gas?: number | undefined;
|
|
815
782
|
destinationGas?: Record<string, string> | undefined;
|
|
816
783
|
}>>;
|
|
@@ -1208,33 +1175,14 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1208
1175
|
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1209
1176
|
bridge: string;
|
|
1210
1177
|
}>]>>;
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
staticAggregationIsmFactory: z.ZodString;
|
|
1215
|
-
staticAggregationHookFactory: z.ZodString;
|
|
1216
|
-
domainRoutingIsmFactory: z.ZodString;
|
|
1217
|
-
staticMerkleRootWeightedMultisigIsmFactory: z.ZodString;
|
|
1218
|
-
staticMessageIdWeightedMultisigIsmFactory: z.ZodString;
|
|
1178
|
+
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
1179
|
+
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1180
|
+
address: z.ZodString;
|
|
1219
1181
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
|
|
1221
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
1222
|
-
staticAggregationIsmFactory: string;
|
|
1223
|
-
staticAggregationHookFactory: string;
|
|
1224
|
-
domainRoutingIsmFactory: string;
|
|
1225
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
1226
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
1182
|
+
address: string;
|
|
1227
1183
|
}, {
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
staticAggregationIsmFactory: string;
|
|
1231
|
-
staticAggregationHookFactory: string;
|
|
1232
|
-
domainRoutingIsmFactory: string;
|
|
1233
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
1234
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
1235
|
-
}>>;
|
|
1236
|
-
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
1237
|
-
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1184
|
+
address: string;
|
|
1185
|
+
}>>>;
|
|
1238
1186
|
gas: z.ZodOptional<z.ZodNumber>;
|
|
1239
1187
|
destinationGas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1240
1188
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1284,25 +1232,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1284
1232
|
bridge?: string | undefined;
|
|
1285
1233
|
childHook?: any;
|
|
1286
1234
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
1287
|
-
interchainSecurityModule?: string | {
|
|
1288
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1289
|
-
} | {
|
|
1290
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1291
|
-
relayer: string;
|
|
1292
|
-
} | {
|
|
1293
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1294
|
-
origin: string;
|
|
1295
|
-
nativeBridge: string;
|
|
1296
|
-
} | {
|
|
1297
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1298
|
-
bridge: string;
|
|
1299
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1300
|
-
owner: string;
|
|
1301
|
-
paused: boolean;
|
|
1302
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1303
|
-
} & {
|
|
1304
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1305
|
-
}) | ({
|
|
1235
|
+
interchainSecurityModule?: string | ({
|
|
1306
1236
|
validators: string[];
|
|
1307
1237
|
threshold: number;
|
|
1308
1238
|
} & {
|
|
@@ -1315,18 +1245,29 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1315
1245
|
thresholdWeight: number;
|
|
1316
1246
|
} & {
|
|
1317
1247
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1318
|
-
}) |
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1248
|
+
}) | {
|
|
1249
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1250
|
+
} | ({
|
|
1251
|
+
owner: string;
|
|
1252
|
+
paused: boolean;
|
|
1253
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1254
|
+
} & {
|
|
1255
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1256
|
+
}) | {
|
|
1257
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1258
|
+
origin: string;
|
|
1259
|
+
nativeBridge: string;
|
|
1260
|
+
} | {
|
|
1261
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1262
|
+
relayer: string;
|
|
1263
|
+
} | {
|
|
1264
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1265
|
+
bridge: string;
|
|
1266
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1328
1267
|
foreignDeployment?: string | undefined;
|
|
1329
|
-
remoteRouters?: Record<string,
|
|
1268
|
+
remoteRouters?: Record<string, {
|
|
1269
|
+
address: string;
|
|
1270
|
+
}> | undefined;
|
|
1330
1271
|
gas?: number | undefined;
|
|
1331
1272
|
destinationGas?: Record<string, string> | undefined;
|
|
1332
1273
|
}, {
|
|
@@ -1376,25 +1317,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1376
1317
|
bridge?: string | undefined;
|
|
1377
1318
|
childHook?: any;
|
|
1378
1319
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
1379
|
-
interchainSecurityModule?: string | {
|
|
1380
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1381
|
-
} | {
|
|
1382
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1383
|
-
relayer: string;
|
|
1384
|
-
} | {
|
|
1385
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1386
|
-
origin: string;
|
|
1387
|
-
nativeBridge: string;
|
|
1388
|
-
} | {
|
|
1389
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1390
|
-
bridge: string;
|
|
1391
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1392
|
-
owner: string;
|
|
1393
|
-
paused: boolean;
|
|
1394
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1395
|
-
} & {
|
|
1396
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1397
|
-
}) | ({
|
|
1320
|
+
interchainSecurityModule?: string | ({
|
|
1398
1321
|
validators: string[];
|
|
1399
1322
|
threshold: number;
|
|
1400
1323
|
} & {
|
|
@@ -1407,18 +1330,29 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1407
1330
|
thresholdWeight: number;
|
|
1408
1331
|
} & {
|
|
1409
1332
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1410
|
-
}) |
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1333
|
+
}) | {
|
|
1334
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1335
|
+
} | ({
|
|
1336
|
+
owner: string;
|
|
1337
|
+
paused: boolean;
|
|
1338
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1339
|
+
} & {
|
|
1340
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1341
|
+
}) | {
|
|
1342
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1343
|
+
origin: string;
|
|
1344
|
+
nativeBridge: string;
|
|
1345
|
+
} | {
|
|
1346
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1347
|
+
relayer: string;
|
|
1348
|
+
} | {
|
|
1349
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1350
|
+
bridge: string;
|
|
1351
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1420
1352
|
foreignDeployment?: string | undefined;
|
|
1421
|
-
remoteRouters?: Record<string,
|
|
1353
|
+
remoteRouters?: Record<string, {
|
|
1354
|
+
address: string;
|
|
1355
|
+
}> | undefined;
|
|
1422
1356
|
gas?: number | undefined;
|
|
1423
1357
|
destinationGas?: Record<string, string> | undefined;
|
|
1424
1358
|
}>>>, Record<string, ({
|
|
@@ -1502,25 +1436,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1502
1436
|
bridge?: string | undefined;
|
|
1503
1437
|
childHook?: any;
|
|
1504
1438
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
1505
|
-
interchainSecurityModule?: string | {
|
|
1506
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1507
|
-
} | {
|
|
1508
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1509
|
-
relayer: string;
|
|
1510
|
-
} | {
|
|
1511
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1512
|
-
origin: string;
|
|
1513
|
-
nativeBridge: string;
|
|
1514
|
-
} | {
|
|
1515
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1516
|
-
bridge: string;
|
|
1517
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1518
|
-
owner: string;
|
|
1519
|
-
paused: boolean;
|
|
1520
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1521
|
-
} & {
|
|
1522
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1523
|
-
}) | ({
|
|
1439
|
+
interchainSecurityModule?: string | ({
|
|
1524
1440
|
validators: string[];
|
|
1525
1441
|
threshold: number;
|
|
1526
1442
|
} & {
|
|
@@ -1533,18 +1449,29 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1533
1449
|
thresholdWeight: number;
|
|
1534
1450
|
} & {
|
|
1535
1451
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1536
|
-
}) |
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1452
|
+
}) | {
|
|
1453
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1454
|
+
} | ({
|
|
1455
|
+
owner: string;
|
|
1456
|
+
paused: boolean;
|
|
1457
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1458
|
+
} & {
|
|
1459
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1460
|
+
}) | {
|
|
1461
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1462
|
+
origin: string;
|
|
1463
|
+
nativeBridge: string;
|
|
1464
|
+
} | {
|
|
1465
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1466
|
+
relayer: string;
|
|
1467
|
+
} | {
|
|
1468
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1469
|
+
bridge: string;
|
|
1470
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1546
1471
|
foreignDeployment?: string | undefined;
|
|
1547
|
-
remoteRouters?: Record<string,
|
|
1472
|
+
remoteRouters?: Record<string, {
|
|
1473
|
+
address: string;
|
|
1474
|
+
}> | undefined;
|
|
1548
1475
|
gas?: number | undefined;
|
|
1549
1476
|
destinationGas?: Record<string, string> | undefined;
|
|
1550
1477
|
}>, Record<string, ({
|
|
@@ -1628,25 +1555,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1628
1555
|
bridge?: string | undefined;
|
|
1629
1556
|
childHook?: any;
|
|
1630
1557
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
1631
|
-
interchainSecurityModule?: string | {
|
|
1632
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1633
|
-
} | {
|
|
1634
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1635
|
-
relayer: string;
|
|
1636
|
-
} | {
|
|
1637
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1638
|
-
origin: string;
|
|
1639
|
-
nativeBridge: string;
|
|
1640
|
-
} | {
|
|
1641
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1642
|
-
bridge: string;
|
|
1643
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1644
|
-
owner: string;
|
|
1645
|
-
paused: boolean;
|
|
1646
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1647
|
-
} & {
|
|
1648
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1649
|
-
}) | ({
|
|
1558
|
+
interchainSecurityModule?: string | ({
|
|
1650
1559
|
validators: string[];
|
|
1651
1560
|
threshold: number;
|
|
1652
1561
|
} & {
|
|
@@ -1659,18 +1568,29 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1659
1568
|
thresholdWeight: number;
|
|
1660
1569
|
} & {
|
|
1661
1570
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1662
|
-
}) |
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1571
|
+
}) | {
|
|
1572
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1573
|
+
} | ({
|
|
1574
|
+
owner: string;
|
|
1575
|
+
paused: boolean;
|
|
1576
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1577
|
+
} & {
|
|
1578
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1579
|
+
}) | {
|
|
1580
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1581
|
+
origin: string;
|
|
1582
|
+
nativeBridge: string;
|
|
1583
|
+
} | {
|
|
1584
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1585
|
+
relayer: string;
|
|
1586
|
+
} | {
|
|
1587
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1588
|
+
bridge: string;
|
|
1589
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1672
1590
|
foreignDeployment?: string | undefined;
|
|
1673
|
-
remoteRouters?: Record<string,
|
|
1591
|
+
remoteRouters?: Record<string, {
|
|
1592
|
+
address: string;
|
|
1593
|
+
}> | undefined;
|
|
1674
1594
|
gas?: number | undefined;
|
|
1675
1595
|
destinationGas?: Record<string, string> | undefined;
|
|
1676
1596
|
}>>, Record<string, ({
|
|
@@ -1754,25 +1674,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1754
1674
|
bridge?: string | undefined;
|
|
1755
1675
|
childHook?: any;
|
|
1756
1676
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
1757
|
-
interchainSecurityModule?: string | {
|
|
1758
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1759
|
-
} | {
|
|
1760
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1761
|
-
relayer: string;
|
|
1762
|
-
} | {
|
|
1763
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1764
|
-
origin: string;
|
|
1765
|
-
nativeBridge: string;
|
|
1766
|
-
} | {
|
|
1767
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1768
|
-
bridge: string;
|
|
1769
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1770
|
-
owner: string;
|
|
1771
|
-
paused: boolean;
|
|
1772
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1773
|
-
} & {
|
|
1774
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1775
|
-
}) | ({
|
|
1677
|
+
interchainSecurityModule?: string | ({
|
|
1776
1678
|
validators: string[];
|
|
1777
1679
|
threshold: number;
|
|
1778
1680
|
} & {
|
|
@@ -1785,18 +1687,29 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1785
1687
|
thresholdWeight: number;
|
|
1786
1688
|
} & {
|
|
1787
1689
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1788
|
-
}) |
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1690
|
+
}) | {
|
|
1691
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1692
|
+
} | ({
|
|
1693
|
+
owner: string;
|
|
1694
|
+
paused: boolean;
|
|
1695
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1696
|
+
} & {
|
|
1697
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1698
|
+
}) | {
|
|
1699
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1700
|
+
origin: string;
|
|
1701
|
+
nativeBridge: string;
|
|
1702
|
+
} | {
|
|
1703
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1704
|
+
relayer: string;
|
|
1705
|
+
} | {
|
|
1706
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1707
|
+
bridge: string;
|
|
1708
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1798
1709
|
foreignDeployment?: string | undefined;
|
|
1799
|
-
remoteRouters?: Record<string,
|
|
1710
|
+
remoteRouters?: Record<string, {
|
|
1711
|
+
address: string;
|
|
1712
|
+
}> | undefined;
|
|
1800
1713
|
gas?: number | undefined;
|
|
1801
1714
|
destinationGas?: Record<string, string> | undefined;
|
|
1802
1715
|
}>, Record<string, ({
|
|
@@ -1880,25 +1793,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1880
1793
|
bridge?: string | undefined;
|
|
1881
1794
|
childHook?: any;
|
|
1882
1795
|
} | import("../index.js").DomainRoutingHookConfig | import("../index.js").FallbackRoutingHookConfig | import("../index.js").AggregationHookConfig | undefined;
|
|
1883
|
-
interchainSecurityModule?: string | {
|
|
1884
|
-
type: import("../index.js").IsmType.TEST_ISM;
|
|
1885
|
-
} | {
|
|
1886
|
-
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1887
|
-
relayer: string;
|
|
1888
|
-
} | {
|
|
1889
|
-
type: import("../index.js").IsmType.OP_STACK;
|
|
1890
|
-
origin: string;
|
|
1891
|
-
nativeBridge: string;
|
|
1892
|
-
} | {
|
|
1893
|
-
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1894
|
-
bridge: string;
|
|
1895
|
-
} | import("../index.js").RoutingIsmConfig | ({
|
|
1896
|
-
owner: string;
|
|
1897
|
-
paused: boolean;
|
|
1898
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
1899
|
-
} & {
|
|
1900
|
-
type: import("../index.js").IsmType.PAUSABLE;
|
|
1901
|
-
}) | ({
|
|
1796
|
+
interchainSecurityModule?: string | ({
|
|
1902
1797
|
validators: string[];
|
|
1903
1798
|
threshold: number;
|
|
1904
1799
|
} & {
|
|
@@ -1911,18 +1806,29 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1911
1806
|
thresholdWeight: number;
|
|
1912
1807
|
} & {
|
|
1913
1808
|
type: import("../index.js").IsmType.WEIGHTED_MERKLE_ROOT_MULTISIG | import("../index.js").IsmType.WEIGHTED_MESSAGE_ID_MULTISIG;
|
|
1914
|
-
}) |
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1809
|
+
}) | {
|
|
1810
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1811
|
+
} | ({
|
|
1812
|
+
owner: string;
|
|
1813
|
+
paused: boolean;
|
|
1814
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1815
|
+
} & {
|
|
1816
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1817
|
+
}) | {
|
|
1818
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1819
|
+
origin: string;
|
|
1820
|
+
nativeBridge: string;
|
|
1821
|
+
} | {
|
|
1822
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1823
|
+
relayer: string;
|
|
1824
|
+
} | {
|
|
1825
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1826
|
+
bridge: string;
|
|
1827
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1924
1828
|
foreignDeployment?: string | undefined;
|
|
1925
|
-
remoteRouters?: Record<string,
|
|
1829
|
+
remoteRouters?: Record<string, {
|
|
1830
|
+
address: string;
|
|
1831
|
+
}> | undefined;
|
|
1926
1832
|
gas?: number | undefined;
|
|
1927
1833
|
destinationGas?: Record<string, string> | undefined;
|
|
1928
1834
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/token/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,iCAAiC;;;CAG7C,CAAC;AACF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAO9B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcjC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAE7B,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;EAMrC,CAAC;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;EAMhC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAK5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/token/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,iCAAiC;;;CAG7C,CAAC;AACF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAO9B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcjC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAE7B,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;EAMrC,CAAC;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;EAMhC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAK5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEnC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,eAAO,MAAM,iBAAiB;;;;;;;;CAAqC,CAAC;AACpE,eAAO,MAAM,uBAAuB;;;;;;;;;CAA2C,CAAC;AAChF,eAAO,MAAM,wBAAwB;;;;;;;CAEpC,CAAC;AACF,eAAO,MAAM,kBAAkB;;;;;;;;;CAAsC,CAAC;AACtE,eAAO,MAAM,cAAc;;;;;;;;CAAkC,CAAC;AAC9D,eAAO,MAAM,eAAe;;;;;;;CAAmC,CAAC;AAEhE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCpC,CAAC"}
|
package/dist/token/schemas.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { objMap } from '@hyperlane-xyz/utils';
|
|
3
|
-
import { GasRouterConfigSchema } from '../router/
|
|
3
|
+
import { GasRouterConfigSchema } from '../router/types.js';
|
|
4
4
|
import { isCompliant } from '../utils/schemas.js';
|
|
5
5
|
import { TokenType } from './config.js';
|
|
6
6
|
export const WarpRouteDeployConfigSchemaErrors = {
|