@hyperlane-xyz/sdk 11.0.0 → 12.1.0-cli-bundle.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.
Files changed (123) hide show
  1. package/dist/consts/multisigIsm.d.ts.map +1 -1
  2. package/dist/consts/multisigIsm.js +65 -29
  3. package/dist/consts/multisigIsm.js.map +1 -1
  4. package/dist/core/CoreDeployer.hardhat-test.js +1 -1
  5. package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
  6. package/dist/core/EvmCoreModule.d.ts +1 -2
  7. package/dist/core/EvmCoreModule.d.ts.map +1 -1
  8. package/dist/core/EvmCoreModule.js.map +1 -1
  9. package/dist/core/HyperlaneCore.d.ts +2 -2
  10. package/dist/core/HyperlaneCore.d.ts.map +1 -1
  11. package/dist/core/HyperlaneCore.js.map +1 -1
  12. package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
  13. package/dist/core/HyperlaneCoreChecker.js.map +1 -1
  14. package/dist/core/HyperlaneRelayer.d.ts +2 -2
  15. package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
  16. package/dist/core/HyperlaneRelayer.js.map +1 -1
  17. package/dist/deploy/proxy.d.ts +7 -4
  18. package/dist/deploy/proxy.d.ts.map +1 -1
  19. package/dist/deploy/proxy.js.map +1 -1
  20. package/dist/deploy/proxyFactoryUtils.d.ts +7 -0
  21. package/dist/deploy/proxyFactoryUtils.d.ts.map +1 -0
  22. package/dist/deploy/proxyFactoryUtils.js +12 -0
  23. package/dist/deploy/proxyFactoryUtils.js.map +1 -0
  24. package/dist/gas/token-prices.test.js +1 -0
  25. package/dist/gas/token-prices.test.js.map +1 -1
  26. package/dist/hook/EvmHookReader.d.ts +1 -2
  27. package/dist/hook/EvmHookReader.d.ts.map +1 -1
  28. package/dist/hook/EvmHookReader.js.map +1 -1
  29. package/dist/hook/types.d.ts +3 -0
  30. package/dist/hook/types.d.ts.map +1 -1
  31. package/dist/hook/types.js +14 -0
  32. package/dist/hook/types.js.map +1 -1
  33. package/dist/index.d.ts +4 -4
  34. package/dist/index.d.ts.map +1 -1
  35. package/dist/index.js +2 -2
  36. package/dist/index.js.map +1 -1
  37. package/dist/ism/EvmIsmReader.d.ts +1 -2
  38. package/dist/ism/EvmIsmReader.d.ts.map +1 -1
  39. package/dist/ism/EvmIsmReader.js.map +1 -1
  40. package/dist/ism/metadata/aggregation.d.ts.map +1 -1
  41. package/dist/ism/metadata/aggregation.js.map +1 -1
  42. package/dist/ism/metadata/routing.d.ts.map +1 -1
  43. package/dist/ism/metadata/routing.js +1 -1
  44. package/dist/ism/metadata/routing.js.map +1 -1
  45. package/dist/ism/metadata/types.d.ts +2 -2
  46. package/dist/ism/metadata/types.d.ts.map +1 -1
  47. package/dist/ism/types.d.ts +7 -1
  48. package/dist/ism/types.d.ts.map +1 -1
  49. package/dist/ism/types.js +12 -0
  50. package/dist/ism/types.js.map +1 -1
  51. package/dist/ism/utils.d.ts +21 -1
  52. package/dist/ism/utils.d.ts.map +1 -1
  53. package/dist/ism/utils.js +25 -1
  54. package/dist/ism/utils.js.map +1 -1
  55. package/dist/metadata/agentConfig.d.ts +443 -245
  56. package/dist/metadata/agentConfig.d.ts.map +1 -1
  57. package/dist/metadata/agentConfig.js +26 -0
  58. package/dist/metadata/agentConfig.js.map +1 -1
  59. package/dist/metadata/chainMetadataTypes.d.ts +154 -0
  60. package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
  61. package/dist/metadata/chainMetadataTypes.js +5 -0
  62. package/dist/metadata/chainMetadataTypes.js.map +1 -1
  63. package/dist/providers/ProviderType.d.ts +23 -5
  64. package/dist/providers/ProviderType.d.ts.map +1 -1
  65. package/dist/providers/ProviderType.js +1 -0
  66. package/dist/providers/ProviderType.js.map +1 -1
  67. package/dist/providers/providerBuilders.d.ts +4 -1
  68. package/dist/providers/providerBuilders.d.ts.map +1 -1
  69. package/dist/providers/providerBuilders.js +12 -1
  70. package/dist/providers/providerBuilders.js.map +1 -1
  71. package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
  72. package/dist/router/HyperlaneRouterChecker.js +19 -0
  73. package/dist/router/HyperlaneRouterChecker.js.map +1 -1
  74. package/dist/router/ProxiedRouterChecker.d.ts.map +1 -1
  75. package/dist/router/ProxiedRouterChecker.js +7 -0
  76. package/dist/router/ProxiedRouterChecker.js.map +1 -1
  77. package/dist/router/types.d.ts +14 -0
  78. package/dist/router/types.d.ts.map +1 -1
  79. package/dist/router/types.js +1 -0
  80. package/dist/router/types.js.map +1 -1
  81. package/dist/token/EvmERC20WarpModule.d.ts +11 -11
  82. package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
  83. package/dist/token/EvmERC20WarpModule.hardhat-test.js +7 -9
  84. package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
  85. package/dist/token/EvmERC20WarpModule.js +5 -6
  86. package/dist/token/EvmERC20WarpModule.js.map +1 -1
  87. package/dist/token/EvmERC20WarpRouteReader.d.ts +4 -4
  88. package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
  89. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +4 -3
  90. package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
  91. package/dist/token/EvmERC20WarpRouteReader.js +2 -3
  92. package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
  93. package/dist/token/TokenStandard.d.ts.map +1 -1
  94. package/dist/token/TokenStandard.js +0 -2
  95. package/dist/token/TokenStandard.js.map +1 -1
  96. package/dist/token/checker.d.ts.map +1 -1
  97. package/dist/token/checker.js +7 -3
  98. package/dist/token/checker.js.map +1 -1
  99. package/dist/token/config.d.ts +0 -2
  100. package/dist/token/config.d.ts.map +1 -1
  101. package/dist/token/config.js +0 -3
  102. package/dist/token/config.js.map +1 -1
  103. package/dist/token/contracts.d.ts +1 -5
  104. package/dist/token/contracts.d.ts.map +1 -1
  105. package/dist/token/contracts.js +1 -5
  106. package/dist/token/contracts.js.map +1 -1
  107. package/dist/token/deploy.hardhat-test.js +49 -4
  108. package/dist/token/deploy.hardhat-test.js.map +1 -1
  109. package/dist/token/types.d.ts +68 -64
  110. package/dist/token/types.d.ts.map +1 -1
  111. package/dist/token/types.js +10 -7
  112. package/dist/token/types.js.map +1 -1
  113. package/dist/token/types.test.js +1 -6
  114. package/dist/token/types.test.js.map +1 -1
  115. package/dist/utils/zksync.d.ts +8 -0
  116. package/dist/utils/zksync.d.ts.map +1 -0
  117. package/dist/utils/zksync.js +24 -0
  118. package/dist/utils/zksync.js.map +1 -0
  119. package/dist/zksync/ZKSyncDeployer.d.ts +59 -0
  120. package/dist/zksync/ZKSyncDeployer.d.ts.map +1 -0
  121. package/dist/zksync/ZKSyncDeployer.js +123 -0
  122. package/dist/zksync/ZKSyncDeployer.js.map +1 -0
  123. package/package.json +4 -3
