@hyperlane-xyz/sdk 7.1.0-beta.0 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/multisigIsm.d.ts +1 -0
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +1057 -356
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsm.test.js +16 -2
- package/dist/consts/multisigIsm.test.js.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.js +0 -1
- package/dist/consts/multisigIsmVerifyCosts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +2 -2
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts +2 -2
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +40 -40
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/HyperlaneRelayer.js +3 -3
- package/dist/core/HyperlaneRelayer.js.map +1 -1
- package/dist/core/schemas.d.ts +676 -676
- package/dist/core/schemas.js +2 -2
- package/dist/core/schemas.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +1 -1
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/adapters/serialization.d.ts.map +1 -1
- package/dist/gas/adapters/serialization.js +0 -1
- package/dist/gas/adapters/serialization.js.map +1 -1
- package/dist/gas/types.d.ts +1 -1
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +0 -1
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookModule.js +1 -2
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/EvmHookReader.js +2 -2
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/EvmHookReader.test.js +0 -1
- package/dist/hook/EvmHookReader.test.js.map +1 -1
- package/dist/hook/types.d.ts +244 -1
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +65 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +8 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.d.ts.map +1 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js +0 -1
- package/dist/ism/EvmIsmModule.hardhat-test.js.map +1 -1
- package/dist/ism/EvmIsmModule.js +1 -2
- package/dist/ism/EvmIsmModule.js.map +1 -1
- package/dist/ism/EvmIsmReader.js +4 -4
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +1 -1
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts +2 -2
- package/dist/ism/adapters/CosmWasmMultisigAdapter.d.ts.map +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js +1 -1
- package/dist/ism/adapters/CosmWasmMultisigAdapter.js.map +1 -1
- package/dist/ism/metadata/aggregation.d.ts +2 -1
- package/dist/ism/metadata/aggregation.d.ts.map +1 -1
- package/dist/ism/metadata/aggregation.js +2 -2
- package/dist/ism/metadata/aggregation.js.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +1 -2
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.d.ts +6 -19
- package/dist/ism/metadata/builder.d.ts.map +1 -1
- package/dist/ism/metadata/builder.hardhat-test.js +2 -1
- package/dist/ism/metadata/builder.hardhat-test.js.map +1 -1
- package/dist/ism/metadata/builder.js +6 -26
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/decode.d.ts +3 -0
- package/dist/ism/metadata/decode.d.ts.map +1 -0
- package/dist/ism/metadata/decode.js +31 -0
- package/dist/ism/metadata/decode.js.map +1 -0
- package/dist/ism/metadata/multisig.d.ts +1 -1
- package/dist/ism/metadata/multisig.d.ts.map +1 -1
- package/dist/ism/metadata/null.d.ts +1 -1
- package/dist/ism/metadata/null.d.ts.map +1 -1
- package/dist/ism/metadata/routing.d.ts +2 -1
- package/dist/ism/metadata/routing.d.ts.map +1 -1
- package/dist/ism/metadata/routing.js +2 -2
- package/dist/ism/metadata/routing.js.map +1 -1
- package/dist/ism/metadata/types.d.ts +20 -0
- package/dist/ism/metadata/types.d.ts.map +1 -0
- package/dist/ism/metadata/types.js +2 -0
- package/dist/ism/metadata/types.js.map +1 -0
- package/dist/ism/multisig.d.ts +1 -0
- package/dist/ism/multisig.d.ts.map +1 -1
- package/dist/ism/multisig.js +9 -12
- package/dist/ism/multisig.js.map +1 -1
- package/dist/ism/types.d.ts +248 -2
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +76 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/types.test.d.ts +2 -0
- package/dist/ism/types.test.d.ts.map +1 -0
- package/dist/ism/{schemas.test.js → types.test.js} +2 -3
- package/dist/ism/types.test.js.map +1 -0
- package/dist/ism/utils.js +1 -1
- package/dist/ism/utils.js.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js +14 -13
- package/dist/middleware/liquidity-layer/LiquidityLayerApp.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts +1 -2
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/builder/TxSubmitterBuilder.js.map +1 -1
- package/dist/router/types.d.ts +1186 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/types.js +27 -0
- package/dist/router/types.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.d.ts +5 -3
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +13 -5
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +18 -20
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/IToken.d.ts +2 -2
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +6 -2
- package/dist/token/Token.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js +19 -8
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +9 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +11 -0
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/checker.js +1 -1
- package/dist/token/checker.js.map +1 -1
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +0 -1
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/schemas.d.ts +160 -282
- package/dist/token/schemas.d.ts.map +1 -1
- package/dist/token/schemas.js +1 -1
- package/dist/token/schemas.js.map +1 -1
- package/dist/utils/gnosisSafe.js +1 -1
- package/dist/utils/ism.js +1 -1
- package/dist/utils/ism.js.map +1 -1
- package/dist/utils/logUtils.js +1 -1
- package/dist/utils/logUtils.js.map +1 -1
- package/dist/utils/sealevelSerialization.d.ts.map +1 -1
- package/dist/utils/sealevelSerialization.js +0 -1
- package/dist/utils/sealevelSerialization.js.map +1 -1
- package/dist/warp/types.d.ts +4 -4
- package/package.json +15 -9
- package/dist/hook/schemas.d.ts +0 -247
- package/dist/hook/schemas.d.ts.map +0 -1
- package/dist/hook/schemas.js +0 -67
- package/dist/hook/schemas.js.map +0 -1
- package/dist/ism/schemas.d.ts +0 -246
- package/dist/ism/schemas.d.ts.map +0 -1
- package/dist/ism/schemas.js +0 -78
- package/dist/ism/schemas.js.map +0 -1
- package/dist/ism/schemas.test.d.ts +0 -2
- package/dist/ism/schemas.test.d.ts.map +0 -1
- package/dist/ism/schemas.test.js.map +0 -1
- package/dist/router/schemas.d.ts +0 -1317
- package/dist/router/schemas.d.ts.map +0 -1
- package/dist/router/schemas.js +0 -30
- package/dist/router/schemas.js.map +0 -1
package/dist/token/schemas.d.ts
CHANGED
|
@@ -600,31 +600,6 @@ 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
|
-
ismFactoryAddresses: z.ZodOptional<z.ZodObject<{
|
|
604
|
-
staticMerkleRootMultisigIsmFactory: z.ZodString;
|
|
605
|
-
staticMessageIdMultisigIsmFactory: z.ZodString;
|
|
606
|
-
staticAggregationIsmFactory: z.ZodString;
|
|
607
|
-
staticAggregationHookFactory: z.ZodString;
|
|
608
|
-
domainRoutingIsmFactory: z.ZodString;
|
|
609
|
-
staticMerkleRootWeightedMultisigIsmFactory: z.ZodString;
|
|
610
|
-
staticMessageIdWeightedMultisigIsmFactory: z.ZodString;
|
|
611
|
-
}, "strip", z.ZodTypeAny, {
|
|
612
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
613
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
614
|
-
staticAggregationIsmFactory: string;
|
|
615
|
-
staticAggregationHookFactory: string;
|
|
616
|
-
domainRoutingIsmFactory: string;
|
|
617
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
618
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
619
|
-
}, {
|
|
620
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
621
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
622
|
-
staticAggregationIsmFactory: string;
|
|
623
|
-
staticAggregationHookFactory: string;
|
|
624
|
-
domainRoutingIsmFactory: string;
|
|
625
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
626
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
627
|
-
}>>;
|
|
628
603
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
629
604
|
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
630
605
|
gas: z.ZodOptional<z.ZodNumber>;
|
|
@@ -676,25 +651,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
676
651
|
bridge?: string | undefined;
|
|
677
652
|
childHook?: any;
|
|
678
653
|
} | 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
|
-
}) | ({
|
|
654
|
+
interchainSecurityModule?: string | ({
|
|
698
655
|
validators: string[];
|
|
699
656
|
threshold: number;
|
|
700
657
|
} & {
|
|
@@ -707,16 +664,25 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
707
664
|
thresholdWeight: number;
|
|
708
665
|
} & {
|
|
709
666
|
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
|
-
|
|
667
|
+
}) | {
|
|
668
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
669
|
+
} | ({
|
|
670
|
+
owner: string;
|
|
671
|
+
paused: boolean;
|
|
672
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
673
|
+
} & {
|
|
674
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
675
|
+
}) | {
|
|
676
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
677
|
+
origin: string;
|
|
678
|
+
nativeBridge: string;
|
|
679
|
+
} | {
|
|
680
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
681
|
+
relayer: string;
|
|
682
|
+
} | {
|
|
683
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
684
|
+
bridge: string;
|
|
685
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
720
686
|
foreignDeployment?: string | undefined;
|
|
721
687
|
remoteRouters?: Record<string, string> | undefined;
|
|
722
688
|
gas?: number | undefined;
|
|
@@ -768,25 +734,7 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
768
734
|
bridge?: string | undefined;
|
|
769
735
|
childHook?: any;
|
|
770
736
|
} | 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
|
-
}) | ({
|
|
737
|
+
interchainSecurityModule?: string | ({
|
|
790
738
|
validators: string[];
|
|
791
739
|
threshold: number;
|
|
792
740
|
} & {
|
|
@@ -799,16 +747,25 @@ export declare const TokenRouterConfigSchema: z.ZodIntersection<z.ZodDiscriminat
|
|
|
799
747
|
thresholdWeight: number;
|
|
800
748
|
} & {
|
|
801
749
|
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
|
-
|
|
750
|
+
}) | {
|
|
751
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
752
|
+
} | ({
|
|
753
|
+
owner: string;
|
|
754
|
+
paused: boolean;
|
|
755
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
756
|
+
} & {
|
|
757
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
758
|
+
}) | {
|
|
759
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
760
|
+
origin: string;
|
|
761
|
+
nativeBridge: string;
|
|
762
|
+
} | {
|
|
763
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
764
|
+
relayer: string;
|
|
765
|
+
} | {
|
|
766
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
767
|
+
bridge: string;
|
|
768
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
812
769
|
foreignDeployment?: string | undefined;
|
|
813
770
|
remoteRouters?: Record<string, string> | undefined;
|
|
814
771
|
gas?: number | undefined;
|
|
@@ -1208,31 +1165,6 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1208
1165
|
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1209
1166
|
bridge: string;
|
|
1210
1167
|
}>]>>;
|
|
1211
|
-
ismFactoryAddresses: z.ZodOptional<z.ZodObject<{
|
|
1212
|
-
staticMerkleRootMultisigIsmFactory: z.ZodString;
|
|
1213
|
-
staticMessageIdMultisigIsmFactory: z.ZodString;
|
|
1214
|
-
staticAggregationIsmFactory: z.ZodString;
|
|
1215
|
-
staticAggregationHookFactory: z.ZodString;
|
|
1216
|
-
domainRoutingIsmFactory: z.ZodString;
|
|
1217
|
-
staticMerkleRootWeightedMultisigIsmFactory: z.ZodString;
|
|
1218
|
-
staticMessageIdWeightedMultisigIsmFactory: z.ZodString;
|
|
1219
|
-
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
1221
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
1222
|
-
staticAggregationIsmFactory: string;
|
|
1223
|
-
staticAggregationHookFactory: string;
|
|
1224
|
-
domainRoutingIsmFactory: string;
|
|
1225
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
1226
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
1227
|
-
}, {
|
|
1228
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
1229
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
1230
|
-
staticAggregationIsmFactory: string;
|
|
1231
|
-
staticAggregationHookFactory: string;
|
|
1232
|
-
domainRoutingIsmFactory: string;
|
|
1233
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
1234
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
1235
|
-
}>>;
|
|
1236
1168
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
1237
1169
|
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1238
1170
|
gas: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1284,25 +1216,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1284
1216
|
bridge?: string | undefined;
|
|
1285
1217
|
childHook?: any;
|
|
1286
1218
|
} | 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
|
-
}) | ({
|
|
1219
|
+
interchainSecurityModule?: string | ({
|
|
1306
1220
|
validators: string[];
|
|
1307
1221
|
threshold: number;
|
|
1308
1222
|
} & {
|
|
@@ -1315,16 +1229,25 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1315
1229
|
thresholdWeight: number;
|
|
1316
1230
|
} & {
|
|
1317
1231
|
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
|
-
|
|
1232
|
+
}) | {
|
|
1233
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1234
|
+
} | ({
|
|
1235
|
+
owner: string;
|
|
1236
|
+
paused: boolean;
|
|
1237
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1238
|
+
} & {
|
|
1239
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1240
|
+
}) | {
|
|
1241
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1242
|
+
origin: string;
|
|
1243
|
+
nativeBridge: string;
|
|
1244
|
+
} | {
|
|
1245
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1246
|
+
relayer: string;
|
|
1247
|
+
} | {
|
|
1248
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1249
|
+
bridge: string;
|
|
1250
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1328
1251
|
foreignDeployment?: string | undefined;
|
|
1329
1252
|
remoteRouters?: Record<string, string> | undefined;
|
|
1330
1253
|
gas?: number | undefined;
|
|
@@ -1376,25 +1299,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1376
1299
|
bridge?: string | undefined;
|
|
1377
1300
|
childHook?: any;
|
|
1378
1301
|
} | 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
|
-
}) | ({
|
|
1302
|
+
interchainSecurityModule?: string | ({
|
|
1398
1303
|
validators: string[];
|
|
1399
1304
|
threshold: number;
|
|
1400
1305
|
} & {
|
|
@@ -1407,16 +1312,25 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1407
1312
|
thresholdWeight: number;
|
|
1408
1313
|
} & {
|
|
1409
1314
|
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
|
-
|
|
1315
|
+
}) | {
|
|
1316
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1317
|
+
} | ({
|
|
1318
|
+
owner: string;
|
|
1319
|
+
paused: boolean;
|
|
1320
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1321
|
+
} & {
|
|
1322
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1323
|
+
}) | {
|
|
1324
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1325
|
+
origin: string;
|
|
1326
|
+
nativeBridge: string;
|
|
1327
|
+
} | {
|
|
1328
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1329
|
+
relayer: string;
|
|
1330
|
+
} | {
|
|
1331
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1332
|
+
bridge: string;
|
|
1333
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1420
1334
|
foreignDeployment?: string | undefined;
|
|
1421
1335
|
remoteRouters?: Record<string, string> | undefined;
|
|
1422
1336
|
gas?: number | undefined;
|
|
@@ -1502,25 +1416,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1502
1416
|
bridge?: string | undefined;
|
|
1503
1417
|
childHook?: any;
|
|
1504
1418
|
} | 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
|
-
}) | ({
|
|
1419
|
+
interchainSecurityModule?: string | ({
|
|
1524
1420
|
validators: string[];
|
|
1525
1421
|
threshold: number;
|
|
1526
1422
|
} & {
|
|
@@ -1533,16 +1429,25 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1533
1429
|
thresholdWeight: number;
|
|
1534
1430
|
} & {
|
|
1535
1431
|
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
|
-
|
|
1432
|
+
}) | {
|
|
1433
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1434
|
+
} | ({
|
|
1435
|
+
owner: string;
|
|
1436
|
+
paused: boolean;
|
|
1437
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1438
|
+
} & {
|
|
1439
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1440
|
+
}) | {
|
|
1441
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1442
|
+
origin: string;
|
|
1443
|
+
nativeBridge: string;
|
|
1444
|
+
} | {
|
|
1445
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1446
|
+
relayer: string;
|
|
1447
|
+
} | {
|
|
1448
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1449
|
+
bridge: string;
|
|
1450
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1546
1451
|
foreignDeployment?: string | undefined;
|
|
1547
1452
|
remoteRouters?: Record<string, string> | undefined;
|
|
1548
1453
|
gas?: number | undefined;
|
|
@@ -1628,25 +1533,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1628
1533
|
bridge?: string | undefined;
|
|
1629
1534
|
childHook?: any;
|
|
1630
1535
|
} | 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
|
-
}) | ({
|
|
1536
|
+
interchainSecurityModule?: string | ({
|
|
1650
1537
|
validators: string[];
|
|
1651
1538
|
threshold: number;
|
|
1652
1539
|
} & {
|
|
@@ -1659,16 +1546,25 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1659
1546
|
thresholdWeight: number;
|
|
1660
1547
|
} & {
|
|
1661
1548
|
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
|
-
|
|
1549
|
+
}) | {
|
|
1550
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1551
|
+
} | ({
|
|
1552
|
+
owner: string;
|
|
1553
|
+
paused: boolean;
|
|
1554
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1555
|
+
} & {
|
|
1556
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1557
|
+
}) | {
|
|
1558
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1559
|
+
origin: string;
|
|
1560
|
+
nativeBridge: string;
|
|
1561
|
+
} | {
|
|
1562
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1563
|
+
relayer: string;
|
|
1564
|
+
} | {
|
|
1565
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1566
|
+
bridge: string;
|
|
1567
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1672
1568
|
foreignDeployment?: string | undefined;
|
|
1673
1569
|
remoteRouters?: Record<string, string> | undefined;
|
|
1674
1570
|
gas?: number | undefined;
|
|
@@ -1754,25 +1650,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1754
1650
|
bridge?: string | undefined;
|
|
1755
1651
|
childHook?: any;
|
|
1756
1652
|
} | 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
|
-
}) | ({
|
|
1653
|
+
interchainSecurityModule?: string | ({
|
|
1776
1654
|
validators: string[];
|
|
1777
1655
|
threshold: number;
|
|
1778
1656
|
} & {
|
|
@@ -1785,16 +1663,25 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1785
1663
|
thresholdWeight: number;
|
|
1786
1664
|
} & {
|
|
1787
1665
|
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
|
-
|
|
1666
|
+
}) | {
|
|
1667
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1668
|
+
} | ({
|
|
1669
|
+
owner: string;
|
|
1670
|
+
paused: boolean;
|
|
1671
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1672
|
+
} & {
|
|
1673
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1674
|
+
}) | {
|
|
1675
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1676
|
+
origin: string;
|
|
1677
|
+
nativeBridge: string;
|
|
1678
|
+
} | {
|
|
1679
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1680
|
+
relayer: string;
|
|
1681
|
+
} | {
|
|
1682
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1683
|
+
bridge: string;
|
|
1684
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1798
1685
|
foreignDeployment?: string | undefined;
|
|
1799
1686
|
remoteRouters?: Record<string, string> | undefined;
|
|
1800
1687
|
gas?: number | undefined;
|
|
@@ -1880,25 +1767,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1880
1767
|
bridge?: string | undefined;
|
|
1881
1768
|
childHook?: any;
|
|
1882
1769
|
} | 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
|
-
}) | ({
|
|
1770
|
+
interchainSecurityModule?: string | ({
|
|
1902
1771
|
validators: string[];
|
|
1903
1772
|
threshold: number;
|
|
1904
1773
|
} & {
|
|
@@ -1911,16 +1780,25 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
1911
1780
|
thresholdWeight: number;
|
|
1912
1781
|
} & {
|
|
1913
1782
|
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
|
-
|
|
1783
|
+
}) | {
|
|
1784
|
+
type: import("../index.js").IsmType.TEST_ISM;
|
|
1785
|
+
} | ({
|
|
1786
|
+
owner: string;
|
|
1787
|
+
paused: boolean;
|
|
1788
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
1789
|
+
} & {
|
|
1790
|
+
type: import("../index.js").IsmType.PAUSABLE;
|
|
1791
|
+
}) | {
|
|
1792
|
+
type: import("../index.js").IsmType.OP_STACK;
|
|
1793
|
+
origin: string;
|
|
1794
|
+
nativeBridge: string;
|
|
1795
|
+
} | {
|
|
1796
|
+
type: import("../index.js").IsmType.TRUSTED_RELAYER;
|
|
1797
|
+
relayer: string;
|
|
1798
|
+
} | {
|
|
1799
|
+
type: import("../index.js").IsmType.ARB_L2_TO_L1;
|
|
1800
|
+
bridge: string;
|
|
1801
|
+
} | import("../index.js").RoutingIsmConfig | import("../index.js").AggregationIsmConfig | undefined;
|
|
1924
1802
|
foreignDeployment?: string | undefined;
|
|
1925
1803
|
remoteRouters?: Record<string, string> | undefined;
|
|
1926
1804
|
gas?: number | undefined;
|
|
@@ -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":"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"}
|
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 = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../src/token/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../src/token/schemas.ts"],"names":[],"mappings":"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"}
|
package/dist/utils/gnosisSafe.js
CHANGED
|
@@ -103,7 +103,7 @@ export async function canProposeSafeTransactions(
|
|
|
103
103
|
let safeService;
|
|
104
104
|
try {
|
|
105
105
|
safeService = getSafeService(chain, multiProvider);
|
|
106
|
-
} catch
|
|
106
|
+
} catch {
|
|
107
107
|
return false;
|
|
108
108
|
}
|
|
109
109
|
const safe = await getSafe(chain, multiProvider, safeAddress);
|
package/dist/utils/ism.js
CHANGED
|
@@ -19,7 +19,7 @@ function lowerCaseConfig(obj) {
|
|
|
19
19
|
else if (obj !== null && typeof obj === 'object') {
|
|
20
20
|
const newObj = {};
|
|
21
21
|
for (const key in obj) {
|
|
22
|
-
if (key !== 'address') {
|
|
22
|
+
if (key !== 'address' && key !== 'ownerOverrides') {
|
|
23
23
|
newObj[key] = key === 'type' ? obj[key] : normalizeConfig(obj[key]);
|
|
24
24
|
}
|
|
25
25
|
}
|
package/dist/utils/ism.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ism.js","sourceRoot":"","sources":["../../src/utils/ism.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,MAAM,UAAU,2BAA2B,CAAC,CAAS,EAAE,CAAS;IAC9D,IACE,CAAC,CAAC,GAAG,CAAC,EAAE,IAAI,sBAAsB,CAAC;QACnC,aAAa;QACb,CAAC,CAAC,GAAG,CAAC,EAAE,IAAI,sBAAsB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,EAC3C,CAAC;QACD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAC3E,CAAC;IACD,aAAa;IACb,OAAO,sBAAsB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;AAChD,CAAC;AAED,sFAAsF;AACtF,MAAM,UAAU,eAAe,CAAC,GAAqB;IACnD,OAAO,kBAAkB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC;AAClD,CAAC;AAED,SAAS,eAAe,CAAC,GAAQ;IAC/B,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC;QACvB,OAAO,GAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;IAClC,CAAC;SAAM,IAAI,GAAG,KAAK,IAAI,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE,CAAC;QACnD,MAAM,MAAM,GAAQ,EAAE,CAAC;QACvB,KAAK,MAAM,GAAG,IAAI,GAAG,EAAE,CAAC;YACtB,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"ism.js","sourceRoot":"","sources":["../../src/utils/ism.ts"],"names":[],"mappings":"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"}
|