@hyperlane-xyz/sdk 3.8.0-beta0 → 3.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/chainMetadata.d.ts +0 -5
- package/dist/consts/chainMetadata.d.ts.map +1 -1
- package/dist/consts/chainMetadata.js +6 -121
- package/dist/consts/chainMetadata.js.map +1 -1
- package/dist/consts/chains.d.ts +0 -5
- package/dist/consts/chains.d.ts.map +1 -1
- package/dist/consts/chains.js +0 -10
- package/dist/consts/chains.js.map +1 -1
- package/dist/consts/environments/index.d.ts +1 -73
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/testnet.json +0 -72
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +4 -44
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/core/MultiProtocolCore.d.ts +5 -1
- package/dist/core/MultiProtocolCore.d.ts.map +1 -1
- package/dist/core/MultiProtocolCore.js +3 -0
- package/dist/core/MultiProtocolCore.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.js +20 -2
- package/dist/core/adapters/CosmWasmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.test.d.ts +2 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.test.d.ts.map +1 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js +25 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.test.js.map +1 -0
- package/dist/core/adapters/SealevelCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.js +0 -2
- package/dist/core/adapters/SealevelCoreAdapter.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +6 -0
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +7 -5
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/index.d.ts +6 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +8 -2
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +82 -41
- package/dist/metadata/agentConfig.d.ts.map +1 -1
- package/dist/metadata/chainMetadata.test.js +1 -1
- package/dist/metadata/chainMetadata.test.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +36 -16
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +11 -2
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js +1 -1
- package/dist/middleware/account/accounts.hardhat-test.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts +9 -1
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +12 -0
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +10 -10
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
- package/dist/providers/transactionFeeEstimators.d.ts +50 -0
- package/dist/providers/transactionFeeEstimators.d.ts.map +1 -0
- package/dist/providers/transactionFeeEstimators.js +169 -0
- package/dist/providers/transactionFeeEstimators.js.map +1 -0
- package/dist/token/IToken.d.ts +2 -2
- package/dist/token/IToken.d.ts.map +1 -1
- package/dist/token/Token.d.ts +11 -7
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +29 -12
- package/dist/token/Token.js.map +1 -1
- package/dist/token/Token.test.js +5 -5
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenConnection.d.ts +7 -1
- package/dist/token/TokenConnection.d.ts.map +1 -1
- package/dist/token/TokenConnection.js +14 -1
- package/dist/token/TokenConnection.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +2 -0
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +11 -1
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts +2 -2
- package/dist/token/adapters/CosmWasmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmWasmTokenAdapter.js +6 -6
- package/dist/token/adapters/CosmWasmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.d.ts +2 -2
- package/dist/token/adapters/CosmosTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/CosmosTokenAdapter.js +2 -2
- package/dist/token/adapters/CosmosTokenAdapter.js.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts +2 -1
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +7 -4
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.d.ts +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js +1 -1
- package/dist/token/adapters/SealevelTokenAdapter.js.map +1 -1
- package/dist/warp/WarpCore.d.ts +76 -10
- package/dist/warp/WarpCore.d.ts.map +1 -1
- package/dist/warp/WarpCore.js +171 -37
- package/dist/warp/WarpCore.js.map +1 -1
- package/dist/warp/WarpCore.test.js +73 -22
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/dist/warp/types.d.ts +82 -25
- package/dist/warp/types.d.ts.map +1 -1
- package/dist/warp/types.js +15 -15
- package/dist/warp/types.js.map +1 -1
- package/logos/black/plume.svg +1 -6
- package/logos/color/plume.svg +1 -1
- package/package.json +3 -3
|
@@ -118,6 +118,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
118
118
|
domainId: z.ZodOptional<z.ZodNumber>;
|
|
119
119
|
displayName: z.ZodOptional<z.ZodString>;
|
|
120
120
|
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
121
|
+
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes").ChainTechnicalStack>>;
|
|
121
122
|
logoURI: z.ZodOptional<z.ZodString>;
|
|
122
123
|
nativeToken: z.ZodOptional<z.ZodObject<{
|
|
123
124
|
name: z.ZodString;
|
|
@@ -321,7 +322,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
321
322
|
reorgPeriod?: number | undefined;
|
|
322
323
|
estimateBlockTime?: number | undefined;
|
|
323
324
|
}>>;
|
|
324
|
-
transactionOverrides: z.ZodOptional<z.
|
|
325
|
+
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
325
326
|
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
326
327
|
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
327
328
|
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
@@ -435,6 +436,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
435
436
|
domainId?: number | undefined;
|
|
436
437
|
displayName?: string | undefined;
|
|
437
438
|
displayNameShort?: string | undefined;
|
|
439
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
438
440
|
logoURI?: string | undefined;
|
|
439
441
|
nativeToken?: {
|
|
440
442
|
symbol: string;
|
|
@@ -481,7 +483,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
481
483
|
reorgPeriod?: number | undefined;
|
|
482
484
|
estimateBlockTime?: number | undefined;
|
|
483
485
|
} | undefined;
|
|
484
|
-
transactionOverrides?:
|
|
486
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
485
487
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
486
488
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
487
489
|
bech32Prefix?: string | undefined;
|
|
@@ -551,6 +553,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
551
553
|
domainId?: number | undefined;
|
|
552
554
|
displayName?: string | undefined;
|
|
553
555
|
displayNameShort?: string | undefined;
|
|
556
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
554
557
|
logoURI?: string | undefined;
|
|
555
558
|
nativeToken?: {
|
|
556
559
|
symbol: string;
|
|
@@ -597,7 +600,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
597
600
|
reorgPeriod?: number | undefined;
|
|
598
601
|
estimateBlockTime?: number | undefined;
|
|
599
602
|
} | undefined;
|
|
600
|
-
transactionOverrides?:
|
|
603
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
601
604
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
602
605
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
603
606
|
bech32Prefix?: string | undefined;
|
|
@@ -667,6 +670,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
667
670
|
domainId?: number | undefined;
|
|
668
671
|
displayName?: string | undefined;
|
|
669
672
|
displayNameShort?: string | undefined;
|
|
673
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
670
674
|
logoURI?: string | undefined;
|
|
671
675
|
nativeToken?: {
|
|
672
676
|
symbol: string;
|
|
@@ -713,7 +717,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
713
717
|
reorgPeriod?: number | undefined;
|
|
714
718
|
estimateBlockTime?: number | undefined;
|
|
715
719
|
} | undefined;
|
|
716
|
-
transactionOverrides?:
|
|
720
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
717
721
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
718
722
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
719
723
|
bech32Prefix?: string | undefined;
|
|
@@ -783,6 +787,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
783
787
|
domainId?: number | undefined;
|
|
784
788
|
displayName?: string | undefined;
|
|
785
789
|
displayNameShort?: string | undefined;
|
|
790
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
786
791
|
logoURI?: string | undefined;
|
|
787
792
|
nativeToken?: {
|
|
788
793
|
symbol: string;
|
|
@@ -829,7 +834,7 @@ export declare const AgentChainMetadataSchema: z.ZodEffects<z.ZodObject<{
|
|
|
829
834
|
reorgPeriod?: number | undefined;
|
|
830
835
|
estimateBlockTime?: number | undefined;
|
|
831
836
|
} | undefined;
|
|
832
|
-
transactionOverrides?:
|
|
837
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
833
838
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
834
839
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
835
840
|
bech32Prefix?: string | undefined;
|
|
@@ -874,6 +879,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
874
879
|
domainId: z.ZodOptional<z.ZodNumber>;
|
|
875
880
|
displayName: z.ZodOptional<z.ZodString>;
|
|
876
881
|
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
882
|
+
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes").ChainTechnicalStack>>;
|
|
877
883
|
logoURI: z.ZodOptional<z.ZodString>;
|
|
878
884
|
nativeToken: z.ZodOptional<z.ZodObject<{
|
|
879
885
|
name: z.ZodString;
|
|
@@ -1077,7 +1083,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1077
1083
|
reorgPeriod?: number | undefined;
|
|
1078
1084
|
estimateBlockTime?: number | undefined;
|
|
1079
1085
|
}>>;
|
|
1080
|
-
transactionOverrides: z.ZodOptional<z.
|
|
1086
|
+
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1081
1087
|
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
1082
1088
|
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1083
1089
|
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
@@ -1191,6 +1197,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1191
1197
|
domainId?: number | undefined;
|
|
1192
1198
|
displayName?: string | undefined;
|
|
1193
1199
|
displayNameShort?: string | undefined;
|
|
1200
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1194
1201
|
logoURI?: string | undefined;
|
|
1195
1202
|
nativeToken?: {
|
|
1196
1203
|
symbol: string;
|
|
@@ -1237,7 +1244,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1237
1244
|
reorgPeriod?: number | undefined;
|
|
1238
1245
|
estimateBlockTime?: number | undefined;
|
|
1239
1246
|
} | undefined;
|
|
1240
|
-
transactionOverrides?:
|
|
1247
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1241
1248
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1242
1249
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1243
1250
|
bech32Prefix?: string | undefined;
|
|
@@ -1307,6 +1314,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1307
1314
|
domainId?: number | undefined;
|
|
1308
1315
|
displayName?: string | undefined;
|
|
1309
1316
|
displayNameShort?: string | undefined;
|
|
1317
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1310
1318
|
logoURI?: string | undefined;
|
|
1311
1319
|
nativeToken?: {
|
|
1312
1320
|
symbol: string;
|
|
@@ -1353,7 +1361,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1353
1361
|
reorgPeriod?: number | undefined;
|
|
1354
1362
|
estimateBlockTime?: number | undefined;
|
|
1355
1363
|
} | undefined;
|
|
1356
|
-
transactionOverrides?:
|
|
1364
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1357
1365
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1358
1366
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1359
1367
|
bech32Prefix?: string | undefined;
|
|
@@ -1423,6 +1431,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1423
1431
|
domainId?: number | undefined;
|
|
1424
1432
|
displayName?: string | undefined;
|
|
1425
1433
|
displayNameShort?: string | undefined;
|
|
1434
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1426
1435
|
logoURI?: string | undefined;
|
|
1427
1436
|
nativeToken?: {
|
|
1428
1437
|
symbol: string;
|
|
@@ -1469,7 +1478,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1469
1478
|
reorgPeriod?: number | undefined;
|
|
1470
1479
|
estimateBlockTime?: number | undefined;
|
|
1471
1480
|
} | undefined;
|
|
1472
|
-
transactionOverrides?:
|
|
1481
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1473
1482
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1474
1483
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1475
1484
|
bech32Prefix?: string | undefined;
|
|
@@ -1539,6 +1548,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1539
1548
|
domainId?: number | undefined;
|
|
1540
1549
|
displayName?: string | undefined;
|
|
1541
1550
|
displayNameShort?: string | undefined;
|
|
1551
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1542
1552
|
logoURI?: string | undefined;
|
|
1543
1553
|
nativeToken?: {
|
|
1544
1554
|
symbol: string;
|
|
@@ -1585,7 +1595,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1585
1595
|
reorgPeriod?: number | undefined;
|
|
1586
1596
|
estimateBlockTime?: number | undefined;
|
|
1587
1597
|
} | undefined;
|
|
1588
|
-
transactionOverrides?:
|
|
1598
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1589
1599
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1590
1600
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1591
1601
|
bech32Prefix?: string | undefined;
|
|
@@ -1655,6 +1665,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1655
1665
|
domainId?: number | undefined;
|
|
1656
1666
|
displayName?: string | undefined;
|
|
1657
1667
|
displayNameShort?: string | undefined;
|
|
1668
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1658
1669
|
logoURI?: string | undefined;
|
|
1659
1670
|
nativeToken?: {
|
|
1660
1671
|
symbol: string;
|
|
@@ -1701,7 +1712,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1701
1712
|
reorgPeriod?: number | undefined;
|
|
1702
1713
|
estimateBlockTime?: number | undefined;
|
|
1703
1714
|
} | undefined;
|
|
1704
|
-
transactionOverrides?:
|
|
1715
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1705
1716
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1706
1717
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1707
1718
|
bech32Prefix?: string | undefined;
|
|
@@ -1771,6 +1782,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1771
1782
|
domainId?: number | undefined;
|
|
1772
1783
|
displayName?: string | undefined;
|
|
1773
1784
|
displayNameShort?: string | undefined;
|
|
1785
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1774
1786
|
logoURI?: string | undefined;
|
|
1775
1787
|
nativeToken?: {
|
|
1776
1788
|
symbol: string;
|
|
@@ -1817,7 +1829,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1817
1829
|
reorgPeriod?: number | undefined;
|
|
1818
1830
|
estimateBlockTime?: number | undefined;
|
|
1819
1831
|
} | undefined;
|
|
1820
|
-
transactionOverrides?:
|
|
1832
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1821
1833
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1822
1834
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1823
1835
|
bech32Prefix?: string | undefined;
|
|
@@ -1940,6 +1952,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1940
1952
|
domainId?: number | undefined;
|
|
1941
1953
|
displayName?: string | undefined;
|
|
1942
1954
|
displayNameShort?: string | undefined;
|
|
1955
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
1943
1956
|
logoURI?: string | undefined;
|
|
1944
1957
|
nativeToken?: {
|
|
1945
1958
|
symbol: string;
|
|
@@ -1986,7 +1999,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
1986
1999
|
reorgPeriod?: number | undefined;
|
|
1987
2000
|
estimateBlockTime?: number | undefined;
|
|
1988
2001
|
} | undefined;
|
|
1989
|
-
transactionOverrides?:
|
|
2002
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
1990
2003
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
1991
2004
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
1992
2005
|
bech32Prefix?: string | undefined;
|
|
@@ -2078,6 +2091,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2078
2091
|
domainId?: number | undefined;
|
|
2079
2092
|
displayName?: string | undefined;
|
|
2080
2093
|
displayNameShort?: string | undefined;
|
|
2094
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
2081
2095
|
logoURI?: string | undefined;
|
|
2082
2096
|
nativeToken?: {
|
|
2083
2097
|
symbol: string;
|
|
@@ -2124,7 +2138,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
2124
2138
|
reorgPeriod?: number | undefined;
|
|
2125
2139
|
estimateBlockTime?: number | undefined;
|
|
2126
2140
|
} | undefined;
|
|
2127
|
-
transactionOverrides?:
|
|
2141
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
2128
2142
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
2129
2143
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
2130
2144
|
bech32Prefix?: string | undefined;
|
|
@@ -2304,6 +2318,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2304
2318
|
domainId: z.ZodOptional<z.ZodNumber>;
|
|
2305
2319
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2306
2320
|
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
2321
|
+
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes").ChainTechnicalStack>>;
|
|
2307
2322
|
logoURI: z.ZodOptional<z.ZodString>;
|
|
2308
2323
|
nativeToken: z.ZodOptional<z.ZodObject<{
|
|
2309
2324
|
name: z.ZodString;
|
|
@@ -2507,7 +2522,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2507
2522
|
reorgPeriod?: number | undefined;
|
|
2508
2523
|
estimateBlockTime?: number | undefined;
|
|
2509
2524
|
}>>;
|
|
2510
|
-
transactionOverrides: z.ZodOptional<z.
|
|
2525
|
+
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2511
2526
|
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
2512
2527
|
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
2513
2528
|
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
@@ -2621,6 +2636,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2621
2636
|
domainId?: number | undefined;
|
|
2622
2637
|
displayName?: string | undefined;
|
|
2623
2638
|
displayNameShort?: string | undefined;
|
|
2639
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
2624
2640
|
logoURI?: string | undefined;
|
|
2625
2641
|
nativeToken?: {
|
|
2626
2642
|
symbol: string;
|
|
@@ -2667,7 +2683,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2667
2683
|
reorgPeriod?: number | undefined;
|
|
2668
2684
|
estimateBlockTime?: number | undefined;
|
|
2669
2685
|
} | undefined;
|
|
2670
|
-
transactionOverrides?:
|
|
2686
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
2671
2687
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
2672
2688
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
2673
2689
|
bech32Prefix?: string | undefined;
|
|
@@ -2737,6 +2753,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2737
2753
|
domainId?: number | undefined;
|
|
2738
2754
|
displayName?: string | undefined;
|
|
2739
2755
|
displayNameShort?: string | undefined;
|
|
2756
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
2740
2757
|
logoURI?: string | undefined;
|
|
2741
2758
|
nativeToken?: {
|
|
2742
2759
|
symbol: string;
|
|
@@ -2783,7 +2800,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2783
2800
|
reorgPeriod?: number | undefined;
|
|
2784
2801
|
estimateBlockTime?: number | undefined;
|
|
2785
2802
|
} | undefined;
|
|
2786
|
-
transactionOverrides?:
|
|
2803
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
2787
2804
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
2788
2805
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
2789
2806
|
bech32Prefix?: string | undefined;
|
|
@@ -2853,6 +2870,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2853
2870
|
domainId?: number | undefined;
|
|
2854
2871
|
displayName?: string | undefined;
|
|
2855
2872
|
displayNameShort?: string | undefined;
|
|
2873
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
2856
2874
|
logoURI?: string | undefined;
|
|
2857
2875
|
nativeToken?: {
|
|
2858
2876
|
symbol: string;
|
|
@@ -2899,7 +2917,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2899
2917
|
reorgPeriod?: number | undefined;
|
|
2900
2918
|
estimateBlockTime?: number | undefined;
|
|
2901
2919
|
} | undefined;
|
|
2902
|
-
transactionOverrides?:
|
|
2920
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
2903
2921
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
2904
2922
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
2905
2923
|
bech32Prefix?: string | undefined;
|
|
@@ -2969,6 +2987,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
2969
2987
|
domainId?: number | undefined;
|
|
2970
2988
|
displayName?: string | undefined;
|
|
2971
2989
|
displayNameShort?: string | undefined;
|
|
2990
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
2972
2991
|
logoURI?: string | undefined;
|
|
2973
2992
|
nativeToken?: {
|
|
2974
2993
|
symbol: string;
|
|
@@ -3015,7 +3034,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3015
3034
|
reorgPeriod?: number | undefined;
|
|
3016
3035
|
estimateBlockTime?: number | undefined;
|
|
3017
3036
|
} | undefined;
|
|
3018
|
-
transactionOverrides?:
|
|
3037
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
3019
3038
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
3020
3039
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
3021
3040
|
bech32Prefix?: string | undefined;
|
|
@@ -3085,6 +3104,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3085
3104
|
domainId?: number | undefined;
|
|
3086
3105
|
displayName?: string | undefined;
|
|
3087
3106
|
displayNameShort?: string | undefined;
|
|
3107
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
3088
3108
|
logoURI?: string | undefined;
|
|
3089
3109
|
nativeToken?: {
|
|
3090
3110
|
symbol: string;
|
|
@@ -3131,7 +3151,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3131
3151
|
reorgPeriod?: number | undefined;
|
|
3132
3152
|
estimateBlockTime?: number | undefined;
|
|
3133
3153
|
} | undefined;
|
|
3134
|
-
transactionOverrides?:
|
|
3154
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
3135
3155
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
3136
3156
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
3137
3157
|
bech32Prefix?: string | undefined;
|
|
@@ -3201,6 +3221,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3201
3221
|
domainId?: number | undefined;
|
|
3202
3222
|
displayName?: string | undefined;
|
|
3203
3223
|
displayNameShort?: string | undefined;
|
|
3224
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
3204
3225
|
logoURI?: string | undefined;
|
|
3205
3226
|
nativeToken?: {
|
|
3206
3227
|
symbol: string;
|
|
@@ -3247,7 +3268,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3247
3268
|
reorgPeriod?: number | undefined;
|
|
3248
3269
|
estimateBlockTime?: number | undefined;
|
|
3249
3270
|
} | undefined;
|
|
3250
|
-
transactionOverrides?:
|
|
3271
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
3251
3272
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
3252
3273
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
3253
3274
|
bech32Prefix?: string | undefined;
|
|
@@ -3551,6 +3572,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3551
3572
|
domainId?: number | undefined;
|
|
3552
3573
|
displayName?: string | undefined;
|
|
3553
3574
|
displayNameShort?: string | undefined;
|
|
3575
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
3554
3576
|
logoURI?: string | undefined;
|
|
3555
3577
|
nativeToken?: {
|
|
3556
3578
|
symbol: string;
|
|
@@ -3597,7 +3619,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3597
3619
|
reorgPeriod?: number | undefined;
|
|
3598
3620
|
estimateBlockTime?: number | undefined;
|
|
3599
3621
|
} | undefined;
|
|
3600
|
-
transactionOverrides?:
|
|
3622
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
3601
3623
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
3602
3624
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
3603
3625
|
bech32Prefix?: string | undefined;
|
|
@@ -3742,6 +3764,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3742
3764
|
domainId?: number | undefined;
|
|
3743
3765
|
displayName?: string | undefined;
|
|
3744
3766
|
displayNameShort?: string | undefined;
|
|
3767
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
3745
3768
|
logoURI?: string | undefined;
|
|
3746
3769
|
nativeToken?: {
|
|
3747
3770
|
symbol: string;
|
|
@@ -3788,7 +3811,7 @@ export declare const RelayerAgentConfigSchema: z.ZodObject<{
|
|
|
3788
3811
|
reorgPeriod?: number | undefined;
|
|
3789
3812
|
estimateBlockTime?: number | undefined;
|
|
3790
3813
|
} | undefined;
|
|
3791
|
-
transactionOverrides?:
|
|
3814
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
3792
3815
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
3793
3816
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
3794
3817
|
bech32Prefix?: string | undefined;
|
|
@@ -3907,6 +3930,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
3907
3930
|
domainId: z.ZodOptional<z.ZodNumber>;
|
|
3908
3931
|
displayName: z.ZodOptional<z.ZodString>;
|
|
3909
3932
|
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
3933
|
+
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes").ChainTechnicalStack>>;
|
|
3910
3934
|
logoURI: z.ZodOptional<z.ZodString>;
|
|
3911
3935
|
nativeToken: z.ZodOptional<z.ZodObject<{
|
|
3912
3936
|
name: z.ZodString;
|
|
@@ -4110,7 +4134,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4110
4134
|
reorgPeriod?: number | undefined;
|
|
4111
4135
|
estimateBlockTime?: number | undefined;
|
|
4112
4136
|
}>>;
|
|
4113
|
-
transactionOverrides: z.ZodOptional<z.
|
|
4137
|
+
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4114
4138
|
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
4115
4139
|
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
4116
4140
|
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
@@ -4224,6 +4248,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4224
4248
|
domainId?: number | undefined;
|
|
4225
4249
|
displayName?: string | undefined;
|
|
4226
4250
|
displayNameShort?: string | undefined;
|
|
4251
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4227
4252
|
logoURI?: string | undefined;
|
|
4228
4253
|
nativeToken?: {
|
|
4229
4254
|
symbol: string;
|
|
@@ -4270,7 +4295,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4270
4295
|
reorgPeriod?: number | undefined;
|
|
4271
4296
|
estimateBlockTime?: number | undefined;
|
|
4272
4297
|
} | undefined;
|
|
4273
|
-
transactionOverrides?:
|
|
4298
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
4274
4299
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
4275
4300
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
4276
4301
|
bech32Prefix?: string | undefined;
|
|
@@ -4340,6 +4365,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4340
4365
|
domainId?: number | undefined;
|
|
4341
4366
|
displayName?: string | undefined;
|
|
4342
4367
|
displayNameShort?: string | undefined;
|
|
4368
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4343
4369
|
logoURI?: string | undefined;
|
|
4344
4370
|
nativeToken?: {
|
|
4345
4371
|
symbol: string;
|
|
@@ -4386,7 +4412,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4386
4412
|
reorgPeriod?: number | undefined;
|
|
4387
4413
|
estimateBlockTime?: number | undefined;
|
|
4388
4414
|
} | undefined;
|
|
4389
|
-
transactionOverrides?:
|
|
4415
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
4390
4416
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
4391
4417
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
4392
4418
|
bech32Prefix?: string | undefined;
|
|
@@ -4456,6 +4482,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4456
4482
|
domainId?: number | undefined;
|
|
4457
4483
|
displayName?: string | undefined;
|
|
4458
4484
|
displayNameShort?: string | undefined;
|
|
4485
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4459
4486
|
logoURI?: string | undefined;
|
|
4460
4487
|
nativeToken?: {
|
|
4461
4488
|
symbol: string;
|
|
@@ -4502,7 +4529,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4502
4529
|
reorgPeriod?: number | undefined;
|
|
4503
4530
|
estimateBlockTime?: number | undefined;
|
|
4504
4531
|
} | undefined;
|
|
4505
|
-
transactionOverrides?:
|
|
4532
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
4506
4533
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
4507
4534
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
4508
4535
|
bech32Prefix?: string | undefined;
|
|
@@ -4572,6 +4599,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4572
4599
|
domainId?: number | undefined;
|
|
4573
4600
|
displayName?: string | undefined;
|
|
4574
4601
|
displayNameShort?: string | undefined;
|
|
4602
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4575
4603
|
logoURI?: string | undefined;
|
|
4576
4604
|
nativeToken?: {
|
|
4577
4605
|
symbol: string;
|
|
@@ -4618,7 +4646,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4618
4646
|
reorgPeriod?: number | undefined;
|
|
4619
4647
|
estimateBlockTime?: number | undefined;
|
|
4620
4648
|
} | undefined;
|
|
4621
|
-
transactionOverrides?:
|
|
4649
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
4622
4650
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
4623
4651
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
4624
4652
|
bech32Prefix?: string | undefined;
|
|
@@ -4688,6 +4716,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4688
4716
|
domainId?: number | undefined;
|
|
4689
4717
|
displayName?: string | undefined;
|
|
4690
4718
|
displayNameShort?: string | undefined;
|
|
4719
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4691
4720
|
logoURI?: string | undefined;
|
|
4692
4721
|
nativeToken?: {
|
|
4693
4722
|
symbol: string;
|
|
@@ -4734,7 +4763,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4734
4763
|
reorgPeriod?: number | undefined;
|
|
4735
4764
|
estimateBlockTime?: number | undefined;
|
|
4736
4765
|
} | undefined;
|
|
4737
|
-
transactionOverrides?:
|
|
4766
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
4738
4767
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
4739
4768
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
4740
4769
|
bech32Prefix?: string | undefined;
|
|
@@ -4804,6 +4833,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4804
4833
|
domainId?: number | undefined;
|
|
4805
4834
|
displayName?: string | undefined;
|
|
4806
4835
|
displayNameShort?: string | undefined;
|
|
4836
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4807
4837
|
logoURI?: string | undefined;
|
|
4808
4838
|
nativeToken?: {
|
|
4809
4839
|
symbol: string;
|
|
@@ -4850,7 +4880,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4850
4880
|
reorgPeriod?: number | undefined;
|
|
4851
4881
|
estimateBlockTime?: number | undefined;
|
|
4852
4882
|
} | undefined;
|
|
4853
|
-
transactionOverrides?:
|
|
4883
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
4854
4884
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
4855
4885
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
4856
4886
|
bech32Prefix?: string | undefined;
|
|
@@ -4975,6 +5005,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
4975
5005
|
domainId?: number | undefined;
|
|
4976
5006
|
displayName?: string | undefined;
|
|
4977
5007
|
displayNameShort?: string | undefined;
|
|
5008
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
4978
5009
|
logoURI?: string | undefined;
|
|
4979
5010
|
nativeToken?: {
|
|
4980
5011
|
symbol: string;
|
|
@@ -5021,7 +5052,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5021
5052
|
reorgPeriod?: number | undefined;
|
|
5022
5053
|
estimateBlockTime?: number | undefined;
|
|
5023
5054
|
} | undefined;
|
|
5024
|
-
transactionOverrides?:
|
|
5055
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5025
5056
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5026
5057
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5027
5058
|
bech32Prefix?: string | undefined;
|
|
@@ -5115,6 +5146,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5115
5146
|
domainId?: number | undefined;
|
|
5116
5147
|
displayName?: string | undefined;
|
|
5117
5148
|
displayNameShort?: string | undefined;
|
|
5149
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
5118
5150
|
logoURI?: string | undefined;
|
|
5119
5151
|
nativeToken?: {
|
|
5120
5152
|
symbol: string;
|
|
@@ -5161,7 +5193,7 @@ export declare const ScraperAgentConfigSchema: z.ZodObject<{
|
|
|
5161
5193
|
reorgPeriod?: number | undefined;
|
|
5162
5194
|
estimateBlockTime?: number | undefined;
|
|
5163
5195
|
} | undefined;
|
|
5164
|
-
transactionOverrides?:
|
|
5196
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5165
5197
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5166
5198
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5167
5199
|
bech32Prefix?: string | undefined;
|
|
@@ -5229,6 +5261,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5229
5261
|
domainId: z.ZodOptional<z.ZodNumber>;
|
|
5230
5262
|
displayName: z.ZodOptional<z.ZodString>;
|
|
5231
5263
|
displayNameShort: z.ZodOptional<z.ZodString>;
|
|
5264
|
+
technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof import("./chainMetadataTypes").ChainTechnicalStack>>;
|
|
5232
5265
|
logoURI: z.ZodOptional<z.ZodString>;
|
|
5233
5266
|
nativeToken: z.ZodOptional<z.ZodObject<{
|
|
5234
5267
|
name: z.ZodString;
|
|
@@ -5432,7 +5465,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5432
5465
|
reorgPeriod?: number | undefined;
|
|
5433
5466
|
estimateBlockTime?: number | undefined;
|
|
5434
5467
|
}>>;
|
|
5435
|
-
transactionOverrides: z.ZodOptional<z.
|
|
5468
|
+
transactionOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5436
5469
|
gasCurrencyCoinGeckoId: z.ZodOptional<z.ZodString>;
|
|
5437
5470
|
gnosisSafeTransactionServiceUrl: z.ZodOptional<z.ZodString>;
|
|
5438
5471
|
bech32Prefix: z.ZodOptional<z.ZodString>;
|
|
@@ -5546,6 +5579,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5546
5579
|
domainId?: number | undefined;
|
|
5547
5580
|
displayName?: string | undefined;
|
|
5548
5581
|
displayNameShort?: string | undefined;
|
|
5582
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
5549
5583
|
logoURI?: string | undefined;
|
|
5550
5584
|
nativeToken?: {
|
|
5551
5585
|
symbol: string;
|
|
@@ -5592,7 +5626,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5592
5626
|
reorgPeriod?: number | undefined;
|
|
5593
5627
|
estimateBlockTime?: number | undefined;
|
|
5594
5628
|
} | undefined;
|
|
5595
|
-
transactionOverrides?:
|
|
5629
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5596
5630
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5597
5631
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5598
5632
|
bech32Prefix?: string | undefined;
|
|
@@ -5662,6 +5696,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5662
5696
|
domainId?: number | undefined;
|
|
5663
5697
|
displayName?: string | undefined;
|
|
5664
5698
|
displayNameShort?: string | undefined;
|
|
5699
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
5665
5700
|
logoURI?: string | undefined;
|
|
5666
5701
|
nativeToken?: {
|
|
5667
5702
|
symbol: string;
|
|
@@ -5708,7 +5743,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5708
5743
|
reorgPeriod?: number | undefined;
|
|
5709
5744
|
estimateBlockTime?: number | undefined;
|
|
5710
5745
|
} | undefined;
|
|
5711
|
-
transactionOverrides?:
|
|
5746
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5712
5747
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5713
5748
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5714
5749
|
bech32Prefix?: string | undefined;
|
|
@@ -5778,6 +5813,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5778
5813
|
domainId?: number | undefined;
|
|
5779
5814
|
displayName?: string | undefined;
|
|
5780
5815
|
displayNameShort?: string | undefined;
|
|
5816
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
5781
5817
|
logoURI?: string | undefined;
|
|
5782
5818
|
nativeToken?: {
|
|
5783
5819
|
symbol: string;
|
|
@@ -5824,7 +5860,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5824
5860
|
reorgPeriod?: number | undefined;
|
|
5825
5861
|
estimateBlockTime?: number | undefined;
|
|
5826
5862
|
} | undefined;
|
|
5827
|
-
transactionOverrides?:
|
|
5863
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5828
5864
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5829
5865
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5830
5866
|
bech32Prefix?: string | undefined;
|
|
@@ -5894,6 +5930,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5894
5930
|
domainId?: number | undefined;
|
|
5895
5931
|
displayName?: string | undefined;
|
|
5896
5932
|
displayNameShort?: string | undefined;
|
|
5933
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
5897
5934
|
logoURI?: string | undefined;
|
|
5898
5935
|
nativeToken?: {
|
|
5899
5936
|
symbol: string;
|
|
@@ -5940,7 +5977,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
5940
5977
|
reorgPeriod?: number | undefined;
|
|
5941
5978
|
estimateBlockTime?: number | undefined;
|
|
5942
5979
|
} | undefined;
|
|
5943
|
-
transactionOverrides?:
|
|
5980
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
5944
5981
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
5945
5982
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
5946
5983
|
bech32Prefix?: string | undefined;
|
|
@@ -6010,6 +6047,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6010
6047
|
domainId?: number | undefined;
|
|
6011
6048
|
displayName?: string | undefined;
|
|
6012
6049
|
displayNameShort?: string | undefined;
|
|
6050
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
6013
6051
|
logoURI?: string | undefined;
|
|
6014
6052
|
nativeToken?: {
|
|
6015
6053
|
symbol: string;
|
|
@@ -6056,7 +6094,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6056
6094
|
reorgPeriod?: number | undefined;
|
|
6057
6095
|
estimateBlockTime?: number | undefined;
|
|
6058
6096
|
} | undefined;
|
|
6059
|
-
transactionOverrides?:
|
|
6097
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
6060
6098
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
6061
6099
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
6062
6100
|
bech32Prefix?: string | undefined;
|
|
@@ -6126,6 +6164,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6126
6164
|
domainId?: number | undefined;
|
|
6127
6165
|
displayName?: string | undefined;
|
|
6128
6166
|
displayNameShort?: string | undefined;
|
|
6167
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
6129
6168
|
logoURI?: string | undefined;
|
|
6130
6169
|
nativeToken?: {
|
|
6131
6170
|
symbol: string;
|
|
@@ -6172,7 +6211,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6172
6211
|
reorgPeriod?: number | undefined;
|
|
6173
6212
|
estimateBlockTime?: number | undefined;
|
|
6174
6213
|
} | undefined;
|
|
6175
|
-
transactionOverrides?:
|
|
6214
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
6176
6215
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
6177
6216
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
6178
6217
|
bech32Prefix?: string | undefined;
|
|
@@ -6363,6 +6402,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6363
6402
|
domainId?: number | undefined;
|
|
6364
6403
|
displayName?: string | undefined;
|
|
6365
6404
|
displayNameShort?: string | undefined;
|
|
6405
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
6366
6406
|
logoURI?: string | undefined;
|
|
6367
6407
|
nativeToken?: {
|
|
6368
6408
|
symbol: string;
|
|
@@ -6409,7 +6449,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6409
6449
|
reorgPeriod?: number | undefined;
|
|
6410
6450
|
estimateBlockTime?: number | undefined;
|
|
6411
6451
|
} | undefined;
|
|
6412
|
-
transactionOverrides?:
|
|
6452
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
6413
6453
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
6414
6454
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
6415
6455
|
bech32Prefix?: string | undefined;
|
|
@@ -6541,6 +6581,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6541
6581
|
domainId?: number | undefined;
|
|
6542
6582
|
displayName?: string | undefined;
|
|
6543
6583
|
displayNameShort?: string | undefined;
|
|
6584
|
+
technicalStack?: import("./chainMetadataTypes").ChainTechnicalStack | undefined;
|
|
6544
6585
|
logoURI?: string | undefined;
|
|
6545
6586
|
nativeToken?: {
|
|
6546
6587
|
symbol: string;
|
|
@@ -6587,7 +6628,7 @@ export declare const ValidatorAgentConfigSchema: z.ZodObject<{
|
|
|
6587
6628
|
reorgPeriod?: number | undefined;
|
|
6588
6629
|
estimateBlockTime?: number | undefined;
|
|
6589
6630
|
} | undefined;
|
|
6590
|
-
transactionOverrides?:
|
|
6631
|
+
transactionOverrides?: Record<string, any> | undefined;
|
|
6591
6632
|
gasCurrencyCoinGeckoId?: string | undefined;
|
|
6592
6633
|
gnosisSafeTransactionServiceUrl?: string | undefined;
|
|
6593
6634
|
bech32Prefix?: string | undefined;
|