@hyperlane-xyz/sdk 3.10.1-beta1 → 3.20.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/app/MultiProtocolApp.test.js +9 -11
- package/dist/app/MultiProtocolApp.test.js.map +1 -1
- package/dist/consts/igp.d.ts +3 -1
- package/dist/consts/igp.d.ts.map +1 -1
- package/dist/consts/igp.js +3 -1
- package/dist/consts/igp.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +11 -4
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsmVerifyCosts.d.ts +210 -0
- package/dist/consts/multisigIsmVerifyCosts.d.ts.map +1 -0
- package/dist/consts/multisigIsmVerifyCosts.js +211 -0
- package/dist/consts/multisigIsmVerifyCosts.js.map +1 -0
- package/dist/consts/testChains.d.ts +17 -0
- package/dist/consts/testChains.d.ts.map +1 -0
- package/dist/consts/testChains.js +105 -0
- package/dist/consts/testChains.js.map +1 -0
- package/dist/core/CoreDeployer.hardhat-test.js +9 -6
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts +0 -2
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +1 -10
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCore.test.js +2 -6
- package/dist/core/HyperlaneCore.test.js.map +1 -1
- package/dist/core/MultiProtocolCore.d.ts +0 -2
- package/dist/core/MultiProtocolCore.d.ts.map +1 -1
- package/dist/core/MultiProtocolCore.js +0 -8
- package/dist/core/MultiProtocolCore.js.map +1 -1
- package/dist/core/MultiProtocolCore.test.js +15 -77
- package/dist/core/MultiProtocolCore.test.js.map +1 -1
- package/dist/core/TestCoreDeployer.js +2 -2
- package/dist/core/TestCoreDeployer.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js +10 -2
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js.map +1 -1
- package/dist/core/read.d.ts +3 -3
- package/dist/core/read.d.ts.map +1 -1
- package/dist/core/read.js +1 -1
- package/dist/core/read.js.map +1 -1
- package/dist/core/testHyperlaneDeploy.hardhat-test.js +3 -3
- package/dist/core/testHyperlaneDeploy.hardhat-test.js.map +1 -1
- package/dist/crud/AbstractCrudModule.d.ts +21 -0
- package/dist/crud/AbstractCrudModule.d.ts.map +1 -0
- package/dist/crud/AbstractCrudModule.js +10 -0
- package/dist/crud/AbstractCrudModule.js.map +1 -0
- package/dist/crud/EvmHookModule.d.ts +18 -0
- package/dist/crud/EvmHookModule.d.ts.map +1 -0
- package/dist/crud/EvmHookModule.js +28 -0
- package/dist/crud/EvmHookModule.js.map +1 -0
- package/dist/crud/EvmIsmModule.d.ts +18 -0
- package/dist/crud/EvmIsmModule.d.ts.map +1 -0
- package/dist/crud/EvmIsmModule.js +28 -0
- package/dist/crud/EvmIsmModule.js.map +1 -0
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +4 -4
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/gas/HyperlaneIgp.d.ts +0 -2
- package/dist/gas/HyperlaneIgp.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgp.js +0 -9
- package/dist/gas/HyperlaneIgp.js.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +2 -5
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpDeployer.js +12 -7
- package/dist/gas/HyperlaneIgpDeployer.js.map +1 -1
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js +3 -2
- package/dist/gas/oracle/configure-gas-oracles.hardhat-test.js.map +1 -1
- package/dist/gas/oracle/types.d.ts.map +1 -1
- package/dist/gas/oracle/types.js +4 -3
- package/dist/gas/oracle/types.js.map +1 -1
- package/dist/gas/token-prices.d.ts +2 -2
- package/dist/gas/token-prices.d.ts.map +1 -1
- package/dist/gas/token-prices.js +4 -7
- package/dist/gas/token-prices.js.map +1 -1
- package/dist/gas/token-prices.test.js +6 -6
- package/dist/gas/token-prices.test.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +1 -2
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/read.d.ts +4 -5
- package/dist/hook/read.d.ts.map +1 -1
- package/dist/hook/read.js +2 -2
- package/dist/hook/read.js.map +1 -1
- package/dist/hook/read.test.js +5 -9
- package/dist/hook/read.test.js.map +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts +0 -2
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +10 -8
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +2 -14
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/read.d.ts +4 -4
- package/dist/ism/read.d.ts.map +1 -1
- package/dist/ism/read.js +2 -2
- package/dist/ism/read.js.map +1 -1
- package/dist/ism/read.test.js +3 -4
- package/dist/ism/read.test.js.map +1 -1
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +1 -3
- package/dist/ism/utils.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.d.ts +12 -2
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +26 -12
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +219 -1
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/agentConfig.js +4 -8
- package/dist/metadata/agentConfig.js.map +1 -1
- package/dist/metadata/agentConfig.test.js +9 -9
- package/dist/metadata/agentConfig.test.js.map +1 -1
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +3 -7
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/blockExplorer.test.d.ts +2 -0
- package/dist/metadata/blockExplorer.test.d.ts.map +1 -0
- package/dist/metadata/blockExplorer.test.js +41 -0
- package/dist/metadata/blockExplorer.test.js.map +1 -0
- package/dist/metadata/chainMetadata.test.js +0 -10
- package/dist/metadata/chainMetadata.test.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +102 -0
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +13 -9
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +0 -2
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +2 -12
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js +3 -3
- package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js +5 -6
- package/dist/middleware/liquidity-layer/liquidity-layer.hardhat-test.js.map +1 -1
- package/dist/middleware/query/InterchainQuery.d.ts +0 -2
- package/dist/middleware/query/InterchainQuery.d.ts.map +1 -1
- package/dist/middleware/query/InterchainQuery.js +0 -9
- package/dist/middleware/query/InterchainQuery.js.map +1 -1
- package/dist/middleware/query/queries.hardhat-test.js +5 -6
- package/dist/middleware/query/queries.hardhat-test.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts +6 -2
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +15 -2
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.test.js +8 -9
- package/dist/providers/MultiProtocolProvider.test.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +1 -1
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +4 -6
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.d.ts +26 -2
- package/dist/providers/ProviderType.d.ts.map +1 -1
- package/dist/providers/ProviderType.js +0 -3
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js +0 -2
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/router/MultiProtocolRouterApps.test.js +4 -4
- package/dist/router/MultiProtocolRouterApps.test.js.map +1 -1
- package/dist/test/MockCoinGecko.d.ts +12 -0
- package/dist/test/MockCoinGecko.d.ts.map +1 -0
- package/dist/test/MockCoinGecko.js +38 -0
- package/dist/test/MockCoinGecko.js.map +1 -0
- package/dist/test/testUtils.d.ts +8 -10
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +25 -39
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/Token.test.js +30 -37
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenAmount.test.js +4 -5
- package/dist/token/TokenAmount.test.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +2 -3
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +3 -8
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js +10 -13
- package/dist/token/adapters/CosmWasmTokenAdapter.test.js.map +1 -1
- package/dist/token/deploy.hardhat-test.js +48 -2
- package/dist/token/deploy.hardhat-test.js.map +1 -1
- package/dist/token/read.d.ts +42 -0
- package/dist/token/read.d.ts.map +1 -0
- package/dist/token/read.js +88 -0
- package/dist/token/read.js.map +1 -0
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/MultiGeneric.d.ts.map +1 -1
- package/dist/utils/MultiGeneric.js +1 -2
- package/dist/utils/MultiGeneric.js.map +1 -1
- package/dist/utils/cosmos.d.ts +1180 -0
- package/dist/utils/cosmos.d.ts.map +1 -0
- package/dist/utils/cosmos.js +375 -0
- package/dist/utils/cosmos.js.map +1 -0
- package/dist/utils/ism.js +1 -1
- package/dist/utils/ism.js.map +1 -1
- package/dist/utils/wagmi.d.ts +0 -2
- package/dist/utils/wagmi.d.ts.map +1 -1
- package/dist/utils/wagmi.js +2 -5
- package/dist/utils/wagmi.js.map +1 -1
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +9 -5
- package/dist/warp/WarpCore.js.map +1 -1
- package/dist/warp/WarpCore.test.js +34 -35
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/package.json +4 -5
- package/dist/consts/chainMetadata.d.ts +0 -88
- package/dist/consts/chainMetadata.d.ts.map +0 -1
- package/dist/consts/chainMetadata.js +0 -1021
- package/dist/consts/chainMetadata.js.map +0 -1
- package/dist/consts/chains.d.ts +0 -57
- package/dist/consts/chains.d.ts.map +0 -1
- package/dist/consts/chains.js +0 -99
- package/dist/consts/chains.js.map +0 -1
- package/dist/consts/environments/index.d.ts +0 -509
- package/dist/consts/environments/index.d.ts.map +0 -1
- package/dist/consts/environments/index.js +0 -7
- package/dist/consts/environments/index.js.map +0 -1
- package/dist/consts/environments/mainnet.json +0 -351
- package/dist/consts/environments/testnet.json +0 -132
- package/dist/consts/multisigIsmVerifyCosts.json +0 -209
- package/dist/metadata/health.d.ts +0 -9
- package/dist/metadata/health.d.ts.map +0 -1
- package/dist/metadata/health.js +0 -112
- package/dist/metadata/health.js.map +0 -1
- package/dist/providers/SmartProvider/SmartProvider.test.d.ts +0 -2
- package/dist/providers/SmartProvider/SmartProvider.test.d.ts.map +0 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +0 -161
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +0 -1
- package/dist/test/metadata-check.d.ts +0 -2
- package/dist/test/metadata-check.d.ts.map +0 -1
- package/dist/test/metadata-check.js +0 -81
- package/dist/test/metadata-check.js.map +0 -1
|
@@ -111,6 +111,35 @@ export type AgentSignerAwsKey = z.infer<typeof AgentSignerAwsKeySchema>;
|
|
|
111
111
|
export type AgentSignerCosmosKey = z.infer<typeof AgentSignerNodeSchema>;
|
|
112
112
|
export type AgentSignerNode = z.infer<typeof AgentSignerNodeSchema>;
|
|
113
113
|
export type AgentSigner = z.infer<typeof AgentSignerSchema>;
|
|
114
|
+
declare const AgentCosmosChainMetadataSchema: z.ZodObject<{
|
|
115
|
+
canonicalAsset: z.ZodString;
|
|
116
|
+
gasPrice: z.ZodObject<{
|
|
117
|
+
denom: z.ZodString;
|
|
118
|
+
amount: z.ZodString;
|
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
denom: string;
|
|
121
|
+
amount: string;
|
|
122
|
+
}, {
|
|
123
|
+
denom: string;
|
|
124
|
+
amount: string;
|
|
125
|
+
}>;
|
|
126
|
+
contractAddressBytes: z.ZodNumber;
|
|
127
|
+
}, "strip", z.ZodTypeAny, {
|
|
128
|
+
gasPrice: {
|
|
129
|
+
denom: string;
|
|
130
|
+
amount: string;
|
|
131
|
+
};
|
|
132
|
+
canonicalAsset: string;
|
|
133
|
+
contractAddressBytes: number;
|
|
134
|
+
}, {
|
|
135
|
+
gasPrice: {
|
|
136
|
+
denom: string;
|
|
137
|
+
amount: string;
|
|
138
|
+
};
|
|
139
|
+
canonicalAsset: string;
|
|
140
|
+
contractAddressBytes: number;
|
|
141
|
+
}>;
|
|
142
|
+
export type AgentCosmosGasPrice = z.infer<typeof AgentCosmosChainMetadataSchema>['gasPrice'];
|
|
114
143
|
export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
115
144
|
name: z.ZodString;
|
|
116
145
|
protocol: z.ZodNativeEnum<typeof ProtocolType>;
|
|
@@ -138,6 +167,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
138
167
|
}>>;
|
|
139
168
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
140
169
|
http: z.ZodString;
|
|
170
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
141
171
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
142
172
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
143
173
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -164,6 +194,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
164
194
|
}>>;
|
|
165
195
|
}, "strip", z.ZodTypeAny, {
|
|
166
196
|
http: string;
|
|
197
|
+
concurrency?: number | undefined;
|
|
167
198
|
webSocket?: string | undefined;
|
|
168
199
|
pagination?: {
|
|
169
200
|
maxBlockRange?: number | undefined;
|
|
@@ -176,6 +207,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
176
207
|
} | undefined;
|
|
177
208
|
}, {
|
|
178
209
|
http: string;
|
|
210
|
+
concurrency?: number | undefined;
|
|
179
211
|
webSocket?: string | undefined;
|
|
180
212
|
pagination?: {
|
|
181
213
|
maxBlockRange?: number | undefined;
|
|
@@ -189,6 +221,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
189
221
|
}>, "atleastone">;
|
|
190
222
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
191
223
|
http: z.ZodString;
|
|
224
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
192
225
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
193
226
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
194
227
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -215,6 +248,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
215
248
|
}>>;
|
|
216
249
|
}, "strip", z.ZodTypeAny, {
|
|
217
250
|
http: string;
|
|
251
|
+
concurrency?: number | undefined;
|
|
218
252
|
webSocket?: string | undefined;
|
|
219
253
|
pagination?: {
|
|
220
254
|
maxBlockRange?: number | undefined;
|
|
@@ -227,6 +261,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
227
261
|
} | undefined;
|
|
228
262
|
}, {
|
|
229
263
|
http: string;
|
|
264
|
+
concurrency?: number | undefined;
|
|
230
265
|
webSocket?: string | undefined;
|
|
231
266
|
pagination?: {
|
|
232
267
|
maxBlockRange?: number | undefined;
|
|
@@ -240,6 +275,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
240
275
|
}>, "many">>;
|
|
241
276
|
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
242
277
|
http: z.ZodString;
|
|
278
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
243
279
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
244
280
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
245
281
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -266,6 +302,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
266
302
|
}>>;
|
|
267
303
|
}, "strip", z.ZodTypeAny, {
|
|
268
304
|
http: string;
|
|
305
|
+
concurrency?: number | undefined;
|
|
269
306
|
webSocket?: string | undefined;
|
|
270
307
|
pagination?: {
|
|
271
308
|
maxBlockRange?: number | undefined;
|
|
@@ -278,6 +315,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
278
315
|
} | undefined;
|
|
279
316
|
}, {
|
|
280
317
|
http: string;
|
|
318
|
+
concurrency?: number | undefined;
|
|
281
319
|
webSocket?: string | undefined;
|
|
282
320
|
pagination?: {
|
|
283
321
|
maxBlockRange?: number | undefined;
|
|
@@ -406,6 +444,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
406
444
|
chainId: string | number;
|
|
407
445
|
rpcUrls: [{
|
|
408
446
|
http: string;
|
|
447
|
+
concurrency?: number | undefined;
|
|
409
448
|
webSocket?: string | undefined;
|
|
410
449
|
pagination?: {
|
|
411
450
|
maxBlockRange?: number | undefined;
|
|
@@ -418,6 +457,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
418
457
|
} | undefined;
|
|
419
458
|
}, ...{
|
|
420
459
|
http: string;
|
|
460
|
+
concurrency?: number | undefined;
|
|
421
461
|
webSocket?: string | undefined;
|
|
422
462
|
pagination?: {
|
|
423
463
|
maxBlockRange?: number | undefined;
|
|
@@ -446,6 +486,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
446
486
|
} | undefined;
|
|
447
487
|
restUrls?: {
|
|
448
488
|
http: string;
|
|
489
|
+
concurrency?: number | undefined;
|
|
449
490
|
webSocket?: string | undefined;
|
|
450
491
|
pagination?: {
|
|
451
492
|
maxBlockRange?: number | undefined;
|
|
@@ -459,6 +500,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
459
500
|
}[] | undefined;
|
|
460
501
|
grpcUrls?: {
|
|
461
502
|
http: string;
|
|
503
|
+
concurrency?: number | undefined;
|
|
462
504
|
webSocket?: string | undefined;
|
|
463
505
|
pagination?: {
|
|
464
506
|
maxBlockRange?: number | undefined;
|
|
@@ -523,6 +565,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
523
565
|
chainId: string | number;
|
|
524
566
|
rpcUrls: [{
|
|
525
567
|
http: string;
|
|
568
|
+
concurrency?: number | undefined;
|
|
526
569
|
webSocket?: string | undefined;
|
|
527
570
|
pagination?: {
|
|
528
571
|
maxBlockRange?: number | undefined;
|
|
@@ -535,6 +578,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
535
578
|
} | undefined;
|
|
536
579
|
}, ...{
|
|
537
580
|
http: string;
|
|
581
|
+
concurrency?: number | undefined;
|
|
538
582
|
webSocket?: string | undefined;
|
|
539
583
|
pagination?: {
|
|
540
584
|
maxBlockRange?: number | undefined;
|
|
@@ -563,6 +607,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
563
607
|
} | undefined;
|
|
564
608
|
restUrls?: {
|
|
565
609
|
http: string;
|
|
610
|
+
concurrency?: number | undefined;
|
|
566
611
|
webSocket?: string | undefined;
|
|
567
612
|
pagination?: {
|
|
568
613
|
maxBlockRange?: number | undefined;
|
|
@@ -576,6 +621,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
576
621
|
}[] | undefined;
|
|
577
622
|
grpcUrls?: {
|
|
578
623
|
http: string;
|
|
624
|
+
concurrency?: number | undefined;
|
|
579
625
|
webSocket?: string | undefined;
|
|
580
626
|
pagination?: {
|
|
581
627
|
maxBlockRange?: number | undefined;
|
|
@@ -640,6 +686,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
640
686
|
chainId: string | number;
|
|
641
687
|
rpcUrls: [{
|
|
642
688
|
http: string;
|
|
689
|
+
concurrency?: number | undefined;
|
|
643
690
|
webSocket?: string | undefined;
|
|
644
691
|
pagination?: {
|
|
645
692
|
maxBlockRange?: number | undefined;
|
|
@@ -652,6 +699,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
652
699
|
} | undefined;
|
|
653
700
|
}, ...{
|
|
654
701
|
http: string;
|
|
702
|
+
concurrency?: number | undefined;
|
|
655
703
|
webSocket?: string | undefined;
|
|
656
704
|
pagination?: {
|
|
657
705
|
maxBlockRange?: number | undefined;
|
|
@@ -680,6 +728,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
680
728
|
} | undefined;
|
|
681
729
|
restUrls?: {
|
|
682
730
|
http: string;
|
|
731
|
+
concurrency?: number | undefined;
|
|
683
732
|
webSocket?: string | undefined;
|
|
684
733
|
pagination?: {
|
|
685
734
|
maxBlockRange?: number | undefined;
|
|
@@ -693,6 +742,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
693
742
|
}[] | undefined;
|
|
694
743
|
grpcUrls?: {
|
|
695
744
|
http: string;
|
|
745
|
+
concurrency?: number | undefined;
|
|
696
746
|
webSocket?: string | undefined;
|
|
697
747
|
pagination?: {
|
|
698
748
|
maxBlockRange?: number | undefined;
|
|
@@ -757,6 +807,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
757
807
|
chainId: string | number;
|
|
758
808
|
rpcUrls: [{
|
|
759
809
|
http: string;
|
|
810
|
+
concurrency?: number | undefined;
|
|
760
811
|
webSocket?: string | undefined;
|
|
761
812
|
pagination?: {
|
|
762
813
|
maxBlockRange?: number | undefined;
|
|
@@ -769,6 +820,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
769
820
|
} | undefined;
|
|
770
821
|
}, ...{
|
|
771
822
|
http: string;
|
|
823
|
+
concurrency?: number | undefined;
|
|
772
824
|
webSocket?: string | undefined;
|
|
773
825
|
pagination?: {
|
|
774
826
|
maxBlockRange?: number | undefined;
|
|
@@ -797,6 +849,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
797
849
|
} | undefined;
|
|
798
850
|
restUrls?: {
|
|
799
851
|
http: string;
|
|
852
|
+
concurrency?: number | undefined;
|
|
800
853
|
webSocket?: string | undefined;
|
|
801
854
|
pagination?: {
|
|
802
855
|
maxBlockRange?: number | undefined;
|
|
@@ -810,6 +863,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
810
863
|
}[] | undefined;
|
|
811
864
|
grpcUrls?: {
|
|
812
865
|
http: string;
|
|
866
|
+
concurrency?: number | undefined;
|
|
813
867
|
webSocket?: string | undefined;
|
|
814
868
|
pagination?: {
|
|
815
869
|
maxBlockRange?: number | undefined;
|
|
@@ -899,6 +953,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
899
953
|
}>>;
|
|
900
954
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
901
955
|
http: z.ZodString;
|
|
956
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
902
957
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
903
958
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
904
959
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -925,6 +980,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
925
980
|
}>>;
|
|
926
981
|
}, "strip", z.ZodTypeAny, {
|
|
927
982
|
http: string;
|
|
983
|
+
concurrency?: number | undefined;
|
|
928
984
|
webSocket?: string | undefined;
|
|
929
985
|
pagination?: {
|
|
930
986
|
maxBlockRange?: number | undefined;
|
|
@@ -937,6 +993,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
937
993
|
} | undefined;
|
|
938
994
|
}, {
|
|
939
995
|
http: string;
|
|
996
|
+
concurrency?: number | undefined;
|
|
940
997
|
webSocket?: string | undefined;
|
|
941
998
|
pagination?: {
|
|
942
999
|
maxBlockRange?: number | undefined;
|
|
@@ -950,6 +1007,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
950
1007
|
}>, "atleastone">;
|
|
951
1008
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
952
1009
|
http: z.ZodString;
|
|
1010
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
953
1011
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
954
1012
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
955
1013
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -976,6 +1034,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
976
1034
|
}>>;
|
|
977
1035
|
}, "strip", z.ZodTypeAny, {
|
|
978
1036
|
http: string;
|
|
1037
|
+
concurrency?: number | undefined;
|
|
979
1038
|
webSocket?: string | undefined;
|
|
980
1039
|
pagination?: {
|
|
981
1040
|
maxBlockRange?: number | undefined;
|
|
@@ -988,6 +1047,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
988
1047
|
} | undefined;
|
|
989
1048
|
}, {
|
|
990
1049
|
http: string;
|
|
1050
|
+
concurrency?: number | undefined;
|
|
991
1051
|
webSocket?: string | undefined;
|
|
992
1052
|
pagination?: {
|
|
993
1053
|
maxBlockRange?: number | undefined;
|
|
@@ -1001,6 +1061,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1001
1061
|
}>, "many">>;
|
|
1002
1062
|
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1003
1063
|
http: z.ZodString;
|
|
1064
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
1004
1065
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
1005
1066
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
1006
1067
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1027,6 +1088,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1027
1088
|
}>>;
|
|
1028
1089
|
}, "strip", z.ZodTypeAny, {
|
|
1029
1090
|
http: string;
|
|
1091
|
+
concurrency?: number | undefined;
|
|
1030
1092
|
webSocket?: string | undefined;
|
|
1031
1093
|
pagination?: {
|
|
1032
1094
|
maxBlockRange?: number | undefined;
|
|
@@ -1039,6 +1101,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1039
1101
|
} | undefined;
|
|
1040
1102
|
}, {
|
|
1041
1103
|
http: string;
|
|
1104
|
+
concurrency?: number | undefined;
|
|
1042
1105
|
webSocket?: string | undefined;
|
|
1043
1106
|
pagination?: {
|
|
1044
1107
|
maxBlockRange?: number | undefined;
|
|
@@ -1167,6 +1230,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1167
1230
|
chainId: string | number;
|
|
1168
1231
|
rpcUrls: [{
|
|
1169
1232
|
http: string;
|
|
1233
|
+
concurrency?: number | undefined;
|
|
1170
1234
|
webSocket?: string | undefined;
|
|
1171
1235
|
pagination?: {
|
|
1172
1236
|
maxBlockRange?: number | undefined;
|
|
@@ -1179,6 +1243,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1179
1243
|
} | undefined;
|
|
1180
1244
|
}, ...{
|
|
1181
1245
|
http: string;
|
|
1246
|
+
concurrency?: number | undefined;
|
|
1182
1247
|
webSocket?: string | undefined;
|
|
1183
1248
|
pagination?: {
|
|
1184
1249
|
maxBlockRange?: number | undefined;
|
|
@@ -1207,6 +1272,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1207
1272
|
} | undefined;
|
|
1208
1273
|
restUrls?: {
|
|
1209
1274
|
http: string;
|
|
1275
|
+
concurrency?: number | undefined;
|
|
1210
1276
|
webSocket?: string | undefined;
|
|
1211
1277
|
pagination?: {
|
|
1212
1278
|
maxBlockRange?: number | undefined;
|
|
@@ -1220,6 +1286,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1220
1286
|
}[] | undefined;
|
|
1221
1287
|
grpcUrls?: {
|
|
1222
1288
|
http: string;
|
|
1289
|
+
concurrency?: number | undefined;
|
|
1223
1290
|
webSocket?: string | undefined;
|
|
1224
1291
|
pagination?: {
|
|
1225
1292
|
maxBlockRange?: number | undefined;
|
|
@@ -1284,6 +1351,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1284
1351
|
chainId: string | number;
|
|
1285
1352
|
rpcUrls: [{
|
|
1286
1353
|
http: string;
|
|
1354
|
+
concurrency?: number | undefined;
|
|
1287
1355
|
webSocket?: string | undefined;
|
|
1288
1356
|
pagination?: {
|
|
1289
1357
|
maxBlockRange?: number | undefined;
|
|
@@ -1296,6 +1364,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1296
1364
|
} | undefined;
|
|
1297
1365
|
}, ...{
|
|
1298
1366
|
http: string;
|
|
1367
|
+
concurrency?: number | undefined;
|
|
1299
1368
|
webSocket?: string | undefined;
|
|
1300
1369
|
pagination?: {
|
|
1301
1370
|
maxBlockRange?: number | undefined;
|
|
@@ -1324,6 +1393,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1324
1393
|
} | undefined;
|
|
1325
1394
|
restUrls?: {
|
|
1326
1395
|
http: string;
|
|
1396
|
+
concurrency?: number | undefined;
|
|
1327
1397
|
webSocket?: string | undefined;
|
|
1328
1398
|
pagination?: {
|
|
1329
1399
|
maxBlockRange?: number | undefined;
|
|
@@ -1337,6 +1407,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1337
1407
|
}[] | undefined;
|
|
1338
1408
|
grpcUrls?: {
|
|
1339
1409
|
http: string;
|
|
1410
|
+
concurrency?: number | undefined;
|
|
1340
1411
|
webSocket?: string | undefined;
|
|
1341
1412
|
pagination?: {
|
|
1342
1413
|
maxBlockRange?: number | undefined;
|
|
@@ -1401,6 +1472,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1401
1472
|
chainId: string | number;
|
|
1402
1473
|
rpcUrls: [{
|
|
1403
1474
|
http: string;
|
|
1475
|
+
concurrency?: number | undefined;
|
|
1404
1476
|
webSocket?: string | undefined;
|
|
1405
1477
|
pagination?: {
|
|
1406
1478
|
maxBlockRange?: number | undefined;
|
|
@@ -1413,6 +1485,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1413
1485
|
} | undefined;
|
|
1414
1486
|
}, ...{
|
|
1415
1487
|
http: string;
|
|
1488
|
+
concurrency?: number | undefined;
|
|
1416
1489
|
webSocket?: string | undefined;
|
|
1417
1490
|
pagination?: {
|
|
1418
1491
|
maxBlockRange?: number | undefined;
|
|
@@ -1441,6 +1514,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1441
1514
|
} | undefined;
|
|
1442
1515
|
restUrls?: {
|
|
1443
1516
|
http: string;
|
|
1517
|
+
concurrency?: number | undefined;
|
|
1444
1518
|
webSocket?: string | undefined;
|
|
1445
1519
|
pagination?: {
|
|
1446
1520
|
maxBlockRange?: number | undefined;
|
|
@@ -1454,6 +1528,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1454
1528
|
}[] | undefined;
|
|
1455
1529
|
grpcUrls?: {
|
|
1456
1530
|
http: string;
|
|
1531
|
+
concurrency?: number | undefined;
|
|
1457
1532
|
webSocket?: string | undefined;
|
|
1458
1533
|
pagination?: {
|
|
1459
1534
|
maxBlockRange?: number | undefined;
|
|
@@ -1518,6 +1593,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1518
1593
|
chainId: string | number;
|
|
1519
1594
|
rpcUrls: [{
|
|
1520
1595
|
http: string;
|
|
1596
|
+
concurrency?: number | undefined;
|
|
1521
1597
|
webSocket?: string | undefined;
|
|
1522
1598
|
pagination?: {
|
|
1523
1599
|
maxBlockRange?: number | undefined;
|
|
@@ -1530,6 +1606,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1530
1606
|
} | undefined;
|
|
1531
1607
|
}, ...{
|
|
1532
1608
|
http: string;
|
|
1609
|
+
concurrency?: number | undefined;
|
|
1533
1610
|
webSocket?: string | undefined;
|
|
1534
1611
|
pagination?: {
|
|
1535
1612
|
maxBlockRange?: number | undefined;
|
|
@@ -1558,6 +1635,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1558
1635
|
} | undefined;
|
|
1559
1636
|
restUrls?: {
|
|
1560
1637
|
http: string;
|
|
1638
|
+
concurrency?: number | undefined;
|
|
1561
1639
|
webSocket?: string | undefined;
|
|
1562
1640
|
pagination?: {
|
|
1563
1641
|
maxBlockRange?: number | undefined;
|
|
@@ -1571,6 +1649,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1571
1649
|
}[] | undefined;
|
|
1572
1650
|
grpcUrls?: {
|
|
1573
1651
|
http: string;
|
|
1652
|
+
concurrency?: number | undefined;
|
|
1574
1653
|
webSocket?: string | undefined;
|
|
1575
1654
|
pagination?: {
|
|
1576
1655
|
maxBlockRange?: number | undefined;
|
|
@@ -1635,6 +1714,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1635
1714
|
chainId: string | number;
|
|
1636
1715
|
rpcUrls: [{
|
|
1637
1716
|
http: string;
|
|
1717
|
+
concurrency?: number | undefined;
|
|
1638
1718
|
webSocket?: string | undefined;
|
|
1639
1719
|
pagination?: {
|
|
1640
1720
|
maxBlockRange?: number | undefined;
|
|
@@ -1647,6 +1727,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1647
1727
|
} | undefined;
|
|
1648
1728
|
}, ...{
|
|
1649
1729
|
http: string;
|
|
1730
|
+
concurrency?: number | undefined;
|
|
1650
1731
|
webSocket?: string | undefined;
|
|
1651
1732
|
pagination?: {
|
|
1652
1733
|
maxBlockRange?: number | undefined;
|
|
@@ -1675,6 +1756,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1675
1756
|
} | undefined;
|
|
1676
1757
|
restUrls?: {
|
|
1677
1758
|
http: string;
|
|
1759
|
+
concurrency?: number | undefined;
|
|
1678
1760
|
webSocket?: string | undefined;
|
|
1679
1761
|
pagination?: {
|
|
1680
1762
|
maxBlockRange?: number | undefined;
|
|
@@ -1688,6 +1770,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1688
1770
|
}[] | undefined;
|
|
1689
1771
|
grpcUrls?: {
|
|
1690
1772
|
http: string;
|
|
1773
|
+
concurrency?: number | undefined;
|
|
1691
1774
|
webSocket?: string | undefined;
|
|
1692
1775
|
pagination?: {
|
|
1693
1776
|
maxBlockRange?: number | undefined;
|
|
@@ -1752,6 +1835,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1752
1835
|
chainId: string | number;
|
|
1753
1836
|
rpcUrls: [{
|
|
1754
1837
|
http: string;
|
|
1838
|
+
concurrency?: number | undefined;
|
|
1755
1839
|
webSocket?: string | undefined;
|
|
1756
1840
|
pagination?: {
|
|
1757
1841
|
maxBlockRange?: number | undefined;
|
|
@@ -1764,6 +1848,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1764
1848
|
} | undefined;
|
|
1765
1849
|
}, ...{
|
|
1766
1850
|
http: string;
|
|
1851
|
+
concurrency?: number | undefined;
|
|
1767
1852
|
webSocket?: string | undefined;
|
|
1768
1853
|
pagination?: {
|
|
1769
1854
|
maxBlockRange?: number | undefined;
|
|
@@ -1792,6 +1877,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1792
1877
|
} | undefined;
|
|
1793
1878
|
restUrls?: {
|
|
1794
1879
|
http: string;
|
|
1880
|
+
concurrency?: number | undefined;
|
|
1795
1881
|
webSocket?: string | undefined;
|
|
1796
1882
|
pagination?: {
|
|
1797
1883
|
maxBlockRange?: number | undefined;
|
|
@@ -1805,6 +1891,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1805
1891
|
}[] | undefined;
|
|
1806
1892
|
grpcUrls?: {
|
|
1807
1893
|
http: string;
|
|
1894
|
+
concurrency?: number | undefined;
|
|
1808
1895
|
webSocket?: string | undefined;
|
|
1809
1896
|
pagination?: {
|
|
1810
1897
|
maxBlockRange?: number | undefined;
|
|
@@ -1922,6 +2009,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1922
2009
|
chainId: string | number;
|
|
1923
2010
|
rpcUrls: [{
|
|
1924
2011
|
http: string;
|
|
2012
|
+
concurrency?: number | undefined;
|
|
1925
2013
|
webSocket?: string | undefined;
|
|
1926
2014
|
pagination?: {
|
|
1927
2015
|
maxBlockRange?: number | undefined;
|
|
@@ -1934,6 +2022,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1934
2022
|
} | undefined;
|
|
1935
2023
|
}, ...{
|
|
1936
2024
|
http: string;
|
|
2025
|
+
concurrency?: number | undefined;
|
|
1937
2026
|
webSocket?: string | undefined;
|
|
1938
2027
|
pagination?: {
|
|
1939
2028
|
maxBlockRange?: number | undefined;
|
|
@@ -1962,6 +2051,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1962
2051
|
} | undefined;
|
|
1963
2052
|
restUrls?: {
|
|
1964
2053
|
http: string;
|
|
2054
|
+
concurrency?: number | undefined;
|
|
1965
2055
|
webSocket?: string | undefined;
|
|
1966
2056
|
pagination?: {
|
|
1967
2057
|
maxBlockRange?: number | undefined;
|
|
@@ -1975,6 +2065,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1975
2065
|
}[] | undefined;
|
|
1976
2066
|
grpcUrls?: {
|
|
1977
2067
|
http: string;
|
|
2068
|
+
concurrency?: number | undefined;
|
|
1978
2069
|
webSocket?: string | undefined;
|
|
1979
2070
|
pagination?: {
|
|
1980
2071
|
maxBlockRange?: number | undefined;
|
|
@@ -2061,6 +2152,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2061
2152
|
chainId: string | number;
|
|
2062
2153
|
rpcUrls: [{
|
|
2063
2154
|
http: string;
|
|
2155
|
+
concurrency?: number | undefined;
|
|
2064
2156
|
webSocket?: string | undefined;
|
|
2065
2157
|
pagination?: {
|
|
2066
2158
|
maxBlockRange?: number | undefined;
|
|
@@ -2073,6 +2165,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2073
2165
|
} | undefined;
|
|
2074
2166
|
}, ...{
|
|
2075
2167
|
http: string;
|
|
2168
|
+
concurrency?: number | undefined;
|
|
2076
2169
|
webSocket?: string | undefined;
|
|
2077
2170
|
pagination?: {
|
|
2078
2171
|
maxBlockRange?: number | undefined;
|
|
@@ -2101,6 +2194,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2101
2194
|
} | undefined;
|
|
2102
2195
|
restUrls?: {
|
|
2103
2196
|
http: string;
|
|
2197
|
+
concurrency?: number | undefined;
|
|
2104
2198
|
webSocket?: string | undefined;
|
|
2105
2199
|
pagination?: {
|
|
2106
2200
|
maxBlockRange?: number | undefined;
|
|
@@ -2114,6 +2208,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2114
2208
|
}[] | undefined;
|
|
2115
2209
|
grpcUrls?: {
|
|
2116
2210
|
http: string;
|
|
2211
|
+
concurrency?: number | undefined;
|
|
2117
2212
|
webSocket?: string | undefined;
|
|
2118
2213
|
pagination?: {
|
|
2119
2214
|
maxBlockRange?: number | undefined;
|
|
@@ -2338,6 +2433,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2338
2433
|
}>>;
|
|
2339
2434
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
2340
2435
|
http: z.ZodString;
|
|
2436
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
2341
2437
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
2342
2438
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
2343
2439
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2364,6 +2460,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2364
2460
|
}>>;
|
|
2365
2461
|
}, "strip", z.ZodTypeAny, {
|
|
2366
2462
|
http: string;
|
|
2463
|
+
concurrency?: number | undefined;
|
|
2367
2464
|
webSocket?: string | undefined;
|
|
2368
2465
|
pagination?: {
|
|
2369
2466
|
maxBlockRange?: number | undefined;
|
|
@@ -2376,6 +2473,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2376
2473
|
} | undefined;
|
|
2377
2474
|
}, {
|
|
2378
2475
|
http: string;
|
|
2476
|
+
concurrency?: number | undefined;
|
|
2379
2477
|
webSocket?: string | undefined;
|
|
2380
2478
|
pagination?: {
|
|
2381
2479
|
maxBlockRange?: number | undefined;
|
|
@@ -2389,6 +2487,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2389
2487
|
}>, "atleastone">;
|
|
2390
2488
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2391
2489
|
http: z.ZodString;
|
|
2490
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
2392
2491
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
2393
2492
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
2394
2493
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2415,6 +2514,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2415
2514
|
}>>;
|
|
2416
2515
|
}, "strip", z.ZodTypeAny, {
|
|
2417
2516
|
http: string;
|
|
2517
|
+
concurrency?: number | undefined;
|
|
2418
2518
|
webSocket?: string | undefined;
|
|
2419
2519
|
pagination?: {
|
|
2420
2520
|
maxBlockRange?: number | undefined;
|
|
@@ -2427,6 +2527,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2427
2527
|
} | undefined;
|
|
2428
2528
|
}, {
|
|
2429
2529
|
http: string;
|
|
2530
|
+
concurrency?: number | undefined;
|
|
2430
2531
|
webSocket?: string | undefined;
|
|
2431
2532
|
pagination?: {
|
|
2432
2533
|
maxBlockRange?: number | undefined;
|
|
@@ -2440,6 +2541,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2440
2541
|
}>, "many">>;
|
|
2441
2542
|
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2442
2543
|
http: z.ZodString;
|
|
2544
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
2443
2545
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
2444
2546
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
2445
2547
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2466,6 +2568,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2466
2568
|
}>>;
|
|
2467
2569
|
}, "strip", z.ZodTypeAny, {
|
|
2468
2570
|
http: string;
|
|
2571
|
+
concurrency?: number | undefined;
|
|
2469
2572
|
webSocket?: string | undefined;
|
|
2470
2573
|
pagination?: {
|
|
2471
2574
|
maxBlockRange?: number | undefined;
|
|
@@ -2478,6 +2581,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2478
2581
|
} | undefined;
|
|
2479
2582
|
}, {
|
|
2480
2583
|
http: string;
|
|
2584
|
+
concurrency?: number | undefined;
|
|
2481
2585
|
webSocket?: string | undefined;
|
|
2482
2586
|
pagination?: {
|
|
2483
2587
|
maxBlockRange?: number | undefined;
|
|
@@ -2606,6 +2710,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2606
2710
|
chainId: string | number;
|
|
2607
2711
|
rpcUrls: [{
|
|
2608
2712
|
http: string;
|
|
2713
|
+
concurrency?: number | undefined;
|
|
2609
2714
|
webSocket?: string | undefined;
|
|
2610
2715
|
pagination?: {
|
|
2611
2716
|
maxBlockRange?: number | undefined;
|
|
@@ -2618,6 +2723,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2618
2723
|
} | undefined;
|
|
2619
2724
|
}, ...{
|
|
2620
2725
|
http: string;
|
|
2726
|
+
concurrency?: number | undefined;
|
|
2621
2727
|
webSocket?: string | undefined;
|
|
2622
2728
|
pagination?: {
|
|
2623
2729
|
maxBlockRange?: number | undefined;
|
|
@@ -2646,6 +2752,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2646
2752
|
} | undefined;
|
|
2647
2753
|
restUrls?: {
|
|
2648
2754
|
http: string;
|
|
2755
|
+
concurrency?: number | undefined;
|
|
2649
2756
|
webSocket?: string | undefined;
|
|
2650
2757
|
pagination?: {
|
|
2651
2758
|
maxBlockRange?: number | undefined;
|
|
@@ -2659,6 +2766,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2659
2766
|
}[] | undefined;
|
|
2660
2767
|
grpcUrls?: {
|
|
2661
2768
|
http: string;
|
|
2769
|
+
concurrency?: number | undefined;
|
|
2662
2770
|
webSocket?: string | undefined;
|
|
2663
2771
|
pagination?: {
|
|
2664
2772
|
maxBlockRange?: number | undefined;
|
|
@@ -2723,6 +2831,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2723
2831
|
chainId: string | number;
|
|
2724
2832
|
rpcUrls: [{
|
|
2725
2833
|
http: string;
|
|
2834
|
+
concurrency?: number | undefined;
|
|
2726
2835
|
webSocket?: string | undefined;
|
|
2727
2836
|
pagination?: {
|
|
2728
2837
|
maxBlockRange?: number | undefined;
|
|
@@ -2735,6 +2844,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2735
2844
|
} | undefined;
|
|
2736
2845
|
}, ...{
|
|
2737
2846
|
http: string;
|
|
2847
|
+
concurrency?: number | undefined;
|
|
2738
2848
|
webSocket?: string | undefined;
|
|
2739
2849
|
pagination?: {
|
|
2740
2850
|
maxBlockRange?: number | undefined;
|
|
@@ -2763,6 +2873,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2763
2873
|
} | undefined;
|
|
2764
2874
|
restUrls?: {
|
|
2765
2875
|
http: string;
|
|
2876
|
+
concurrency?: number | undefined;
|
|
2766
2877
|
webSocket?: string | undefined;
|
|
2767
2878
|
pagination?: {
|
|
2768
2879
|
maxBlockRange?: number | undefined;
|
|
@@ -2776,6 +2887,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2776
2887
|
}[] | undefined;
|
|
2777
2888
|
grpcUrls?: {
|
|
2778
2889
|
http: string;
|
|
2890
|
+
concurrency?: number | undefined;
|
|
2779
2891
|
webSocket?: string | undefined;
|
|
2780
2892
|
pagination?: {
|
|
2781
2893
|
maxBlockRange?: number | undefined;
|
|
@@ -2840,6 +2952,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2840
2952
|
chainId: string | number;
|
|
2841
2953
|
rpcUrls: [{
|
|
2842
2954
|
http: string;
|
|
2955
|
+
concurrency?: number | undefined;
|
|
2843
2956
|
webSocket?: string | undefined;
|
|
2844
2957
|
pagination?: {
|
|
2845
2958
|
maxBlockRange?: number | undefined;
|
|
@@ -2852,6 +2965,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2852
2965
|
} | undefined;
|
|
2853
2966
|
}, ...{
|
|
2854
2967
|
http: string;
|
|
2968
|
+
concurrency?: number | undefined;
|
|
2855
2969
|
webSocket?: string | undefined;
|
|
2856
2970
|
pagination?: {
|
|
2857
2971
|
maxBlockRange?: number | undefined;
|
|
@@ -2880,6 +2994,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2880
2994
|
} | undefined;
|
|
2881
2995
|
restUrls?: {
|
|
2882
2996
|
http: string;
|
|
2997
|
+
concurrency?: number | undefined;
|
|
2883
2998
|
webSocket?: string | undefined;
|
|
2884
2999
|
pagination?: {
|
|
2885
3000
|
maxBlockRange?: number | undefined;
|
|
@@ -2893,6 +3008,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2893
3008
|
}[] | undefined;
|
|
2894
3009
|
grpcUrls?: {
|
|
2895
3010
|
http: string;
|
|
3011
|
+
concurrency?: number | undefined;
|
|
2896
3012
|
webSocket?: string | undefined;
|
|
2897
3013
|
pagination?: {
|
|
2898
3014
|
maxBlockRange?: number | undefined;
|
|
@@ -2957,6 +3073,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2957
3073
|
chainId: string | number;
|
|
2958
3074
|
rpcUrls: [{
|
|
2959
3075
|
http: string;
|
|
3076
|
+
concurrency?: number | undefined;
|
|
2960
3077
|
webSocket?: string | undefined;
|
|
2961
3078
|
pagination?: {
|
|
2962
3079
|
maxBlockRange?: number | undefined;
|
|
@@ -2969,6 +3086,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2969
3086
|
} | undefined;
|
|
2970
3087
|
}, ...{
|
|
2971
3088
|
http: string;
|
|
3089
|
+
concurrency?: number | undefined;
|
|
2972
3090
|
webSocket?: string | undefined;
|
|
2973
3091
|
pagination?: {
|
|
2974
3092
|
maxBlockRange?: number | undefined;
|
|
@@ -2997,6 +3115,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2997
3115
|
} | undefined;
|
|
2998
3116
|
restUrls?: {
|
|
2999
3117
|
http: string;
|
|
3118
|
+
concurrency?: number | undefined;
|
|
3000
3119
|
webSocket?: string | undefined;
|
|
3001
3120
|
pagination?: {
|
|
3002
3121
|
maxBlockRange?: number | undefined;
|
|
@@ -3010,6 +3129,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3010
3129
|
}[] | undefined;
|
|
3011
3130
|
grpcUrls?: {
|
|
3012
3131
|
http: string;
|
|
3132
|
+
concurrency?: number | undefined;
|
|
3013
3133
|
webSocket?: string | undefined;
|
|
3014
3134
|
pagination?: {
|
|
3015
3135
|
maxBlockRange?: number | undefined;
|
|
@@ -3074,6 +3194,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3074
3194
|
chainId: string | number;
|
|
3075
3195
|
rpcUrls: [{
|
|
3076
3196
|
http: string;
|
|
3197
|
+
concurrency?: number | undefined;
|
|
3077
3198
|
webSocket?: string | undefined;
|
|
3078
3199
|
pagination?: {
|
|
3079
3200
|
maxBlockRange?: number | undefined;
|
|
@@ -3086,6 +3207,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3086
3207
|
} | undefined;
|
|
3087
3208
|
}, ...{
|
|
3088
3209
|
http: string;
|
|
3210
|
+
concurrency?: number | undefined;
|
|
3089
3211
|
webSocket?: string | undefined;
|
|
3090
3212
|
pagination?: {
|
|
3091
3213
|
maxBlockRange?: number | undefined;
|
|
@@ -3114,6 +3236,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3114
3236
|
} | undefined;
|
|
3115
3237
|
restUrls?: {
|
|
3116
3238
|
http: string;
|
|
3239
|
+
concurrency?: number | undefined;
|
|
3117
3240
|
webSocket?: string | undefined;
|
|
3118
3241
|
pagination?: {
|
|
3119
3242
|
maxBlockRange?: number | undefined;
|
|
@@ -3127,6 +3250,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3127
3250
|
}[] | undefined;
|
|
3128
3251
|
grpcUrls?: {
|
|
3129
3252
|
http: string;
|
|
3253
|
+
concurrency?: number | undefined;
|
|
3130
3254
|
webSocket?: string | undefined;
|
|
3131
3255
|
pagination?: {
|
|
3132
3256
|
maxBlockRange?: number | undefined;
|
|
@@ -3191,6 +3315,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3191
3315
|
chainId: string | number;
|
|
3192
3316
|
rpcUrls: [{
|
|
3193
3317
|
http: string;
|
|
3318
|
+
concurrency?: number | undefined;
|
|
3194
3319
|
webSocket?: string | undefined;
|
|
3195
3320
|
pagination?: {
|
|
3196
3321
|
maxBlockRange?: number | undefined;
|
|
@@ -3203,6 +3328,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3203
3328
|
} | undefined;
|
|
3204
3329
|
}, ...{
|
|
3205
3330
|
http: string;
|
|
3331
|
+
concurrency?: number | undefined;
|
|
3206
3332
|
webSocket?: string | undefined;
|
|
3207
3333
|
pagination?: {
|
|
3208
3334
|
maxBlockRange?: number | undefined;
|
|
@@ -3231,6 +3357,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3231
3357
|
} | undefined;
|
|
3232
3358
|
restUrls?: {
|
|
3233
3359
|
http: string;
|
|
3360
|
+
concurrency?: number | undefined;
|
|
3234
3361
|
webSocket?: string | undefined;
|
|
3235
3362
|
pagination?: {
|
|
3236
3363
|
maxBlockRange?: number | undefined;
|
|
@@ -3244,6 +3371,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3244
3371
|
}[] | undefined;
|
|
3245
3372
|
grpcUrls?: {
|
|
3246
3373
|
http: string;
|
|
3374
|
+
concurrency?: number | undefined;
|
|
3247
3375
|
webSocket?: string | undefined;
|
|
3248
3376
|
pagination?: {
|
|
3249
3377
|
maxBlockRange?: number | undefined;
|
|
@@ -3542,6 +3670,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3542
3670
|
chainId: string | number;
|
|
3543
3671
|
rpcUrls: [{
|
|
3544
3672
|
http: string;
|
|
3673
|
+
concurrency?: number | undefined;
|
|
3545
3674
|
webSocket?: string | undefined;
|
|
3546
3675
|
pagination?: {
|
|
3547
3676
|
maxBlockRange?: number | undefined;
|
|
@@ -3554,6 +3683,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3554
3683
|
} | undefined;
|
|
3555
3684
|
}, ...{
|
|
3556
3685
|
http: string;
|
|
3686
|
+
concurrency?: number | undefined;
|
|
3557
3687
|
webSocket?: string | undefined;
|
|
3558
3688
|
pagination?: {
|
|
3559
3689
|
maxBlockRange?: number | undefined;
|
|
@@ -3582,6 +3712,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3582
3712
|
} | undefined;
|
|
3583
3713
|
restUrls?: {
|
|
3584
3714
|
http: string;
|
|
3715
|
+
concurrency?: number | undefined;
|
|
3585
3716
|
webSocket?: string | undefined;
|
|
3586
3717
|
pagination?: {
|
|
3587
3718
|
maxBlockRange?: number | undefined;
|
|
@@ -3595,6 +3726,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3595
3726
|
}[] | undefined;
|
|
3596
3727
|
grpcUrls?: {
|
|
3597
3728
|
http: string;
|
|
3729
|
+
concurrency?: number | undefined;
|
|
3598
3730
|
webSocket?: string | undefined;
|
|
3599
3731
|
pagination?: {
|
|
3600
3732
|
maxBlockRange?: number | undefined;
|
|
@@ -3734,6 +3866,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3734
3866
|
chainId: string | number;
|
|
3735
3867
|
rpcUrls: [{
|
|
3736
3868
|
http: string;
|
|
3869
|
+
concurrency?: number | undefined;
|
|
3737
3870
|
webSocket?: string | undefined;
|
|
3738
3871
|
pagination?: {
|
|
3739
3872
|
maxBlockRange?: number | undefined;
|
|
@@ -3746,6 +3879,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3746
3879
|
} | undefined;
|
|
3747
3880
|
}, ...{
|
|
3748
3881
|
http: string;
|
|
3882
|
+
concurrency?: number | undefined;
|
|
3749
3883
|
webSocket?: string | undefined;
|
|
3750
3884
|
pagination?: {
|
|
3751
3885
|
maxBlockRange?: number | undefined;
|
|
@@ -3774,6 +3908,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3774
3908
|
} | undefined;
|
|
3775
3909
|
restUrls?: {
|
|
3776
3910
|
http: string;
|
|
3911
|
+
concurrency?: number | undefined;
|
|
3777
3912
|
webSocket?: string | undefined;
|
|
3778
3913
|
pagination?: {
|
|
3779
3914
|
maxBlockRange?: number | undefined;
|
|
@@ -3787,6 +3922,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3787
3922
|
}[] | undefined;
|
|
3788
3923
|
grpcUrls?: {
|
|
3789
3924
|
http: string;
|
|
3925
|
+
concurrency?: number | undefined;
|
|
3790
3926
|
webSocket?: string | undefined;
|
|
3791
3927
|
pagination?: {
|
|
3792
3928
|
maxBlockRange?: number | undefined;
|
|
@@ -3950,6 +4086,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
3950
4086
|
}>>;
|
|
3951
4087
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
3952
4088
|
http: z.ZodString;
|
|
4089
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
3953
4090
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
3954
4091
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
3955
4092
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3976,6 +4113,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
3976
4113
|
}>>;
|
|
3977
4114
|
}, "strip", z.ZodTypeAny, {
|
|
3978
4115
|
http: string;
|
|
4116
|
+
concurrency?: number | undefined;
|
|
3979
4117
|
webSocket?: string | undefined;
|
|
3980
4118
|
pagination?: {
|
|
3981
4119
|
maxBlockRange?: number | undefined;
|
|
@@ -3988,6 +4126,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
3988
4126
|
} | undefined;
|
|
3989
4127
|
}, {
|
|
3990
4128
|
http: string;
|
|
4129
|
+
concurrency?: number | undefined;
|
|
3991
4130
|
webSocket?: string | undefined;
|
|
3992
4131
|
pagination?: {
|
|
3993
4132
|
maxBlockRange?: number | undefined;
|
|
@@ -4001,6 +4140,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4001
4140
|
}>, "atleastone">;
|
|
4002
4141
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4003
4142
|
http: z.ZodString;
|
|
4143
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
4004
4144
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
4005
4145
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
4006
4146
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4027,6 +4167,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4027
4167
|
}>>;
|
|
4028
4168
|
}, "strip", z.ZodTypeAny, {
|
|
4029
4169
|
http: string;
|
|
4170
|
+
concurrency?: number | undefined;
|
|
4030
4171
|
webSocket?: string | undefined;
|
|
4031
4172
|
pagination?: {
|
|
4032
4173
|
maxBlockRange?: number | undefined;
|
|
@@ -4039,6 +4180,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4039
4180
|
} | undefined;
|
|
4040
4181
|
}, {
|
|
4041
4182
|
http: string;
|
|
4183
|
+
concurrency?: number | undefined;
|
|
4042
4184
|
webSocket?: string | undefined;
|
|
4043
4185
|
pagination?: {
|
|
4044
4186
|
maxBlockRange?: number | undefined;
|
|
@@ -4052,6 +4194,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4052
4194
|
}>, "many">>;
|
|
4053
4195
|
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4054
4196
|
http: z.ZodString;
|
|
4197
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
4055
4198
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
4056
4199
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
4057
4200
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4078,6 +4221,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4078
4221
|
}>>;
|
|
4079
4222
|
}, "strip", z.ZodTypeAny, {
|
|
4080
4223
|
http: string;
|
|
4224
|
+
concurrency?: number | undefined;
|
|
4081
4225
|
webSocket?: string | undefined;
|
|
4082
4226
|
pagination?: {
|
|
4083
4227
|
maxBlockRange?: number | undefined;
|
|
@@ -4090,6 +4234,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4090
4234
|
} | undefined;
|
|
4091
4235
|
}, {
|
|
4092
4236
|
http: string;
|
|
4237
|
+
concurrency?: number | undefined;
|
|
4093
4238
|
webSocket?: string | undefined;
|
|
4094
4239
|
pagination?: {
|
|
4095
4240
|
maxBlockRange?: number | undefined;
|
|
@@ -4218,6 +4363,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4218
4363
|
chainId: string | number;
|
|
4219
4364
|
rpcUrls: [{
|
|
4220
4365
|
http: string;
|
|
4366
|
+
concurrency?: number | undefined;
|
|
4221
4367
|
webSocket?: string | undefined;
|
|
4222
4368
|
pagination?: {
|
|
4223
4369
|
maxBlockRange?: number | undefined;
|
|
@@ -4230,6 +4376,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4230
4376
|
} | undefined;
|
|
4231
4377
|
}, ...{
|
|
4232
4378
|
http: string;
|
|
4379
|
+
concurrency?: number | undefined;
|
|
4233
4380
|
webSocket?: string | undefined;
|
|
4234
4381
|
pagination?: {
|
|
4235
4382
|
maxBlockRange?: number | undefined;
|
|
@@ -4258,6 +4405,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4258
4405
|
} | undefined;
|
|
4259
4406
|
restUrls?: {
|
|
4260
4407
|
http: string;
|
|
4408
|
+
concurrency?: number | undefined;
|
|
4261
4409
|
webSocket?: string | undefined;
|
|
4262
4410
|
pagination?: {
|
|
4263
4411
|
maxBlockRange?: number | undefined;
|
|
@@ -4271,6 +4419,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4271
4419
|
}[] | undefined;
|
|
4272
4420
|
grpcUrls?: {
|
|
4273
4421
|
http: string;
|
|
4422
|
+
concurrency?: number | undefined;
|
|
4274
4423
|
webSocket?: string | undefined;
|
|
4275
4424
|
pagination?: {
|
|
4276
4425
|
maxBlockRange?: number | undefined;
|
|
@@ -4335,6 +4484,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4335
4484
|
chainId: string | number;
|
|
4336
4485
|
rpcUrls: [{
|
|
4337
4486
|
http: string;
|
|
4487
|
+
concurrency?: number | undefined;
|
|
4338
4488
|
webSocket?: string | undefined;
|
|
4339
4489
|
pagination?: {
|
|
4340
4490
|
maxBlockRange?: number | undefined;
|
|
@@ -4347,6 +4497,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4347
4497
|
} | undefined;
|
|
4348
4498
|
}, ...{
|
|
4349
4499
|
http: string;
|
|
4500
|
+
concurrency?: number | undefined;
|
|
4350
4501
|
webSocket?: string | undefined;
|
|
4351
4502
|
pagination?: {
|
|
4352
4503
|
maxBlockRange?: number | undefined;
|
|
@@ -4375,6 +4526,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4375
4526
|
} | undefined;
|
|
4376
4527
|
restUrls?: {
|
|
4377
4528
|
http: string;
|
|
4529
|
+
concurrency?: number | undefined;
|
|
4378
4530
|
webSocket?: string | undefined;
|
|
4379
4531
|
pagination?: {
|
|
4380
4532
|
maxBlockRange?: number | undefined;
|
|
@@ -4388,6 +4540,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4388
4540
|
}[] | undefined;
|
|
4389
4541
|
grpcUrls?: {
|
|
4390
4542
|
http: string;
|
|
4543
|
+
concurrency?: number | undefined;
|
|
4391
4544
|
webSocket?: string | undefined;
|
|
4392
4545
|
pagination?: {
|
|
4393
4546
|
maxBlockRange?: number | undefined;
|
|
@@ -4452,6 +4605,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4452
4605
|
chainId: string | number;
|
|
4453
4606
|
rpcUrls: [{
|
|
4454
4607
|
http: string;
|
|
4608
|
+
concurrency?: number | undefined;
|
|
4455
4609
|
webSocket?: string | undefined;
|
|
4456
4610
|
pagination?: {
|
|
4457
4611
|
maxBlockRange?: number | undefined;
|
|
@@ -4464,6 +4618,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4464
4618
|
} | undefined;
|
|
4465
4619
|
}, ...{
|
|
4466
4620
|
http: string;
|
|
4621
|
+
concurrency?: number | undefined;
|
|
4467
4622
|
webSocket?: string | undefined;
|
|
4468
4623
|
pagination?: {
|
|
4469
4624
|
maxBlockRange?: number | undefined;
|
|
@@ -4492,6 +4647,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4492
4647
|
} | undefined;
|
|
4493
4648
|
restUrls?: {
|
|
4494
4649
|
http: string;
|
|
4650
|
+
concurrency?: number | undefined;
|
|
4495
4651
|
webSocket?: string | undefined;
|
|
4496
4652
|
pagination?: {
|
|
4497
4653
|
maxBlockRange?: number | undefined;
|
|
@@ -4505,6 +4661,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4505
4661
|
}[] | undefined;
|
|
4506
4662
|
grpcUrls?: {
|
|
4507
4663
|
http: string;
|
|
4664
|
+
concurrency?: number | undefined;
|
|
4508
4665
|
webSocket?: string | undefined;
|
|
4509
4666
|
pagination?: {
|
|
4510
4667
|
maxBlockRange?: number | undefined;
|
|
@@ -4569,6 +4726,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4569
4726
|
chainId: string | number;
|
|
4570
4727
|
rpcUrls: [{
|
|
4571
4728
|
http: string;
|
|
4729
|
+
concurrency?: number | undefined;
|
|
4572
4730
|
webSocket?: string | undefined;
|
|
4573
4731
|
pagination?: {
|
|
4574
4732
|
maxBlockRange?: number | undefined;
|
|
@@ -4581,6 +4739,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4581
4739
|
} | undefined;
|
|
4582
4740
|
}, ...{
|
|
4583
4741
|
http: string;
|
|
4742
|
+
concurrency?: number | undefined;
|
|
4584
4743
|
webSocket?: string | undefined;
|
|
4585
4744
|
pagination?: {
|
|
4586
4745
|
maxBlockRange?: number | undefined;
|
|
@@ -4609,6 +4768,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4609
4768
|
} | undefined;
|
|
4610
4769
|
restUrls?: {
|
|
4611
4770
|
http: string;
|
|
4771
|
+
concurrency?: number | undefined;
|
|
4612
4772
|
webSocket?: string | undefined;
|
|
4613
4773
|
pagination?: {
|
|
4614
4774
|
maxBlockRange?: number | undefined;
|
|
@@ -4622,6 +4782,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4622
4782
|
}[] | undefined;
|
|
4623
4783
|
grpcUrls?: {
|
|
4624
4784
|
http: string;
|
|
4785
|
+
concurrency?: number | undefined;
|
|
4625
4786
|
webSocket?: string | undefined;
|
|
4626
4787
|
pagination?: {
|
|
4627
4788
|
maxBlockRange?: number | undefined;
|
|
@@ -4686,6 +4847,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4686
4847
|
chainId: string | number;
|
|
4687
4848
|
rpcUrls: [{
|
|
4688
4849
|
http: string;
|
|
4850
|
+
concurrency?: number | undefined;
|
|
4689
4851
|
webSocket?: string | undefined;
|
|
4690
4852
|
pagination?: {
|
|
4691
4853
|
maxBlockRange?: number | undefined;
|
|
@@ -4698,6 +4860,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4698
4860
|
} | undefined;
|
|
4699
4861
|
}, ...{
|
|
4700
4862
|
http: string;
|
|
4863
|
+
concurrency?: number | undefined;
|
|
4701
4864
|
webSocket?: string | undefined;
|
|
4702
4865
|
pagination?: {
|
|
4703
4866
|
maxBlockRange?: number | undefined;
|
|
@@ -4726,6 +4889,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4726
4889
|
} | undefined;
|
|
4727
4890
|
restUrls?: {
|
|
4728
4891
|
http: string;
|
|
4892
|
+
concurrency?: number | undefined;
|
|
4729
4893
|
webSocket?: string | undefined;
|
|
4730
4894
|
pagination?: {
|
|
4731
4895
|
maxBlockRange?: number | undefined;
|
|
@@ -4739,6 +4903,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4739
4903
|
}[] | undefined;
|
|
4740
4904
|
grpcUrls?: {
|
|
4741
4905
|
http: string;
|
|
4906
|
+
concurrency?: number | undefined;
|
|
4742
4907
|
webSocket?: string | undefined;
|
|
4743
4908
|
pagination?: {
|
|
4744
4909
|
maxBlockRange?: number | undefined;
|
|
@@ -4803,6 +4968,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4803
4968
|
chainId: string | number;
|
|
4804
4969
|
rpcUrls: [{
|
|
4805
4970
|
http: string;
|
|
4971
|
+
concurrency?: number | undefined;
|
|
4806
4972
|
webSocket?: string | undefined;
|
|
4807
4973
|
pagination?: {
|
|
4808
4974
|
maxBlockRange?: number | undefined;
|
|
@@ -4815,6 +4981,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4815
4981
|
} | undefined;
|
|
4816
4982
|
}, ...{
|
|
4817
4983
|
http: string;
|
|
4984
|
+
concurrency?: number | undefined;
|
|
4818
4985
|
webSocket?: string | undefined;
|
|
4819
4986
|
pagination?: {
|
|
4820
4987
|
maxBlockRange?: number | undefined;
|
|
@@ -4843,6 +5010,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4843
5010
|
} | undefined;
|
|
4844
5011
|
restUrls?: {
|
|
4845
5012
|
http: string;
|
|
5013
|
+
concurrency?: number | undefined;
|
|
4846
5014
|
webSocket?: string | undefined;
|
|
4847
5015
|
pagination?: {
|
|
4848
5016
|
maxBlockRange?: number | undefined;
|
|
@@ -4856,6 +5024,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4856
5024
|
}[] | undefined;
|
|
4857
5025
|
grpcUrls?: {
|
|
4858
5026
|
http: string;
|
|
5027
|
+
concurrency?: number | undefined;
|
|
4859
5028
|
webSocket?: string | undefined;
|
|
4860
5029
|
pagination?: {
|
|
4861
5030
|
maxBlockRange?: number | undefined;
|
|
@@ -4975,6 +5144,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4975
5144
|
chainId: string | number;
|
|
4976
5145
|
rpcUrls: [{
|
|
4977
5146
|
http: string;
|
|
5147
|
+
concurrency?: number | undefined;
|
|
4978
5148
|
webSocket?: string | undefined;
|
|
4979
5149
|
pagination?: {
|
|
4980
5150
|
maxBlockRange?: number | undefined;
|
|
@@ -4987,6 +5157,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4987
5157
|
} | undefined;
|
|
4988
5158
|
}, ...{
|
|
4989
5159
|
http: string;
|
|
5160
|
+
concurrency?: number | undefined;
|
|
4990
5161
|
webSocket?: string | undefined;
|
|
4991
5162
|
pagination?: {
|
|
4992
5163
|
maxBlockRange?: number | undefined;
|
|
@@ -5015,6 +5186,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5015
5186
|
} | undefined;
|
|
5016
5187
|
restUrls?: {
|
|
5017
5188
|
http: string;
|
|
5189
|
+
concurrency?: number | undefined;
|
|
5018
5190
|
webSocket?: string | undefined;
|
|
5019
5191
|
pagination?: {
|
|
5020
5192
|
maxBlockRange?: number | undefined;
|
|
@@ -5028,6 +5200,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5028
5200
|
}[] | undefined;
|
|
5029
5201
|
grpcUrls?: {
|
|
5030
5202
|
http: string;
|
|
5203
|
+
concurrency?: number | undefined;
|
|
5031
5204
|
webSocket?: string | undefined;
|
|
5032
5205
|
pagination?: {
|
|
5033
5206
|
maxBlockRange?: number | undefined;
|
|
@@ -5116,6 +5289,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5116
5289
|
chainId: string | number;
|
|
5117
5290
|
rpcUrls: [{
|
|
5118
5291
|
http: string;
|
|
5292
|
+
concurrency?: number | undefined;
|
|
5119
5293
|
webSocket?: string | undefined;
|
|
5120
5294
|
pagination?: {
|
|
5121
5295
|
maxBlockRange?: number | undefined;
|
|
@@ -5128,6 +5302,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5128
5302
|
} | undefined;
|
|
5129
5303
|
}, ...{
|
|
5130
5304
|
http: string;
|
|
5305
|
+
concurrency?: number | undefined;
|
|
5131
5306
|
webSocket?: string | undefined;
|
|
5132
5307
|
pagination?: {
|
|
5133
5308
|
maxBlockRange?: number | undefined;
|
|
@@ -5156,6 +5331,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5156
5331
|
} | undefined;
|
|
5157
5332
|
restUrls?: {
|
|
5158
5333
|
http: string;
|
|
5334
|
+
concurrency?: number | undefined;
|
|
5159
5335
|
webSocket?: string | undefined;
|
|
5160
5336
|
pagination?: {
|
|
5161
5337
|
maxBlockRange?: number | undefined;
|
|
@@ -5169,6 +5345,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5169
5345
|
}[] | undefined;
|
|
5170
5346
|
grpcUrls?: {
|
|
5171
5347
|
http: string;
|
|
5348
|
+
concurrency?: number | undefined;
|
|
5172
5349
|
webSocket?: string | undefined;
|
|
5173
5350
|
pagination?: {
|
|
5174
5351
|
maxBlockRange?: number | undefined;
|
|
@@ -5281,6 +5458,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5281
5458
|
}>>;
|
|
5282
5459
|
rpcUrls: z.ZodArray<z.ZodObject<{
|
|
5283
5460
|
http: z.ZodString;
|
|
5461
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
5284
5462
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
5285
5463
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
5286
5464
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5307,6 +5485,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5307
5485
|
}>>;
|
|
5308
5486
|
}, "strip", z.ZodTypeAny, {
|
|
5309
5487
|
http: string;
|
|
5488
|
+
concurrency?: number | undefined;
|
|
5310
5489
|
webSocket?: string | undefined;
|
|
5311
5490
|
pagination?: {
|
|
5312
5491
|
maxBlockRange?: number | undefined;
|
|
@@ -5319,6 +5498,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5319
5498
|
} | undefined;
|
|
5320
5499
|
}, {
|
|
5321
5500
|
http: string;
|
|
5501
|
+
concurrency?: number | undefined;
|
|
5322
5502
|
webSocket?: string | undefined;
|
|
5323
5503
|
pagination?: {
|
|
5324
5504
|
maxBlockRange?: number | undefined;
|
|
@@ -5332,6 +5512,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5332
5512
|
}>, "atleastone">;
|
|
5333
5513
|
restUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5334
5514
|
http: z.ZodString;
|
|
5515
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
5335
5516
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
5336
5517
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
5337
5518
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5358,6 +5539,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5358
5539
|
}>>;
|
|
5359
5540
|
}, "strip", z.ZodTypeAny, {
|
|
5360
5541
|
http: string;
|
|
5542
|
+
concurrency?: number | undefined;
|
|
5361
5543
|
webSocket?: string | undefined;
|
|
5362
5544
|
pagination?: {
|
|
5363
5545
|
maxBlockRange?: number | undefined;
|
|
@@ -5370,6 +5552,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5370
5552
|
} | undefined;
|
|
5371
5553
|
}, {
|
|
5372
5554
|
http: string;
|
|
5555
|
+
concurrency?: number | undefined;
|
|
5373
5556
|
webSocket?: string | undefined;
|
|
5374
5557
|
pagination?: {
|
|
5375
5558
|
maxBlockRange?: number | undefined;
|
|
@@ -5383,6 +5566,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5383
5566
|
}>, "many">>;
|
|
5384
5567
|
grpcUrls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5385
5568
|
http: z.ZodString;
|
|
5569
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
5386
5570
|
webSocket: z.ZodOptional<z.ZodString>;
|
|
5387
5571
|
pagination: z.ZodOptional<z.ZodObject<{
|
|
5388
5572
|
maxBlockRange: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5409,6 +5593,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5409
5593
|
}>>;
|
|
5410
5594
|
}, "strip", z.ZodTypeAny, {
|
|
5411
5595
|
http: string;
|
|
5596
|
+
concurrency?: number | undefined;
|
|
5412
5597
|
webSocket?: string | undefined;
|
|
5413
5598
|
pagination?: {
|
|
5414
5599
|
maxBlockRange?: number | undefined;
|
|
@@ -5421,6 +5606,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5421
5606
|
} | undefined;
|
|
5422
5607
|
}, {
|
|
5423
5608
|
http: string;
|
|
5609
|
+
concurrency?: number | undefined;
|
|
5424
5610
|
webSocket?: string | undefined;
|
|
5425
5611
|
pagination?: {
|
|
5426
5612
|
maxBlockRange?: number | undefined;
|
|
@@ -5549,6 +5735,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5549
5735
|
chainId: string | number;
|
|
5550
5736
|
rpcUrls: [{
|
|
5551
5737
|
http: string;
|
|
5738
|
+
concurrency?: number | undefined;
|
|
5552
5739
|
webSocket?: string | undefined;
|
|
5553
5740
|
pagination?: {
|
|
5554
5741
|
maxBlockRange?: number | undefined;
|
|
@@ -5561,6 +5748,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5561
5748
|
} | undefined;
|
|
5562
5749
|
}, ...{
|
|
5563
5750
|
http: string;
|
|
5751
|
+
concurrency?: number | undefined;
|
|
5564
5752
|
webSocket?: string | undefined;
|
|
5565
5753
|
pagination?: {
|
|
5566
5754
|
maxBlockRange?: number | undefined;
|
|
@@ -5589,6 +5777,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5589
5777
|
} | undefined;
|
|
5590
5778
|
restUrls?: {
|
|
5591
5779
|
http: string;
|
|
5780
|
+
concurrency?: number | undefined;
|
|
5592
5781
|
webSocket?: string | undefined;
|
|
5593
5782
|
pagination?: {
|
|
5594
5783
|
maxBlockRange?: number | undefined;
|
|
@@ -5602,6 +5791,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5602
5791
|
}[] | undefined;
|
|
5603
5792
|
grpcUrls?: {
|
|
5604
5793
|
http: string;
|
|
5794
|
+
concurrency?: number | undefined;
|
|
5605
5795
|
webSocket?: string | undefined;
|
|
5606
5796
|
pagination?: {
|
|
5607
5797
|
maxBlockRange?: number | undefined;
|
|
@@ -5666,6 +5856,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5666
5856
|
chainId: string | number;
|
|
5667
5857
|
rpcUrls: [{
|
|
5668
5858
|
http: string;
|
|
5859
|
+
concurrency?: number | undefined;
|
|
5669
5860
|
webSocket?: string | undefined;
|
|
5670
5861
|
pagination?: {
|
|
5671
5862
|
maxBlockRange?: number | undefined;
|
|
@@ -5678,6 +5869,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5678
5869
|
} | undefined;
|
|
5679
5870
|
}, ...{
|
|
5680
5871
|
http: string;
|
|
5872
|
+
concurrency?: number | undefined;
|
|
5681
5873
|
webSocket?: string | undefined;
|
|
5682
5874
|
pagination?: {
|
|
5683
5875
|
maxBlockRange?: number | undefined;
|
|
@@ -5706,6 +5898,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5706
5898
|
} | undefined;
|
|
5707
5899
|
restUrls?: {
|
|
5708
5900
|
http: string;
|
|
5901
|
+
concurrency?: number | undefined;
|
|
5709
5902
|
webSocket?: string | undefined;
|
|
5710
5903
|
pagination?: {
|
|
5711
5904
|
maxBlockRange?: number | undefined;
|
|
@@ -5719,6 +5912,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5719
5912
|
}[] | undefined;
|
|
5720
5913
|
grpcUrls?: {
|
|
5721
5914
|
http: string;
|
|
5915
|
+
concurrency?: number | undefined;
|
|
5722
5916
|
webSocket?: string | undefined;
|
|
5723
5917
|
pagination?: {
|
|
5724
5918
|
maxBlockRange?: number | undefined;
|
|
@@ -5783,6 +5977,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5783
5977
|
chainId: string | number;
|
|
5784
5978
|
rpcUrls: [{
|
|
5785
5979
|
http: string;
|
|
5980
|
+
concurrency?: number | undefined;
|
|
5786
5981
|
webSocket?: string | undefined;
|
|
5787
5982
|
pagination?: {
|
|
5788
5983
|
maxBlockRange?: number | undefined;
|
|
@@ -5795,6 +5990,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5795
5990
|
} | undefined;
|
|
5796
5991
|
}, ...{
|
|
5797
5992
|
http: string;
|
|
5993
|
+
concurrency?: number | undefined;
|
|
5798
5994
|
webSocket?: string | undefined;
|
|
5799
5995
|
pagination?: {
|
|
5800
5996
|
maxBlockRange?: number | undefined;
|
|
@@ -5823,6 +6019,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5823
6019
|
} | undefined;
|
|
5824
6020
|
restUrls?: {
|
|
5825
6021
|
http: string;
|
|
6022
|
+
concurrency?: number | undefined;
|
|
5826
6023
|
webSocket?: string | undefined;
|
|
5827
6024
|
pagination?: {
|
|
5828
6025
|
maxBlockRange?: number | undefined;
|
|
@@ -5836,6 +6033,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5836
6033
|
}[] | undefined;
|
|
5837
6034
|
grpcUrls?: {
|
|
5838
6035
|
http: string;
|
|
6036
|
+
concurrency?: number | undefined;
|
|
5839
6037
|
webSocket?: string | undefined;
|
|
5840
6038
|
pagination?: {
|
|
5841
6039
|
maxBlockRange?: number | undefined;
|
|
@@ -5900,6 +6098,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5900
6098
|
chainId: string | number;
|
|
5901
6099
|
rpcUrls: [{
|
|
5902
6100
|
http: string;
|
|
6101
|
+
concurrency?: number | undefined;
|
|
5903
6102
|
webSocket?: string | undefined;
|
|
5904
6103
|
pagination?: {
|
|
5905
6104
|
maxBlockRange?: number | undefined;
|
|
@@ -5912,6 +6111,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5912
6111
|
} | undefined;
|
|
5913
6112
|
}, ...{
|
|
5914
6113
|
http: string;
|
|
6114
|
+
concurrency?: number | undefined;
|
|
5915
6115
|
webSocket?: string | undefined;
|
|
5916
6116
|
pagination?: {
|
|
5917
6117
|
maxBlockRange?: number | undefined;
|
|
@@ -5940,6 +6140,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5940
6140
|
} | undefined;
|
|
5941
6141
|
restUrls?: {
|
|
5942
6142
|
http: string;
|
|
6143
|
+
concurrency?: number | undefined;
|
|
5943
6144
|
webSocket?: string | undefined;
|
|
5944
6145
|
pagination?: {
|
|
5945
6146
|
maxBlockRange?: number | undefined;
|
|
@@ -5953,6 +6154,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5953
6154
|
}[] | undefined;
|
|
5954
6155
|
grpcUrls?: {
|
|
5955
6156
|
http: string;
|
|
6157
|
+
concurrency?: number | undefined;
|
|
5956
6158
|
webSocket?: string | undefined;
|
|
5957
6159
|
pagination?: {
|
|
5958
6160
|
maxBlockRange?: number | undefined;
|
|
@@ -6017,6 +6219,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6017
6219
|
chainId: string | number;
|
|
6018
6220
|
rpcUrls: [{
|
|
6019
6221
|
http: string;
|
|
6222
|
+
concurrency?: number | undefined;
|
|
6020
6223
|
webSocket?: string | undefined;
|
|
6021
6224
|
pagination?: {
|
|
6022
6225
|
maxBlockRange?: number | undefined;
|
|
@@ -6029,6 +6232,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6029
6232
|
} | undefined;
|
|
6030
6233
|
}, ...{
|
|
6031
6234
|
http: string;
|
|
6235
|
+
concurrency?: number | undefined;
|
|
6032
6236
|
webSocket?: string | undefined;
|
|
6033
6237
|
pagination?: {
|
|
6034
6238
|
maxBlockRange?: number | undefined;
|
|
@@ -6057,6 +6261,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6057
6261
|
} | undefined;
|
|
6058
6262
|
restUrls?: {
|
|
6059
6263
|
http: string;
|
|
6264
|
+
concurrency?: number | undefined;
|
|
6060
6265
|
webSocket?: string | undefined;
|
|
6061
6266
|
pagination?: {
|
|
6062
6267
|
maxBlockRange?: number | undefined;
|
|
@@ -6070,6 +6275,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6070
6275
|
}[] | undefined;
|
|
6071
6276
|
grpcUrls?: {
|
|
6072
6277
|
http: string;
|
|
6278
|
+
concurrency?: number | undefined;
|
|
6073
6279
|
webSocket?: string | undefined;
|
|
6074
6280
|
pagination?: {
|
|
6075
6281
|
maxBlockRange?: number | undefined;
|
|
@@ -6134,6 +6340,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6134
6340
|
chainId: string | number;
|
|
6135
6341
|
rpcUrls: [{
|
|
6136
6342
|
http: string;
|
|
6343
|
+
concurrency?: number | undefined;
|
|
6137
6344
|
webSocket?: string | undefined;
|
|
6138
6345
|
pagination?: {
|
|
6139
6346
|
maxBlockRange?: number | undefined;
|
|
@@ -6146,6 +6353,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6146
6353
|
} | undefined;
|
|
6147
6354
|
}, ...{
|
|
6148
6355
|
http: string;
|
|
6356
|
+
concurrency?: number | undefined;
|
|
6149
6357
|
webSocket?: string | undefined;
|
|
6150
6358
|
pagination?: {
|
|
6151
6359
|
maxBlockRange?: number | undefined;
|
|
@@ -6174,6 +6382,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6174
6382
|
} | undefined;
|
|
6175
6383
|
restUrls?: {
|
|
6176
6384
|
http: string;
|
|
6385
|
+
concurrency?: number | undefined;
|
|
6177
6386
|
webSocket?: string | undefined;
|
|
6178
6387
|
pagination?: {
|
|
6179
6388
|
maxBlockRange?: number | undefined;
|
|
@@ -6187,6 +6396,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6187
6396
|
}[] | undefined;
|
|
6188
6397
|
grpcUrls?: {
|
|
6189
6398
|
http: string;
|
|
6399
|
+
concurrency?: number | undefined;
|
|
6190
6400
|
webSocket?: string | undefined;
|
|
6191
6401
|
pagination?: {
|
|
6192
6402
|
maxBlockRange?: number | undefined;
|
|
@@ -6372,6 +6582,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6372
6582
|
chainId: string | number;
|
|
6373
6583
|
rpcUrls: [{
|
|
6374
6584
|
http: string;
|
|
6585
|
+
concurrency?: number | undefined;
|
|
6375
6586
|
webSocket?: string | undefined;
|
|
6376
6587
|
pagination?: {
|
|
6377
6588
|
maxBlockRange?: number | undefined;
|
|
@@ -6384,6 +6595,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6384
6595
|
} | undefined;
|
|
6385
6596
|
}, ...{
|
|
6386
6597
|
http: string;
|
|
6598
|
+
concurrency?: number | undefined;
|
|
6387
6599
|
webSocket?: string | undefined;
|
|
6388
6600
|
pagination?: {
|
|
6389
6601
|
maxBlockRange?: number | undefined;
|
|
@@ -6412,6 +6624,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6412
6624
|
} | undefined;
|
|
6413
6625
|
restUrls?: {
|
|
6414
6626
|
http: string;
|
|
6627
|
+
concurrency?: number | undefined;
|
|
6415
6628
|
webSocket?: string | undefined;
|
|
6416
6629
|
pagination?: {
|
|
6417
6630
|
maxBlockRange?: number | undefined;
|
|
@@ -6425,6 +6638,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6425
6638
|
}[] | undefined;
|
|
6426
6639
|
grpcUrls?: {
|
|
6427
6640
|
http: string;
|
|
6641
|
+
concurrency?: number | undefined;
|
|
6428
6642
|
webSocket?: string | undefined;
|
|
6429
6643
|
pagination?: {
|
|
6430
6644
|
maxBlockRange?: number | undefined;
|
|
@@ -6551,6 +6765,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6551
6765
|
chainId: string | number;
|
|
6552
6766
|
rpcUrls: [{
|
|
6553
6767
|
http: string;
|
|
6768
|
+
concurrency?: number | undefined;
|
|
6554
6769
|
webSocket?: string | undefined;
|
|
6555
6770
|
pagination?: {
|
|
6556
6771
|
maxBlockRange?: number | undefined;
|
|
@@ -6563,6 +6778,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6563
6778
|
} | undefined;
|
|
6564
6779
|
}, ...{
|
|
6565
6780
|
http: string;
|
|
6781
|
+
concurrency?: number | undefined;
|
|
6566
6782
|
webSocket?: string | undefined;
|
|
6567
6783
|
pagination?: {
|
|
6568
6784
|
maxBlockRange?: number | undefined;
|
|
@@ -6591,6 +6807,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6591
6807
|
} | undefined;
|
|
6592
6808
|
restUrls?: {
|
|
6593
6809
|
http: string;
|
|
6810
|
+
concurrency?: number | undefined;
|
|
6594
6811
|
webSocket?: string | undefined;
|
|
6595
6812
|
pagination?: {
|
|
6596
6813
|
maxBlockRange?: number | undefined;
|
|
@@ -6604,6 +6821,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6604
6821
|
}[] | undefined;
|
|
6605
6822
|
grpcUrls?: {
|
|
6606
6823
|
http: string;
|
|
6824
|
+
concurrency?: number | undefined;
|
|
6607
6825
|
webSocket?: string | undefined;
|
|
6608
6826
|
pagination?: {
|
|
6609
6827
|
maxBlockRange?: number | undefined;
|
|
@@ -6726,6 +6944,6 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6726
6944
|
}>;
|
|
6727
6945
|
export type ValidatorConfig = z.infer<typeof ValidatorAgentConfigSchema>;
|
|
6728
6946
|
export type AgentConfig = z.infer<typeof AgentConfigSchema>;
|
|
6729
|
-
export declare function buildAgentConfig(chains: ChainName[], multiProvider: MultiProvider, addresses: ChainMap<HyperlaneDeploymentArtifacts>, startBlocks: ChainMap<number>): AgentConfig;
|
|
6947
|
+
export declare function buildAgentConfig(chains: ChainName[], multiProvider: MultiProvider, addresses: ChainMap<HyperlaneDeploymentArtifacts>, startBlocks: ChainMap<number>, additionalConfig?: ChainMap<any>): AgentConfig;
|
|
6730
6948
|
export {};
|
|
6731
6949
|
//# sourceMappingURL=agentConfig.d.ts.map
|