@@ -17,6 +17,7 @@ export declare enum ExplorerFamily {
17
17
  Blockscout = "blockscout",
18
18
  Routescan = "routescan",
19
19
  Voyager = "voyager",
20
+ ZkSync = "zksync",
20
21
  Other = "other"
21
22
  }
22
23
  export declare enum ChainTechnicalStack {
@@ -66,6 +67,7 @@ export declare const RpcUrlSchema: z.ZodObject<{
66
67
  maxRequests: number;
67
68
  baseRetryMs: number;
68
69
  }>>;
70
+ public: z.ZodOptional<z.ZodBoolean>;
69
71
  }, "strip", z.ZodTypeAny, {
70
72
  http: string;
71
73
  concurrency?: number | undefined;
@@ -79,6 +81,7 @@ export declare const RpcUrlSchema: z.ZodObject<{
79
81
  maxRequests: number;
80
82
  baseRetryMs: number;
81
83
  } | undefined;
84
+ public?: boolean | undefined;
82
85
  }, {
83
86
  http: string;
84
87
  concurrency?: number | undefined;
@@ -92,6 +95,7 @@ export declare const RpcUrlSchema: z.ZodObject<{
92
95
  maxRequests: number;
93
96
  baseRetryMs: number;
94
97
  } | undefined;
98
+ public?: boolean | undefined;
95
99
  }>;
96
100
  export type RpcUrl = z.infer<typeof RpcUrlSchema>;
97
101
  export declare const BlockExplorerSchema: z.ZodObject<{
@@ -249,6 +253,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
249
253
  maxRequests: number;
250
254
  baseRetryMs: number;
251
255
  }>>;
256
+ public: z.ZodOptional<z.ZodBoolean>;
252
257
  }, "strip", z.ZodTypeAny, {
253
258
  http: string;
254
259
  concurrency?: number | undefined;
@@ -262,6 +267,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
262
267
  maxRequests: number;
263
268
  baseRetryMs: number;
264
269
  } | undefined;
270
+ public?: boolean | undefined;
265
271
  }, {
266
272
  http: string;
267
273
  concurrency?: number | undefined;
@@ -275,6 +281,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
275
281
  maxRequests: number;
276
282
  baseRetryMs: number;
277
283
  } | undefined;
284
+ public?: boolean | undefined;
278
285
  }>, "many">>;
279
286
  index: z.ZodOptional<z.ZodObject<{
280
287
  from: z.ZodOptional<z.ZodNumber>;
@@ -330,6 +337,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
330
337
  maxRequests: number;
331
338
  baseRetryMs: number;
332
339
  }>>;
340
+ public: z.ZodOptional<z.ZodBoolean>;
333
341
  }, "strip", z.ZodTypeAny, {
334
342
  http: string;
335
343
  concurrency?: number | undefined;
@@ -343,6 +351,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
343
351
  maxRequests: number;
344
352
  baseRetryMs: number;
345
353
  } | undefined;
354
+ public?: boolean | undefined;
346
355
  }, {
347
356
  http: string;
348
357
  concurrency?: number | undefined;
@@ -356,6 +365,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
356
365
  maxRequests: number;
357
366
  baseRetryMs: number;
358
367
  } | undefined;
368
+ public?: boolean | undefined;
359
369
  }>, "many">>;
360
370
  rpcUrls: z.ZodArray<z.ZodObject<{
361
371
  http: z.ZodString;
@@ -384,6 +394,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
384
394
  maxRequests: number;
385
395
  baseRetryMs: number;
386
396
  }>>;
397
+ public: z.ZodOptional<z.ZodBoolean>;
387
398
  }, "strip", z.ZodTypeAny, {
388
399
  http: string;
389
400
  concurrency?: number | undefined;
@@ -397,6 +408,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
397
408
  maxRequests: number;
398
409
  baseRetryMs: number;
399
410
  } | undefined;
411
+ public?: boolean | undefined;
400
412
  }, {
401
413
  http: string;
402
414
  concurrency?: number | undefined;
@@ -410,6 +422,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
410
422
  maxRequests: number;
411
423
  baseRetryMs: number;
412
424
  } | undefined;
425
+ public?: boolean | undefined;
413
426
  }>, "many">;
414
427
  slip44: z.ZodOptional<z.ZodNumber>;
415
428
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -432,6 +445,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
432
445
  maxRequests: number;
433
446
  baseRetryMs: number;
434
447
  } | undefined;
448
+ public?: boolean | undefined;
435
449
  }[];
436
450
  availability?: {
437
451
  status: ChainStatus.Disabled;
@@ -475,6 +489,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
475
489
  maxRequests: number;
476
490
  baseRetryMs: number;
477
491
  } | undefined;
492
+ public?: boolean | undefined;
478
493
  }[] | undefined;
479
494
  index?: {
480
495
  from?: number | undefined;
@@ -500,6 +515,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
500
515
  maxRequests: number;
501
516
  baseRetryMs: number;
502
517
  } | undefined;
518
+ public?: boolean | undefined;
503
519
  }[] | undefined;
504
520
  slip44?: number | undefined;
505
521
  technicalStack?: ChainTechnicalStack | undefined;
@@ -522,6 +538,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
522
538
  maxRequests: number;
523
539
  baseRetryMs: number;
524
540
  } | undefined;
541
+ public?: boolean | undefined;
525
542
  }[];
526
543
  availability?: {
527
544
  status: ChainStatus.Disabled;
@@ -565,6 +582,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
565
582
  maxRequests: number;
566
583
  baseRetryMs: number;
567
584
  } | undefined;
585
+ public?: boolean | undefined;
568
586
  }[] | undefined;
569
587
  index?: {
570
588
  from?: number | undefined;
@@ -590,6 +608,7 @@ export declare const ChainMetadataSchemaObject: z.ZodObject<{
590
608
  maxRequests: number;
591
609
  baseRetryMs: number;
592
610
  } | undefined;
611
+ public?: boolean | undefined;
593
612
  }[] | undefined;
594
613
  slip44?: number | undefined;
595
614
  technicalStack?: ChainTechnicalStack | undefined;
@@ -692,6 +711,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
692
711
  maxRequests: number;
693
712
  baseRetryMs: number;
694
713
  }>>;
714
+ public: z.ZodOptional<z.ZodBoolean>;
695
715
  }, "strip", z.ZodTypeAny, {
696
716
  http: string;
697
717
  concurrency?: number | undefined;
@@ -705,6 +725,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
705
725
  maxRequests: number;
706
726
  baseRetryMs: number;
707
727
  } | undefined;
728
+ public?: boolean | undefined;
708
729
  }, {
709
730
  http: string;
710
731
  concurrency?: number | undefined;
@@ -718,6 +739,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
718
739
  maxRequests: number;
719
740
  baseRetryMs: number;
720
741
  } | undefined;
742
+ public?: boolean | undefined;
721
743
  }>, "many">>;
722
744
  index: z.ZodOptional<z.ZodObject<{
723
745
  from: z.ZodOptional<z.ZodNumber>;
@@ -773,6 +795,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
773
795
  maxRequests: number;
774
796
  baseRetryMs: number;
775
797
  }>>;
