@hyperlane-xyz/sdk 14.0.0 → 14.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ccip/consts.d.ts.map +1 -1
- package/dist/ccip/consts.js +0 -20
- package/dist/ccip/consts.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +27 -22
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts +2 -0
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.hardhat-test.d.ts +2 -0
- package/dist/contracts/contracts.hardhat-test.d.ts.map +1 -0
- package/dist/contracts/contracts.hardhat-test.js +34 -0
- package/dist/contracts/contracts.hardhat-test.js.map +1 -0
- package/dist/contracts/contracts.js +7 -0
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/CosmosNativeCoreModule.d.ts +5 -5
- package/dist/core/CosmosNativeCoreModule.d.ts.map +1 -1
- package/dist/core/CosmosNativeCoreModule.js +10 -10
- package/dist/core/CosmosNativeCoreModule.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts +3 -1
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.hardhat-test.js +85 -1
- package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.js +32 -2
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +43 -0
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/types.d.ts +741 -18
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/deploy/proxy.d.ts +9 -2
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +21 -0
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +0 -6
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/oracle/types.d.ts +51 -0
- package/dist/gas/oracle/types.d.ts.map +1 -1
- package/dist/gas/oracle/types.js +8 -0
- package/dist/gas/oracle/types.js.map +1 -1
- package/dist/gas/utils.d.ts +3 -2
- package/dist/gas/utils.d.ts.map +1 -1
- package/dist/gas/utils.js +4 -1
- package/dist/gas/utils.js.map +1 -1
- package/dist/hook/CosmosNativeHookModule.d.ts +3 -2
- package/dist/hook/CosmosNativeHookModule.d.ts.map +1 -1
- package/dist/hook/CosmosNativeHookModule.js +10 -10
- package/dist/hook/CosmosNativeHookModule.js.map +1 -1
- package/dist/hook/CosmosNativeHookReader.d.ts +2 -2
- package/dist/hook/CosmosNativeHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.d.ts +6 -15
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.js +74 -71
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/types.d.ts +318 -0
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +2 -2
- package/dist/hook/types.js.map +1 -1
- package/dist/hook/updates.d.ts +28 -0
- package/dist/hook/updates.d.ts.map +1 -0
- package/dist/hook/updates.js +34 -0
- package/dist/hook/updates.js.map +1 -0
- package/dist/ica/types.d.ts +88 -2
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/ism/CosmosNativeIsmModule.d.ts +3 -2
- package/dist/ism/CosmosNativeIsmModule.d.ts.map +1 -1
- package/dist/ism/CosmosNativeIsmModule.js +12 -12
- package/dist/ism/CosmosNativeIsmModule.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.d.ts +1 -0
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +5 -0
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +1560 -1560
- package/dist/metadata/chainMetadataTypes.d.ts +6 -6
- package/dist/providers/transactions/submitter/builder/types.d.ts +25 -25
- package/dist/providers/transactions/submitter/ethersV5/types.d.ts +2 -2
- package/dist/providers/transactions/submitter/types.d.ts +9 -9
- package/dist/router/types.d.ts +130 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/token/CosmosNativeWarpModule.d.ts +95 -0
- package/dist/token/CosmosNativeWarpModule.d.ts.map +1 -0
- package/dist/token/CosmosNativeWarpModule.js +296 -0
- package/dist/token/CosmosNativeWarpModule.js.map +1 -0
- package/dist/token/EvmERC20WarpModule.d.ts +0 -17
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +7 -7
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +19 -71
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts +3 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +123 -5
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +68 -10
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/adapters/StarknetTokenAdapter.js +2 -2
- package/dist/token/adapters/StarknetTokenAdapter.js.map +1 -1
- package/dist/token/configUtils.d.ts.map +1 -1
- package/dist/token/configUtils.js +29 -6
- package/dist/token/configUtils.js.map +1 -1
- package/dist/token/cosmosnativeDeploy.d.ts +16 -0
- package/dist/token/cosmosnativeDeploy.d.ts.map +1 -0
- package/dist/token/cosmosnativeDeploy.js +58 -0
- package/dist/token/cosmosnativeDeploy.js.map +1 -0
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +7 -7
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/types.d.ts +273 -8
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.js +20 -6
- package/dist/token/types.js.map +1 -1
- package/package.json +5 -5
package/dist/core/types.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import type { Mailbox } from '@hyperlane-xyz/core';
|
|
|
3
3
|
import type { Address, ParsedMessage } from '@hyperlane-xyz/utils';
|
|
4
4
|
import type { UpgradeConfig } from '../deploy/proxy.js';
|
|
5
5
|
import type { CheckerViolation } from '../deploy/types.js';
|
|
6
|
+
import { DerivedHookConfig } from '../hook/types.js';
|
|
6
7
|
import type { IsmConfig } from '../ism/types.js';
|
|
7
8
|
import type { ChainName } from '../types.js';
|
|
8
9
|
export declare const CoreConfigSchema: z.ZodObject<{
|
|
@@ -218,14 +219,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
218
219
|
gasPrice: z.ZodString;
|
|
219
220
|
tokenExchangeRate: z.ZodString;
|
|
220
221
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
222
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
223
|
+
handleGasAmount: z.ZodNumber;
|
|
224
|
+
totalGasAmount: z.ZodNumber;
|
|
225
|
+
totalUsdCost: z.ZodNumber;
|
|
226
|
+
}, "strip", z.ZodTypeAny, {
|
|
227
|
+
handleGasAmount: number;
|
|
228
|
+
totalGasAmount: number;
|
|
229
|
+
totalUsdCost: number;
|
|
230
|
+
}, {
|
|
231
|
+
handleGasAmount: number;
|
|
232
|
+
totalGasAmount: number;
|
|
233
|
+
totalUsdCost: number;
|
|
234
|
+
}>>;
|
|
221
235
|
}, "strip", z.ZodTypeAny, {
|
|
222
236
|
gasPrice: string;
|
|
223
237
|
tokenExchangeRate: string;
|
|
224
238
|
tokenDecimals?: number | undefined;
|
|
239
|
+
typicalCost?: {
|
|
240
|
+
handleGasAmount: number;
|
|
241
|
+
totalGasAmount: number;
|
|
242
|
+
totalUsdCost: number;
|
|
243
|
+
} | undefined;
|
|
225
244
|
}, {
|
|
226
245
|
gasPrice: string;
|
|
227
246
|
tokenExchangeRate: string;
|
|
228
247
|
tokenDecimals?: number | undefined;
|
|
248
|
+
typicalCost?: {
|
|
249
|
+
handleGasAmount: number;
|
|
250
|
+
totalGasAmount: number;
|
|
251
|
+
totalUsdCost: number;
|
|
252
|
+
} | undefined;
|
|
229
253
|
}>>;
|
|
230
254
|
}, "strip", z.ZodTypeAny, {
|
|
231
255
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -237,6 +261,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
237
261
|
gasPrice: string;
|
|
238
262
|
tokenExchangeRate: string;
|
|
239
263
|
tokenDecimals?: number | undefined;
|
|
264
|
+
typicalCost?: {
|
|
265
|
+
handleGasAmount: number;
|
|
266
|
+
totalGasAmount: number;
|
|
267
|
+
totalUsdCost: number;
|
|
268
|
+
} | undefined;
|
|
240
269
|
}>;
|
|
241
270
|
ownerOverrides?: Record<string, string> | undefined;
|
|
242
271
|
}, {
|
|
@@ -249,6 +278,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
249
278
|
gasPrice: string;
|
|
250
279
|
tokenExchangeRate: string;
|
|
251
280
|
tokenDecimals?: number | undefined;
|
|
281
|
+
typicalCost?: {
|
|
282
|
+
handleGasAmount: number;
|
|
283
|
+
totalGasAmount: number;
|
|
284
|
+
totalUsdCost: number;
|
|
285
|
+
} | undefined;
|
|
252
286
|
}>;
|
|
253
287
|
ownerOverrides?: Record<string, string> | undefined;
|
|
254
288
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -356,14 +390,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
356
390
|
gasPrice: z.ZodString;
|
|
357
391
|
tokenExchangeRate: z.ZodString;
|
|
358
392
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
393
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
394
|
+
handleGasAmount: z.ZodNumber;
|
|
395
|
+
totalGasAmount: z.ZodNumber;
|
|
396
|
+
totalUsdCost: z.ZodNumber;
|
|
397
|
+
}, "strip", z.ZodTypeAny, {
|
|
398
|
+
handleGasAmount: number;
|
|
399
|
+
totalGasAmount: number;
|
|
400
|
+
totalUsdCost: number;
|
|
401
|
+
}, {
|
|
402
|
+
handleGasAmount: number;
|
|
403
|
+
totalGasAmount: number;
|
|
404
|
+
totalUsdCost: number;
|
|
405
|
+
}>>;
|
|
359
406
|
}, "strip", z.ZodTypeAny, {
|
|
360
407
|
gasPrice: string;
|
|
361
408
|
tokenExchangeRate: string;
|
|
362
409
|
tokenDecimals?: number | undefined;
|
|
410
|
+
typicalCost?: {
|
|
411
|
+
handleGasAmount: number;
|
|
412
|
+
totalGasAmount: number;
|
|
413
|
+
totalUsdCost: number;
|
|
414
|
+
} | undefined;
|
|
363
415
|
}, {
|
|
364
416
|
gasPrice: string;
|
|
365
417
|
tokenExchangeRate: string;
|
|
366
418
|
tokenDecimals?: number | undefined;
|
|
419
|
+
typicalCost?: {
|
|
420
|
+
handleGasAmount: number;
|
|
421
|
+
totalGasAmount: number;
|
|
422
|
+
totalUsdCost: number;
|
|
423
|
+
} | undefined;
|
|
367
424
|
}>>;
|
|
368
425
|
}, "strip", z.ZodTypeAny, {
|
|
369
426
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -375,6 +432,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
375
432
|
gasPrice: string;
|
|
376
433
|
tokenExchangeRate: string;
|
|
377
434
|
tokenDecimals?: number | undefined;
|
|
435
|
+
typicalCost?: {
|
|
436
|
+
handleGasAmount: number;
|
|
437
|
+
totalGasAmount: number;
|
|
438
|
+
totalUsdCost: number;
|
|
439
|
+
} | undefined;
|
|
378
440
|
}>;
|
|
379
441
|
ownerOverrides?: Record<string, string> | undefined;
|
|
380
442
|
}, {
|
|
@@ -387,6 +449,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
387
449
|
gasPrice: string;
|
|
388
450
|
tokenExchangeRate: string;
|
|
389
451
|
tokenDecimals?: number | undefined;
|
|
452
|
+
typicalCost?: {
|
|
453
|
+
handleGasAmount: number;
|
|
454
|
+
totalGasAmount: number;
|
|
455
|
+
totalUsdCost: number;
|
|
456
|
+
} | undefined;
|
|
390
457
|
}>;
|
|
391
458
|
ownerOverrides?: Record<string, string> | undefined;
|
|
392
459
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -439,7 +506,6 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
439
506
|
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
440
507
|
owner: z.ZodString;
|
|
441
508
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
442
|
-
mailbox: z.ZodString;
|
|
443
509
|
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
444
510
|
owner: z.ZodString;
|
|
445
511
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -453,6 +519,7 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
453
519
|
ownerOverrides?: Record<string, string> | undefined;
|
|
454
520
|
address?: string | undefined;
|
|
455
521
|
}>>;
|
|
522
|
+
mailbox: z.ZodString;
|
|
456
523
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
457
524
|
owner: z.ZodString;
|
|
458
525
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -524,14 +591,37 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
524
591
|
gasPrice: z.ZodString;
|
|
525
592
|
tokenExchangeRate: z.ZodString;
|
|
526
593
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
594
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
595
|
+
handleGasAmount: z.ZodNumber;
|
|
596
|
+
totalGasAmount: z.ZodNumber;
|
|
597
|
+
totalUsdCost: z.ZodNumber;
|
|
598
|
+
}, "strip", z.ZodTypeAny, {
|
|
599
|
+
handleGasAmount: number;
|
|
600
|
+
totalGasAmount: number;
|
|
601
|
+
totalUsdCost: number;
|
|
602
|
+
}, {
|
|
603
|
+
handleGasAmount: number;
|
|
604
|
+
totalGasAmount: number;
|
|
605
|
+
totalUsdCost: number;
|
|
606
|
+
}>>;
|
|
527
607
|
}, "strip", z.ZodTypeAny, {
|
|
528
608
|
gasPrice: string;
|
|
529
609
|
tokenExchangeRate: string;
|
|
530
610
|
tokenDecimals?: number | undefined;
|
|
611
|
+
typicalCost?: {
|
|
612
|
+
handleGasAmount: number;
|
|
613
|
+
totalGasAmount: number;
|
|
614
|
+
totalUsdCost: number;
|
|
615
|
+
} | undefined;
|
|
531
616
|
}, {
|
|
532
617
|
gasPrice: string;
|
|
533
618
|
tokenExchangeRate: string;
|
|
534
619
|
tokenDecimals?: number | undefined;
|
|
620
|
+
typicalCost?: {
|
|
621
|
+
handleGasAmount: number;
|
|
622
|
+
totalGasAmount: number;
|
|
623
|
+
totalUsdCost: number;
|
|
624
|
+
} | undefined;
|
|
535
625
|
}>>;
|
|
536
626
|
}, "strip", z.ZodTypeAny, {
|
|
537
627
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -543,6 +633,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
543
633
|
gasPrice: string;
|
|
544
634
|
tokenExchangeRate: string;
|
|
545
635
|
tokenDecimals?: number | undefined;
|
|
636
|
+
typicalCost?: {
|
|
637
|
+
handleGasAmount: number;
|
|
638
|
+
totalGasAmount: number;
|
|
639
|
+
totalUsdCost: number;
|
|
640
|
+
} | undefined;
|
|
546
641
|
}>;
|
|
547
642
|
ownerOverrides?: Record<string, string> | undefined;
|
|
548
643
|
}, {
|
|
@@ -555,6 +650,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
555
650
|
gasPrice: string;
|
|
556
651
|
tokenExchangeRate: string;
|
|
557
652
|
tokenDecimals?: number | undefined;
|
|
653
|
+
typicalCost?: {
|
|
654
|
+
handleGasAmount: number;
|
|
655
|
+
totalGasAmount: number;
|
|
656
|
+
totalUsdCost: number;
|
|
657
|
+
} | undefined;
|
|
558
658
|
}>;
|
|
559
659
|
ownerOverrides?: Record<string, string> | undefined;
|
|
560
660
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -781,6 +881,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
781
881
|
gasPrice: string;
|
|
782
882
|
tokenExchangeRate: string;
|
|
783
883
|
tokenDecimals?: number | undefined;
|
|
884
|
+
typicalCost?: {
|
|
885
|
+
handleGasAmount: number;
|
|
886
|
+
totalGasAmount: number;
|
|
887
|
+
totalUsdCost: number;
|
|
888
|
+
} | undefined;
|
|
784
889
|
}>;
|
|
785
890
|
ownerOverrides?: Record<string, string> | undefined;
|
|
786
891
|
} | {
|
|
@@ -884,6 +989,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
884
989
|
gasPrice: string;
|
|
885
990
|
tokenExchangeRate: string;
|
|
886
991
|
tokenDecimals?: number | undefined;
|
|
992
|
+
typicalCost?: {
|
|
993
|
+
handleGasAmount: number;
|
|
994
|
+
totalGasAmount: number;
|
|
995
|
+
totalUsdCost: number;
|
|
996
|
+
} | undefined;
|
|
887
997
|
}>;
|
|
888
998
|
ownerOverrides?: Record<string, string> | undefined;
|
|
889
999
|
} | {
|
|
@@ -980,6 +1090,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
980
1090
|
gasPrice: string;
|
|
981
1091
|
tokenExchangeRate: string;
|
|
982
1092
|
tokenDecimals?: number | undefined;
|
|
1093
|
+
typicalCost?: {
|
|
1094
|
+
handleGasAmount: number;
|
|
1095
|
+
totalGasAmount: number;
|
|
1096
|
+
totalUsdCost: number;
|
|
1097
|
+
} | undefined;
|
|
983
1098
|
}>;
|
|
984
1099
|
ownerOverrides?: Record<string, string> | undefined;
|
|
985
1100
|
} | {
|
|
@@ -1023,6 +1138,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1023
1138
|
gasPrice: string;
|
|
1024
1139
|
tokenExchangeRate: string;
|
|
1025
1140
|
tokenDecimals?: number | undefined;
|
|
1141
|
+
typicalCost?: {
|
|
1142
|
+
handleGasAmount: number;
|
|
1143
|
+
totalGasAmount: number;
|
|
1144
|
+
totalUsdCost: number;
|
|
1145
|
+
} | undefined;
|
|
1026
1146
|
}>;
|
|
1027
1147
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1028
1148
|
}) | (string & {
|
|
@@ -1070,6 +1190,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1070
1190
|
gasPrice: string;
|
|
1071
1191
|
tokenExchangeRate: string;
|
|
1072
1192
|
tokenDecimals?: number | undefined;
|
|
1193
|
+
typicalCost?: {
|
|
1194
|
+
handleGasAmount: number;
|
|
1195
|
+
totalGasAmount: number;
|
|
1196
|
+
totalUsdCost: number;
|
|
1197
|
+
} | undefined;
|
|
1073
1198
|
}>;
|
|
1074
1199
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1075
1200
|
} | {
|
|
@@ -1120,6 +1245,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1120
1245
|
gasPrice: string;
|
|
1121
1246
|
tokenExchangeRate: string;
|
|
1122
1247
|
tokenDecimals?: number | undefined;
|
|
1248
|
+
typicalCost?: {
|
|
1249
|
+
handleGasAmount: number;
|
|
1250
|
+
totalGasAmount: number;
|
|
1251
|
+
totalUsdCost: number;
|
|
1252
|
+
} | undefined;
|
|
1123
1253
|
}>;
|
|
1124
1254
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1125
1255
|
} | {
|
|
@@ -1166,6 +1296,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1166
1296
|
gasPrice: string;
|
|
1167
1297
|
tokenExchangeRate: string;
|
|
1168
1298
|
tokenDecimals?: number | undefined;
|
|
1299
|
+
typicalCost?: {
|
|
1300
|
+
handleGasAmount: number;
|
|
1301
|
+
totalGasAmount: number;
|
|
1302
|
+
totalUsdCost: number;
|
|
1303
|
+
} | undefined;
|
|
1169
1304
|
}>;
|
|
1170
1305
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1171
1306
|
} | {
|
|
@@ -1210,6 +1345,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1210
1345
|
gasPrice: string;
|
|
1211
1346
|
tokenExchangeRate: string;
|
|
1212
1347
|
tokenDecimals?: number | undefined;
|
|
1348
|
+
typicalCost?: {
|
|
1349
|
+
handleGasAmount: number;
|
|
1350
|
+
totalGasAmount: number;
|
|
1351
|
+
totalUsdCost: number;
|
|
1352
|
+
} | undefined;
|
|
1213
1353
|
}>;
|
|
1214
1354
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1215
1355
|
} & string) | ({
|
|
@@ -1257,6 +1397,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1257
1397
|
gasPrice: string;
|
|
1258
1398
|
tokenExchangeRate: string;
|
|
1259
1399
|
tokenDecimals?: number | undefined;
|
|
1400
|
+
typicalCost?: {
|
|
1401
|
+
handleGasAmount: number;
|
|
1402
|
+
totalGasAmount: number;
|
|
1403
|
+
totalUsdCost: number;
|
|
1404
|
+
} | undefined;
|
|
1260
1405
|
}>;
|
|
1261
1406
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1262
1407
|
} | {
|
|
@@ -1307,6 +1452,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1307
1452
|
gasPrice: string;
|
|
1308
1453
|
tokenExchangeRate: string;
|
|
1309
1454
|
tokenDecimals?: number | undefined;
|
|
1455
|
+
typicalCost?: {
|
|
1456
|
+
handleGasAmount: number;
|
|
1457
|
+
totalGasAmount: number;
|
|
1458
|
+
totalUsdCost: number;
|
|
1459
|
+
} | undefined;
|
|
1310
1460
|
}>;
|
|
1311
1461
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1312
1462
|
} | {
|
|
@@ -1357,6 +1507,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1357
1507
|
gasPrice: string;
|
|
1358
1508
|
tokenExchangeRate: string;
|
|
1359
1509
|
tokenDecimals?: number | undefined;
|
|
1510
|
+
typicalCost?: {
|
|
1511
|
+
handleGasAmount: number;
|
|
1512
|
+
totalGasAmount: number;
|
|
1513
|
+
totalUsdCost: number;
|
|
1514
|
+
} | undefined;
|
|
1360
1515
|
}>;
|
|
1361
1516
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1362
1517
|
} | {
|
|
@@ -1403,6 +1558,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1403
1558
|
gasPrice: string;
|
|
1404
1559
|
tokenExchangeRate: string;
|
|
1405
1560
|
tokenDecimals?: number | undefined;
|
|
1561
|
+
typicalCost?: {
|
|
1562
|
+
handleGasAmount: number;
|
|
1563
|
+
totalGasAmount: number;
|
|
1564
|
+
totalUsdCost: number;
|
|
1565
|
+
} | undefined;
|
|
1406
1566
|
}>;
|
|
1407
1567
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1408
1568
|
} | {
|
|
@@ -1451,6 +1611,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1451
1611
|
gasPrice: string;
|
|
1452
1612
|
tokenExchangeRate: string;
|
|
1453
1613
|
tokenDecimals?: number | undefined;
|
|
1614
|
+
typicalCost?: {
|
|
1615
|
+
handleGasAmount: number;
|
|
1616
|
+
totalGasAmount: number;
|
|
1617
|
+
totalUsdCost: number;
|
|
1618
|
+
} | undefined;
|
|
1454
1619
|
}>;
|
|
1455
1620
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1456
1621
|
} | {
|
|
@@ -1497,6 +1662,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
1497
1662
|
gasPrice: string;
|
|
1498
1663
|
tokenExchangeRate: string;
|
|
1499
1664
|
tokenDecimals?: number | undefined;
|
|
1665
|
+
typicalCost?: {
|
|
1666
|
+
handleGasAmount: number;
|
|
1667
|
+
totalGasAmount: number;
|
|
1668
|
+
totalUsdCost: number;
|
|
1669
|
+
} | undefined;
|
|
1500
1670
|
}>;
|
|
1501
1671
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1502
1672
|
} | {
|
|
@@ -2065,6 +2235,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2065
2235
|
gasPrice: string;
|
|
2066
2236
|
tokenExchangeRate: string;
|
|
2067
2237
|
tokenDecimals?: number | undefined;
|
|
2238
|
+
typicalCost?: {
|
|
2239
|
+
handleGasAmount: number;
|
|
2240
|
+
totalGasAmount: number;
|
|
2241
|
+
totalUsdCost: number;
|
|
2242
|
+
} | undefined;
|
|
2068
2243
|
}>;
|
|
2069
2244
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2070
2245
|
} | {
|
|
@@ -2108,6 +2283,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2108
2283
|
gasPrice: string;
|
|
2109
2284
|
tokenExchangeRate: string;
|
|
2110
2285
|
tokenDecimals?: number | undefined;
|
|
2286
|
+
typicalCost?: {
|
|
2287
|
+
handleGasAmount: number;
|
|
2288
|
+
totalGasAmount: number;
|
|
2289
|
+
totalUsdCost: number;
|
|
2290
|
+
} | undefined;
|
|
2111
2291
|
}>;
|
|
2112
2292
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2113
2293
|
}) | (string & {
|
|
@@ -2155,6 +2335,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2155
2335
|
gasPrice: string;
|
|
2156
2336
|
tokenExchangeRate: string;
|
|
2157
2337
|
tokenDecimals?: number | undefined;
|
|
2338
|
+
typicalCost?: {
|
|
2339
|
+
handleGasAmount: number;
|
|
2340
|
+
totalGasAmount: number;
|
|
2341
|
+
totalUsdCost: number;
|
|
2342
|
+
} | undefined;
|
|
2158
2343
|
}>;
|
|
2159
2344
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2160
2345
|
} | {
|
|
@@ -2205,6 +2390,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2205
2390
|
gasPrice: string;
|
|
2206
2391
|
tokenExchangeRate: string;
|
|
2207
2392
|
tokenDecimals?: number | undefined;
|
|
2393
|
+
typicalCost?: {
|
|
2394
|
+
handleGasAmount: number;
|
|
2395
|
+
totalGasAmount: number;
|
|
2396
|
+
totalUsdCost: number;
|
|
2397
|
+
} | undefined;
|
|
2208
2398
|
}>;
|
|
2209
2399
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2210
2400
|
} | {
|
|
@@ -2251,6 +2441,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2251
2441
|
gasPrice: string;
|
|
2252
2442
|
tokenExchangeRate: string;
|
|
2253
2443
|
tokenDecimals?: number | undefined;
|
|
2444
|
+
typicalCost?: {
|
|
2445
|
+
handleGasAmount: number;
|
|
2446
|
+
totalGasAmount: number;
|
|
2447
|
+
totalUsdCost: number;
|
|
2448
|
+
} | undefined;
|
|
2254
2449
|
}>;
|
|
2255
2450
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2256
2451
|
} | {
|
|
@@ -2295,6 +2490,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2295
2490
|
gasPrice: string;
|
|
2296
2491
|
tokenExchangeRate: string;
|
|
2297
2492
|
tokenDecimals?: number | undefined;
|
|
2493
|
+
typicalCost?: {
|
|
2494
|
+
handleGasAmount: number;
|
|
2495
|
+
totalGasAmount: number;
|
|
2496
|
+
totalUsdCost: number;
|
|
2497
|
+
} | undefined;
|
|
2298
2498
|
}>;
|
|
2299
2499
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2300
2500
|
} & string) | ({
|
|
@@ -2342,6 +2542,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2342
2542
|
gasPrice: string;
|
|
2343
2543
|
tokenExchangeRate: string;
|
|
2344
2544
|
tokenDecimals?: number | undefined;
|
|
2545
|
+
typicalCost?: {
|
|
2546
|
+
handleGasAmount: number;
|
|
2547
|
+
totalGasAmount: number;
|
|
2548
|
+
totalUsdCost: number;
|
|
2549
|
+
} | undefined;
|
|
2345
2550
|
}>;
|
|
2346
2551
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2347
2552
|
} | {
|
|
@@ -2392,6 +2597,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2392
2597
|
gasPrice: string;
|
|
2393
2598
|
tokenExchangeRate: string;
|
|
2394
2599
|
tokenDecimals?: number | undefined;
|
|
2600
|
+
typicalCost?: {
|
|
2601
|
+
handleGasAmount: number;
|
|
2602
|
+
totalGasAmount: number;
|
|
2603
|
+
totalUsdCost: number;
|
|
2604
|
+
} | undefined;
|
|
2395
2605
|
}>;
|
|
2396
2606
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2397
2607
|
} | {
|
|
@@ -2442,6 +2652,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2442
2652
|
gasPrice: string;
|
|
2443
2653
|
tokenExchangeRate: string;
|
|
2444
2654
|
tokenDecimals?: number | undefined;
|
|
2655
|
+
typicalCost?: {
|
|
2656
|
+
handleGasAmount: number;
|
|
2657
|
+
totalGasAmount: number;
|
|
2658
|
+
totalUsdCost: number;
|
|
2659
|
+
} | undefined;
|
|
2445
2660
|
}>;
|
|
2446
2661
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2447
2662
|
} | {
|
|
@@ -2488,6 +2703,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2488
2703
|
gasPrice: string;
|
|
2489
2704
|
tokenExchangeRate: string;
|
|
2490
2705
|
tokenDecimals?: number | undefined;
|
|
2706
|
+
typicalCost?: {
|
|
2707
|
+
handleGasAmount: number;
|
|
2708
|
+
totalGasAmount: number;
|
|
2709
|
+
totalUsdCost: number;
|
|
2710
|
+
} | undefined;
|
|
2491
2711
|
}>;
|
|
2492
2712
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2493
2713
|
} | {
|
|
@@ -2536,6 +2756,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2536
2756
|
gasPrice: string;
|
|
2537
2757
|
tokenExchangeRate: string;
|
|
2538
2758
|
tokenDecimals?: number | undefined;
|
|
2759
|
+
typicalCost?: {
|
|
2760
|
+
handleGasAmount: number;
|
|
2761
|
+
totalGasAmount: number;
|
|
2762
|
+
totalUsdCost: number;
|
|
2763
|
+
} | undefined;
|
|
2539
2764
|
}>;
|
|
2540
2765
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2541
2766
|
} | {
|
|
@@ -2582,6 +2807,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2582
2807
|
gasPrice: string;
|
|
2583
2808
|
tokenExchangeRate: string;
|
|
2584
2809
|
tokenDecimals?: number | undefined;
|
|
2810
|
+
typicalCost?: {
|
|
2811
|
+
handleGasAmount: number;
|
|
2812
|
+
totalGasAmount: number;
|
|
2813
|
+
totalUsdCost: number;
|
|
2814
|
+
} | undefined;
|
|
2585
2815
|
}>;
|
|
2586
2816
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2587
2817
|
} | {
|
|
@@ -2648,6 +2878,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2648
2878
|
gasPrice: string;
|
|
2649
2879
|
tokenExchangeRate: string;
|
|
2650
2880
|
tokenDecimals?: number | undefined;
|
|
2881
|
+
typicalCost?: {
|
|
2882
|
+
handleGasAmount: number;
|
|
2883
|
+
totalGasAmount: number;
|
|
2884
|
+
totalUsdCost: number;
|
|
2885
|
+
} | undefined;
|
|
2651
2886
|
}>;
|
|
2652
2887
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2653
2888
|
} | {
|
|
@@ -2739,6 +2974,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2739
2974
|
gasPrice: string;
|
|
2740
2975
|
tokenExchangeRate: string;
|
|
2741
2976
|
tokenDecimals?: number | undefined;
|
|
2977
|
+
typicalCost?: {
|
|
2978
|
+
handleGasAmount: number;
|
|
2979
|
+
totalGasAmount: number;
|
|
2980
|
+
totalUsdCost: number;
|
|
2981
|
+
} | undefined;
|
|
2742
2982
|
}>;
|
|
2743
2983
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2744
2984
|
} | {
|
|
@@ -2786,6 +3026,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2786
3026
|
gasPrice: string;
|
|
2787
3027
|
tokenExchangeRate: string;
|
|
2788
3028
|
tokenDecimals?: number | undefined;
|
|
3029
|
+
typicalCost?: {
|
|
3030
|
+
handleGasAmount: number;
|
|
3031
|
+
totalGasAmount: number;
|
|
3032
|
+
totalUsdCost: number;
|
|
3033
|
+
} | undefined;
|
|
2789
3034
|
}>;
|
|
2790
3035
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2791
3036
|
} | {
|
|
@@ -2836,6 +3081,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2836
3081
|
gasPrice: string;
|
|
2837
3082
|
tokenExchangeRate: string;
|
|
2838
3083
|
tokenDecimals?: number | undefined;
|
|
3084
|
+
typicalCost?: {
|
|
3085
|
+
handleGasAmount: number;
|
|
3086
|
+
totalGasAmount: number;
|
|
3087
|
+
totalUsdCost: number;
|
|
3088
|
+
} | undefined;
|
|
2839
3089
|
}>;
|
|
2840
3090
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2841
3091
|
} | {
|
|
@@ -2882,6 +3132,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2882
3132
|
gasPrice: string;
|
|
2883
3133
|
tokenExchangeRate: string;
|
|
2884
3134
|
tokenDecimals?: number | undefined;
|
|
3135
|
+
typicalCost?: {
|
|
3136
|
+
handleGasAmount: number;
|
|
3137
|
+
totalGasAmount: number;
|
|
3138
|
+
totalUsdCost: number;
|
|
3139
|
+
} | undefined;
|
|
2885
3140
|
}>;
|
|
2886
3141
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2887
3142
|
} | {
|
|
@@ -2930,6 +3185,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2930
3185
|
gasPrice: string;
|
|
2931
3186
|
tokenExchangeRate: string;
|
|
2932
3187
|
tokenDecimals?: number | undefined;
|
|
3188
|
+
typicalCost?: {
|
|
3189
|
+
handleGasAmount: number;
|
|
3190
|
+
totalGasAmount: number;
|
|
3191
|
+
totalUsdCost: number;
|
|
3192
|
+
} | undefined;
|
|
2933
3193
|
}>;
|
|
2934
3194
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2935
3195
|
} | {
|
|
@@ -2980,6 +3240,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
2980
3240
|
gasPrice: string;
|
|
2981
3241
|
tokenExchangeRate: string;
|
|
2982
3242
|
tokenDecimals?: number | undefined;
|
|
3243
|
+
typicalCost?: {
|
|
3244
|
+
handleGasAmount: number;
|
|
3245
|
+
totalGasAmount: number;
|
|
3246
|
+
totalUsdCost: number;
|
|
3247
|
+
} | undefined;
|
|
2983
3248
|
}>;
|
|
2984
3249
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2985
3250
|
} | {
|
|
@@ -3030,6 +3295,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3030
3295
|
gasPrice: string;
|
|
3031
3296
|
tokenExchangeRate: string;
|
|
3032
3297
|
tokenDecimals?: number | undefined;
|
|
3298
|
+
typicalCost?: {
|
|
3299
|
+
handleGasAmount: number;
|
|
3300
|
+
totalGasAmount: number;
|
|
3301
|
+
totalUsdCost: number;
|
|
3302
|
+
} | undefined;
|
|
3033
3303
|
}>;
|
|
3034
3304
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3035
3305
|
} | {
|
|
@@ -3076,6 +3346,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3076
3346
|
gasPrice: string;
|
|
3077
3347
|
tokenExchangeRate: string;
|
|
3078
3348
|
tokenDecimals?: number | undefined;
|
|
3349
|
+
typicalCost?: {
|
|
3350
|
+
handleGasAmount: number;
|
|
3351
|
+
totalGasAmount: number;
|
|
3352
|
+
totalUsdCost: number;
|
|
3353
|
+
} | undefined;
|
|
3079
3354
|
}>;
|
|
3080
3355
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3081
3356
|
} | {
|
|
@@ -3124,6 +3399,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3124
3399
|
gasPrice: string;
|
|
3125
3400
|
tokenExchangeRate: string;
|
|
3126
3401
|
tokenDecimals?: number | undefined;
|
|
3402
|
+
typicalCost?: {
|
|
3403
|
+
handleGasAmount: number;
|
|
3404
|
+
totalGasAmount: number;
|
|
3405
|
+
totalUsdCost: number;
|
|
3406
|
+
} | undefined;
|
|
3127
3407
|
}>;
|
|
3128
3408
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3129
3409
|
} | {
|
|
@@ -3170,6 +3450,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3170
3450
|
gasPrice: string;
|
|
3171
3451
|
tokenExchangeRate: string;
|
|
3172
3452
|
tokenDecimals?: number | undefined;
|
|
3453
|
+
typicalCost?: {
|
|
3454
|
+
handleGasAmount: number;
|
|
3455
|
+
totalGasAmount: number;
|
|
3456
|
+
totalUsdCost: number;
|
|
3457
|
+
} | undefined;
|
|
3173
3458
|
}>;
|
|
3174
3459
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3175
3460
|
} | {
|
|
@@ -3214,6 +3499,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3214
3499
|
gasPrice: string;
|
|
3215
3500
|
tokenExchangeRate: string;
|
|
3216
3501
|
tokenDecimals?: number | undefined;
|
|
3502
|
+
typicalCost?: {
|
|
3503
|
+
handleGasAmount: number;
|
|
3504
|
+
totalGasAmount: number;
|
|
3505
|
+
totalUsdCost: number;
|
|
3506
|
+
} | undefined;
|
|
3217
3507
|
}>;
|
|
3218
3508
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3219
3509
|
}) | (string & {
|
|
@@ -3257,6 +3547,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3257
3547
|
gasPrice: string;
|
|
3258
3548
|
tokenExchangeRate: string;
|
|
3259
3549
|
tokenDecimals?: number | undefined;
|
|
3550
|
+
typicalCost?: {
|
|
3551
|
+
handleGasAmount: number;
|
|
3552
|
+
totalGasAmount: number;
|
|
3553
|
+
totalUsdCost: number;
|
|
3554
|
+
} | undefined;
|
|
3260
3555
|
}>;
|
|
3261
3556
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3262
3557
|
} & string) | ({
|
|
@@ -3859,6 +4154,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3859
4154
|
gasPrice: string;
|
|
3860
4155
|
tokenExchangeRate: string;
|
|
3861
4156
|
tokenDecimals?: number | undefined;
|
|
4157
|
+
typicalCost?: {
|
|
4158
|
+
handleGasAmount: number;
|
|
4159
|
+
totalGasAmount: number;
|
|
4160
|
+
totalUsdCost: number;
|
|
4161
|
+
} | undefined;
|
|
3862
4162
|
}>;
|
|
3863
4163
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3864
4164
|
} | {
|
|
@@ -3906,6 +4206,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3906
4206
|
gasPrice: string;
|
|
3907
4207
|
tokenExchangeRate: string;
|
|
3908
4208
|
tokenDecimals?: number | undefined;
|
|
4209
|
+
typicalCost?: {
|
|
4210
|
+
handleGasAmount: number;
|
|
4211
|
+
totalGasAmount: number;
|
|
4212
|
+
totalUsdCost: number;
|
|
4213
|
+
} | undefined;
|
|
3909
4214
|
}>;
|
|
3910
4215
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3911
4216
|
} | {
|
|
@@ -3956,6 +4261,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
3956
4261
|
gasPrice: string;
|
|
3957
4262
|
tokenExchangeRate: string;
|
|
3958
4263
|
tokenDecimals?: number | undefined;
|
|
4264
|
+
typicalCost?: {
|
|
4265
|
+
handleGasAmount: number;
|
|
4266
|
+
totalGasAmount: number;
|
|
4267
|
+
totalUsdCost: number;
|
|
4268
|
+
} | undefined;
|
|
3959
4269
|
}>;
|
|
3960
4270
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3961
4271
|
} | {
|
|
@@ -4002,6 +4312,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4002
4312
|
gasPrice: string;
|
|
4003
4313
|
tokenExchangeRate: string;
|
|
4004
4314
|
tokenDecimals?: number | undefined;
|
|
4315
|
+
typicalCost?: {
|
|
4316
|
+
handleGasAmount: number;
|
|
4317
|
+
totalGasAmount: number;
|
|
4318
|
+
totalUsdCost: number;
|
|
4319
|
+
} | undefined;
|
|
4005
4320
|
}>;
|
|
4006
4321
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4007
4322
|
} | {
|
|
@@ -4050,6 +4365,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4050
4365
|
gasPrice: string;
|
|
4051
4366
|
tokenExchangeRate: string;
|
|
4052
4367
|
tokenDecimals?: number | undefined;
|
|
4368
|
+
typicalCost?: {
|
|
4369
|
+
handleGasAmount: number;
|
|
4370
|
+
totalGasAmount: number;
|
|
4371
|
+
totalUsdCost: number;
|
|
4372
|
+
} | undefined;
|
|
4053
4373
|
}>;
|
|
4054
4374
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4055
4375
|
} | {
|
|
@@ -4100,6 +4420,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4100
4420
|
gasPrice: string;
|
|
4101
4421
|
tokenExchangeRate: string;
|
|
4102
4422
|
tokenDecimals?: number | undefined;
|
|
4423
|
+
typicalCost?: {
|
|
4424
|
+
handleGasAmount: number;
|
|
4425
|
+
totalGasAmount: number;
|
|
4426
|
+
totalUsdCost: number;
|
|
4427
|
+
} | undefined;
|
|
4103
4428
|
}>;
|
|
4104
4429
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4105
4430
|
} | {
|
|
@@ -4150,6 +4475,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4150
4475
|
gasPrice: string;
|
|
4151
4476
|
tokenExchangeRate: string;
|
|
4152
4477
|
tokenDecimals?: number | undefined;
|
|
4478
|
+
typicalCost?: {
|
|
4479
|
+
handleGasAmount: number;
|
|
4480
|
+
totalGasAmount: number;
|
|
4481
|
+
totalUsdCost: number;
|
|
4482
|
+
} | undefined;
|
|
4153
4483
|
}>;
|
|
4154
4484
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4155
4485
|
} | {
|
|
@@ -4196,6 +4526,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4196
4526
|
gasPrice: string;
|
|
4197
4527
|
tokenExchangeRate: string;
|
|
4198
4528
|
tokenDecimals?: number | undefined;
|
|
4529
|
+
typicalCost?: {
|
|
4530
|
+
handleGasAmount: number;
|
|
4531
|
+
totalGasAmount: number;
|
|
4532
|
+
totalUsdCost: number;
|
|
4533
|
+
} | undefined;
|
|
4199
4534
|
}>;
|
|
4200
4535
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4201
4536
|
} | {
|
|
@@ -4244,6 +4579,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4244
4579
|
gasPrice: string;
|
|
4245
4580
|
tokenExchangeRate: string;
|
|
4246
4581
|
tokenDecimals?: number | undefined;
|
|
4582
|
+
typicalCost?: {
|
|
4583
|
+
handleGasAmount: number;
|
|
4584
|
+
totalGasAmount: number;
|
|
4585
|
+
totalUsdCost: number;
|
|
4586
|
+
} | undefined;
|
|
4247
4587
|
}>;
|
|
4248
4588
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4249
4589
|
} | {
|
|
@@ -4290,6 +4630,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4290
4630
|
gasPrice: string;
|
|
4291
4631
|
tokenExchangeRate: string;
|
|
4292
4632
|
tokenDecimals?: number | undefined;
|
|
4633
|
+
typicalCost?: {
|
|
4634
|
+
handleGasAmount: number;
|
|
4635
|
+
totalGasAmount: number;
|
|
4636
|
+
totalUsdCost: number;
|
|
4637
|
+
} | undefined;
|
|
4293
4638
|
}>;
|
|
4294
4639
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4295
4640
|
} | {
|
|
@@ -4334,6 +4679,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4334
4679
|
gasPrice: string;
|
|
4335
4680
|
tokenExchangeRate: string;
|
|
4336
4681
|
tokenDecimals?: number | undefined;
|
|
4682
|
+
typicalCost?: {
|
|
4683
|
+
handleGasAmount: number;
|
|
4684
|
+
totalGasAmount: number;
|
|
4685
|
+
totalUsdCost: number;
|
|
4686
|
+
} | undefined;
|
|
4337
4687
|
}>;
|
|
4338
4688
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4339
4689
|
}) | (string & {
|
|
@@ -4377,6 +4727,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4377
4727
|
gasPrice: string;
|
|
4378
4728
|
tokenExchangeRate: string;
|
|
4379
4729
|
tokenDecimals?: number | undefined;
|
|
4730
|
+
typicalCost?: {
|
|
4731
|
+
handleGasAmount: number;
|
|
4732
|
+
totalGasAmount: number;
|
|
4733
|
+
totalUsdCost: number;
|
|
4734
|
+
} | undefined;
|
|
4380
4735
|
}>;
|
|
4381
4736
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4382
4737
|
} & string) | ({
|
|
@@ -4442,6 +4797,11 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4442
4797
|
gasPrice: string;
|
|
4443
4798
|
tokenExchangeRate: string;
|
|
4444
4799
|
tokenDecimals?: number | undefined;
|
|
4800
|
+
typicalCost?: {
|
|
4801
|
+
handleGasAmount: number;
|
|
4802
|
+
totalGasAmount: number;
|
|
4803
|
+
totalUsdCost: number;
|
|
4804
|
+
} | undefined;
|
|
4445
4805
|
}>;
|
|
4446
4806
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4447
4807
|
} | {
|
|
@@ -4528,6 +4888,19 @@ export declare const CoreConfigSchema: z.ZodObject<{
|
|
|
4528
4888
|
export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
4529
4889
|
owner: z.ZodString;
|
|
4530
4890
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4891
|
+
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
4892
|
+
owner: z.ZodString;
|
|
4893
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4894
|
+
address: z.ZodOptional<z.ZodString>;
|
|
4895
|
+
}, "strip", z.ZodTypeAny, {
|
|
4896
|
+
owner: string;
|
|
4897
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4898
|
+
address?: string | undefined;
|
|
4899
|
+
}, {
|
|
4900
|
+
owner: string;
|
|
4901
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
4902
|
+
address?: string | undefined;
|
|
4903
|
+
}>>;
|
|
4531
4904
|
defaultHook: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4532
4905
|
owner: z.ZodString;
|
|
4533
4906
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -4599,14 +4972,37 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4599
4972
|
gasPrice: z.ZodString;
|
|
4600
4973
|
tokenExchangeRate: z.ZodString;
|
|
4601
4974
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
4975
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
4976
|
+
handleGasAmount: z.ZodNumber;
|
|
4977
|
+
totalGasAmount: z.ZodNumber;
|
|
4978
|
+
totalUsdCost: z.ZodNumber;
|
|
4979
|
+
}, "strip", z.ZodTypeAny, {
|
|
4980
|
+
handleGasAmount: number;
|
|
4981
|
+
totalGasAmount: number;
|
|
4982
|
+
totalUsdCost: number;
|
|
4983
|
+
}, {
|
|
4984
|
+
handleGasAmount: number;
|
|
4985
|
+
totalGasAmount: number;
|
|
4986
|
+
totalUsdCost: number;
|
|
4987
|
+
}>>;
|
|
4602
4988
|
}, "strip", z.ZodTypeAny, {
|
|
4603
4989
|
gasPrice: string;
|
|
4604
4990
|
tokenExchangeRate: string;
|
|
4605
4991
|
tokenDecimals?: number | undefined;
|
|
4992
|
+
typicalCost?: {
|
|
4993
|
+
handleGasAmount: number;
|
|
4994
|
+
totalGasAmount: number;
|
|
4995
|
+
totalUsdCost: number;
|
|
4996
|
+
} | undefined;
|
|
4606
4997
|
}, {
|
|
4607
4998
|
gasPrice: string;
|
|
4608
4999
|
tokenExchangeRate: string;
|
|
4609
5000
|
tokenDecimals?: number | undefined;
|
|
5001
|
+
typicalCost?: {
|
|
5002
|
+
handleGasAmount: number;
|
|
5003
|
+
totalGasAmount: number;
|
|
5004
|
+
totalUsdCost: number;
|
|
5005
|
+
} | undefined;
|
|
4610
5006
|
}>>;
|
|
4611
5007
|
}, "strip", z.ZodTypeAny, {
|
|
4612
5008
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -4618,6 +5014,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4618
5014
|
gasPrice: string;
|
|
4619
5015
|
tokenExchangeRate: string;
|
|
4620
5016
|
tokenDecimals?: number | undefined;
|
|
5017
|
+
typicalCost?: {
|
|
5018
|
+
handleGasAmount: number;
|
|
5019
|
+
totalGasAmount: number;
|
|
5020
|
+
totalUsdCost: number;
|
|
5021
|
+
} | undefined;
|
|
4621
5022
|
}>;
|
|
4622
5023
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4623
5024
|
}, {
|
|
@@ -4630,6 +5031,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4630
5031
|
gasPrice: string;
|
|
4631
5032
|
tokenExchangeRate: string;
|
|
4632
5033
|
tokenDecimals?: number | undefined;
|
|
5034
|
+
typicalCost?: {
|
|
5035
|
+
handleGasAmount: number;
|
|
5036
|
+
totalGasAmount: number;
|
|
5037
|
+
totalUsdCost: number;
|
|
5038
|
+
} | undefined;
|
|
4633
5039
|
}>;
|
|
4634
5040
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4635
5041
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -4666,19 +5072,6 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4666
5072
|
type: import("../hook/types.js").HookType.CCIP;
|
|
4667
5073
|
destinationChain: string;
|
|
4668
5074
|
}>]>;
|
|
4669
|
-
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
4670
|
-
owner: z.ZodString;
|
|
4671
|
-
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4672
|
-
address: z.ZodOptional<z.ZodString>;
|
|
4673
|
-
}, "strip", z.ZodTypeAny, {
|
|
4674
|
-
owner: string;
|
|
4675
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
4676
|
-
address?: string | undefined;
|
|
4677
|
-
}, {
|
|
4678
|
-
owner: string;
|
|
4679
|
-
ownerOverrides?: Record<string, string> | undefined;
|
|
4680
|
-
address?: string | undefined;
|
|
4681
|
-
}>>;
|
|
4682
5075
|
defaultIsm: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4683
5076
|
type: z.ZodLiteral<import("../ism/types.js").IsmType.TEST_ISM>;
|
|
4684
5077
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4889,14 +5282,37 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4889
5282
|
gasPrice: z.ZodString;
|
|
4890
5283
|
tokenExchangeRate: z.ZodString;
|
|
4891
5284
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
5285
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
5286
|
+
handleGasAmount: z.ZodNumber;
|
|
5287
|
+
totalGasAmount: z.ZodNumber;
|
|
5288
|
+
totalUsdCost: z.ZodNumber;
|
|
5289
|
+
}, "strip", z.ZodTypeAny, {
|
|
5290
|
+
handleGasAmount: number;
|
|
5291
|
+
totalGasAmount: number;
|
|
5292
|
+
totalUsdCost: number;
|
|
5293
|
+
}, {
|
|
5294
|
+
handleGasAmount: number;
|
|
5295
|
+
totalGasAmount: number;
|
|
5296
|
+
totalUsdCost: number;
|
|
5297
|
+
}>>;
|
|
4892
5298
|
}, "strip", z.ZodTypeAny, {
|
|
4893
5299
|
gasPrice: string;
|
|
4894
5300
|
tokenExchangeRate: string;
|
|
4895
5301
|
tokenDecimals?: number | undefined;
|
|
5302
|
+
typicalCost?: {
|
|
5303
|
+
handleGasAmount: number;
|
|
5304
|
+
totalGasAmount: number;
|
|
5305
|
+
totalUsdCost: number;
|
|
5306
|
+
} | undefined;
|
|
4896
5307
|
}, {
|
|
4897
5308
|
gasPrice: string;
|
|
4898
5309
|
tokenExchangeRate: string;
|
|
4899
5310
|
tokenDecimals?: number | undefined;
|
|
5311
|
+
typicalCost?: {
|
|
5312
|
+
handleGasAmount: number;
|
|
5313
|
+
totalGasAmount: number;
|
|
5314
|
+
totalUsdCost: number;
|
|
5315
|
+
} | undefined;
|
|
4900
5316
|
}>>;
|
|
4901
5317
|
}, "strip", z.ZodTypeAny, {
|
|
4902
5318
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -4908,6 +5324,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4908
5324
|
gasPrice: string;
|
|
4909
5325
|
tokenExchangeRate: string;
|
|
4910
5326
|
tokenDecimals?: number | undefined;
|
|
5327
|
+
typicalCost?: {
|
|
5328
|
+
handleGasAmount: number;
|
|
5329
|
+
totalGasAmount: number;
|
|
5330
|
+
totalUsdCost: number;
|
|
5331
|
+
} | undefined;
|
|
4911
5332
|
}>;
|
|
4912
5333
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4913
5334
|
}, {
|
|
@@ -4920,6 +5341,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4920
5341
|
gasPrice: string;
|
|
4921
5342
|
tokenExchangeRate: string;
|
|
4922
5343
|
tokenDecimals?: number | undefined;
|
|
5344
|
+
typicalCost?: {
|
|
5345
|
+
handleGasAmount: number;
|
|
5346
|
+
totalGasAmount: number;
|
|
5347
|
+
totalUsdCost: number;
|
|
5348
|
+
} | undefined;
|
|
4923
5349
|
}>;
|
|
4924
5350
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4925
5351
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -4959,7 +5385,6 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4959
5385
|
interchainAccountRouter: z.ZodOptional<z.ZodObject<{
|
|
4960
5386
|
owner: z.ZodString;
|
|
4961
5387
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4962
|
-
mailbox: z.ZodString;
|
|
4963
5388
|
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
4964
5389
|
owner: z.ZodString;
|
|
4965
5390
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -4973,6 +5398,7 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
4973
5398
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4974
5399
|
address?: string | undefined;
|
|
4975
5400
|
}>>;
|
|
5401
|
+
mailbox: z.ZodString;
|
|
4976
5402
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4977
5403
|
owner: z.ZodString;
|
|
4978
5404
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -5044,14 +5470,37 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5044
5470
|
gasPrice: z.ZodString;
|
|
5045
5471
|
tokenExchangeRate: z.ZodString;
|
|
5046
5472
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
5473
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
5474
|
+
handleGasAmount: z.ZodNumber;
|
|
5475
|
+
totalGasAmount: z.ZodNumber;
|
|
5476
|
+
totalUsdCost: z.ZodNumber;
|
|
5477
|
+
}, "strip", z.ZodTypeAny, {
|
|
5478
|
+
handleGasAmount: number;
|
|
5479
|
+
totalGasAmount: number;
|
|
5480
|
+
totalUsdCost: number;
|
|
5481
|
+
}, {
|
|
5482
|
+
handleGasAmount: number;
|
|
5483
|
+
totalGasAmount: number;
|
|
5484
|
+
totalUsdCost: number;
|
|
5485
|
+
}>>;
|
|
5047
5486
|
}, "strip", z.ZodTypeAny, {
|
|
5048
5487
|
gasPrice: string;
|
|
5049
5488
|
tokenExchangeRate: string;
|
|
5050
5489
|
tokenDecimals?: number | undefined;
|
|
5490
|
+
typicalCost?: {
|
|
5491
|
+
handleGasAmount: number;
|
|
5492
|
+
totalGasAmount: number;
|
|
5493
|
+
totalUsdCost: number;
|
|
5494
|
+
} | undefined;
|
|
5051
5495
|
}, {
|
|
5052
5496
|
gasPrice: string;
|
|
5053
5497
|
tokenExchangeRate: string;
|
|
5054
5498
|
tokenDecimals?: number | undefined;
|
|
5499
|
+
typicalCost?: {
|
|
5500
|
+
handleGasAmount: number;
|
|
5501
|
+
totalGasAmount: number;
|
|
5502
|
+
totalUsdCost: number;
|
|
5503
|
+
} | undefined;
|
|
5055
5504
|
}>>;
|
|
5056
5505
|
}, "strip", z.ZodTypeAny, {
|
|
5057
5506
|
type: import("../hook/types.js").HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -5063,6 +5512,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5063
5512
|
gasPrice: string;
|
|
5064
5513
|
tokenExchangeRate: string;
|
|
5065
5514
|
tokenDecimals?: number | undefined;
|
|
5515
|
+
typicalCost?: {
|
|
5516
|
+
handleGasAmount: number;
|
|
5517
|
+
totalGasAmount: number;
|
|
5518
|
+
totalUsdCost: number;
|
|
5519
|
+
} | undefined;
|
|
5066
5520
|
}>;
|
|
5067
5521
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5068
5522
|
}, {
|
|
@@ -5075,6 +5529,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5075
5529
|
gasPrice: string;
|
|
5076
5530
|
tokenExchangeRate: string;
|
|
5077
5531
|
tokenDecimals?: number | undefined;
|
|
5532
|
+
typicalCost?: {
|
|
5533
|
+
handleGasAmount: number;
|
|
5534
|
+
totalGasAmount: number;
|
|
5535
|
+
totalUsdCost: number;
|
|
5536
|
+
} | undefined;
|
|
5078
5537
|
}>;
|
|
5079
5538
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5080
5539
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -5303,6 +5762,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5303
5762
|
gasPrice: string;
|
|
5304
5763
|
tokenExchangeRate: string;
|
|
5305
5764
|
tokenDecimals?: number | undefined;
|
|
5765
|
+
typicalCost?: {
|
|
5766
|
+
handleGasAmount: number;
|
|
5767
|
+
totalGasAmount: number;
|
|
5768
|
+
totalUsdCost: number;
|
|
5769
|
+
} | undefined;
|
|
5306
5770
|
}>;
|
|
5307
5771
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5308
5772
|
} | {
|
|
@@ -5407,6 +5871,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5407
5871
|
gasPrice: string;
|
|
5408
5872
|
tokenExchangeRate: string;
|
|
5409
5873
|
tokenDecimals?: number | undefined;
|
|
5874
|
+
typicalCost?: {
|
|
5875
|
+
handleGasAmount: number;
|
|
5876
|
+
totalGasAmount: number;
|
|
5877
|
+
totalUsdCost: number;
|
|
5878
|
+
} | undefined;
|
|
5410
5879
|
}>;
|
|
5411
5880
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5412
5881
|
} | {
|
|
@@ -5503,6 +5972,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5503
5972
|
gasPrice: string;
|
|
5504
5973
|
tokenExchangeRate: string;
|
|
5505
5974
|
tokenDecimals?: number | undefined;
|
|
5975
|
+
typicalCost?: {
|
|
5976
|
+
handleGasAmount: number;
|
|
5977
|
+
totalGasAmount: number;
|
|
5978
|
+
totalUsdCost: number;
|
|
5979
|
+
} | undefined;
|
|
5506
5980
|
}>;
|
|
5507
5981
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5508
5982
|
} | {
|
|
@@ -5546,6 +6020,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5546
6020
|
gasPrice: string;
|
|
5547
6021
|
tokenExchangeRate: string;
|
|
5548
6022
|
tokenDecimals?: number | undefined;
|
|
6023
|
+
typicalCost?: {
|
|
6024
|
+
handleGasAmount: number;
|
|
6025
|
+
totalGasAmount: number;
|
|
6026
|
+
totalUsdCost: number;
|
|
6027
|
+
} | undefined;
|
|
5549
6028
|
}>;
|
|
5550
6029
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5551
6030
|
}) | (string & {
|
|
@@ -5593,6 +6072,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5593
6072
|
gasPrice: string;
|
|
5594
6073
|
tokenExchangeRate: string;
|
|
5595
6074
|
tokenDecimals?: number | undefined;
|
|
6075
|
+
typicalCost?: {
|
|
6076
|
+
handleGasAmount: number;
|
|
6077
|
+
totalGasAmount: number;
|
|
6078
|
+
totalUsdCost: number;
|
|
6079
|
+
} | undefined;
|
|
5596
6080
|
}>;
|
|
5597
6081
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5598
6082
|
} | {
|
|
@@ -5643,6 +6127,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5643
6127
|
gasPrice: string;
|
|
5644
6128
|
tokenExchangeRate: string;
|
|
5645
6129
|
tokenDecimals?: number | undefined;
|
|
6130
|
+
typicalCost?: {
|
|
6131
|
+
handleGasAmount: number;
|
|
6132
|
+
totalGasAmount: number;
|
|
6133
|
+
totalUsdCost: number;
|
|
6134
|
+
} | undefined;
|
|
5646
6135
|
}>;
|
|
5647
6136
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5648
6137
|
} | {
|
|
@@ -5689,6 +6178,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5689
6178
|
gasPrice: string;
|
|
5690
6179
|
tokenExchangeRate: string;
|
|
5691
6180
|
tokenDecimals?: number | undefined;
|
|
6181
|
+
typicalCost?: {
|
|
6182
|
+
handleGasAmount: number;
|
|
6183
|
+
totalGasAmount: number;
|
|
6184
|
+
totalUsdCost: number;
|
|
6185
|
+
} | undefined;
|
|
5692
6186
|
}>;
|
|
5693
6187
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5694
6188
|
} | {
|
|
@@ -5733,6 +6227,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5733
6227
|
gasPrice: string;
|
|
5734
6228
|
tokenExchangeRate: string;
|
|
5735
6229
|
tokenDecimals?: number | undefined;
|
|
6230
|
+
typicalCost?: {
|
|
6231
|
+
handleGasAmount: number;
|
|
6232
|
+
totalGasAmount: number;
|
|
6233
|
+
totalUsdCost: number;
|
|
6234
|
+
} | undefined;
|
|
5736
6235
|
}>;
|
|
5737
6236
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5738
6237
|
} & string) | ({
|
|
@@ -5780,6 +6279,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5780
6279
|
gasPrice: string;
|
|
5781
6280
|
tokenExchangeRate: string;
|
|
5782
6281
|
tokenDecimals?: number | undefined;
|
|
6282
|
+
typicalCost?: {
|
|
6283
|
+
handleGasAmount: number;
|
|
6284
|
+
totalGasAmount: number;
|
|
6285
|
+
totalUsdCost: number;
|
|
6286
|
+
} | undefined;
|
|
5783
6287
|
}>;
|
|
5784
6288
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5785
6289
|
} | {
|
|
@@ -5830,6 +6334,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5830
6334
|
gasPrice: string;
|
|
5831
6335
|
tokenExchangeRate: string;
|
|
5832
6336
|
tokenDecimals?: number | undefined;
|
|
6337
|
+
typicalCost?: {
|
|
6338
|
+
handleGasAmount: number;
|
|
6339
|
+
totalGasAmount: number;
|
|
6340
|
+
totalUsdCost: number;
|
|
6341
|
+
} | undefined;
|
|
5833
6342
|
}>;
|
|
5834
6343
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5835
6344
|
} | {
|
|
@@ -5880,6 +6389,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5880
6389
|
gasPrice: string;
|
|
5881
6390
|
tokenExchangeRate: string;
|
|
5882
6391
|
tokenDecimals?: number | undefined;
|
|
6392
|
+
typicalCost?: {
|
|
6393
|
+
handleGasAmount: number;
|
|
6394
|
+
totalGasAmount: number;
|
|
6395
|
+
totalUsdCost: number;
|
|
6396
|
+
} | undefined;
|
|
5883
6397
|
}>;
|
|
5884
6398
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5885
6399
|
} | {
|
|
@@ -5926,6 +6440,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5926
6440
|
gasPrice: string;
|
|
5927
6441
|
tokenExchangeRate: string;
|
|
5928
6442
|
tokenDecimals?: number | undefined;
|
|
6443
|
+
typicalCost?: {
|
|
6444
|
+
handleGasAmount: number;
|
|
6445
|
+
totalGasAmount: number;
|
|
6446
|
+
totalUsdCost: number;
|
|
6447
|
+
} | undefined;
|
|
5929
6448
|
}>;
|
|
5930
6449
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5931
6450
|
} | {
|
|
@@ -5974,6 +6493,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
5974
6493
|
gasPrice: string;
|
|
5975
6494
|
tokenExchangeRate: string;
|
|
5976
6495
|
tokenDecimals?: number | undefined;
|
|
6496
|
+
typicalCost?: {
|
|
6497
|
+
handleGasAmount: number;
|
|
6498
|
+
totalGasAmount: number;
|
|
6499
|
+
totalUsdCost: number;
|
|
6500
|
+
} | undefined;
|
|
5977
6501
|
}>;
|
|
5978
6502
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5979
6503
|
} | {
|
|
@@ -6020,6 +6544,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6020
6544
|
gasPrice: string;
|
|
6021
6545
|
tokenExchangeRate: string;
|
|
6022
6546
|
tokenDecimals?: number | undefined;
|
|
6547
|
+
typicalCost?: {
|
|
6548
|
+
handleGasAmount: number;
|
|
6549
|
+
totalGasAmount: number;
|
|
6550
|
+
totalUsdCost: number;
|
|
6551
|
+
} | undefined;
|
|
6023
6552
|
}>;
|
|
6024
6553
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6025
6554
|
} | {
|
|
@@ -6588,6 +7117,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6588
7117
|
gasPrice: string;
|
|
6589
7118
|
tokenExchangeRate: string;
|
|
6590
7119
|
tokenDecimals?: number | undefined;
|
|
7120
|
+
typicalCost?: {
|
|
7121
|
+
handleGasAmount: number;
|
|
7122
|
+
totalGasAmount: number;
|
|
7123
|
+
totalUsdCost: number;
|
|
7124
|
+
} | undefined;
|
|
6591
7125
|
}>;
|
|
6592
7126
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6593
7127
|
} | {
|
|
@@ -6631,6 +7165,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6631
7165
|
gasPrice: string;
|
|
6632
7166
|
tokenExchangeRate: string;
|
|
6633
7167
|
tokenDecimals?: number | undefined;
|
|
7168
|
+
typicalCost?: {
|
|
7169
|
+
handleGasAmount: number;
|
|
7170
|
+
totalGasAmount: number;
|
|
7171
|
+
totalUsdCost: number;
|
|
7172
|
+
} | undefined;
|
|
6634
7173
|
}>;
|
|
6635
7174
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6636
7175
|
}) | (string & {
|
|
@@ -6678,6 +7217,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6678
7217
|
gasPrice: string;
|
|
6679
7218
|
tokenExchangeRate: string;
|
|
6680
7219
|
tokenDecimals?: number | undefined;
|
|
7220
|
+
typicalCost?: {
|
|
7221
|
+
handleGasAmount: number;
|
|
7222
|
+
totalGasAmount: number;
|
|
7223
|
+
totalUsdCost: number;
|
|
7224
|
+
} | undefined;
|
|
6681
7225
|
}>;
|
|
6682
7226
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6683
7227
|
} | {
|
|
@@ -6728,6 +7272,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6728
7272
|
gasPrice: string;
|
|
6729
7273
|
tokenExchangeRate: string;
|
|
6730
7274
|
tokenDecimals?: number | undefined;
|
|
7275
|
+
typicalCost?: {
|
|
7276
|
+
handleGasAmount: number;
|
|
7277
|
+
totalGasAmount: number;
|
|
7278
|
+
totalUsdCost: number;
|
|
7279
|
+
} | undefined;
|
|
6731
7280
|
}>;
|
|
6732
7281
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6733
7282
|
} | {
|
|
@@ -6774,6 +7323,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6774
7323
|
gasPrice: string;
|
|
6775
7324
|
tokenExchangeRate: string;
|
|
6776
7325
|
tokenDecimals?: number | undefined;
|
|
7326
|
+
typicalCost?: {
|
|
7327
|
+
handleGasAmount: number;
|
|
7328
|
+
totalGasAmount: number;
|
|
7329
|
+
totalUsdCost: number;
|
|
7330
|
+
} | undefined;
|
|
6777
7331
|
}>;
|
|
6778
7332
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6779
7333
|
} | {
|
|
@@ -6818,6 +7372,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6818
7372
|
gasPrice: string;
|
|
6819
7373
|
tokenExchangeRate: string;
|
|
6820
7374
|
tokenDecimals?: number | undefined;
|
|
7375
|
+
typicalCost?: {
|
|
7376
|
+
handleGasAmount: number;
|
|
7377
|
+
totalGasAmount: number;
|
|
7378
|
+
totalUsdCost: number;
|
|
7379
|
+
} | undefined;
|
|
6821
7380
|
}>;
|
|
6822
7381
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6823
7382
|
} & string) | ({
|
|
@@ -6865,6 +7424,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6865
7424
|
gasPrice: string;
|
|
6866
7425
|
tokenExchangeRate: string;
|
|
6867
7426
|
tokenDecimals?: number | undefined;
|
|
7427
|
+
typicalCost?: {
|
|
7428
|
+
handleGasAmount: number;
|
|
7429
|
+
totalGasAmount: number;
|
|
7430
|
+
totalUsdCost: number;
|
|
7431
|
+
} | undefined;
|
|
6868
7432
|
}>;
|
|
6869
7433
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6870
7434
|
} | {
|
|
@@ -6915,6 +7479,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6915
7479
|
gasPrice: string;
|
|
6916
7480
|
tokenExchangeRate: string;
|
|
6917
7481
|
tokenDecimals?: number | undefined;
|
|
7482
|
+
typicalCost?: {
|
|
7483
|
+
handleGasAmount: number;
|
|
7484
|
+
totalGasAmount: number;
|
|
7485
|
+
totalUsdCost: number;
|
|
7486
|
+
} | undefined;
|
|
6918
7487
|
}>;
|
|
6919
7488
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6920
7489
|
} | {
|
|
@@ -6965,6 +7534,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
6965
7534
|
gasPrice: string;
|
|
6966
7535
|
tokenExchangeRate: string;
|
|
6967
7536
|
tokenDecimals?: number | undefined;
|
|
7537
|
+
typicalCost?: {
|
|
7538
|
+
handleGasAmount: number;
|
|
7539
|
+
totalGasAmount: number;
|
|
7540
|
+
totalUsdCost: number;
|
|
7541
|
+
} | undefined;
|
|
6968
7542
|
}>;
|
|
6969
7543
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6970
7544
|
} | {
|
|
@@ -7011,6 +7585,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7011
7585
|
gasPrice: string;
|
|
7012
7586
|
tokenExchangeRate: string;
|
|
7013
7587
|
tokenDecimals?: number | undefined;
|
|
7588
|
+
typicalCost?: {
|
|
7589
|
+
handleGasAmount: number;
|
|
7590
|
+
totalGasAmount: number;
|
|
7591
|
+
totalUsdCost: number;
|
|
7592
|
+
} | undefined;
|
|
7014
7593
|
}>;
|
|
7015
7594
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7016
7595
|
} | {
|
|
@@ -7059,6 +7638,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7059
7638
|
gasPrice: string;
|
|
7060
7639
|
tokenExchangeRate: string;
|
|
7061
7640
|
tokenDecimals?: number | undefined;
|
|
7641
|
+
typicalCost?: {
|
|
7642
|
+
handleGasAmount: number;
|
|
7643
|
+
totalGasAmount: number;
|
|
7644
|
+
totalUsdCost: number;
|
|
7645
|
+
} | undefined;
|
|
7062
7646
|
}>;
|
|
7063
7647
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7064
7648
|
} | {
|
|
@@ -7105,6 +7689,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7105
7689
|
gasPrice: string;
|
|
7106
7690
|
tokenExchangeRate: string;
|
|
7107
7691
|
tokenDecimals?: number | undefined;
|
|
7692
|
+
typicalCost?: {
|
|
7693
|
+
handleGasAmount: number;
|
|
7694
|
+
totalGasAmount: number;
|
|
7695
|
+
totalUsdCost: number;
|
|
7696
|
+
} | undefined;
|
|
7108
7697
|
}>;
|
|
7109
7698
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7110
7699
|
} | {
|
|
@@ -7172,6 +7761,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7172
7761
|
gasPrice: string;
|
|
7173
7762
|
tokenExchangeRate: string;
|
|
7174
7763
|
tokenDecimals?: number | undefined;
|
|
7764
|
+
typicalCost?: {
|
|
7765
|
+
handleGasAmount: number;
|
|
7766
|
+
totalGasAmount: number;
|
|
7767
|
+
totalUsdCost: number;
|
|
7768
|
+
} | undefined;
|
|
7175
7769
|
}>;
|
|
7176
7770
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7177
7771
|
} | {
|
|
@@ -7263,6 +7857,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7263
7857
|
gasPrice: string;
|
|
7264
7858
|
tokenExchangeRate: string;
|
|
7265
7859
|
tokenDecimals?: number | undefined;
|
|
7860
|
+
typicalCost?: {
|
|
7861
|
+
handleGasAmount: number;
|
|
7862
|
+
totalGasAmount: number;
|
|
7863
|
+
totalUsdCost: number;
|
|
7864
|
+
} | undefined;
|
|
7266
7865
|
}>;
|
|
7267
7866
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7268
7867
|
} | {
|
|
@@ -7310,6 +7909,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7310
7909
|
gasPrice: string;
|
|
7311
7910
|
tokenExchangeRate: string;
|
|
7312
7911
|
tokenDecimals?: number | undefined;
|
|
7912
|
+
typicalCost?: {
|
|
7913
|
+
handleGasAmount: number;
|
|
7914
|
+
totalGasAmount: number;
|
|
7915
|
+
totalUsdCost: number;
|
|
7916
|
+
} | undefined;
|
|
7313
7917
|
}>;
|
|
7314
7918
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7315
7919
|
} | {
|
|
@@ -7360,6 +7964,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7360
7964
|
gasPrice: string;
|
|
7361
7965
|
tokenExchangeRate: string;
|
|
7362
7966
|
tokenDecimals?: number | undefined;
|
|
7967
|
+
typicalCost?: {
|
|
7968
|
+
handleGasAmount: number;
|
|
7969
|
+
totalGasAmount: number;
|
|
7970
|
+
totalUsdCost: number;
|
|
7971
|
+
} | undefined;
|
|
7363
7972
|
}>;
|
|
7364
7973
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7365
7974
|
} | {
|
|
@@ -7406,6 +8015,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7406
8015
|
gasPrice: string;
|
|
7407
8016
|
tokenExchangeRate: string;
|
|
7408
8017
|
tokenDecimals?: number | undefined;
|
|
8018
|
+
typicalCost?: {
|
|
8019
|
+
handleGasAmount: number;
|
|
8020
|
+
totalGasAmount: number;
|
|
8021
|
+
totalUsdCost: number;
|
|
8022
|
+
} | undefined;
|
|
7409
8023
|
}>;
|
|
7410
8024
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7411
8025
|
} | {
|
|
@@ -7454,6 +8068,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7454
8068
|
gasPrice: string;
|
|
7455
8069
|
tokenExchangeRate: string;
|
|
7456
8070
|
tokenDecimals?: number | undefined;
|
|
8071
|
+
typicalCost?: {
|
|
8072
|
+
handleGasAmount: number;
|
|
8073
|
+
totalGasAmount: number;
|
|
8074
|
+
totalUsdCost: number;
|
|
8075
|
+
} | undefined;
|
|
7457
8076
|
}>;
|
|
7458
8077
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7459
8078
|
} | {
|
|
@@ -7504,6 +8123,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7504
8123
|
gasPrice: string;
|
|
7505
8124
|
tokenExchangeRate: string;
|
|
7506
8125
|
tokenDecimals?: number | undefined;
|
|
8126
|
+
typicalCost?: {
|
|
8127
|
+
handleGasAmount: number;
|
|
8128
|
+
totalGasAmount: number;
|
|
8129
|
+
totalUsdCost: number;
|
|
8130
|
+
} | undefined;
|
|
7507
8131
|
}>;
|
|
7508
8132
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7509
8133
|
} | {
|
|
@@ -7554,6 +8178,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7554
8178
|
gasPrice: string;
|
|
7555
8179
|
tokenExchangeRate: string;
|
|
7556
8180
|
tokenDecimals?: number | undefined;
|
|
8181
|
+
typicalCost?: {
|
|
8182
|
+
handleGasAmount: number;
|
|
8183
|
+
totalGasAmount: number;
|
|
8184
|
+
totalUsdCost: number;
|
|
8185
|
+
} | undefined;
|
|
7557
8186
|
}>;
|
|
7558
8187
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7559
8188
|
} | {
|
|
@@ -7600,6 +8229,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7600
8229
|
gasPrice: string;
|
|
7601
8230
|
tokenExchangeRate: string;
|
|
7602
8231
|
tokenDecimals?: number | undefined;
|
|
8232
|
+
typicalCost?: {
|
|
8233
|
+
handleGasAmount: number;
|
|
8234
|
+
totalGasAmount: number;
|
|
8235
|
+
totalUsdCost: number;
|
|
8236
|
+
} | undefined;
|
|
7603
8237
|
}>;
|
|
7604
8238
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7605
8239
|
} | {
|
|
@@ -7648,6 +8282,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7648
8282
|
gasPrice: string;
|
|
7649
8283
|
tokenExchangeRate: string;
|
|
7650
8284
|
tokenDecimals?: number | undefined;
|
|
8285
|
+
typicalCost?: {
|
|
8286
|
+
handleGasAmount: number;
|
|
8287
|
+
totalGasAmount: number;
|
|
8288
|
+
totalUsdCost: number;
|
|
8289
|
+
} | undefined;
|
|
7651
8290
|
}>;
|
|
7652
8291
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7653
8292
|
} | {
|
|
@@ -7694,6 +8333,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7694
8333
|
gasPrice: string;
|
|
7695
8334
|
tokenExchangeRate: string;
|
|
7696
8335
|
tokenDecimals?: number | undefined;
|
|
8336
|
+
typicalCost?: {
|
|
8337
|
+
handleGasAmount: number;
|
|
8338
|
+
totalGasAmount: number;
|
|
8339
|
+
totalUsdCost: number;
|
|
8340
|
+
} | undefined;
|
|
7697
8341
|
}>;
|
|
7698
8342
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7699
8343
|
} | {
|
|
@@ -7738,6 +8382,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7738
8382
|
gasPrice: string;
|
|
7739
8383
|
tokenExchangeRate: string;
|
|
7740
8384
|
tokenDecimals?: number | undefined;
|
|
8385
|
+
typicalCost?: {
|
|
8386
|
+
handleGasAmount: number;
|
|
8387
|
+
totalGasAmount: number;
|
|
8388
|
+
totalUsdCost: number;
|
|
8389
|
+
} | undefined;
|
|
7741
8390
|
}>;
|
|
7742
8391
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7743
8392
|
}) | (string & {
|
|
@@ -7781,6 +8430,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
7781
8430
|
gasPrice: string;
|
|
7782
8431
|
tokenExchangeRate: string;
|
|
7783
8432
|
tokenDecimals?: number | undefined;
|
|
8433
|
+
typicalCost?: {
|
|
8434
|
+
handleGasAmount: number;
|
|
8435
|
+
totalGasAmount: number;
|
|
8436
|
+
totalUsdCost: number;
|
|
8437
|
+
} | undefined;
|
|
7784
8438
|
}>;
|
|
7785
8439
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7786
8440
|
} & string) | ({
|
|
@@ -8383,6 +9037,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8383
9037
|
gasPrice: string;
|
|
8384
9038
|
tokenExchangeRate: string;
|
|
8385
9039
|
tokenDecimals?: number | undefined;
|
|
9040
|
+
typicalCost?: {
|
|
9041
|
+
handleGasAmount: number;
|
|
9042
|
+
totalGasAmount: number;
|
|
9043
|
+
totalUsdCost: number;
|
|
9044
|
+
} | undefined;
|
|
8386
9045
|
}>;
|
|
8387
9046
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8388
9047
|
} | {
|
|
@@ -8430,6 +9089,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8430
9089
|
gasPrice: string;
|
|
8431
9090
|
tokenExchangeRate: string;
|
|
8432
9091
|
tokenDecimals?: number | undefined;
|
|
9092
|
+
typicalCost?: {
|
|
9093
|
+
handleGasAmount: number;
|
|
9094
|
+
totalGasAmount: number;
|
|
9095
|
+
totalUsdCost: number;
|
|
9096
|
+
} | undefined;
|
|
8433
9097
|
}>;
|
|
8434
9098
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8435
9099
|
} | {
|
|
@@ -8480,6 +9144,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8480
9144
|
gasPrice: string;
|
|
8481
9145
|
tokenExchangeRate: string;
|
|
8482
9146
|
tokenDecimals?: number | undefined;
|
|
9147
|
+
typicalCost?: {
|
|
9148
|
+
handleGasAmount: number;
|
|
9149
|
+
totalGasAmount: number;
|
|
9150
|
+
totalUsdCost: number;
|
|
9151
|
+
} | undefined;
|
|
8483
9152
|
}>;
|
|
8484
9153
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8485
9154
|
} | {
|
|
@@ -8526,6 +9195,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8526
9195
|
gasPrice: string;
|
|
8527
9196
|
tokenExchangeRate: string;
|
|
8528
9197
|
tokenDecimals?: number | undefined;
|
|
9198
|
+
typicalCost?: {
|
|
9199
|
+
handleGasAmount: number;
|
|
9200
|
+
totalGasAmount: number;
|
|
9201
|
+
totalUsdCost: number;
|
|
9202
|
+
} | undefined;
|
|
8529
9203
|
}>;
|
|
8530
9204
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8531
9205
|
} | {
|
|
@@ -8574,6 +9248,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8574
9248
|
gasPrice: string;
|
|
8575
9249
|
tokenExchangeRate: string;
|
|
8576
9250
|
tokenDecimals?: number | undefined;
|
|
9251
|
+
typicalCost?: {
|
|
9252
|
+
handleGasAmount: number;
|
|
9253
|
+
totalGasAmount: number;
|
|
9254
|
+
totalUsdCost: number;
|
|
9255
|
+
} | undefined;
|
|
8577
9256
|
}>;
|
|
8578
9257
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8579
9258
|
} | {
|
|
@@ -8624,6 +9303,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8624
9303
|
gasPrice: string;
|
|
8625
9304
|
tokenExchangeRate: string;
|
|
8626
9305
|
tokenDecimals?: number | undefined;
|
|
9306
|
+
typicalCost?: {
|
|
9307
|
+
handleGasAmount: number;
|
|
9308
|
+
totalGasAmount: number;
|
|
9309
|
+
totalUsdCost: number;
|
|
9310
|
+
} | undefined;
|
|
8627
9311
|
}>;
|
|
8628
9312
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8629
9313
|
} | {
|
|
@@ -8674,6 +9358,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8674
9358
|
gasPrice: string;
|
|
8675
9359
|
tokenExchangeRate: string;
|
|
8676
9360
|
tokenDecimals?: number | undefined;
|
|
9361
|
+
typicalCost?: {
|
|
9362
|
+
handleGasAmount: number;
|
|
9363
|
+
totalGasAmount: number;
|
|
9364
|
+
totalUsdCost: number;
|
|
9365
|
+
} | undefined;
|
|
8677
9366
|
}>;
|
|
8678
9367
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8679
9368
|
} | {
|
|
@@ -8720,6 +9409,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8720
9409
|
gasPrice: string;
|
|
8721
9410
|
tokenExchangeRate: string;
|
|
8722
9411
|
tokenDecimals?: number | undefined;
|
|
9412
|
+
typicalCost?: {
|
|
9413
|
+
handleGasAmount: number;
|
|
9414
|
+
totalGasAmount: number;
|
|
9415
|
+
totalUsdCost: number;
|
|
9416
|
+
} | undefined;
|
|
8723
9417
|
}>;
|
|
8724
9418
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8725
9419
|
} | {
|
|
@@ -8768,6 +9462,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8768
9462
|
gasPrice: string;
|
|
8769
9463
|
tokenExchangeRate: string;
|
|
8770
9464
|
tokenDecimals?: number | undefined;
|
|
9465
|
+
typicalCost?: {
|
|
9466
|
+
handleGasAmount: number;
|
|
9467
|
+
totalGasAmount: number;
|
|
9468
|
+
totalUsdCost: number;
|
|
9469
|
+
} | undefined;
|
|
8771
9470
|
}>;
|
|
8772
9471
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8773
9472
|
} | {
|
|
@@ -8814,6 +9513,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8814
9513
|
gasPrice: string;
|
|
8815
9514
|
tokenExchangeRate: string;
|
|
8816
9515
|
tokenDecimals?: number | undefined;
|
|
9516
|
+
typicalCost?: {
|
|
9517
|
+
handleGasAmount: number;
|
|
9518
|
+
totalGasAmount: number;
|
|
9519
|
+
totalUsdCost: number;
|
|
9520
|
+
} | undefined;
|
|
8817
9521
|
}>;
|
|
8818
9522
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8819
9523
|
} | {
|
|
@@ -8858,6 +9562,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8858
9562
|
gasPrice: string;
|
|
8859
9563
|
tokenExchangeRate: string;
|
|
8860
9564
|
tokenDecimals?: number | undefined;
|
|
9565
|
+
typicalCost?: {
|
|
9566
|
+
handleGasAmount: number;
|
|
9567
|
+
totalGasAmount: number;
|
|
9568
|
+
totalUsdCost: number;
|
|
9569
|
+
} | undefined;
|
|
8861
9570
|
}>;
|
|
8862
9571
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8863
9572
|
}) | (string & {
|
|
@@ -8901,6 +9610,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8901
9610
|
gasPrice: string;
|
|
8902
9611
|
tokenExchangeRate: string;
|
|
8903
9612
|
tokenDecimals?: number | undefined;
|
|
9613
|
+
typicalCost?: {
|
|
9614
|
+
handleGasAmount: number;
|
|
9615
|
+
totalGasAmount: number;
|
|
9616
|
+
totalUsdCost: number;
|
|
9617
|
+
} | undefined;
|
|
8904
9618
|
}>;
|
|
8905
9619
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8906
9620
|
} & string) | ({
|
|
@@ -8967,6 +9681,11 @@ export declare const DerivedCoreConfigSchema: z.ZodObject<{
|
|
|
8967
9681
|
gasPrice: string;
|
|
8968
9682
|
tokenExchangeRate: string;
|
|
8969
9683
|
tokenDecimals?: number | undefined;
|
|
9684
|
+
typicalCost?: {
|
|
9685
|
+
handleGasAmount: number;
|
|
9686
|
+
totalGasAmount: number;
|
|
9687
|
+
totalUsdCost: number;
|
|
9688
|
+
} | undefined;
|
|
8970
9689
|
}>;
|
|
8971
9690
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8972
9691
|
} | {
|
|
@@ -9067,8 +9786,8 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
9067
9786
|
merkleTreeHook: z.ZodOptional<z.ZodString>;
|
|
9068
9787
|
interchainGasPaymaster: z.ZodOptional<z.ZodString>;
|
|
9069
9788
|
}, "strip", z.ZodTypeAny, {
|
|
9070
|
-
mailbox: string;
|
|
9071
9789
|
proxyAdmin: string;
|
|
9790
|
+
mailbox: string;
|
|
9072
9791
|
staticMerkleRootMultisigIsmFactory: string;
|
|
9073
9792
|
staticMessageIdMultisigIsmFactory: string;
|
|
9074
9793
|
staticAggregationIsmFactory: string;
|
|
@@ -9083,8 +9802,8 @@ export declare const DeployedCoreAddressesSchema: z.ZodObject<{
|
|
|
9083
9802
|
merkleTreeHook?: string | undefined;
|
|
9084
9803
|
interchainGasPaymaster?: string | undefined;
|
|
9085
9804
|
}, {
|
|
9086
|
-
mailbox: string;
|
|
9087
9805
|
proxyAdmin: string;
|
|
9806
|
+
mailbox: string;
|
|
9088
9807
|
staticMerkleRootMultisigIsmFactory: string;
|
|
9089
9808
|
staticMessageIdMultisigIsmFactory: string;
|
|
9090
9809
|
staticAggregationIsmFactory: string;
|
|
@@ -9104,7 +9823,11 @@ export type CoreConfig = z.infer<typeof CoreConfigSchema> & {
|
|
|
9104
9823
|
remove?: boolean;
|
|
9105
9824
|
upgrade?: UpgradeConfig;
|
|
9106
9825
|
};
|
|
9107
|
-
export type
|
|
9826
|
+
export type CoreConfigHookFieldKey = keyof Pick<CoreConfig, 'requiredHook' | 'defaultHook'>;
|
|
9827
|
+
export type DerivedCoreConfig = z.infer<typeof DerivedCoreConfigSchema> & {
|
|
9828
|
+
requiredHook: DerivedHookConfig;
|
|
9829
|
+
defaultHook: DerivedHookConfig;
|
|
9830
|
+
};
|
|
9108
9831
|
export declare enum CoreViolationType {
|
|
9109
9832
|
Mailbox = "Mailbox",
|
|
9110
9833
|
ConnectionManager = "ConnectionManager",
|