@eternl/network-id 0.2.0 → 0.9.22

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 (57) hide show
  1. package/dist/byron-BpRcvdPh.mjs +648 -0
  2. package/dist/byron-BpRcvdPh.mjs.map +1 -0
  3. package/dist/byron-Hv7K7fjg.cjs +756 -0
  4. package/dist/byron-Hv7K7fjg.cjs.map +1 -0
  5. package/dist/chain.cjs +182 -0
  6. package/dist/chain.cjs.map +1 -0
  7. package/dist/chain.d.cts +37 -0
  8. package/dist/chain.d.cts.map +1 -0
  9. package/dist/chain.d.mts +37 -0
  10. package/dist/chain.d.mts.map +1 -0
  11. package/dist/chain.mjs +163 -0
  12. package/dist/chain.mjs.map +1 -0
  13. package/dist/index.cjs +40 -161
  14. package/dist/index.d.cts +7 -31
  15. package/dist/index.d.mts +7 -31
  16. package/dist/index.mjs +5 -145
  17. package/dist/network/GenesisStore.cjs +46 -0
  18. package/dist/network/GenesisStore.cjs.map +1 -0
  19. package/dist/network/GenesisStore.d.cts +8 -0
  20. package/dist/network/GenesisStore.d.cts.map +1 -0
  21. package/dist/network/GenesisStore.d.mts +8 -0
  22. package/dist/network/GenesisStore.d.mts.map +1 -0
  23. package/dist/network/GenesisStore.mjs +45 -0
  24. package/dist/network/GenesisStore.mjs.map +1 -0
  25. package/dist/network/IGenesisStore.cjs +0 -0
  26. package/dist/network/IGenesisStore.d.cts +37 -0
  27. package/dist/network/IGenesisStore.d.cts.map +1 -0
  28. package/dist/network/IGenesisStore.d.mts +37 -0
  29. package/dist/network/IGenesisStore.d.mts.map +1 -0
  30. package/dist/network/IGenesisStore.mjs +1 -0
  31. package/dist/types/DateId.cjs +0 -0
  32. package/dist/types/DateId.d.cts +10 -0
  33. package/dist/types/DateId.d.cts.map +1 -0
  34. package/dist/types/DateId.d.mts +10 -0
  35. package/dist/types/DateId.d.mts.map +1 -0
  36. package/dist/types/DateId.mjs +1 -0
  37. package/dist/types/IChainTip.cjs +22 -0
  38. package/dist/types/IChainTip.cjs.map +1 -0
  39. package/dist/types/IChainTip.d.cts +20 -0
  40. package/dist/types/IChainTip.d.cts.map +1 -0
  41. package/dist/types/IChainTip.d.mts +20 -0
  42. package/dist/types/IChainTip.d.mts.map +1 -0
  43. package/dist/types/IChainTip.mjs +20 -0
  44. package/dist/types/IChainTip.mjs.map +1 -0
  45. package/dist/types/NetworkId.cjs +163 -0
  46. package/dist/types/NetworkId.cjs.map +1 -0
  47. package/dist/types/NetworkId.d.cts +31 -0
  48. package/dist/types/NetworkId.d.cts.map +1 -0
  49. package/dist/types/NetworkId.d.mts +31 -0
  50. package/dist/types/NetworkId.d.mts.map +1 -0
  51. package/dist/types/NetworkId.mjs +146 -0
  52. package/dist/types/NetworkId.mjs.map +1 -0
  53. package/package.json +19 -1
  54. package/dist/index.cjs.map +0 -1
  55. package/dist/index.d.cts.map +0 -1
  56. package/dist/index.d.mts.map +0 -1
  57. package/dist/index.mjs.map +0 -1