798
+ public: z.ZodOptional<z.ZodBoolean>;
776
799
  }, "strip", z.ZodTypeAny, {
777
800
  http: string;
778
801
  concurrency?: number | undefined;
@@ -786,6 +809,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
786
809
  maxRequests: number;
787
810
  baseRetryMs: number;
788
811
  } | undefined;
812
+ public?: boolean | undefined;
789
813
  }, {
790
814
  http: string;
791
815
  concurrency?: number | undefined;
@@ -799,6 +823,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
799
823
  maxRequests: number;
800
824
  baseRetryMs: number;
801
825
  } | undefined;
826
+ public?: boolean | undefined;
802
827
  }>, "many">>;
803
828
  rpcUrls: z.ZodArray<z.ZodObject<{
804
829
  http: z.ZodString;
@@ -827,6 +852,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
827
852
  maxRequests: number;
828
853
  baseRetryMs: number;
829
854
  }>>;
855
+ public: z.ZodOptional<z.ZodBoolean>;
830
856
  }, "strip", z.ZodTypeAny, {
831
857
  http: string;
832
858
  concurrency?: number | undefined;
@@ -840,6 +866,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
840
866
  maxRequests: number;
841
867
  baseRetryMs: number;
842
868
  } | undefined;
869
+ public?: boolean | undefined;
843
870
  }, {
844
871
  http: string;
845
872
  concurrency?: number | undefined;
@@ -853,6 +880,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
853
880
  maxRequests: number;
854
881
  baseRetryMs: number;
855
882
  } | undefined;
883
+ public?: boolean | undefined;
856
884
  }>, "many">;
857
885
  slip44: z.ZodOptional<z.ZodNumber>;
858
886
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -954,6 +982,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
954
982
  maxRequests: number;
955
983
  baseRetryMs: number;
956
984
  }>>;
985
+ public: z.ZodOptional<z.ZodBoolean>;
957
986
  }, "strip", z.ZodTypeAny, {
958
987
  http: string;
959
988
  concurrency?: number | undefined;
@@ -967,6 +996,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
967
996
  maxRequests: number;
968
997
  baseRetryMs: number;
969
998
  } | undefined;
999
+ public?: boolean | undefined;
970
1000
  }, {
971
1001
  http: string;
972
1002
  concurrency?: number | undefined;
@@ -980,6 +1010,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
980
1010
  maxRequests: number;
981
1011
  baseRetryMs: number;
982
1012
  } | undefined;
1013
+ public?: boolean | undefined;
983
1014
  }>, "many">>;
984
1015
  index: z.ZodOptional<z.ZodObject<{
985
1016
  from: z.ZodOptional<z.ZodNumber>;
@@ -1035,6 +1066,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1035
1066
  maxRequests: number;
1036
1067
  baseRetryMs: number;
1037
1068
  }>>;
1069
+ public: z.ZodOptional<z.ZodBoolean>;
1038
1070
  }, "strip", z.ZodTypeAny, {
1039
1071
  http: string;
1040
1072
  concurrency?: number | undefined;
@@ -1048,6 +1080,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1048
1080
  maxRequests: number;
1049
1081
  baseRetryMs: number;
1050
1082
  } | undefined;
1083
+ public?: boolean | undefined;
1051
1084
  }, {
1052
1085
  http: string;
1053
1086
  concurrency?: number | undefined;
@@ -1061,6 +1094,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1061
1094
  maxRequests: number;
1062
1095
  baseRetryMs: number;
1063
1096
  } | undefined;
1097
+ public?: boolean | undefined;
1064
1098
  }>, "many">>;
1065
1099
  rpcUrls: z.ZodArray<z.ZodObject<{
1066
1100
  http: z.ZodString;
@@ -1089,6 +1123,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1089
1123
  maxRequests: number;
1090
1124
  baseRetryMs: number;
1091
1125
  }>>;
1126
+ public: z.ZodOptional<z.ZodBoolean>;
1092
1127
  }, "strip", z.ZodTypeAny, {
1093
1128
  http: string;
1094
1129
  concurrency?: number | undefined;
@@ -1102,6 +1137,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1102
1137
  maxRequests: number;
1103
1138
  baseRetryMs: number;
1104
1139
  } | undefined;
1140
+ public?: boolean | undefined;
1105
1141
  }, {
1106
1142
  http: string;
1107
1143
  concurrency?: number | undefined;
@@ -1115,6 +1151,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1115
1151
  maxRequests: number;
1116
1152
  baseRetryMs: number;
1117
1153
  } | undefined;
1154
+ public?: boolean | undefined;
1118
1155
  }>, "many">;
1119
1156
  slip44: z.ZodOptional<z.ZodNumber>;
1120
1157
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -1216,6 +1253,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1216
1253
  maxRequests: number;
1217
1254
  baseRetryMs: number;
1218
1255
  }>>;
1256
+ public: z.ZodOptional<z.ZodBoolean>;
1219
1257
  }, "strip", z.ZodTypeAny, {
1220
1258
  http: string;
1221
1259
  concurrency?: number | undefined;
@@ -1229,6 +1267,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1229
1267
  maxRequests: number;
1230
1268
  baseRetryMs: number;
1231
1269
  } | undefined;
1270
+ public?: boolean | undefined;
1232
1271
  }, {
1233
1272
  http: string;
1234
1273
  concurrency?: number | undefined;
@@ -1242,6 +1281,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1242
1281
  maxRequests: number;
1243
1282
  baseRetryMs: number;
1244
1283
  } | undefined;
1284
+ public?: boolean | undefined;
1245
1285
  }>, "many">>;
1246
1286
  index: z.ZodOptional<z.ZodObject<{
1247
1287
  from: z.ZodOptional<z.ZodNumber>;
@@ -1297,6 +1337,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1297
1337
  maxRequests: number;
1298
1338
  baseRetryMs: number;
1299
1339
  }>>;
1340
+ public: z.ZodOptional<z.ZodBoolean>;
1300
1341
  }, "strip", z.ZodTypeAny, {
1301
1342
  http: string;
1302
1343
  concurrency?: number | undefined;
@@ -1310,6 +1351,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1310
1351
  maxRequests: number;
1311
1352
  baseRetryMs: number;
1312
1353
  } | undefined;
1354
+ public?: boolean | undefined;
1313
1355
  }, {
1314
1356
  http: string;
1315
1357
  concurrency?: number | undefined;
@@ -1323,6 +1365,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1323
1365
  maxRequests: number;
1324
1366
  baseRetryMs: number;
1325
1367
  } | undefined;
1368
+ public?: boolean | undefined;
1326
1369
  }>, "many">>;
1327
1370
  rpcUrls: z.ZodArray<z.ZodObject<{
1328
1371
  http: z.ZodString;
@@ -1351,6 +1394,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1351
1394
  maxRequests: number;
1352
1395
  baseRetryMs: number;
1353
1396
  }>>;
1397
+ public: z.ZodOptional<z.ZodBoolean>;
1354
1398
  }, "strip", z.ZodTypeAny, {
1355
1399
  http: string;
1356
1400
  concurrency?: number | undefined;
@@ -1364,6 +1408,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1364
1408
  maxRequests: number;
1365
1409
  baseRetryMs: number;
1366
1410
  } | undefined;
1411
+ public?: boolean | undefined;
1367
1412
  }, {
1368
1413
  http: string;
1369
1414
  concurrency?: number | undefined;
@@ -1377,6 +1422,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1377
1422
  maxRequests: number;
1378
1423
  baseRetryMs: number;
1379
1424
  } | undefined;
