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