@@ -0,0 +1,756 @@
1
+
2
+ //#region src/network/mainnet/shelley.json
3
+ var shelley_default$8 = {
4
+ activeSlotsCoeff: .05,
5
+ protocolParams: {
6
+ "protocolVersion": {
7
+ "minor": 0,
8
+ "major": 2
9
+ },
10
+ "decentralisationParam": 1,
11
+ "eMax": 18,
12
+ "extraEntropy": { "tag": "NeutralNonce" },
13
+ "maxTxSize": 16384,
14
+ "maxBlockBodySize": 65536,
15
+ "maxBlockHeaderSize": 1100,
16
+ "minFeeA": 44,
17
+ "minFeeB": 155381,
18
+ "minUTxOValue": 1e6,
19
+ "poolDeposit": 5e8,
20
+ "minPoolCost": 34e7,
21
+ "keyDeposit": 2e6,
22
+ "nOpt": 150,
23
+ "rho": .003,
24
+ "tau": .2,
25
+ "a0": .3
26
+ },
27
+ updateQuorum: 5,
28
+ networkId: "Mainnet",
29
+ initialFunds: {},
30
+ maxLovelaceSupply: 0x9fdf42f6e48000,
31
+ networkMagic: 764824073,
32
+ epochLength: 432e3,
33
+ systemStart: "2017-09-23T21:44:51Z",
34
+ slotsPerKESPeriod: 129600,
35
+ slotLength: 1,
36
+ maxKESEvolutions: 62,
37
+ securityParam: 2160
38
+ };
39
+
40
+ //#endregion
41
+ //#region src/network/guild/shelley.json
42
+ var shelley_default$7 = {
43
+ maxLovelaceSupply: 0x9fdf42f6e48000,
44
+ securityParam: 36,
45
+ slotsPerKESPeriod: 129600,
46
+ updateQuorum: 1,
47
+ activeSlotsCoeff: .05,
48
+ protocolParams: {
49
+ "minUTxOValue": 1e6,
50
+ "eMax": 18,
51
+ "extraEntropy": { "tag": "NeutralNonce" },
52
+ "minFeeB": 1e3,
53
+ "tau": .1,
54
+ "maxBlockBodySize": 65536,
55
+ "minPoolCost": 34e7,
56
+ "minFeeA": 1,
57
+ "maxTxSize": 16384,
58
+ "nOpt": 10,
59
+ "maxBlockHeaderSize": 1100,
60
+ "keyDeposit": 2e6,
61
+ "protocolVersion": {
62
+ "minor": 0,
63
+ "major": 2
64
+ },
65
+ "poolDeposit": 5e8,
66
+ "a0": .3,
67
+ "rho": 3e-4,
68
+ "decentralisationParam": .8
69
+ },
70
+ networkMagic: 141,
71
+ maxKESEvolutions: 62,
72
+ networkId: "Testnet",
73
+ slotLength: 1,
74
+ systemStart: "2021-12-09T22:55:22Z",
75
+ epochLength: 3600
76
+ };
77
+
78
+ //#endregion
79
+ //#region src/network/sancho/shelley.json
80
+ var shelley_default$6 = {
81
+ maxLovelaceSupply: 0x9fdf42f6e48000,
82
+ securityParam: 432,
83
+ slotsPerKESPeriod: 129600,
84
+ updateQuorum: 3,
85
+ activeSlotsCoeff: .05,
86
+ protocolParams: {
87
+ "a0": .3,
88
+ "decentralisationParam": 1,
89
+ "eMax": 18,
90
+ "extraEntropy": { "tag": "NeutralNonce" },
91
+ "keyDeposit": 2e6,
92
+ "maxBlockBodySize": 65536,
93
+ "maxBlockHeaderSize": 1100,
94
+ "maxTxSize": 16384,
95
+ "minFeeA": 44,
96
+ "minFeeB": 155381,
97
+ "minPoolCost": 34e7,
98
+ "minUTxOValue": 1e6,
99
+ "nOpt": 150,
100
+ "poolDeposit": 5e8,
101
+ "protocolVersion": {
102
+ "major": 6,
103
+ "minor": 0
104
+ },
105
+ "rho": .003,
106
+ "tau": .2
107
+ },
108
+ networkMagic: 4,
109
+ initialFunds: {},
110
+ maxKESEvolutions: 62,
111
+ networkId: "Testnet",
112
+ slotLength: 1,
113
+ systemStart: "2023-06-15T00:30:00Z",
114
+ epochLength: 86400
115
+ };
116
+
117
+ //#endregion
118
+ //#region src/network/preprod/shelley.json
119
+ var shelley_default$5 = {
120
+ activeSlotsCoeff: .05,
121
+ epochLength: 432e3,
122
+ maxKESEvolutions: 62,
123
+ maxLovelaceSupply: 0x9fdf42f6e48000,
124
+ networkId: "Testnet",
125
+ networkMagic: 1,
126
+ protocolParams: {
127
+ "protocolVersion": {
128
+ "minor": 0,
129
+ "major": 2
130
+ },
131
+ "decentralisationParam": 1,
132
+ "eMax": 18,
133
+ "extraEntropy": { "tag": "NeutralNonce" },
134
+ "maxTxSize": 16384,
135
+ "maxBlockBodySize": 65536,
136
+ "maxBlockHeaderSize": 1100,
137
+ "minFeeA": 44,
138
+ "minFeeB": 155381,
139
+ "minUTxOValue": 1e6,
140
+ "poolDeposit": 5e8,
141
+ "minPoolCost": 34e7,
142
+ "keyDeposit": 2e6,
143
+ "nOpt": 150,
144
+ "rho": .003,
145
+ "tau": .2,
146
+ "a0": .3
147
+ },
148
+ securityParam: 2160,
149
+ slotLength: 1,
150
+ slotsPerKESPeriod: 129600,
151
+ systemStart: "2022-06-01T00:00:00Z",
152
+ updateQuorum: 5
153
+ };
154
+
155
+ //#endregion
156
+ //#region src/network/preview/shelley.json
157
+ var shelley_default$4 = {
158
+ activeSlotsCoeff: .05,
159
+ epochLength: 86400,
160
+ maxKESEvolutions: 62,
161
+ maxLovelaceSupply: 0x9fdf42f6e48000,
162
+ networkId: "Testnet",
163
+ networkMagic: 2,
164
+ protocolParams: {
165
+ "protocolVersion": {
166
+ "minor": 0,
167
+ "major": 6
168
+ },
169
+ "decentralisationParam": 1,
170
+ "eMax": 18,
171
+ "extraEntropy": { "tag": "NeutralNonce" },
172
+ "maxTxSize": 16384,
173
+ "maxBlockBodySize": 65536,
174
+ "maxBlockHeaderSize": 1100,
175
+ "minFeeA": 44,
176
+ "minFeeB": 155381,
177
+ "minUTxOValue": 1e6,
178
+ "poolDeposit": 5e8,
179
+ "minPoolCost": 34e7,
180
+ "keyDeposit": 2e6,
181
+ "nOpt": 150,
182
+ "rho": .003,
183
+ "tau": .2,
184
+ "a0": .3
185
+ },
186
+ securityParam: 432,
187
+ slotLength: 1,
188
+ slotsPerKESPeriod: 129600,
189
+ systemStart: "2022-10-25T00:00:00Z",
190
+ updateQuorum: 5
191
+ };
192
+
193
+ //#endregion
194
+ //#region src/network/afvt/shelley.json
195
+ var shelley_default$3 = {
196
+ activeSlotsCoeff: .25,
197
+ epochLength: 86400,
198
+ maxKESEvolutions: 62,
199
+ maxLovelaceSupply: 0xaa87bee538000,
200
+ networkId: "Mainnet",
201
+ networkMagic: 764824073,
202
+ protocolParams: {
203
+ "a0": 0,
204
+ "decentralisationParam": 1,
205
+ "eMax": 18,
206
+ "extraEntropy": { "tag": "NeutralNonce" },
207
+ "keyDeposit": 0,
208
+ "maxBlockBodySize": 180224,
209
+ "maxBlockHeaderSize": 1100,
210
+ "maxTxSize": 16384,
211
+ "minFeeA": 45,
212
+ "minFeeB": 156253,
213
+ "minPoolCost": 0,
214
+ "minUTxOValue": 1e6,
215
+ "nOpt": 100,
216
+ "poolDeposit": 0,
217
+ "protocolVersion": {
218
+ "major": 2,
219
+ "minor": 0
220
+ },
221
+ "rho": 1e-5,
222
+ "tau": 1e-6
223
+ },
224
+ securityParam: 2160,
225
+ slotLength: 1,
226
+ slotsPerKESPeriod: 129600,
227
+ systemStart: "2025-07-09T10:38:04.000000000Z",
228
+ updateQuorum: 3
229
+ };
230
+
231
+ //#endregion
232
+ //#region src/network/afvm/shelley.json
233
+ var shelley_default$2 = {
234
+ activeSlotsCoeff: .25,
235
+ epochLength: 86400,
236
+ maxKESEvolutions: 62,
237
+ maxLovelaceSupply: 0xaa87bee538000,
238
+ networkId: "Mainnet",
239
+ networkMagic: 764824073,
240
+ protocolParams: {
241
+ "a0": 0,
242
+ "decentralisationParam": 1,
243
+ "eMax": 18,
244
+ "extraEntropy": { "tag": "NeutralNonce" },
245
+ "keyDeposit": 0,
246
+ "maxBlockBodySize": 180224,
247
+ "maxBlockHeaderSize": 1100,
248
+ "maxTxSize": 16384,
249
+ "minFeeA": 45,
250
+ "minFeeB": 156253,
251
+ "minPoolCost": 0,
252
+ "minUTxOValue": 1e6,
253
+ "nOpt": 100,
254
+ "poolDeposit": 0,
255
+ "protocolVersion": {
256
+ "major": 2,
257
+ "minor": 0
258
+ },
259
+ "rho": 1e-5,
260
+ "tau": 1e-6
261
+ },
262
+ securityParam: 2160,
263
+ slotLength: 1,
264
+ slotsPerKESPeriod: 129600,
265
+ systemStart: "2025-08-29T16:40:00.000000000Z",
266
+ updateQuorum: 3
267
+ };
268
+
269
+ //#endregion
270
+ //#region src/network/afpt/shelley.json
271
+ var shelley_default$1 = {
272
+ systemStart: "2024-05-16T17:18:10.000000000Z",
273
+ networkMagic: 3311,
274
+ networkId: "Testnet",
275
+ activeSlotsCoeff: .05,
276
+ securityParam: 2160,
277
+ epochLength: 432e3,
278
+ slotsPerKESPeriod: 129600,
279
+ maxKESEvolutions: 62,
280
+ slotLength: 1,
281
+ updateQuorum: 2,
282
+ maxLovelaceSupply: 0xaa87bee538000,
283
+ protocolParams: {
284
+ "minFeeA": 47,
285
+ "minFeeB": 158298,
286
+ "maxBlockBodySize": 65536,
287
+ "maxTxSize": 16384,
288
+ "maxBlockHeaderSize": 1100,
289
+ "keyDeposit": 0,
290
+ "poolDeposit": 0,
291
+ "eMax": 18,
292
+ "nOpt": 100,
293
+ "a0": 0,
294
+ "rho": .0038,
295
+ "tau": 1e-6,
296
+ "minPoolCost": 0,
297
+ "decentralisationParam": .7,
298
+ "extraEntropy": { "tag": "NeutralNonce" },
299
+ "protocolVersion": {
300
+ "major": 7,
301
+ "minor": 0
302
+ },
303
+ "minUTxOValue": 1e6
304
+ }
305
+ };
306
+
307
+ //#endregion
308
+ //#region src/network/afpm/shelley.json
309
+ var shelley_default = {
310
+ systemStart: "2024-05-13T17:40:00.000000000Z",
311
+ networkMagic: 764824073,
312
+ networkId: "Mainnet",
313
+ activeSlotsCoeff: .05,
314
+ securityParam: 2160,
315
+ epochLength: 432e3,
316
+ slotsPerKESPeriod: 129600,
317
+ maxKESEvolutions: 60,
318
+ slotLength: 1,
319
+ updateQuorum: 5,
320
+ maxLovelaceSupply: 0xaa87bee538000,
321
+ protocolParams: {
322
+ "minFeeA": 47,
323
+ "minFeeB": 158298,
324
+ "maxBlockBodySize": 65536,
325
+ "maxTxSize": 16384,
326
+ "maxBlockHeaderSize": 1100,
327
+ "keyDeposit": 0,
328
+ "poolDeposit": 0,
329
+ "eMax": 18,
330
+ "nOpt": 100,
331
+ "a0": 0,
332
+ "rho": 1e-5,
333
+ "tau": 1e-6,
334
+ "minPoolCost": 0,
335
+ "decentralisationParam": .7,
336
+ "extraEntropy": { "tag": "NeutralNonce" },
337
+ "protocolVersion": {
338
+ "major": 2,
339
+ "minor": 0
340
+ },
341
+ "minUTxOValue": 1e6
342
+ }
343
+ };
344
+
345
+ //#endregion
346
+ //#region src/network/mainnet/byron.json
347
+ var byron_default$8 = {
348
+ blockVersionData: {
349
+ "heavyDelThd": "300000000000",
350
+ "maxBlockSize": "2000000",
351
+ "maxHeaderSize": "2000000",
352
+ "maxProposalSize": "700",
353
+ "maxTxSize": "4096",
354
+ "mpcThd": "20000000000000",
355
+ "scriptVersion": 0,
356
+ "slotDuration": "20000",
357
+ "softforkRule": {
358
+ "initThd": "900000000000000",
359
+ "minThd": "600000000000000",
360
+ "thdDecrement": "50000000000000"
361
+ },
362
+ "txFeePolicy": {
363
+ "multiplier": "43946000000",
364
+ "summand": "155381000000000"
365
+ },
366
+ "unlockStakeEpoch": "18446744073709551615",
367
+ "updateImplicit": "10000",
368
+ "updateProposalThd": "100000000000000",
369
+ "updateVoteThd": "1000000000000"
370
+ },
371
+ ftsSeed: "76617361206f7061736120736b6f766f726f64612047677572646120626f726f64612070726f766f6461",
372
+ protocolConsts: {
373
+ "k": 2160,
374
+ "protocolMagic": 764824073,
375
+ "vssMaxTTL": 6,
376
+ "vssMinTTL": 2
377
+ },
378
+ startTime: 1506203091
379
+ };
380
+
381
+ //#endregion
382
+ //#region src/network/guild/byron.json
383
+ var byron_default$7 = {
384
+ startTime: 1639090522,
385
+ blockVersionData: {
386
+ "scriptVersion": 0,
387
+ "slotDuration": "100",
388
+ "maxBlockSize": "641000",
389
+ "maxHeaderSize": "200000",
390
+ "maxTxSize": "4096",
391
+ "maxProposalSize": "700",
392
+ "mpcThd": "200000",
393
+ "heavyDelThd": "300000",
394
+ "updateVoteThd": "100000",
395
+ "updateProposalThd": "100000",
396
+ "updateImplicit": "10000",
397
+ "softforkRule": {
398
+ "initThd": "900000",
399
+ "minThd": "600000",
400
+ "thdDecrement": "100000"
401
+ },
402
+ "txFeePolicy": {
403
+ "summand": "0",
404
+ "multiplier": "439460"
405
+ },
406
+ "unlockStakeEpoch": "184467"
407
+ },
408
+ protocolConsts: {
409
+ "k": 36,
410
+ "protocolMagic": 141
411
+ },
412
+ avvmDistr: {}
413
+ };
414
+
415
+ //#endregion
416
+ //#region src/network/sancho/byron.json
417
+ var byron_default$6 = {
418
+ startTime: 1686789e3,
419
+ blockVersionData: {
420
+ "avvmDistr": {},
421
+ "heavyDelThd": "300000000000",
422
+ "maxBlockSize": "2000000",
423
+ "maxHeaderSize": "2000000",
424
+ "maxProposalSize": "700",
425
+ "maxTxSize": "4096",
426
+ "mpcThd": "20000000000000",
427
+ "scriptVersion": 0,
428
+ "slotDuration": "20000",
429
+ "softforkRule": {
430
+ "initThd": "900000000000000",
431
+ "minThd": "600000000000000",
432
+ "thdDecrement": "50000000000000"
433
+ },
434
+ "txFeePolicy": {
435
+ "multiplier": "43946000000",
436
+ "summand": "155381000000000"
437
+ },
438
+ "unlockStakeEpoch": "18446744073709551615",
439
+ "updateImplicit": "10000",
440
+ "updateProposalThd": "100000000000000",
441
+ "updateVoteThd": "1000000000000"
442
+ },
443
+ protocolConsts: {
444
+ "k": 432,
445
+ "protocolMagic": 4
446
+ }
447
+ };
448
+
449
+ //#endregion
450
+ //#region src/network/preprod/byron.json
451
+ var byron_default$5 = {
452
+ startTime: 1654041600,
453
+ blockVersionData: {
454
+ "scriptVersion": 0,
455
+ "slotDuration": "20000",
456
+ "maxBlockSize": "2000000",
457
+ "maxHeaderSize": "2000000",
458
+ "maxTxSize": "4096",
459
+ "maxProposalSize": "700",
460
+ "mpcThd": "20000000000000",
461
+ "heavyDelThd": "300000000000",
462
+ "updateVoteThd": "1000000000000",
463
+ "updateProposalThd": "100000000000000",
464
+ "updateImplicit": "10000",
465
+ "softforkRule": {
466
+ "initThd": "900000000000000",
467
+ "minThd": "600000000000000",
468
+ "thdDecrement": "50000000000000"
469
+ },
470
+ "txFeePolicy": {
471
+ "summand": "155381000000000",
472
+ "multiplier": "43946000000"
473
+ },
474
+ "unlockStakeEpoch": "18446744073709551615"
475
+ },
476
+ protocolConsts: {
477
+ "k": 2160,
478
+ "protocolMagic": 1
479
+ }
480
+ };
481
+
482
+ //#endregion
483
+ //#region src/network/preview/byron.json
484
+ var byron_default$4 = {
485
+ startTime: 1666656e3,
486
+ blockVersionData: {
487
+ "scriptVersion": 0,
488
+ "slotDuration": "20000",
489
+ "maxBlockSize": "2000000",
490
+ "maxHeaderSize": "2000000",
491
+ "maxTxSize": "4096",
492
+ "maxProposalSize": "700",
493
+ "mpcThd": "20000000000000",
494
+ "heavyDelThd": "300000000000",
495
+ "updateVoteThd": "1000000000000",
496
+ "updateProposalThd": "100000000000000",
497
+ "updateImplicit": "10000",
498
+ "softforkRule": {
499
+ "initThd": "900000000000000",
500
+ "minThd": "600000000000000",
501
+ "thdDecrement": "50000000000000"
502
+ },
503
+ "txFeePolicy": {
504
+ "summand": "155381000000000",
505
+ "multiplier": "43946000000"
506
+ },
507
+ "unlockStakeEpoch": "18446744073709551615"
508
+ },
509
+ protocolConsts: {
510
+ "k": 432,
511
+ "protocolMagic": 2
512
+ }
513
+ };
514
+
515
+ //#endregion
516
+ //#region src/network/afvt/byron.json
517
+ var byron_default$3 = {
518
+ startTime: 1752057484,
519
+ blockVersionData: {
520
+ "scriptVersion": 0,
521
+ "slotDuration": "1000",
522
+ "maxBlockSize": "2000000",
523
+ "maxHeaderSize": "2000000",
524
+ "maxTxSize": "4096",
525
+ "maxProposalSize": "700",
526
+ "mpcThd": "20000000000000",
527
+ "heavyDelThd": "300000000000",
528
+ "updateVoteThd": "1000000000000",
529
+ "updateProposalThd": "100000000000000",
530
+ "updateImplicit": "10000",
531
+ "softforkRule": {
532
+ "initThd": "900000000000000",
533
+ "minThd": "600000000000000",
534
+ "thdDecrement": "50000000000000"
535
+ },
536
+ "txFeePolicy": {
537
+ "summand": "155381000000000",
538
+ "multiplier": "43946000000"
539
+ },
540
+ "unlockStakeEpoch": "18446744073709551615"
541
+ },
542
+ protocolConsts: {
543
+ "k": 2160,
544
+ "protocolMagic": 764824073
545
+ }
546
+ };
547
+
548
+ //#endregion
549
+ //#region src/network/afvm/byron.json
550
+ var byron_default$2 = {
551
+ startTime: 1756485600,
552
+ blockVersionData: {
553
+ "scriptVersion": 0,
554
+ "slotDuration": "1000",
555
+ "maxBlockSize": "2000000",
556
+ "maxHeaderSize": "2000000",
557
+ "maxTxSize": "4096",
558
+ "maxProposalSize": "700",
559
+ "mpcThd": "20000000000000",
560
+ "heavyDelThd": "300000000000",
561
+ "updateVoteThd": "1000000000000",
562
+ "updateProposalThd": "100000000000000",
563
+ "updateImplicit": "10000",
564
+ "softforkRule": {
565
+ "initThd": "900000000000000",
566
+ "minThd": "600000000000000",
567
+ "thdDecrement": "50000000000000"
568
+ },
569
+ "txFeePolicy": {
570
+ "summand": "155381000000000",
571
+ "multiplier": "43946000000"
572
+ },
573
+ "unlockStakeEpoch": "18446744073709551615"
574
+ },
575
+ protocolConsts: {
576
+ "k": 2160,
577
+ "protocolMagic": 764824073
578
+ }
579
+ };
580
+
581
+ //#endregion
582
+ //#region src/network/afpt/byron.json
583
+ var byron_default$1 = {
584
+ startTime: 1715879890,
585
+ blockVersionData: {
586
+ "scriptVersion": 0,
587
+ "slotDuration": "20000",
588
+ "maxBlockSize": "2000000",
589
+ "maxHeaderSize": "2000000",
590
+ "maxTxSize": "4096",
591
+ "maxProposalSize": "700",
592
+ "mpcThd": "20000000000000",
593
+ "heavyDelThd": "300000000000",
594
+ "updateVoteThd": "1000000000000",
595
+ "updateProposalThd": "100000000000000",
596
+ "updateImplicit": "10000",
597
+ "softforkRule": {
598
+ "initThd": "900000000000000",
599
+ "minThd": "600000000000000",
600
+ "thdDecrement": "50000000000000"
601
+ },
602
+ "txFeePolicy": {
603
+ "summand": "155381000000000",
604
+ "multiplier": "43946000000"
605
+ },
606
+ "unlockStakeEpoch": "18446744073709551615"
607
+ },
608
+ protocolConsts: {
609
+ "k": 2160,
610
+ "protocolMagic": 3311
611
+ }
612
+ };
613
+
614
+ //#endregion
615
+ //#region src/network/afpm/byron.json
616
+ var byron_default = {
617
+ startTime: 1715622e3,
618
+ blockVersionData: {
619
+ "scriptVersion": 0,
620
+ "slotDuration": "20000",
621
+ "maxBlockSize": "2000000",
622
+ "maxHeaderSize": "2000000",
623
+ "maxTxSize": "4096",
624
+ "maxProposalSize": "700",
625
+ "mpcThd": "20000000000000",
626
+ "heavyDelThd": "300000000000",
627
+ "updateVoteThd": "1000000000000",
628
+ "updateProposalThd": "100000000000000",
629
+ "updateImplicit": "10000",
630
+ "softforkRule": {
631
+ "initThd": "900000000000000",
632
+ "minThd": "600000000000000",
633
+ "thdDecrement": "50000000000000"
634
+ },
635
+ "txFeePolicy": {
636
+ "summand": "155381000000000",
637
+ "multiplier": "43946000000"
638
+ },
639
+ "unlockStakeEpoch": "18446744073709551615"
640
+ },
641
+ protocolConsts: {
642
+ "k": 2160,
643
+ "protocolMagic": 764824073
644
+ }
645
+ };
646
+
647
+ //#endregion
648
+ Object.defineProperty(exports, 'byron_default', {
649
+ enumerable: true,
650
+ get: function () {
651
+ return byron_default;
652
+ }
653
+ });
654
+ Object.defineProperty(exports, 'byron_default$1', {
655
+ enumerable: true,
656
+ get: function () {
657
+ return byron_default$1;
658
+ }
659
+ });
660
+ Object.defineProperty(exports, 'byron_default$2', {
661
+ enumerable: true,
662
+ get: function () {
663
+ return byron_default$2;
664
+ }
665
+ });
666
+ Object.defineProperty(exports, 'byron_default$3', {
667
+ enumerable: true,
668
+ get: function () {
669
+ return byron_default$3;
670
+ }
671
+ });
672
+ Object.defineProperty(exports, 'byron_default$4', {
673
+ enumerable: true,
674
+ get: function () {
675
+ return byron_default$4;
676
+ }
677
+ });
678
+ Object.defineProperty(exports, 'byron_default$5', {
679
+ enumerable: true,
680
+ get: function () {
681
+ return byron_default$5;
682
+ }
683
+ });
684
+ Object.defineProperty(exports, 'byron_default$6', {
685
+ enumerable: true,
686
+ get: function () {
687
+ return byron_default$6;
688
+ }
689
+ });
690
+ Object.defineProperty(exports, 'byron_default$7', {
691
+ enumerable: true,
692
+ get: function () {
693
+ return byron_default$7;
694
+ }
695
+ });
696
+ Object.defineProperty(exports, 'byron_default$8', {
697
+ enumerable: true,
698
+ get: function () {
699
+ return byron_default$8;
700
+ }
701
+ });
702
+ Object.defineProperty(exports, 'shelley_default', {
703
+ enumerable: true,
704
+ get: function () {
705
+ return shelley_default;
706
+ }
707
+ });
708
+ Object.defineProperty(exports, 'shelley_default$1', {
709
+ enumerable: true,
710
+ get: function () {
711
+ return shelley_default$1;
712
+ }
713
+ });
714
+ Object.defineProperty(exports, 'shelley_default$2', {
715
+ enumerable: true,
716
+ get: function () {
717
+ return shelley_default$2;
718
+ }
719
+ });
720
+ Object.defineProperty(exports, 'shelley_default$3', {
721
+ enumerable: true,
722
+ get: function () {
723
+ return shelley_default$3;
724
+ }
725
+ });
726
+ Object.defineProperty(exports, 'shelley_default$4', {
727
+ enumerable: true,
728
+ get: function () {
729
+ return shelley_default$4;
730
+ }
731
+ });
732
+ Object.defineProperty(exports, 'shelley_default$5', {
733
+ enumerable: true,
734
+ get: function () {
735
+ return shelley_default$5;
736
+ }
737
+ });
738
+ Object.defineProperty(exports, 'shelley_default$6', {
739
+ enumerable: true,
740
+ get: function () {
741
+ return shelley_default$6;
742
+ }
743
+ });
744
+ Object.defineProperty(exports, 'shelley_default$7', {
745
+ enumerable: true,
746
+ get: function () {
747
+ return shelley_default$7;
748
+ }
749
+ });
750
+ Object.defineProperty(exports, 'shelley_default$8', {
751
+ enumerable: true,
752
+ get: function () {
753
+ return shelley_default$8;
754
+ }
755
+ });
756
+ //# sourceMappingURL=byron-Hv7K7fjg.cjs.map