1425
+ public?: boolean | undefined;
1380
1426
  }>, "many">;
1381
1427
  slip44: z.ZodOptional<z.ZodNumber>;
1382
1428
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -1478,6 +1524,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1478
1524
  maxRequests: number;
1479
1525
  baseRetryMs: number;
1480
1526
  }>>;
1527
+ public: z.ZodOptional<z.ZodBoolean>;
1481
1528
  }, "strip", z.ZodTypeAny, {
1482
1529
  http: string;
1483
1530
  concurrency?: number | undefined;
@@ -1491,6 +1538,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1491
1538
  maxRequests: number;
1492
1539
  baseRetryMs: number;
1493
1540
  } | undefined;
1541
+ public?: boolean | undefined;
1494
1542
  }, {
1495
1543
  http: string;
1496
1544
  concurrency?: number | undefined;
@@ -1504,6 +1552,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1504
1552
  maxRequests: number;
1505
1553
  baseRetryMs: number;
1506
1554
  } | undefined;
1555
+ public?: boolean | undefined;
1507
1556
  }>, "many">>;
1508
1557
  index: z.ZodOptional<z.ZodObject<{
1509
1558
  from: z.ZodOptional<z.ZodNumber>;
@@ -1559,6 +1608,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1559
1608
  maxRequests: number;
1560
1609
  baseRetryMs: number;
1561
1610
  }>>;
1611
+ public: z.ZodOptional<z.ZodBoolean>;
1562
1612
  }, "strip", z.ZodTypeAny, {
1563
1613
  http: string;
1564
1614
  concurrency?: number | undefined;
@@ -1572,6 +1622,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1572
1622
  maxRequests: number;
1573
1623
  baseRetryMs: number;
1574
1624
  } | undefined;
1625
+ public?: boolean | undefined;
1575
1626
  }, {
1576
1627
  http: string;
1577
1628
  concurrency?: number | undefined;
@@ -1585,6 +1636,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1585
1636
  maxRequests: number;
1586
1637
  baseRetryMs: number;
1587
1638
  } | undefined;
1639
+ public?: boolean | undefined;
1588
1640
  }>, "many">>;
1589
1641
  rpcUrls: z.ZodArray<z.ZodObject<{
1590
1642
  http: z.ZodString;
@@ -1613,6 +1665,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1613
1665
  maxRequests: number;
1614
1666
  baseRetryMs: number;
1615
1667
  }>>;
1668
+ public: z.ZodOptional<z.ZodBoolean>;
1616
1669
  }, "strip", z.ZodTypeAny, {
1617
1670
  http: string;
1618
1671
  concurrency?: number | undefined;
@@ -1626,6 +1679,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1626
1679
  maxRequests: number;
1627
1680
  baseRetryMs: number;
1628
1681
  } | undefined;
1682
+ public?: boolean | undefined;
1629
1683
  }, {
1630
1684
  http: string;
1631
1685
  concurrency?: number | undefined;
@@ -1639,6 +1693,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1639
1693
  maxRequests: number;
1640
1694
  baseRetryMs: number;
1641
1695
  } | undefined;
1696
+ public?: boolean | undefined;
1642
1697
  }>, "many">;
1643
1698
  slip44: z.ZodOptional<z.ZodNumber>;
1644
1699
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -1740,6 +1795,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1740
1795
  maxRequests: number;
1741
1796
  baseRetryMs: number;
1742
1797
  }>>;
1798
+ public: z.ZodOptional<z.ZodBoolean>;
1743
1799
  }, "strip", z.ZodTypeAny, {
1744
1800
  http: string;
1745
1801
  concurrency?: number | undefined;
@@ -1753,6 +1809,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1753
1809
  maxRequests: number;
1754
1810
  baseRetryMs: number;
1755
1811
  } | undefined;
1812
+ public?: boolean | undefined;
1756
1813
  }, {
1757
1814
  http: string;
1758
1815
  concurrency?: number | undefined;
@@ -1766,6 +1823,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1766
1823
  maxRequests: number;
1767
1824
  baseRetryMs: number;
1768
1825
  } | undefined;
1826
+ public?: boolean | undefined;
1769
1827
  }>, "many">>;
1770
1828
  index: z.ZodOptional<z.ZodObject<{
1771
1829
  from: z.ZodOptional<z.ZodNumber>;
@@ -1821,6 +1879,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1821
1879
  maxRequests: number;
1822
1880
  baseRetryMs: number;
1823
1881
  }>>;
1882
+ public: z.ZodOptional<z.ZodBoolean>;
1824
1883
  }, "strip", z.ZodTypeAny, {
1825
1884
  http: string;
1826
1885
  concurrency?: number | undefined;
@@ -1834,6 +1893,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1834
1893
  maxRequests: number;
1835
1894
  baseRetryMs: number;
1836
1895
  } | undefined;
1896
+ public?: boolean | undefined;
1837
1897
  }, {
1838
1898
  http: string;
1839
1899
  concurrency?: number | undefined;
@@ -1847,6 +1907,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1847
1907
  maxRequests: number;
1848
1908
  baseRetryMs: number;
1849
1909
  } | undefined;
1910
+ public?: boolean | undefined;
1850
1911
  }>, "many">>;
1851
1912
  rpcUrls: z.ZodArray<z.ZodObject<{
1852
1913
  http: z.ZodString;
@@ -1875,6 +1936,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1875
1936
  maxRequests: number;
1876
1937
  baseRetryMs: number;
1877
1938
  }>>;
1939
+ public: z.ZodOptional<z.ZodBoolean>;
1878
1940
  }, "strip", z.ZodTypeAny, {
1879
1941
  http: string;
1880
1942
  concurrency?: number | undefined;
@@ -1888,6 +1950,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1888
1950
  maxRequests: number;
1889
1951
  baseRetryMs: number;
1890
1952
  } | undefined;
1953
+ public?: boolean | undefined;
1891
1954
  }, {
1892
1955
  http: string;
1893
1956
  concurrency?: number | undefined;
@@ -1901,6 +1964,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
1901
1964
  maxRequests: number;
1902
1965
  baseRetryMs: number;
1903
1966
  } | undefined;
1967
+ public?: boolean | undefined;
1904
1968
  }>, "many">;
1905
1969
  slip44: z.ZodOptional<z.ZodNumber>;
1906
1970
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -2002,6 +2066,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2002
2066
  maxRequests: number;
2003
2067
  baseRetryMs: number;
2004
2068
  }>>;
2069
+ public: z.ZodOptional<z.ZodBoolean>;
2005
2070
  }, "strip", z.ZodTypeAny, {
2006
2071
  http: string;
2007
2072
  concurrency?: number | undefined;
@@ -2015,6 +2080,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2015
2080
  maxRequests: number;
2016
2081
  baseRetryMs: number;
2017
2082
  } | undefined;
2083
+ public?: boolean | undefined;
2018
2084
  }, {
2019
2085
  http: string;
2020
2086
  concurrency?: number | undefined;
@@ -2028,6 +2094,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2028
2094
  maxRequests: number;
2029
2095
  baseRetryMs: number;
2030
2096
  } | undefined;
2097
+ public?: boolean | undefined;
2031
2098
  }>, "many">>;
