@hyperlane-xyz/sdk 3.6.2 → 3.8.0-beta0
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/chainMetadata.d.ts +3 -2
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +99 -72
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +3 -2
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +6 -4
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +141 -133
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/mainnet.json +20 -0
- package/dist/consts/environments/testnet.json +166 -178
- package/dist/consts/igp.d.ts +2 -0
- package/dist/consts/igp.d.ts.map +1 -0
- package/dist/consts/igp.js +5 -0
- package/dist/consts/igp.js.map +1 -0
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +22 -18
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +4 -2
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +10 -4
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +3 -3
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts +6 -2
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +24 -11
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/TestRecipientDeployer.d.ts +2 -1
- package/dist/core/TestRecipientDeployer.d.ts.map +1 -1
- package/dist/core/TestRecipientDeployer.js +2 -1
- package/dist/core/TestRecipientDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +7 -6
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +34 -13
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts +2 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js +2 -1
- package/dist/deploy/HyperlaneProxyFactoryDeployer.js.map +1 -1
- package/dist/deploy/types.d.ts +1 -1
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts +9 -12
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +147 -121
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts +14 -0
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts.map +1 -0
- package/dist/deploy/verify/PostDeploymentContractVerifier.js +31 -0
- package/dist/deploy/verify/PostDeploymentContractVerifier.js.map +1 -0
- package/dist/deploy/verify/types.d.ts +60 -3
- package/dist/deploy/verify/types.d.ts.map +1 -1
- package/dist/deploy/verify/types.js +42 -0
- package/dist/deploy/verify/types.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts +0 -2
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +8 -29
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts +3 -2
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +47 -20
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.d.ts +2 -0
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.d.ts.map +1 -0
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +47 -0
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -0
- package/dist/gas/oracle/types.d.ts +11 -0
- package/dist/gas/oracle/types.d.ts.map +1 -0
- package/dist/gas/oracle/types.js +30 -0
- package/dist/gas/oracle/types.js.map +1 -0
- package/dist/gas/types.d.ts +3 -4
- package/dist/gas/types.d.ts.map +1 -1
- package/dist/gas/types.js +1 -5
- package/dist/gas/types.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts +2 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +6 -4
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/index.d.ts +18 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +52 -20
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +11 -10
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +14 -12
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +39 -287
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/utils.d.ts +11 -0
- package/dist/ism/utils.d.ts.map +1 -0
- package/dist/ism/utils.js +277 -0
- package/dist/ism/utils.js.map +1 -0
- package/dist/metadata/ChainMetadataManager.d.ts +43 -21
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +26 -0
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +138 -46
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +1 -1
- package/dist/metadata/blockExplorer.d.ts +6 -1
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +15 -1
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +202 -1
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +18 -4
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/metadata/customZodTypes.d.ts +2 -0
- package/dist/metadata/customZodTypes.d.ts.map +1 -1
- package/dist/metadata/customZodTypes.js +3 -1
- package/dist/metadata/customZodTypes.js.map +1 -1
- package/dist/metadata/health.js +2 -2
- package/dist/metadata/health.js.map +1 -1
- package/dist/metadata/warpRouteConfig.d.ts +134 -0
- package/dist/metadata/warpRouteConfig.d.ts.map +1 -0
- package/dist/metadata/warpRouteConfig.js +24 -0
- package/dist/metadata/warpRouteConfig.js.map +1 -0
- package/dist/middleware/account/InterchainAccountDeployer.d.ts +2 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.js +4 -2
- package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts +2 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.d.ts.map +1 -1
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js +4 -2
- package/dist/middleware/liquidity-layer/LiquidityLayerRouterDeployer.js.map +1 -1
- package/dist/middleware/query/InterchainQueryDeployer.d.ts +2 -1
- package/dist/middleware/query/InterchainQueryDeployer.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQueryDeployer.js +4 -2
- package/dist/middleware/query/InterchainQueryDeployer.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts +10 -12
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +2 -7
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +17 -17
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +12 -1
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.d.ts +5 -2
- package/dist/providers/ProviderType.d.ts.map +1 -1
- package/dist/providers/ProviderType.js +10 -1
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +2 -2
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +3 -3
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js +1 -0
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +2 -2
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterDeployer.js +2 -3
- package/dist/router/HyperlaneRouterDeployer.js.map +1 -1
- package/dist/test/metadata-check.js +7 -39
- package/dist/test/metadata-check.js.map +1 -1
- package/dist/test/testUtils.d.ts +2 -0
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +19 -1
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/IToken.d.ts +147 -0
- package/dist/token/IToken.d.ts.map +1 -0
- package/dist/token/IToken.js +37 -0
- package/dist/token/IToken.js.map +1 -0
- package/dist/token/Token.d.ts +58 -0
- package/dist/token/Token.d.ts.map +1 -0
- package/dist/token/Token.js +260 -0
- package/dist/token/Token.js.map +1 -0
- package/dist/token/Token.test.d.ts +2 -0
- package/dist/token/Token.test.d.ts.map +1 -0
- package/dist/token/Token.test.js +155 -0
- package/dist/token/Token.test.js.map +1 -0
- package/dist/token/TokenAmount.d.ts +12 -0
- package/dist/token/TokenAmount.d.ts.map +1 -0
- package/dist/token/TokenAmount.js +24 -0
- package/dist/token/TokenAmount.js.map +1 -0
- package/dist/token/TokenAmount.test.d.ts +2 -0
- package/dist/token/TokenAmount.test.d.ts.map +1 -0
- package/dist/token/TokenAmount.test.js +41 -0
- package/dist/token/TokenAmount.test.js.map +1 -0
- package/dist/token/TokenConnection.d.ts +81 -0
- package/dist/token/TokenConnection.d.ts.map +1 -0
- package/dist/token/TokenConnection.js +36 -0
- package/dist/token/TokenConnection.js.map +1 -0
- package/dist/token/TokenStandard.d.ts +36 -0
- package/dist/token/TokenStandard.d.ts.map +1 -0
- package/dist/token/TokenStandard.js +118 -0
- package/dist/token/TokenStandard.js.map +1 -0
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +29 -30
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.js +65 -50
- package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.d.ts +11 -9
- package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.js +25 -6
- package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +27 -16
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +69 -23
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +16 -11
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.d.ts +15 -13
- package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js +17 -15
- package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
- package/dist/token/deploy.d.ts +3 -2
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +4 -2
- package/dist/token/deploy.js.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/warp/WarpCore.d.ts +76 -0
- package/dist/warp/WarpCore.d.ts.map +1 -0
- package/dist/warp/WarpCore.js +288 -0
- package/dist/warp/WarpCore.js.map +1 -0
- package/dist/warp/WarpCore.test.d.ts +2 -0
- package/dist/warp/WarpCore.test.d.ts.map +1 -0
- package/dist/warp/WarpCore.test.js +143 -0
- package/dist/warp/WarpCore.test.js.map +1 -0
- package/dist/warp/types.d.ts +274 -0
- package/dist/warp/types.d.ts.map +1 -0
- package/dist/warp/types.js +38 -0
- package/dist/warp/types.js.map +1 -0
- package/logos/black/cosmwasm.svg +1 -1
- package/logos/black/inevm.svg +1 -0
- package/logos/black/injective.svg +1 -0
- package/logos/black/nautilus.svg +1 -0
- package/logos/black/plume.svg +29 -0
- package/logos/color/cosmos.svg +1 -1
- package/logos/color/cosmwasm.svg +1 -1
- package/logos/color/inevm.svg +1 -0
- package/logos/color/injective.svg +1 -0
- package/logos/color/manta.svg +1 -1
- package/logos/color/nautilus.svg +1 -0
- package/logos/color/plume.svg +24 -0
- package/package.json +5 -4
|
@@ -123,14 +123,17 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
123
123
|
name: z.ZodString;
|
|
124
124
|
symbol: z.ZodString;
|
|
125
125
|
decimals: z.ZodNumber;
|
|
126
|
+
denom: z.ZodOptional<z.ZodString>;
|
|
126
127
|
}, "strip", z.ZodTypeAny, {
|
|
127
128
|
symbol: string;
|
|
128
129
|
name: string;
|
|
129
130
|
decimals: number;
|
|
131
|
+
denom?: string | undefined;
|
|
130
132
|
}, {
|
|
131
133
|
symbol: string;
|
|
132
134
|
name: string;
|
|
133
135
|
decimals: number;
|
|
136
|
+
denom?: string | undefined;
|
|
134
137
|
}>>;
|
|
135
138
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
136
139
|
http: z.ZodString;
|
|
@@ -285,6 +288,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
285
288
|
baseRetryMs: number;
|
|
286
289
|
} | undefined;
|
|
287
290
|
}>, "many">>;
|
|
291
|
+
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
288
292
|
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
289
293
|
name: z.ZodString;
|
|
290
294
|
url: z.ZodString;
|
|
@@ -388,11 +392,11 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
388
392
|
denom: z.ZodString;
|
|
389
393
|
amount: z.ZodString;
|
|
390
394
|
}, "strip", z.ZodTypeAny, {
|
|
391
|
-
amount: string;
|
|
392
395
|
denom: string;
|
|
393
|
-
}, {
|
|
394
396
|
amount: string;
|
|
397
|
+
}, {
|
|
395
398
|
denom: string;
|
|
399
|
+
amount: string;
|
|
396
400
|
}>>;
|
|
397
401
|
contractAddressBytes: z.ZodOptional<z.ZodNumber>;
|
|
398
402
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -436,6 +440,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
436
440
|
symbol: string;
|
|
437
441
|
name: string;
|
|
438
442
|
decimals: number;
|
|
443
|
+
denom?: string | undefined;
|
|
439
444
|
} | undefined;
|
|
440
445
|
restUrls?: {
|
|
441
446
|
http: string;
|
|
@@ -463,6 +468,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
463
468
|
baseRetryMs: number;
|
|
464
469
|
} | undefined;
|
|
465
470
|
}[] | undefined;
|
|
471
|
+
customGrpcUrls?: string | undefined;
|
|
466
472
|
blockExplorers?: {
|
|
467
473
|
name: string;
|
|
468
474
|
url: string;
|
|
@@ -505,8 +511,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
505
511
|
} | undefined;
|
|
506
512
|
canonicalAsset?: string | undefined;
|
|
507
513
|
gasPrice?: {
|
|
508
|
-
amount: string;
|
|
509
514
|
denom: string;
|
|
515
|
+
amount: string;
|
|
510
516
|
} | undefined;
|
|
511
517
|
contractAddressBytes?: number | undefined;
|
|
512
518
|
}, {
|
|
@@ -550,6 +556,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
550
556
|
symbol: string;
|
|
551
557
|
name: string;
|
|
552
558
|
decimals: number;
|
|
559
|
+
denom?: string | undefined;
|
|
553
560
|
} | undefined;
|
|
554
561
|
restUrls?: {
|
|
555
562
|
http: string;
|
|
@@ -577,6 +584,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
577
584
|
baseRetryMs: number;
|
|
578
585
|
} | undefined;
|
|
579
586
|
}[] | undefined;
|
|
587
|
+
customGrpcUrls?: string | undefined;
|
|
580
588
|
blockExplorers?: {
|
|
581
589
|
name: string;
|
|
582
590
|
url: string;
|
|
@@ -619,8 +627,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
619
627
|
} | undefined;
|
|
620
628
|
canonicalAsset?: string | undefined;
|
|
621
629
|
gasPrice?: {
|
|
622
|
-
amount: string;
|
|
623
630
|
denom: string;
|
|
631
|
+
amount: string;
|
|
624
632
|
} | undefined;
|
|
625
633
|
contractAddressBytes?: number | undefined;
|
|
626
634
|
}>, {
|
|
@@ -664,6 +672,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
664
672
|
symbol: string;
|
|
665
673
|
name: string;
|
|
666
674
|
decimals: number;
|
|
675
|
+
denom?: string | undefined;
|
|
667
676
|
} | undefined;
|
|
668
677
|
restUrls?: {
|
|
669
678
|
http: string;
|
|
@@ -691,6 +700,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
691
700
|
baseRetryMs: number;
|
|
692
701
|
} | undefined;
|
|
693
702
|
}[] | undefined;
|
|
703
|
+
customGrpcUrls?: string | undefined;
|
|
694
704
|
blockExplorers?: {
|
|
695
705
|
name: string;
|
|
696
706
|
url: string;
|
|
@@ -733,8 +743,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
733
743
|
} | undefined;
|
|
734
744
|
canonicalAsset?: string | undefined;
|
|
735
745
|
gasPrice?: {
|
|
736
|
-
amount: string;
|
|
737
746
|
denom: string;
|
|
747
|
+
amount: string;
|
|
738
748
|
} | undefined;
|
|
739
749
|
contractAddressBytes?: number | undefined;
|
|
740
750
|
}, {
|
|
@@ -778,6 +788,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
778
788
|
symbol: string;
|
|
779
789
|
name: string;
|
|
780
790
|
decimals: number;
|
|
791
|
+
denom?: string | undefined;
|
|
781
792
|
} | undefined;
|
|
782
793
|
restUrls?: {
|
|
783
794
|
http: string;
|
|
@@ -805,6 +816,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
805
816
|
baseRetryMs: number;
|
|
806
817
|
} | undefined;
|
|
807
818
|
}[] | undefined;
|
|
819
|
+
customGrpcUrls?: string | undefined;
|
|
808
820
|
blockExplorers?: {
|
|
809
821
|
name: string;
|
|
810
822
|
url: string;
|
|
@@ -847,8 +859,8 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
847
859
|
} | undefined;
|
|
848
860
|
canonicalAsset?: string | undefined;
|
|
849
861
|
gasPrice?: {
|
|
850
|
-
amount: string;
|
|
851
862
|
denom: string;
|
|
863
|
+
amount: string;
|
|
852
864
|
} | undefined;
|
|
853
865
|
contractAddressBytes?: number | undefined;
|
|
854
866
|
}>;
|
|
@@ -867,14 +879,17 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
867
879
|
name: z.ZodString;
|
|
868
880
|
symbol: z.ZodString;
|
|
869
881
|
decimals: z.ZodNumber;
|
|
882
|
+
denom: z.ZodOptional<z.ZodString>;
|
|
870
883
|
}, "strip", z.ZodTypeAny, {
|
|
871
884
|
symbol: string;
|
|
872
885
|
name: string;
|
|
873
886
|
decimals: number;
|
|
887
|
+
denom?: string | undefined;
|
|
874
888
|
}, {
|
|
875
889
|
symbol: string;
|
|
876
890
|
name: string;
|
|
877
891
|
decimals: number;
|
|
892
|
+
denom?: string | undefined;
|
|
878
893
|
}>>;
|
|
879
894
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
880
895
|
http: z.ZodString;
|
|
@@ -1029,6 +1044,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1029
1044
|
baseRetryMs: number;
|
|
1030
1045
|
} | undefined;
|
|
1031
1046
|
}>, "many">>;
|
|
1047
|
+
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
1032
1048
|
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1033
1049
|
name: z.ZodString;
|
|
1034
1050
|
url: z.ZodString;
|
|
@@ -1132,11 +1148,11 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1132
1148
|
denom: z.ZodString;
|
|
1133
1149
|
amount: z.ZodString;
|
|
1134
1150
|
}, "strip", z.ZodTypeAny, {
|
|
1135
|
-
amount: string;
|
|
1136
1151
|
denom: string;
|
|
1137
|
-
}, {
|
|
1138
1152
|
amount: string;
|
|
1153
|
+
}, {
|
|
1139
1154
|
denom: string;
|
|
1155
|
+
amount: string;
|
|
1140
1156
|
}>>;
|
|
1141
1157
|
contractAddressBytes: z.ZodOptional<z.ZodNumber>;
|
|
1142
1158
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1180,6 +1196,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1180
1196
|
symbol: string;
|
|
1181
1197
|
name: string;
|
|
1182
1198
|
decimals: number;
|
|
1199
|
+
denom?: string | undefined;
|
|
1183
1200
|
} | undefined;
|
|
1184
1201
|
restUrls?: {
|
|
1185
1202
|
http: string;
|
|
@@ -1207,6 +1224,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1207
1224
|
baseRetryMs: number;
|
|
1208
1225
|
} | undefined;
|
|
1209
1226
|
}[] | undefined;
|
|
1227
|
+
customGrpcUrls?: string | undefined;
|
|
1210
1228
|
blockExplorers?: {
|
|
1211
1229
|
name: string;
|
|
1212
1230
|
url: string;
|
|
@@ -1249,8 +1267,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1249
1267
|
} | undefined;
|
|
1250
1268
|
canonicalAsset?: string | undefined;
|
|
1251
1269
|
gasPrice?: {
|
|
1252
|
-
amount: string;
|
|
1253
1270
|
denom: string;
|
|
1271
|
+
amount: string;
|
|
1254
1272
|
} | undefined;
|
|
1255
1273
|
contractAddressBytes?: number | undefined;
|
|
1256
1274
|
}, {
|
|
@@ -1294,6 +1312,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1294
1312
|
symbol: string;
|
|
1295
1313
|
name: string;
|
|
1296
1314
|
decimals: number;
|
|
1315
|
+
denom?: string | undefined;
|
|
1297
1316
|
} | undefined;
|
|
1298
1317
|
restUrls?: {
|
|
1299
1318
|
http: string;
|
|
@@ -1321,6 +1340,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1321
1340
|
baseRetryMs: number;
|
|
1322
1341
|
} | undefined;
|
|
1323
1342
|
}[] | undefined;
|
|
1343
|
+
customGrpcUrls?: string | undefined;
|
|
1324
1344
|
blockExplorers?: {
|
|
1325
1345
|
name: string;
|
|
1326
1346
|
url: string;
|
|
@@ -1363,8 +1383,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1363
1383
|
} | undefined;
|
|
1364
1384
|
canonicalAsset?: string | undefined;
|
|
1365
1385
|
gasPrice?: {
|
|
1366
|
-
amount: string;
|
|
1367
1386
|
denom: string;
|
|
1387
|
+
amount: string;
|
|
1368
1388
|
} | undefined;
|
|
1369
1389
|
contractAddressBytes?: number | undefined;
|
|
1370
1390
|
}>, {
|
|
@@ -1408,6 +1428,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1408
1428
|
symbol: string;
|
|
1409
1429
|
name: string;
|
|
1410
1430
|
decimals: number;
|
|
1431
|
+
denom?: string | undefined;
|
|
1411
1432
|
} | undefined;
|
|
1412
1433
|
restUrls?: {
|
|
1413
1434
|
http: string;
|
|
@@ -1435,6 +1456,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1435
1456
|
baseRetryMs: number;
|
|
1436
1457
|
} | undefined;
|
|
1437
1458
|
}[] | undefined;
|
|
1459
|
+
customGrpcUrls?: string | undefined;
|
|
1438
1460
|
blockExplorers?: {
|
|
1439
1461
|
name: string;
|
|
1440
1462
|
url: string;
|
|
@@ -1477,8 +1499,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1477
1499
|
} | undefined;
|
|
1478
1500
|
canonicalAsset?: string | undefined;
|
|
1479
1501
|
gasPrice?: {
|
|
1480
|
-
amount: string;
|
|
1481
1502
|
denom: string;
|
|
1503
|
+
amount: string;
|
|
1482
1504
|
} | undefined;
|
|
1483
1505
|
contractAddressBytes?: number | undefined;
|
|
1484
1506
|
}, {
|
|
@@ -1522,6 +1544,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1522
1544
|
symbol: string;
|
|
1523
1545
|
name: string;
|
|
1524
1546
|
decimals: number;
|
|
1547
|
+
denom?: string | undefined;
|
|
1525
1548
|
} | undefined;
|
|
1526
1549
|
restUrls?: {
|
|
1527
1550
|
http: string;
|
|
@@ -1549,6 +1572,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1549
1572
|
baseRetryMs: number;
|
|
1550
1573
|
} | undefined;
|
|
1551
1574
|
}[] | undefined;
|
|
1575
|
+
customGrpcUrls?: string | undefined;
|
|
1552
1576
|
blockExplorers?: {
|
|
1553
1577
|
name: string;
|
|
1554
1578
|
url: string;
|
|
@@ -1591,8 +1615,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1591
1615
|
} | undefined;
|
|
1592
1616
|
canonicalAsset?: string | undefined;
|
|
1593
1617
|
gasPrice?: {
|
|
1594
|
-
amount: string;
|
|
1595
1618
|
denom: string;
|
|
1619
|
+
amount: string;
|
|
1596
1620
|
} | undefined;
|
|
1597
1621
|
contractAddressBytes?: number | undefined;
|
|
1598
1622
|
}>>, Record<string, {
|
|
@@ -1636,6 +1660,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1636
1660
|
symbol: string;
|
|
1637
1661
|
name: string;
|
|
1638
1662
|
decimals: number;
|
|
1663
|
+
denom?: string | undefined;
|
|
1639
1664
|
} | undefined;
|
|
1640
1665
|
restUrls?: {
|
|
1641
1666
|
http: string;
|
|
@@ -1663,6 +1688,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1663
1688
|
baseRetryMs: number;
|
|
1664
1689
|
} | undefined;
|
|
1665
1690
|
}[] | undefined;
|
|
1691
|
+
customGrpcUrls?: string | undefined;
|
|
1666
1692
|
blockExplorers?: {
|
|
1667
1693
|
name: string;
|
|
1668
1694
|
url: string;
|
|
@@ -1705,8 +1731,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1705
1731
|
} | undefined;
|
|
1706
1732
|
canonicalAsset?: string | undefined;
|
|
1707
1733
|
gasPrice?: {
|
|
1708
|
-
amount: string;
|
|
1709
1734
|
denom: string;
|
|
1735
|
+
amount: string;
|
|
1710
1736
|
} | undefined;
|
|
1711
1737
|
contractAddressBytes?: number | undefined;
|
|
1712
1738
|
}>, Record<string, {
|
|
@@ -1750,6 +1776,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1750
1776
|
symbol: string;
|
|
1751
1777
|
name: string;
|
|
1752
1778
|
decimals: number;
|
|
1779
|
+
denom?: string | undefined;
|
|
1753
1780
|
} | undefined;
|
|
1754
1781
|
restUrls?: {
|
|
1755
1782
|
http: string;
|
|
@@ -1777,6 +1804,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1777
1804
|
baseRetryMs: number;
|
|
1778
1805
|
} | undefined;
|
|
1779
1806
|
}[] | undefined;
|
|
1807
|
+
customGrpcUrls?: string | undefined;
|
|
1780
1808
|
blockExplorers?: {
|
|
1781
1809
|
name: string;
|
|
1782
1810
|
url: string;
|
|
@@ -1819,8 +1847,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1819
1847
|
} | undefined;
|
|
1820
1848
|
canonicalAsset?: string | undefined;
|
|
1821
1849
|
gasPrice?: {
|
|
1822
|
-
amount: string;
|
|
1823
1850
|
denom: string;
|
|
1851
|
+
amount: string;
|
|
1824
1852
|
} | undefined;
|
|
1825
1853
|
contractAddressBytes?: number | undefined;
|
|
1826
1854
|
}>>;
|
|
@@ -1917,6 +1945,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1917
1945
|
symbol: string;
|
|
1918
1946
|
name: string;
|
|
1919
1947
|
decimals: number;
|
|
1948
|
+
denom?: string | undefined;
|
|
1920
1949
|
} | undefined;
|
|
1921
1950
|
restUrls?: {
|
|
1922
1951
|
http: string;
|
|
@@ -1944,6 +1973,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1944
1973
|
baseRetryMs: number;
|
|
1945
1974
|
} | undefined;
|
|
1946
1975
|
}[] | undefined;
|
|
1976
|
+
customGrpcUrls?: string | undefined;
|
|
1947
1977
|
blockExplorers?: {
|
|
1948
1978
|
name: string;
|
|
1949
1979
|
url: string;
|
|
@@ -1986,8 +2016,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1986
2016
|
} | undefined;
|
|
1987
2017
|
canonicalAsset?: string | undefined;
|
|
1988
2018
|
gasPrice?: {
|
|
1989
|
-
amount: string;
|
|
1990
2019
|
denom: string;
|
|
2020
|
+
amount: string;
|
|
1991
2021
|
} | undefined;
|
|
1992
2022
|
contractAddressBytes?: number | undefined;
|
|
1993
2023
|
}>;
|
|
@@ -2053,6 +2083,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2053
2083
|
symbol: string;
|
|
2054
2084
|
name: string;
|
|
2055
2085
|
decimals: number;
|
|
2086
|
+
denom?: string | undefined;
|
|
2056
2087
|
} | undefined;
|
|
2057
2088
|
restUrls?: {
|
|
2058
2089
|
http: string;
|
|
@@ -2080,6 +2111,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2080
2111
|
baseRetryMs: number;
|
|
2081
2112
|
} | undefined;
|
|
2082
2113
|
}[] | undefined;
|
|
2114
|
+
customGrpcUrls?: string | undefined;
|
|
2083
2115
|
blockExplorers?: {
|
|
2084
2116
|
name: string;
|
|
2085
2117
|
url: string;
|
|
@@ -2122,8 +2154,8 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2122
2154
|
} | undefined;
|
|
2123
2155
|
canonicalAsset?: string | undefined;
|
|
2124
2156
|
gasPrice?: {
|
|
2125
|
-
amount: string;
|
|
2126
2157
|
denom: string;
|
|
2158
|
+
amount: string;
|
|
2127
2159
|
} | undefined;
|
|
2128
2160
|
contractAddressBytes?: number | undefined;
|
|
2129
2161
|
}>;
|
|
@@ -2277,14 +2309,17 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2277
2309
|
name: z.ZodString;
|
|
2278
2310
|
symbol: z.ZodString;
|
|
2279
2311
|
decimals: z.ZodNumber;
|
|
2312
|
+
denom: z.ZodOptional<z.ZodString>;
|
|
2280
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2281
2314
|
symbol: string;
|
|
2282
2315
|
name: string;
|
|
2283
2316
|
decimals: number;
|
|
2317
|
+
denom?: string | undefined;
|
|
2284
2318
|
}, {
|
|
2285
2319
|
symbol: string;
|
|
2286
2320
|
name: string;
|
|
2287
2321
|
decimals: number;
|
|
2322
|
+
denom?: string | undefined;
|
|
2288
2323
|
}>>;
|
|
2289
2324
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
2290
2325
|
http: z.ZodString;
|
|
@@ -2439,6 +2474,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2439
2474
|
baseRetryMs: number;
|
|
2440
2475
|
} | undefined;
|
|
2441
2476
|
}>, "many">>;
|
|
2477
|
+
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
2442
2478
|
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2443
2479
|
name: z.ZodString;
|
|
2444
2480
|
url: z.ZodString;
|
|
@@ -2542,11 +2578,11 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2542
2578
|
denom: z.ZodString;
|
|
2543
2579
|
amount: z.ZodString;
|
|
2544
2580
|
}, "strip", z.ZodTypeAny, {
|
|
2545
|
-
amount: string;
|
|
2546
2581
|
denom: string;
|
|
2547
|
-
}, {
|
|
2548
2582
|
amount: string;
|
|
2583
|
+
}, {
|
|
2549
2584
|
denom: string;
|
|
2585
|
+
amount: string;
|
|
2550
2586
|
}>>;
|
|
2551
2587
|
contractAddressBytes: z.ZodOptional<z.ZodNumber>;
|
|
2552
2588
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2590,6 +2626,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2590
2626
|
symbol: string;
|
|
2591
2627
|
name: string;
|
|
2592
2628
|
decimals: number;
|
|
2629
|
+
denom?: string | undefined;
|
|
2593
2630
|
} | undefined;
|
|
2594
2631
|
restUrls?: {
|
|
2595
2632
|
http: string;
|
|
@@ -2617,6 +2654,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2617
2654
|
baseRetryMs: number;
|
|
2618
2655
|
} | undefined;
|
|
2619
2656
|
}[] | undefined;
|
|
2657
|
+
customGrpcUrls?: string | undefined;
|
|
2620
2658
|
blockExplorers?: {
|
|
2621
2659
|
name: string;
|
|
2622
2660
|
url: string;
|
|
@@ -2659,8 +2697,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2659
2697
|
} | undefined;
|
|
2660
2698
|
canonicalAsset?: string | undefined;
|
|
2661
2699
|
gasPrice?: {
|
|
2662
|
-
amount: string;
|
|
2663
2700
|
denom: string;
|
|
2701
|
+
amount: string;
|
|
2664
2702
|
} | undefined;
|
|
2665
2703
|
contractAddressBytes?: number | undefined;
|
|
2666
2704
|
}, {
|
|
@@ -2704,6 +2742,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2704
2742
|
symbol: string;
|
|
2705
2743
|
name: string;
|
|
2706
2744
|
decimals: number;
|
|
2745
|
+
denom?: string | undefined;
|
|
2707
2746
|
} | undefined;
|
|
2708
2747
|
restUrls?: {
|
|
2709
2748
|
http: string;
|
|
@@ -2731,6 +2770,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2731
2770
|
baseRetryMs: number;
|
|
2732
2771
|
} | undefined;
|
|
2733
2772
|
}[] | undefined;
|
|
2773
|
+
customGrpcUrls?: string | undefined;
|
|
2734
2774
|
blockExplorers?: {
|
|
2735
2775
|
name: string;
|
|
2736
2776
|
url: string;
|
|
@@ -2773,8 +2813,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2773
2813
|
} | undefined;
|
|
2774
2814
|
canonicalAsset?: string | undefined;
|
|
2775
2815
|
gasPrice?: {
|
|
2776
|
-
amount: string;
|
|
2777
2816
|
denom: string;
|
|
2817
|
+
amount: string;
|
|
2778
2818
|
} | undefined;
|
|
2779
2819
|
contractAddressBytes?: number | undefined;
|
|
2780
2820
|
}>, {
|
|
@@ -2818,6 +2858,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2818
2858
|
symbol: string;
|
|
2819
2859
|
name: string;
|
|
2820
2860
|
decimals: number;
|
|
2861
|
+
denom?: string | undefined;
|
|
2821
2862
|
} | undefined;
|
|
2822
2863
|
restUrls?: {
|
|
2823
2864
|
http: string;
|
|
@@ -2845,6 +2886,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2845
2886
|
baseRetryMs: number;
|
|
2846
2887
|
} | undefined;
|
|
2847
2888
|
}[] | undefined;
|
|
2889
|
+
customGrpcUrls?: string | undefined;
|
|
2848
2890
|
blockExplorers?: {
|
|
2849
2891
|
name: string;
|
|
2850
2892
|
url: string;
|
|
@@ -2887,8 +2929,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2887
2929
|
} | undefined;
|
|
2888
2930
|
canonicalAsset?: string | undefined;
|
|
2889
2931
|
gasPrice?: {
|
|
2890
|
-
amount: string;
|
|
2891
2932
|
denom: string;
|
|
2933
|
+
amount: string;
|
|
2892
2934
|
} | undefined;
|
|
2893
2935
|
contractAddressBytes?: number | undefined;
|
|
2894
2936
|
}, {
|
|
@@ -2932,6 +2974,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2932
2974
|
symbol: string;
|
|
2933
2975
|
name: string;
|
|
2934
2976
|
decimals: number;
|
|
2977
|
+
denom?: string | undefined;
|
|
2935
2978
|
} | undefined;
|
|
2936
2979
|
restUrls?: {
|
|
2937
2980
|
http: string;
|
|
@@ -2959,6 +3002,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2959
3002
|
baseRetryMs: number;
|
|
2960
3003
|
} | undefined;
|
|
2961
3004
|
}[] | undefined;
|
|
3005
|
+
customGrpcUrls?: string | undefined;
|
|
2962
3006
|
blockExplorers?: {
|
|
2963
3007
|
name: string;
|
|
2964
3008
|
url: string;
|
|
@@ -3001,8 +3045,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3001
3045
|
} | undefined;
|
|
3002
3046
|
canonicalAsset?: string | undefined;
|
|
3003
3047
|
gasPrice?: {
|
|
3004
|
-
amount: string;
|
|
3005
3048
|
denom: string;
|
|
3049
|
+
amount: string;
|
|
3006
3050
|
} | undefined;
|
|
3007
3051
|
contractAddressBytes?: number | undefined;
|
|
3008
3052
|
}>>, Record<string, {
|
|
@@ -3046,6 +3090,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3046
3090
|
symbol: string;
|
|
3047
3091
|
name: string;
|
|
3048
3092
|
decimals: number;
|
|
3093
|
+
denom?: string | undefined;
|
|
3049
3094
|
} | undefined;
|
|
3050
3095
|
restUrls?: {
|
|
3051
3096
|
http: string;
|
|
@@ -3073,6 +3118,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3073
3118
|
baseRetryMs: number;
|
|
3074
3119
|
} | undefined;
|
|
3075
3120
|
}[] | undefined;
|
|
3121
|
+
customGrpcUrls?: string | undefined;
|
|
3076
3122
|
blockExplorers?: {
|
|
3077
3123
|
name: string;
|
|
3078
3124
|
url: string;
|
|
@@ -3115,8 +3161,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3115
3161
|
} | undefined;
|
|
3116
3162
|
canonicalAsset?: string | undefined;
|
|
3117
3163
|
gasPrice?: {
|
|
3118
|
-
amount: string;
|
|
3119
3164
|
denom: string;
|
|
3165
|
+
amount: string;
|
|
3120
3166
|
} | undefined;
|
|
3121
3167
|
contractAddressBytes?: number | undefined;
|
|
3122
3168
|
}>, Record<string, {
|
|
@@ -3160,6 +3206,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3160
3206
|
symbol: string;
|
|
3161
3207
|
name: string;
|
|
3162
3208
|
decimals: number;
|
|
3209
|
+
denom?: string | undefined;
|
|
3163
3210
|
} | undefined;
|
|
3164
3211
|
restUrls?: {
|
|
3165
3212
|
http: string;
|
|
@@ -3187,6 +3234,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3187
3234
|
baseRetryMs: number;
|
|
3188
3235
|
} | undefined;
|
|
3189
3236
|
}[] | undefined;
|
|
3237
|
+
customGrpcUrls?: string | undefined;
|
|
3190
3238
|
blockExplorers?: {
|
|
3191
3239
|
name: string;
|
|
3192
3240
|
url: string;
|
|
@@ -3229,8 +3277,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3229
3277
|
} | undefined;
|
|
3230
3278
|
canonicalAsset?: string | undefined;
|
|
3231
3279
|
gasPrice?: {
|
|
3232
|
-
amount: string;
|
|
3233
3280
|
denom: string;
|
|
3281
|
+
amount: string;
|
|
3234
3282
|
} | undefined;
|
|
3235
3283
|
contractAddressBytes?: number | undefined;
|
|
3236
3284
|
}>>;
|
|
@@ -3508,6 +3556,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3508
3556
|
symbol: string;
|
|
3509
3557
|
name: string;
|
|
3510
3558
|
decimals: number;
|
|
3559
|
+
denom?: string | undefined;
|
|
3511
3560
|
} | undefined;
|
|
3512
3561
|
restUrls?: {
|
|
3513
3562
|
http: string;
|
|
@@ -3535,6 +3584,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3535
3584
|
baseRetryMs: number;
|
|
3536
3585
|
} | undefined;
|
|
3537
3586
|
}[] | undefined;
|
|
3587
|
+
customGrpcUrls?: string | undefined;
|
|
3538
3588
|
blockExplorers?: {
|
|
3539
3589
|
name: string;
|
|
3540
3590
|
url: string;
|
|
@@ -3577,8 +3627,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3577
3627
|
} | undefined;
|
|
3578
3628
|
canonicalAsset?: string | undefined;
|
|
3579
3629
|
gasPrice?: {
|
|
3580
|
-
amount: string;
|
|
3581
3630
|
denom: string;
|
|
3631
|
+
amount: string;
|
|
3582
3632
|
} | undefined;
|
|
3583
3633
|
contractAddressBytes?: number | undefined;
|
|
3584
3634
|
}>;
|
|
@@ -3697,6 +3747,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3697
3747
|
symbol: string;
|
|
3698
3748
|
name: string;
|
|
3699
3749
|
decimals: number;
|
|
3750
|
+
denom?: string | undefined;
|
|
3700
3751
|
} | undefined;
|
|
3701
3752
|
restUrls?: {
|
|
3702
3753
|
http: string;
|
|
@@ -3724,6 +3775,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3724
3775
|
baseRetryMs: number;
|
|
3725
3776
|
} | undefined;
|
|
3726
3777
|
}[] | undefined;
|
|
3778
|
+
customGrpcUrls?: string | undefined;
|
|
3727
3779
|
blockExplorers?: {
|
|
3728
3780
|
name: string;
|
|
3729
3781
|
url: string;
|
|
@@ -3766,8 +3818,8 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3766
3818
|
} | undefined;
|
|
3767
3819
|
canonicalAsset?: string | undefined;
|
|
3768
3820
|
gasPrice?: {
|
|
3769
|
-
amount: string;
|
|
3770
3821
|
denom: string;
|
|
3822
|
+
amount: string;
|
|
3771
3823
|
} | undefined;
|
|
3772
3824
|
contractAddressBytes?: number | undefined;
|
|
3773
3825
|
}>;
|
|
@@ -3860,14 +3912,17 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
3860
3912
|
name: z.ZodString;
|
|
3861
3913
|
symbol: z.ZodString;
|
|
3862
3914
|
decimals: z.ZodNumber;
|
|
3915
|
+
denom: z.ZodOptional<z.ZodString>;
|
|
3863
3916
|
}, "strip", z.ZodTypeAny, {
|
|
3864
3917
|
symbol: string;
|
|
3865
3918
|
name: string;
|
|
3866
3919
|
decimals: number;
|
|
3920
|
+
denom?: string | undefined;
|
|
3867
3921
|
}, {
|
|
3868
3922
|
symbol: string;
|
|
3869
3923
|
name: string;
|
|
3870
3924
|
decimals: number;
|
|
3925
|
+
denom?: string | undefined;
|
|
3871
3926
|
}>>;
|
|
3872
3927
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
3873
3928
|
http: z.ZodString;
|
|
@@ -4022,6 +4077,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4022
4077
|
baseRetryMs: number;
|
|
4023
4078
|
} | undefined;
|
|
4024
4079
|
}>, "many">>;
|
|
4080
|
+
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
4025
4081
|
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4026
4082
|
name: z.ZodString;
|
|
4027
4083
|
url: z.ZodString;
|
|
@@ -4125,11 +4181,11 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4125
4181
|
denom: z.ZodString;
|
|
4126
4182
|
amount: z.ZodString;
|
|
4127
4183
|
}, "strip", z.ZodTypeAny, {
|
|
4128
|
-
amount: string;
|
|
4129
4184
|
denom: string;
|
|
4130
|
-
}, {
|
|
4131
4185
|
amount: string;
|
|
4186
|
+
}, {
|
|
4132
4187
|
denom: string;
|
|
4188
|
+
amount: string;
|
|
4133
4189
|
}>>;
|
|
4134
4190
|
contractAddressBytes: z.ZodOptional<z.ZodNumber>;
|
|
4135
4191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4173,6 +4229,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4173
4229
|
symbol: string;
|
|
4174
4230
|
name: string;
|
|
4175
4231
|
decimals: number;
|
|
4232
|
+
denom?: string | undefined;
|
|
4176
4233
|
} | undefined;
|
|
4177
4234
|
restUrls?: {
|
|
4178
4235
|
http: string;
|
|
@@ -4200,6 +4257,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4200
4257
|
baseRetryMs: number;
|
|
4201
4258
|
} | undefined;
|
|
4202
4259
|
}[] | undefined;
|
|
4260
|
+
customGrpcUrls?: string | undefined;
|
|
4203
4261
|
blockExplorers?: {
|
|
4204
4262
|
name: string;
|
|
4205
4263
|
url: string;
|
|
@@ -4242,8 +4300,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4242
4300
|
} | undefined;
|
|
4243
4301
|
canonicalAsset?: string | undefined;
|
|
4244
4302
|
gasPrice?: {
|
|
4245
|
-
amount: string;
|
|
4246
4303
|
denom: string;
|
|
4304
|
+
amount: string;
|
|
4247
4305
|
} | undefined;
|
|
4248
4306
|
contractAddressBytes?: number | undefined;
|
|
4249
4307
|
}, {
|
|
@@ -4287,6 +4345,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4287
4345
|
symbol: string;
|
|
4288
4346
|
name: string;
|
|
4289
4347
|
decimals: number;
|
|
4348
|
+
denom?: string | undefined;
|
|
4290
4349
|
} | undefined;
|
|
4291
4350
|
restUrls?: {
|
|
4292
4351
|
http: string;
|
|
@@ -4314,6 +4373,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4314
4373
|
baseRetryMs: number;
|
|
4315
4374
|
} | undefined;
|
|
4316
4375
|
}[] | undefined;
|
|
4376
|
+
customGrpcUrls?: string | undefined;
|
|
4317
4377
|
blockExplorers?: {
|
|
4318
4378
|
name: string;
|
|
4319
4379
|
url: string;
|
|
@@ -4356,8 +4416,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4356
4416
|
} | undefined;
|
|
4357
4417
|
canonicalAsset?: string | undefined;
|
|
4358
4418
|
gasPrice?: {
|
|
4359
|
-
amount: string;
|
|
4360
4419
|
denom: string;
|
|
4420
|
+
amount: string;
|
|
4361
4421
|
} | undefined;
|
|
4362
4422
|
contractAddressBytes?: number | undefined;
|
|
4363
4423
|
}>, {
|
|
@@ -4401,6 +4461,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4401
4461
|
symbol: string;
|
|
4402
4462
|
name: string;
|
|
4403
4463
|
decimals: number;
|
|
4464
|
+
denom?: string | undefined;
|
|
4404
4465
|
} | undefined;
|
|
4405
4466
|
restUrls?: {
|
|
4406
4467
|
http: string;
|
|
@@ -4428,6 +4489,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4428
4489
|
baseRetryMs: number;
|
|
4429
4490
|
} | undefined;
|
|
4430
4491
|
}[] | undefined;
|
|
4492
|
+
customGrpcUrls?: string | undefined;
|
|
4431
4493
|
blockExplorers?: {
|
|
4432
4494
|
name: string;
|
|
4433
4495
|
url: string;
|
|
@@ -4470,8 +4532,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4470
4532
|
} | undefined;
|
|
4471
4533
|
canonicalAsset?: string | undefined;
|
|
4472
4534
|
gasPrice?: {
|
|
4473
|
-
amount: string;
|
|
4474
4535
|
denom: string;
|
|
4536
|
+
amount: string;
|
|
4475
4537
|
} | undefined;
|
|
4476
4538
|
contractAddressBytes?: number | undefined;
|
|
4477
4539
|
}, {
|
|
@@ -4515,6 +4577,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4515
4577
|
symbol: string;
|
|
4516
4578
|
name: string;
|
|
4517
4579
|
decimals: number;
|
|
4580
|
+
denom?: string | undefined;
|
|
4518
4581
|
} | undefined;
|
|
4519
4582
|
restUrls?: {
|
|
4520
4583
|
http: string;
|
|
@@ -4542,6 +4605,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4542
4605
|
baseRetryMs: number;
|
|
4543
4606
|
} | undefined;
|
|
4544
4607
|
}[] | undefined;
|
|
4608
|
+
customGrpcUrls?: string | undefined;
|
|
4545
4609
|
blockExplorers?: {
|
|
4546
4610
|
name: string;
|
|
4547
4611
|
url: string;
|
|
@@ -4584,8 +4648,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4584
4648
|
} | undefined;
|
|
4585
4649
|
canonicalAsset?: string | undefined;
|
|
4586
4650
|
gasPrice?: {
|
|
4587
|
-
amount: string;
|
|
4588
4651
|
denom: string;
|
|
4652
|
+
amount: string;
|
|
4589
4653
|
} | undefined;
|
|
4590
4654
|
contractAddressBytes?: number | undefined;
|
|
4591
4655
|
}>>, Record<string, {
|
|
@@ -4629,6 +4693,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4629
4693
|
symbol: string;
|
|
4630
4694
|
name: string;
|
|
4631
4695
|
decimals: number;
|
|
4696
|
+
denom?: string | undefined;
|
|
4632
4697
|
} | undefined;
|
|
4633
4698
|
restUrls?: {
|
|
4634
4699
|
http: string;
|
|
@@ -4656,6 +4721,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4656
4721
|
baseRetryMs: number;
|
|
4657
4722
|
} | undefined;
|
|
4658
4723
|
}[] | undefined;
|
|
4724
|
+
customGrpcUrls?: string | undefined;
|
|
4659
4725
|
blockExplorers?: {
|
|
4660
4726
|
name: string;
|
|
4661
4727
|
url: string;
|
|
@@ -4698,8 +4764,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4698
4764
|
} | undefined;
|
|
4699
4765
|
canonicalAsset?: string | undefined;
|
|
4700
4766
|
gasPrice?: {
|
|
4701
|
-
amount: string;
|
|
4702
4767
|
denom: string;
|
|
4768
|
+
amount: string;
|
|
4703
4769
|
} | undefined;
|
|
4704
4770
|
contractAddressBytes?: number | undefined;
|
|
4705
4771
|
}>, Record<string, {
|
|
@@ -4743,6 +4809,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4743
4809
|
symbol: string;
|
|
4744
4810
|
name: string;
|
|
4745
4811
|
decimals: number;
|
|
4812
|
+
denom?: string | undefined;
|
|
4746
4813
|
} | undefined;
|
|
4747
4814
|
restUrls?: {
|
|
4748
4815
|
http: string;
|
|
@@ -4770,6 +4837,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4770
4837
|
baseRetryMs: number;
|
|
4771
4838
|
} | undefined;
|
|
4772
4839
|
}[] | undefined;
|
|
4840
|
+
customGrpcUrls?: string | undefined;
|
|
4773
4841
|
blockExplorers?: {
|
|
4774
4842
|
name: string;
|
|
4775
4843
|
url: string;
|
|
@@ -4812,8 +4880,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4812
4880
|
} | undefined;
|
|
4813
4881
|
canonicalAsset?: string | undefined;
|
|
4814
4882
|
gasPrice?: {
|
|
4815
|
-
amount: string;
|
|
4816
4883
|
denom: string;
|
|
4884
|
+
amount: string;
|
|
4817
4885
|
} | undefined;
|
|
4818
4886
|
contractAddressBytes?: number | undefined;
|
|
4819
4887
|
}>>;
|
|
@@ -4912,6 +4980,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4912
4980
|
symbol: string;
|
|
4913
4981
|
name: string;
|
|
4914
4982
|
decimals: number;
|
|
4983
|
+
denom?: string | undefined;
|
|
4915
4984
|
} | undefined;
|
|
4916
4985
|
restUrls?: {
|
|
4917
4986
|
http: string;
|
|
@@ -4939,6 +5008,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4939
5008
|
baseRetryMs: number;
|
|
4940
5009
|
} | undefined;
|
|
4941
5010
|
}[] | undefined;
|
|
5011
|
+
customGrpcUrls?: string | undefined;
|
|
4942
5012
|
blockExplorers?: {
|
|
4943
5013
|
name: string;
|
|
4944
5014
|
url: string;
|
|
@@ -4981,8 +5051,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4981
5051
|
} | undefined;
|
|
4982
5052
|
canonicalAsset?: string | undefined;
|
|
4983
5053
|
gasPrice?: {
|
|
4984
|
-
amount: string;
|
|
4985
5054
|
denom: string;
|
|
5055
|
+
amount: string;
|
|
4986
5056
|
} | undefined;
|
|
4987
5057
|
contractAddressBytes?: number | undefined;
|
|
4988
5058
|
}>;
|
|
@@ -5050,6 +5120,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5050
5120
|
symbol: string;
|
|
5051
5121
|
name: string;
|
|
5052
5122
|
decimals: number;
|
|
5123
|
+
denom?: string | undefined;
|
|
5053
5124
|
} | undefined;
|
|
5054
5125
|
restUrls?: {
|
|
5055
5126
|
http: string;
|
|
@@ -5077,6 +5148,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5077
5148
|
baseRetryMs: number;
|
|
5078
5149
|
} | undefined;
|
|
5079
5150
|
}[] | undefined;
|
|
5151
|
+
customGrpcUrls?: string | undefined;
|
|
5080
5152
|
blockExplorers?: {
|
|
5081
5153
|
name: string;
|
|
5082
5154
|
url: string;
|
|
@@ -5119,8 +5191,8 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5119
5191
|
} | undefined;
|
|
5120
5192
|
canonicalAsset?: string | undefined;
|
|
5121
5193
|
gasPrice?: {
|
|
5122
|
-
amount: string;
|
|
5123
5194
|
denom: string;
|
|
5195
|
+
amount: string;
|
|
5124
5196
|
} | undefined;
|
|
5125
5197
|
contractAddressBytes?: number | undefined;
|
|
5126
5198
|
}>;
|
|
@@ -5162,14 +5234,17 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5162
5234
|
name: z.ZodString;
|
|
5163
5235
|
symbol: z.ZodString;
|
|
5164
5236
|
decimals: z.ZodNumber;
|
|
5237
|
+
denom: z.ZodOptional<z.ZodString>;
|
|
5165
5238
|
}, "strip", z.ZodTypeAny, {
|
|
5166
5239
|
symbol: string;
|
|
5167
5240
|
name: string;
|
|
5168
5241
|
decimals: number;
|
|
5242
|
+
denom?: string | undefined;
|
|
5169
5243
|
}, {
|
|
5170
5244
|
symbol: string;
|
|
5171
5245
|
name: string;
|
|
5172
5246
|
decimals: number;
|
|
5247
|
+
denom?: string | undefined;
|
|
5173
5248
|
}>>;
|
|
5174
5249
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
5175
5250
|
http: z.ZodString;
|
|
@@ -5324,6 +5399,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5324
5399
|
baseRetryMs: number;
|
|
5325
5400
|
} | undefined;
|
|
5326
5401
|
}>, "many">>;
|
|
5402
|
+
customGrpcUrls: z.ZodOptional<z.ZodString>;
|
|
5327
5403
|
blockExplorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5328
5404
|
name: z.ZodString;
|
|
5329
5405
|
url: z.ZodString;
|
|
@@ -5427,11 +5503,11 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5427
5503
|
denom: z.ZodString;
|
|
5428
5504
|
amount: z.ZodString;
|
|
5429
5505
|
}, "strip", z.ZodTypeAny, {
|
|
5430
|
-
amount: string;
|
|
5431
5506
|
denom: string;
|
|
5432
|
-
}, {
|
|
5433
5507
|
amount: string;
|
|
5508
|
+
}, {
|
|
5434
5509
|
denom: string;
|
|
5510
|
+
amount: string;
|
|
5435
5511
|
}>>;
|
|
5436
5512
|
contractAddressBytes: z.ZodOptional<z.ZodNumber>;
|
|
5437
5513
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5475,6 +5551,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5475
5551
|
symbol: string;
|
|
5476
5552
|
name: string;
|
|
5477
5553
|
decimals: number;
|
|
5554
|
+
denom?: string | undefined;
|
|
5478
5555
|
} | undefined;
|
|
5479
5556
|
restUrls?: {
|
|
5480
5557
|
http: string;
|
|
@@ -5502,6 +5579,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5502
5579
|
baseRetryMs: number;
|
|
5503
5580
|
} | undefined;
|
|
5504
5581
|
}[] | undefined;
|
|
5582
|
+
customGrpcUrls?: string | undefined;
|
|
5505
5583
|
blockExplorers?: {
|
|
5506
5584
|
name: string;
|
|
5507
5585
|
url: string;
|
|
@@ -5544,8 +5622,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5544
5622
|
} | undefined;
|
|
5545
5623
|
canonicalAsset?: string | undefined;
|
|
5546
5624
|
gasPrice?: {
|
|
5547
|
-
amount: string;
|
|
5548
5625
|
denom: string;
|
|
5626
|
+
amount: string;
|
|
5549
5627
|
} | undefined;
|
|
5550
5628
|
contractAddressBytes?: number | undefined;
|
|
5551
5629
|
}, {
|
|
@@ -5589,6 +5667,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5589
5667
|
symbol: string;
|
|
5590
5668
|
name: string;
|
|
5591
5669
|
decimals: number;
|
|
5670
|
+
denom?: string | undefined;
|
|
5592
5671
|
} | undefined;
|
|
5593
5672
|
restUrls?: {
|
|
5594
5673
|
http: string;
|
|
@@ -5616,6 +5695,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5616
5695
|
baseRetryMs: number;
|
|
5617
5696
|
} | undefined;
|
|
5618
5697
|
}[] | undefined;
|
|
5698
|
+
customGrpcUrls?: string | undefined;
|
|
5619
5699
|
blockExplorers?: {
|
|
5620
5700
|
name: string;
|
|
5621
5701
|
url: string;
|
|
@@ -5658,8 +5738,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5658
5738
|
} | undefined;
|
|
5659
5739
|
canonicalAsset?: string | undefined;
|
|
5660
5740
|
gasPrice?: {
|
|
5661
|
-
amount: string;
|
|
5662
5741
|
denom: string;
|
|
5742
|
+
amount: string;
|
|
5663
5743
|
} | undefined;
|
|
5664
5744
|
contractAddressBytes?: number | undefined;
|
|
5665
5745
|
}>, {
|
|
@@ -5703,6 +5783,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5703
5783
|
symbol: string;
|
|
5704
5784
|
name: string;
|
|
5705
5785
|
decimals: number;
|
|
5786
|
+
denom?: string | undefined;
|
|
5706
5787
|
} | undefined;
|
|
5707
5788
|
restUrls?: {
|
|
5708
5789
|
http: string;
|
|
@@ -5730,6 +5811,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5730
5811
|
baseRetryMs: number;
|
|
5731
5812
|
} | undefined;
|
|
5732
5813
|
}[] | undefined;
|
|
5814
|
+
customGrpcUrls?: string | undefined;
|
|
5733
5815
|
blockExplorers?: {
|
|
5734
5816
|
name: string;
|
|
5735
5817
|
url: string;
|
|
@@ -5772,8 +5854,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5772
5854
|
} | undefined;
|
|
5773
5855
|
canonicalAsset?: string | undefined;
|
|
5774
5856
|
gasPrice?: {
|
|
5775
|
-
amount: string;
|
|
5776
5857
|
denom: string;
|
|
5858
|
+
amount: string;
|
|
5777
5859
|
} | undefined;
|
|
5778
5860
|
contractAddressBytes?: number | undefined;
|
|
5779
5861
|
}, {
|
|
@@ -5817,6 +5899,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5817
5899
|
symbol: string;
|
|
5818
5900
|
name: string;
|
|
5819
5901
|
decimals: number;
|
|
5902
|
+
denom?: string | undefined;
|
|
5820
5903
|
} | undefined;
|
|
5821
5904
|
restUrls?: {
|
|
5822
5905
|
http: string;
|
|
@@ -5844,6 +5927,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5844
5927
|
baseRetryMs: number;
|
|
5845
5928
|
} | undefined;
|
|
5846
5929
|
}[] | undefined;
|
|
5930
|
+
customGrpcUrls?: string | undefined;
|
|
5847
5931
|
blockExplorers?: {
|
|
5848
5932
|
name: string;
|
|
5849
5933
|
url: string;
|
|
@@ -5886,8 +5970,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5886
5970
|
} | undefined;
|
|
5887
5971
|
canonicalAsset?: string | undefined;
|
|
5888
5972
|
gasPrice?: {
|
|
5889
|
-
amount: string;
|
|
5890
5973
|
denom: string;
|
|
5974
|
+
amount: string;
|
|
5891
5975
|
} | undefined;
|
|
5892
5976
|
contractAddressBytes?: number | undefined;
|
|
5893
5977
|
}>>, Record<string, {
|
|
@@ -5931,6 +6015,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5931
6015
|
symbol: string;
|
|
5932
6016
|
name: string;
|
|
5933
6017
|
decimals: number;
|
|
6018
|
+
denom?: string | undefined;
|
|
5934
6019
|
} | undefined;
|
|
5935
6020
|
restUrls?: {
|
|
5936
6021
|
http: string;
|
|
@@ -5958,6 +6043,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5958
6043
|
baseRetryMs: number;
|
|
5959
6044
|
} | undefined;
|
|
5960
6045
|
}[] | undefined;
|
|
6046
|
+
customGrpcUrls?: string | undefined;
|
|
5961
6047
|
blockExplorers?: {
|
|
5962
6048
|
name: string;
|
|
5963
6049
|
url: string;
|
|
@@ -6000,8 +6086,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6000
6086
|
} | undefined;
|
|
6001
6087
|
canonicalAsset?: string | undefined;
|
|
6002
6088
|
gasPrice?: {
|
|
6003
|
-
amount: string;
|
|
6004
6089
|
denom: string;
|
|
6090
|
+
amount: string;
|
|
6005
6091
|
} | undefined;
|
|
6006
6092
|
contractAddressBytes?: number | undefined;
|
|
6007
6093
|
}>, Record<string, {
|
|
@@ -6045,6 +6131,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6045
6131
|
symbol: string;
|
|
6046
6132
|
name: string;
|
|
6047
6133
|
decimals: number;
|
|
6134
|
+
denom?: string | undefined;
|
|
6048
6135
|
} | undefined;
|
|
6049
6136
|
restUrls?: {
|
|
6050
6137
|
http: string;
|
|
@@ -6072,6 +6159,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6072
6159
|
baseRetryMs: number;
|
|
6073
6160
|
} | undefined;
|
|
6074
6161
|
}[] | undefined;
|
|
6162
|
+
customGrpcUrls?: string | undefined;
|
|
6075
6163
|
blockExplorers?: {
|
|
6076
6164
|
name: string;
|
|
6077
6165
|
url: string;
|
|
@@ -6114,8 +6202,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6114
6202
|
} | undefined;
|
|
6115
6203
|
canonicalAsset?: string | undefined;
|
|
6116
6204
|
gasPrice?: {
|
|
6117
|
-
amount: string;
|
|
6118
6205
|
denom: string;
|
|
6206
|
+
amount: string;
|
|
6119
6207
|
} | undefined;
|
|
6120
6208
|
contractAddressBytes?: number | undefined;
|
|
6121
6209
|
}>>;
|
|
@@ -6280,6 +6368,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6280
6368
|
symbol: string;
|
|
6281
6369
|
name: string;
|
|
6282
6370
|
decimals: number;
|
|
6371
|
+
denom?: string | undefined;
|
|
6283
6372
|
} | undefined;
|
|
6284
6373
|
restUrls?: {
|
|
6285
6374
|
http: string;
|
|
@@ -6307,6 +6396,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6307
6396
|
baseRetryMs: number;
|
|
6308
6397
|
} | undefined;
|
|
6309
6398
|
}[] | undefined;
|
|
6399
|
+
customGrpcUrls?: string | undefined;
|
|
6310
6400
|
blockExplorers?: {
|
|
6311
6401
|
name: string;
|
|
6312
6402
|
url: string;
|
|
@@ -6349,8 +6439,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6349
6439
|
} | undefined;
|
|
6350
6440
|
canonicalAsset?: string | undefined;
|
|
6351
6441
|
gasPrice?: {
|
|
6352
|
-
amount: string;
|
|
6353
6442
|
denom: string;
|
|
6443
|
+
amount: string;
|
|
6354
6444
|
} | undefined;
|
|
6355
6445
|
contractAddressBytes?: number | undefined;
|
|
6356
6446
|
}>;
|
|
@@ -6456,6 +6546,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6456
6546
|
symbol: string;
|
|
6457
6547
|
name: string;
|
|
6458
6548
|
decimals: number;
|
|
6549
|
+
denom?: string | undefined;
|
|
6459
6550
|
} | undefined;
|
|
6460
6551
|
restUrls?: {
|
|
6461
6552
|
http: string;
|
|
@@ -6483,6 +6574,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6483
6574
|
baseRetryMs: number;
|
|
6484
6575
|
} | undefined;
|
|
6485
6576
|
}[] | undefined;
|
|
6577
|
+
customGrpcUrls?: string | undefined;
|
|
6486
6578
|
blockExplorers?: {
|
|
6487
6579
|
name: string;
|
|
6488
6580
|
url: string;
|
|
@@ -6525,8 +6617,8 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6525
6617
|
} | undefined;
|
|
6526
6618
|
canonicalAsset?: string | undefined;
|
|
6527
6619
|
gasPrice?: {
|
|
6528
|
-
amount: string;
|
|
6529
6620
|
denom: string;
|
|
6621
|
+
amount: string;
|
|
6530
6622
|
} | undefined;
|
|
6531
6623
|
contractAddressBytes?: number | undefined;
|
|
6532
6624
|
}>;
|