2032
2099
  index: z.ZodOptional<z.ZodObject<{
2033
2100
  from: z.ZodOptional<z.ZodNumber>;
@@ -2083,6 +2150,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2083
2150
  maxRequests: number;
2084
2151
  baseRetryMs: number;
2085
2152
  }>>;
2153
+ public: z.ZodOptional<z.ZodBoolean>;
2086
2154
  }, "strip", z.ZodTypeAny, {
2087
2155
  http: string;
2088
2156
  concurrency?: number | undefined;
@@ -2096,6 +2164,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2096
2164
  maxRequests: number;
2097
2165
  baseRetryMs: number;
2098
2166
  } | undefined;
2167
+ public?: boolean | undefined;
2099
2168
  }, {
2100
2169
  http: string;
2101
2170
  concurrency?: number | undefined;
@@ -2109,6 +2178,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2109
2178
  maxRequests: number;
2110
2179
  baseRetryMs: number;
2111
2180
  } | undefined;
2181
+ public?: boolean | undefined;
2112
2182
  }>, "many">>;
2113
2183
  rpcUrls: z.ZodArray<z.ZodObject<{
2114
2184
  http: z.ZodString;
@@ -2137,6 +2207,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2137
2207
  maxRequests: number;
2138
2208
  baseRetryMs: number;
2139
2209
  }>>;
2210
+ public: z.ZodOptional<z.ZodBoolean>;
2140
2211
  }, "strip", z.ZodTypeAny, {
2141
2212
  http: string;
2142
2213
  concurrency?: number | undefined;
@@ -2150,6 +2221,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2150
2221
  maxRequests: number;
2151
2222
  baseRetryMs: number;
2152
2223
  } | undefined;
2224
+ public?: boolean | undefined;
2153
2225
  }, {
2154
2226
  http: string;
2155
2227
  concurrency?: number | undefined;
@@ -2163,6 +2235,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2163
2235
  maxRequests: number;
2164
2236
  baseRetryMs: number;
2165
2237
  } | undefined;
2238
+ public?: boolean | undefined;
2166
2239
  }>, "many">;
2167
2240
  slip44: z.ZodOptional<z.ZodNumber>;
2168
2241
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -2264,6 +2337,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2264
2337
  maxRequests: number;
2265
2338
  baseRetryMs: number;
2266
2339
  }>>;
2340
+ public: z.ZodOptional<z.ZodBoolean>;
2267
2341
  }, "strip", z.ZodTypeAny, {
2268
2342
  http: string;
2269
2343
  concurrency?: number | undefined;
@@ -2277,6 +2351,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2277
2351
  maxRequests: number;
2278
2352
  baseRetryMs: number;
2279
2353
  } | undefined;
2354
+ public?: boolean | undefined;
2280
2355
  }, {
2281
2356
  http: string;
2282
2357
  concurrency?: number | undefined;
@@ -2290,6 +2365,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2290
2365
  maxRequests: number;
2291
2366
  baseRetryMs: number;
2292
2367
  } | undefined;
2368
+ public?: boolean | undefined;
2293
2369
  }>, "many">>;
2294
2370
  index: z.ZodOptional<z.ZodObject<{
2295
2371
  from: z.ZodOptional<z.ZodNumber>;
@@ -2345,6 +2421,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2345
2421
  maxRequests: number;
2346
2422
  baseRetryMs: number;
2347
2423
  }>>;
2424
+ public: z.ZodOptional<z.ZodBoolean>;
2348
2425
  }, "strip", z.ZodTypeAny, {
2349
2426
  http: string;
2350
2427
  concurrency?: number | undefined;
@@ -2358,6 +2435,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2358
2435
  maxRequests: number;
2359
2436
  baseRetryMs: number;
2360
2437
  } | undefined;
2438
+ public?: boolean | undefined;
2361
2439
  }, {
2362
2440
  http: string;
2363
2441
  concurrency?: number | undefined;
@@ -2371,6 +2449,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2371
2449
  maxRequests: number;
2372
2450
  baseRetryMs: number;
2373
2451
  } | undefined;
2452
+ public?: boolean | undefined;
2374
2453
  }>, "many">>;
2375
2454
  rpcUrls: z.ZodArray<z.ZodObject<{
2376
2455
  http: z.ZodString;
@@ -2399,6 +2478,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2399
2478
  maxRequests: number;
2400
2479
  baseRetryMs: number;
2401
2480
  }>>;
2481
+ public: z.ZodOptional<z.ZodBoolean>;
2402
2482
  }, "strip", z.ZodTypeAny, {
2403
2483
  http: string;
2404
2484
  concurrency?: number | undefined;
@@ -2412,6 +2492,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2412
2492
  maxRequests: number;
2413
2493
  baseRetryMs: number;
2414
2494
  } | undefined;
2495
+ public?: boolean | undefined;
2415
2496
  }, {
2416
2497
  http: string;
2417
2498
  concurrency?: number | undefined;
@@ -2425,6 +2506,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2425
2506
  maxRequests: number;
2426
2507
  baseRetryMs: number;
2427
2508
  } | undefined;
2509
+ public?: boolean | undefined;
2428
2510
  }>, "many">;
2429
2511
  slip44: z.ZodOptional<z.ZodNumber>;
2430
2512
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -2526,6 +2608,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2526
2608
  maxRequests: number;
2527
2609
  baseRetryMs: number;
2528
2610
  }>>;
2611
+ public: z.ZodOptional<z.ZodBoolean>;
2529
2612
  }, "strip", z.ZodTypeAny, {
2530
2613
  http: string;
2531
2614
  concurrency?: number | undefined;
@@ -2539,6 +2622,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2539
2622
  maxRequests: number;
2540
2623
  baseRetryMs: number;
2541
2624
  } | undefined;
2625
+ public?: boolean | undefined;
2542
2626
  }, {
2543
2627
  http: string;
2544
2628
  concurrency?: number | undefined;
@@ -2552,6 +2636,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2552
2636
  maxRequests: number;
2553
2637
  baseRetryMs: number;
2554
2638
  } | undefined;
2639
+ public?: boolean | undefined;
2555
2640
  }>, "many">>;
2556
2641
  index: z.ZodOptional<z.ZodObject<{
2557
2642
  from: z.ZodOptional<z.ZodNumber>;
@@ -2607,6 +2692,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2607
2692
  maxRequests: number;
2608
2693
  baseRetryMs: number;
2609
2694
  }>>;
2695
+ public: z.ZodOptional<z.ZodBoolean>;
2610
2696
  }, "strip", z.ZodTypeAny, {
2611
2697
  http: string;
2612
2698
  concurrency?: number | undefined;
@@ -2620,6 +2706,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2620
2706
  maxRequests: number;
2621
2707
  baseRetryMs: number;
2622
2708
  } | undefined;
2709
+ public?: boolean | undefined;
2623
2710
  }, {
2624
2711
  http: string;
2625
2712
  concurrency?: number | undefined;
@@ -2633,6 +2720,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2633
2720
  maxRequests: number;
2634
2721
  baseRetryMs: number;
2635
2722
  } | undefined;
2723
+ public?: boolean | undefined;
2636
2724
  }>, "many">>;
2637
2725
  rpcUrls: z.ZodArray<z.ZodObject<{
2638
2726
  http: z.ZodString;
@@ -2661,6 +2749,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2661
2749
  maxRequests: number;
2662
2750
  baseRetryMs: number;
2663
2751
  }>>;
2752
+ public: z.ZodOptional<z.ZodBoolean>;
2664
2753
  }, "strip", z.ZodTypeAny, {
2665
2754
  http: string;
2666
2755
  concurrency?: number | undefined;
@@ -2674,6 +2763,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2674
2763
  maxRequests: number;
2675
2764
  baseRetryMs: number;
2676
2765
  } | undefined;
2766
+ public?: boolean | undefined;
2677
2767
  }, {
2678
2768
  http: string;
2679
2769
  concurrency?: number | undefined;
@@ -2687,6 +2777,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2687
2777
  maxRequests: number;
2688
2778
  baseRetryMs: number;
2689
2779
  } | undefined;
2780
+ public?: boolean | undefined;
2690
2781
  }>, "many">;
2691
2782
  slip44: z.ZodOptional<z.ZodNumber>;
2692
2783
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -2788,6 +2879,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2788
2879
  maxRequests: number;
2789
2880
  baseRetryMs: number;
2790
2881
  }>>;
2882
+ public: z.ZodOptional<z.ZodBoolean>;
2791
2883
  }, "strip", z.ZodTypeAny, {
2792
2884
  http: string;
2793
2885
  concurrency?: number | undefined;
@@ -2801,6 +2893,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2801
2893
  maxRequests: number;
2802
2894
  baseRetryMs: number;
2803
2895
  } | undefined;
2896
+ public?: boolean | undefined;
2804
2897
  }, {
2805
2898
  http: string;
2806
2899
  concurrency?: number | undefined;
@@ -2814,6 +2907,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2814
2907
  maxRequests: number;
2815
2908
  baseRetryMs: number;
2816
2909
  } | undefined;
2910
+ public?: boolean | undefined;
2817
2911
  }>, "many">>;
2818
2912
  index: z.ZodOptional<z.ZodObject<{
2819
2913
  from: z.ZodOptional<z.ZodNumber>;
@@ -2869,6 +2963,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2869
2963
  maxRequests: number;
2870
2964
  baseRetryMs: number;
2871
2965
  }>>;
2966
+ public: z.ZodOptional<z.ZodBoolean>;
2872
2967
  }, "strip", z.ZodTypeAny, {
2873
2968
  http: string;
2874
2969
  concurrency?: number | undefined;
@@ -2882,6 +2977,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2882
2977
  maxRequests: number;
2883
2978
  baseRetryMs: number;
2884
2979
  } | undefined;
2980
+ public?: boolean | undefined;
2885
2981
  }, {
2886
2982
  http: string;
2887
2983
  concurrency?: number | undefined;
@@ -2895,6 +2991,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2895
2991
  maxRequests: number;
2896
2992
  baseRetryMs: number;
2897
2993
  } | undefined;
2994
+ public?: boolean | undefined;
2898
2995
  }>, "many">>;
2899
2996
  rpcUrls: z.ZodArray<z.ZodObject<{
2900
2997
  http: z.ZodString;
@@ -2923,6 +3020,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2923
3020
  maxRequests: number;
2924
3021
  baseRetryMs: number;
2925
3022
  }>>;
3023
+ public: z.ZodOptional<z.ZodBoolean>;
2926
3024
  }, "strip", z.ZodTypeAny, {
2927
3025
  http: string;
2928
3026
  concurrency?: number | undefined;
@@ -2936,6 +3034,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2936
3034
  maxRequests: number;
2937
3035
  baseRetryMs: number;
2938
3036
  } | undefined;
3037
+ public?: boolean | undefined;
2939
3038
  }, {
2940
3039
  http: string;
2941
3040
  concurrency?: number | undefined;
@@ -2949,6 +3048,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
2949
3048
  maxRequests: number;
2950
3049
  baseRetryMs: number;
2951
3050
  } | undefined;
3051
+ public?: boolean | undefined;
2952
3052
  }>, "many">;
2953
3053
  slip44: z.ZodOptional<z.ZodNumber>;
2954
3054
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -3050,6 +3150,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3050
3150
  maxRequests: number;
3051
3151
  baseRetryMs: number;
3052
3152
  }>>;
3153
+ public: z.ZodOptional<z.ZodBoolean>;
3053
3154
  }, "strip", z.ZodTypeAny, {
3054
3155
  http: string;
3055
3156
  concurrency?: number | undefined;
@@ -3063,6 +3164,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3063
3164
  maxRequests: number;
3064
3165
  baseRetryMs: number;
3065
3166
  } | undefined;
3167
+ public?: boolean | undefined;
3066
3168
  }, {
3067
3169
  http: string;
3068
3170
  concurrency?: number | undefined;
@@ -3076,6 +3178,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3076
3178
  maxRequests: number;
3077
3179
  baseRetryMs: number;
3078
3180
  } | undefined;
3181
+ public?: boolean | undefined;
3079
3182
  }>, "many">>;
3080
3183
  index: z.ZodOptional<z.ZodObject<{
3081
3184
  from: z.ZodOptional<z.ZodNumber>;
@@ -3131,6 +3234,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3131
3234
  maxRequests: number;
3132
3235
  baseRetryMs: number;
3133
3236
  }>>;
3237
+ public: z.ZodOptional<z.ZodBoolean>;
3134
3238
  }, "strip", z.ZodTypeAny, {
3135
3239
  http: string;
3136
3240
  concurrency?: number | undefined;
@@ -3144,6 +3248,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3144
3248
  maxRequests: number;
3145
3249
  baseRetryMs: number;
3146
3250
  } | undefined;
3251
+ public?: boolean | undefined;
3147
3252
  }, {
3148
3253
  http: string;
3149
3254
  concurrency?: number | undefined;
@@ -3157,6 +3262,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3157
3262
  maxRequests: number;
3158
3263
  baseRetryMs: number;
3159
3264
  } | undefined;
3265
+ public?: boolean | undefined;
3160
3266
  }>, "many">>;
3161
3267
  rpcUrls: z.ZodArray<z.ZodObject<{
3162
3268
  http: z.ZodString;
@@ -3185,6 +3291,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3185
3291
  maxRequests: number;
3186
3292
  baseRetryMs: number;
3187
3293
  }>>;
3294
+ public: z.ZodOptional<z.ZodBoolean>;
3188
3295
  }, "strip", z.ZodTypeAny, {
3189
3296
  http: string;
3190
3297
  concurrency?: number | undefined;
@@ -3198,6 +3305,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3198
3305
  maxRequests: number;
3199
3306
  baseRetryMs: number;
3200
3307
  } | undefined;
3308
+ public?: boolean | undefined;
3201
3309
  }, {
3202
3310
  http: string;
3203
3311
  concurrency?: number | undefined;
@@ -3211,6 +3319,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3211
3319
  maxRequests: number;
3212
3320
  baseRetryMs: number;
3213
3321
  } | undefined;
3322
+ public?: boolean | undefined;
3214
3323
  }>, "many">;
3215
3324
  slip44: z.ZodOptional<z.ZodNumber>;
3216
3325
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -3312,6 +3421,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3312
3421
  maxRequests: number;
3313
3422
  baseRetryMs: number;
3314
3423
  }>>;
3424
+ public: z.ZodOptional<z.ZodBoolean>;
3315
3425
  }, "strip", z.ZodTypeAny, {
3316
3426
  http: string;
3317
3427
  concurrency?: number | undefined;
@@ -3325,6 +3435,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3325
3435
  maxRequests: number;
3326
3436
  baseRetryMs: number;
3327
3437
  } | undefined;
3438
+ public?: boolean | undefined;
3328
3439
  }, {
3329
3440
  http: string;
3330
3441
  concurrency?: number | undefined;
@@ -3338,6 +3449,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3338
3449
  maxRequests: number;
3339
3450
  baseRetryMs: number;
3340
3451
  } | undefined;
3452
+ public?: boolean | undefined;
3341
3453
  }>, "many">>;
3342
3454
  index: z.ZodOptional<z.ZodObject<{
3343
3455
  from: z.ZodOptional<z.ZodNumber>;
@@ -3393,6 +3505,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3393
3505
  maxRequests: number;
3394
3506
  baseRetryMs: number;
3395
3507
  }>>;
3508
+ public: z.ZodOptional<z.ZodBoolean>;
3396
3509
  }, "strip", z.ZodTypeAny, {
3397
3510
  http: string;
3398
3511
  concurrency?: number | undefined;
@@ -3406,6 +3519,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3406
3519
  maxRequests: number;
3407
3520
  baseRetryMs: number;
3408
3521
  } | undefined;
3522
+ public?: boolean | undefined;
3409
3523
  }, {
3410
3524
  http: string;
3411
3525
  concurrency?: number | undefined;
@@ -3419,6 +3533,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3419
3533
  maxRequests: number;
3420
3534
  baseRetryMs: number;
3421
3535
  } | undefined;
3536
+ public?: boolean | undefined;
3422
3537
  }>, "many">>;
3423
3538
  rpcUrls: z.ZodArray<z.ZodObject<{
3424
3539
  http: z.ZodString;
@@ -3447,6 +3562,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3447
3562
  maxRequests: number;
3448
3563
  baseRetryMs: number;
3449
3564
  }>>;
3565
+ public: z.ZodOptional<z.ZodBoolean>;
3450
3566
  }, "strip", z.ZodTypeAny, {
3451
3567
  http: string;
3452
3568
  concurrency?: number | undefined;
@@ -3460,6 +3576,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3460
3576
  maxRequests: number;
3461
3577
  baseRetryMs: number;
3462
3578
  } | undefined;
3579
+ public?: boolean | undefined;
3463
3580
  }, {
3464
3581
  http: string;
3465
3582
  concurrency?: number | undefined;
@@ -3473,6 +3590,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3473
3590
  maxRequests: number;
3474
3591
  baseRetryMs: number;
3475
3592
  } | undefined;
3593
+ public?: boolean | undefined;
3476
3594
  }>, "many">;
3477
3595
  slip44: z.ZodOptional<z.ZodNumber>;
3478
3596
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -3574,6 +3692,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3574
3692
  maxRequests: number;
3575
3693
  baseRetryMs: number;
3576
3694
  }>>;
3695
+ public: z.ZodOptional<z.ZodBoolean>;
3577
3696
  }, "strip", z.ZodTypeAny, {
3578
3697
  http: string;
3579
3698
  concurrency?: number | undefined;
@@ -3587,6 +3706,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3587
3706
  maxRequests: number;
3588
3707
  baseRetryMs: number;
3589
3708
  } | undefined;
3709
+ public?: boolean | undefined;
3590
3710
  }, {
3591
3711
  http: string;
3592
3712
  concurrency?: number | undefined;
@@ -3600,6 +3720,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3600
3720
  maxRequests: number;
3601
3721
  baseRetryMs: number;
3602
3722
  } | undefined;
3723
+ public?: boolean | undefined;
3603
3724
  }>, "many">>;
3604
3725
  index: z.ZodOptional<z.ZodObject<{
3605
3726
  from: z.ZodOptional<z.ZodNumber>;
@@ -3655,6 +3776,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3655
3776
  maxRequests: number;
3656
3777
  baseRetryMs: number;
3657
3778
  }>>;
3779
+ public: z.ZodOptional<z.ZodBoolean>;
3658
3780
  }, "strip", z.ZodTypeAny, {
3659
3781
  http: string;
3660
3782
  concurrency?: number | undefined;
@@ -3668,6 +3790,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3668
3790
  maxRequests: number;
3669
3791
  baseRetryMs: number;
3670
3792
  } | undefined;
3793
+ public?: boolean | undefined;
3671
3794
  }, {
3672
3795
  http: string;
3673
3796
  concurrency?: number | undefined;
@@ -3681,6 +3804,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3681
3804
  maxRequests: number;
3682
3805
  baseRetryMs: number;
3683
3806
  } | undefined;
3807
+ public?: boolean | undefined;
3684
3808
  }>, "many">>;
3685
3809
  rpcUrls: z.ZodArray<z.ZodObject<{
3686
3810
  http: z.ZodString;
@@ -3709,6 +3833,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3709
3833
  maxRequests: number;
3710
3834
  baseRetryMs: number;
3711
3835
  }>>;
3836
+ public: z.ZodOptional<z.ZodBoolean>;
3712
3837
  }, "strip", z.ZodTypeAny, {
3713
3838
  http: string;
3714
3839
  concurrency?: number | undefined;
@@ -3722,6 +3847,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3722
3847
  maxRequests: number;
3723
3848
  baseRetryMs: number;
3724
3849
  } | undefined;
3850
+ public?: boolean | undefined;
3725
3851
  }, {
3726
3852
  http: string;
3727
3853
  concurrency?: number | undefined;
@@ -3735,6 +3861,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3735
3861
  maxRequests: number;
3736
3862
  baseRetryMs: number;
3737
3863
  } | undefined;
3864
+ public?: boolean | undefined;
3738
3865
  }>, "many">;
3739
3866
  slip44: z.ZodOptional<z.ZodNumber>;
3740
3867
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -3836,6 +3963,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3836
3963
  maxRequests: number;
3837
3964
  baseRetryMs: number;
3838
3965
  }>>;
3966
+ public: z.ZodOptional<z.ZodBoolean>;
3839
3967
  }, "strip", z.ZodTypeAny, {
3840
3968
  http: string;
3841
3969
  concurrency?: number | undefined;
@@ -3849,6 +3977,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3849
3977
  maxRequests: number;
3850
3978
  baseRetryMs: number;
3851
3979
  } | undefined;
3980
+ public?: boolean | undefined;
3852
3981
  }, {
3853
3982
  http: string;
3854
3983
  concurrency?: number | undefined;
@@ -3862,6 +3991,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3862
3991
  maxRequests: number;
3863
3992
  baseRetryMs: number;
3864
3993
  } | undefined;
3994
+ public?: boolean | undefined;
3865
3995
  }>, "many">>;
3866
3996
  index: z.ZodOptional<z.ZodObject<{
3867
3997
  from: z.ZodOptional<z.ZodNumber>;
@@ -3917,6 +4047,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3917
4047
  maxRequests: number;
3918
4048
  baseRetryMs: number;
3919
4049
  }>>;
4050
+ public: z.ZodOptional<z.ZodBoolean>;
3920
4051
  }, "strip", z.ZodTypeAny, {
3921
4052
  http: string;
3922
4053
  concurrency?: number | undefined;
@@ -3930,6 +4061,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3930
4061
  maxRequests: number;
3931
4062
  baseRetryMs: number;
3932
4063
  } | undefined;
4064
+ public?: boolean | undefined;
3933
4065
  }, {
3934
4066
  http: string;
3935
4067
  concurrency?: number | undefined;
@@ -3943,6 +4075,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3943
4075
  maxRequests: number;
3944
4076
  baseRetryMs: number;
3945
4077
  } | undefined;
4078
+ public?: boolean | undefined;
3946
4079
  }>, "many">>;
3947
4080
  rpcUrls: z.ZodArray<z.ZodObject<{
3948
4081
  http: z.ZodString;
@@ -3971,6 +4104,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3971
4104
  maxRequests: number;
3972
4105
  baseRetryMs: number;
3973
4106
  }>>;
4107
+ public: z.ZodOptional<z.ZodBoolean>;
3974
4108
  }, "strip", z.ZodTypeAny, {
3975
4109
  http: string;
3976
4110
  concurrency?: number | undefined;
@@ -3984,6 +4118,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3984
4118
  maxRequests: number;
3985
4119
  baseRetryMs: number;
3986
4120
  } | undefined;
4121
+ public?: boolean | undefined;
3987
4122
  }, {
3988
4123
  http: string;
3989
4124
  concurrency?: number | undefined;
@@ -3997,6 +4132,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
3997
4132
  maxRequests: number;
3998
4133
  baseRetryMs: number;
3999
4134
  } | undefined;
4135
+ public?: boolean | undefined;
4000
4136
  }>, "many">;
4001
4137
  slip44: z.ZodOptional<z.ZodNumber>;
4002
4138
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -4098,6 +4234,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4098
4234
  maxRequests: number;
4099
4235
  baseRetryMs: number;
4100
4236
  }>>;
4237
+ public: z.ZodOptional<z.ZodBoolean>;
4101
4238
  }, "strip", z.ZodTypeAny, {
4102
4239
  http: string;
4103
4240
  concurrency?: number | undefined;
@@ -4111,6 +4248,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4111
4248
  maxRequests: number;
4112
4249
  baseRetryMs: number;
4113
4250
  } | undefined;
4251
+ public?: boolean | undefined;
4114
4252
  }, {
4115
4253
  http: string;
4116
4254
  concurrency?: number | undefined;
@@ -4124,6 +4262,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4124
4262
  maxRequests: number;
4125
4263
  baseRetryMs: number;
4126
4264
  } | undefined;
4265
+ public?: boolean | undefined;
4127
4266
  }>, "many">>;
4128
4267
  index: z.ZodOptional<z.ZodObject<{
4129
4268
  from: z.ZodOptional<z.ZodNumber>;
@@ -4179,6 +4318,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4179
4318
  maxRequests: number;
4180
4319
  baseRetryMs: number;
4181
4320
  }>>;
4321
+ public: z.ZodOptional<z.ZodBoolean>;
4182
4322
  }, "strip", z.ZodTypeAny, {
4183
4323
  http: string;
4184
4324
  concurrency?: number | undefined;
@@ -4192,6 +4332,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4192
4332
  maxRequests: number;
4193
4333
  baseRetryMs: number;
4194
4334
  } | undefined;
4335
+ public?: boolean | undefined;
4195
4336
  }, {
4196
4337
  http: string;
4197
4338
  concurrency?: number | undefined;
@@ -4205,6 +4346,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4205
4346
  maxRequests: number;
4206
4347
  baseRetryMs: number;
4207
4348
  } | undefined;
4349
+ public?: boolean | undefined;
4208
4350
  }>, "many">>;
4209
4351
  rpcUrls: z.ZodArray<z.ZodObject<{
4210
4352
  http: z.ZodString;
@@ -4233,6 +4375,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4233
4375
  maxRequests: number;
4234
4376
  baseRetryMs: number;
4235
4377
  }>>;
4378
+ public: z.ZodOptional<z.ZodBoolean>;
4236
4379
  }, "strip", z.ZodTypeAny, {
4237
4380
  http: string;
4238
4381
  concurrency?: number | undefined;
@@ -4246,6 +4389,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4246
4389
  maxRequests: number;
4247
4390
  baseRetryMs: number;
4248
4391
  } | undefined;
4392
+ public?: boolean | undefined;
4249
4393
  }, {
4250
4394
  http: string;
4251
4395
  concurrency?: number | undefined;
@@ -4259,6 +4403,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4259
4403
  maxRequests: number;
4260
4404
  baseRetryMs: number;
4261
4405
  } | undefined;
4406
+ public?: boolean | undefined;
4262
4407
  }>, "many">;
4263
4408
  slip44: z.ZodOptional<z.ZodNumber>;
4264
4409
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;
@@ -4360,6 +4505,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4360
4505
  maxRequests: number;
4361
4506
  baseRetryMs: number;
4362
4507
  }>>;
4508
+ public: z.ZodOptional<z.ZodBoolean>;
4363
4509
  }, "strip", z.ZodTypeAny, {
4364
4510
  http: string;
4365
4511
  concurrency?: number | undefined;
@@ -4373,6 +4519,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4373
4519
  maxRequests: number;
4374
4520
  baseRetryMs: number;
4375
4521
  } | undefined;
4522
+ public?: boolean | undefined;
4376
4523
  }, {
4377
4524
  http: string;
4378
4525
  concurrency?: number | undefined;
@@ -4386,6 +4533,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4386
4533
  maxRequests: number;
4387
4534
  baseRetryMs: number;
4388
4535
  } | undefined;
4536
+ public?: boolean | undefined;
4389
4537
  }>, "many">>;
4390
4538
  index: z.ZodOptional<z.ZodObject<{
4391
4539
  from: z.ZodOptional<z.ZodNumber>;
@@ -4441,6 +4589,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4441
4589
  maxRequests: number;
4442
4590
  baseRetryMs: number;
4443
4591
  }>>;
4592
+ public: z.ZodOptional<z.ZodBoolean>;
4444
4593
  }, "strip", z.ZodTypeAny, {
4445
4594
  http: string;
4446
4595
  concurrency?: number | undefined;
@@ -4454,6 +4603,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4454
4603
  maxRequests: number;
4455
4604
  baseRetryMs: number;
4456
4605
  } | undefined;
4606
+ public?: boolean | undefined;
4457
4607
  }, {
4458
4608
  http: string;
4459
4609
  concurrency?: number | undefined;
@@ -4467,6 +4617,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4467
4617
  maxRequests: number;
4468
4618
  baseRetryMs: number;
4469
4619
  } | undefined;
4620
+ public?: boolean | undefined;
4470
4621
  }>, "many">>;
4471
4622
  rpcUrls: z.ZodArray<z.ZodObject<{
4472
4623
  http: z.ZodString;
@@ -4495,6 +4646,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4495
4646
  maxRequests: number;
4496
4647
  baseRetryMs: number;
4497
4648
  }>>;
4649
+ public: z.ZodOptional<z.ZodBoolean>;
4498
4650
  }, "strip", z.ZodTypeAny, {
4499
4651
  http: string;
4500
4652
  concurrency?: number | undefined;
@@ -4508,6 +4660,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4508
4660
  maxRequests: number;
4509
4661
  baseRetryMs: number;
4510
4662
  } | undefined;
4663
+ public?: boolean | undefined;
4511
4664
  }, {
4512
4665
  http: string;
4513
4666
  concurrency?: number | undefined;
@@ -4521,6 +4674,7 @@ export declare const ChainMetadataSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects
4521
4674
  maxRequests: number;
4522
4675
  baseRetryMs: number;
4523
4676
  } | undefined;
4677
+ public?: boolean | undefined;
4524
4678
  }>, "many">;
4525
4679
  slip44: z.ZodOptional<z.ZodNumber>;
4526
4680
  technicalStack: z.ZodOptional<z.ZodNativeEnum<typeof ChainTechnicalStack>>;