forked from ethpandaops/ethereum-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.yaml
676 lines (676 loc) · 25.2 KB
/
index.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
apiVersion: v1
entries:
blobscan:
- apiVersion: v2
created: "2024-08-09T08:15:32.615243554Z"
dependencies:
- name: blobscan-web
repository: https://blobscan.github.io/blobscan-helm-charts
version: 0.3.1
- name: blobscan-api
repository: https://blobscan.github.io/blobscan-helm-charts
version: 0.3.1
- name: blobscan-indexer
repository: https://blobscan.github.io/blobscan-helm-charts
version: 0.2.10
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.20
- alias: redis
condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.6.4
description: Blobscan meta-chart (depends on blobscan-api, blobscan-web and blobscan-indexer)
digest: 9b5ba4cbcb710a2a86c253207188ba1fbab6e5bdb2e53d3f95c9bc7592f45df2
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg
keywords:
- ethereum
- eip4844
- blobs
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.4.0/blobscan-0.4.0.tgz
version: 0.4.0
- apiVersion: v2
created: "2024-08-07T17:02:02.093137803Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.20
- alias: redis
condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.6.4
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 7c3aeb5d1017ddfb2664805f7c04256985463b6c9cc58d0194a36b01b672e324
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg
keywords:
- ethereum
- eip4844
- blobs
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.3.0/blobscan-0.3.0.tgz
version: 0.3.0
- apiVersion: v2
created: "2023-09-06T13:48:25.282087383Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 8632ed36e50bed259723bb539a47c2d71051200c504988a757cea53637e7fc78
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.12/blobscan-0.2.12.tgz
version: 0.2.12
- apiVersion: v2
created: "2023-08-30T11:53:27.410329716Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 008c50548585ab0361c7df3bdb9664681ed426fee90eeff5bf5cd4bf1a5653b8
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.11/blobscan-0.2.11.tgz
version: 0.2.11
- apiVersion: v2
created: "2023-08-30T11:36:02.087948004Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 2d1be23dca6174e410b46aee354142a64e299ed4e487ff00569642864ce38e8e
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.10/blobscan-0.2.10.tgz
version: 0.2.10
- apiVersion: v2
created: "2023-08-25T16:05:13.60253061Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 9352be3a075fa952f0c4921938f052abcfde13ea45d2319f767715f13c7ebb30
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.9/blobscan-0.2.9.tgz
version: 0.2.9
- apiVersion: v2
created: "2023-08-25T15:38:06.037070873Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.0
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 7bd44672814ad421c4fb0b25cc3142d521b4beaeffe74ea92773f3ac76795040
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.8/blobscan-0.2.8.tgz
version: 0.2.8
- apiVersion: v2
created: "2023-08-25T13:24:19.569456273Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.0
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 35cc7a61f013d5e63a50b136eab8a18e73d40cdfc830a8a92a608bd09535ea9f
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.7/blobscan-0.2.7.tgz
version: 0.2.7
- apiVersion: v2
created: "2023-07-18T09:43:58.76166522Z"
dependencies:
- alias: blobscandb
condition: blobscandb.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.0
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: ebc598d1455f88f470684b9683b293f9ce2c6b5558c604596151e8152a0cc920
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.6/blobscan-0.2.6.tgz
version: 0.2.6
- apiVersion: v2
created: "2023-06-15T13:31:24.421199889Z"
dependencies:
- alias: blobscandb
condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.5.1
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 1d191b0667cf20dfe8569873ca90175812e591346d7e213f574dc061bbc562c9
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.5/blobscan-0.2.5.tgz
version: 0.2.5
- apiVersion: v2
created: "2023-05-25T14:56:20.945254215Z"
dependencies:
- alias: blobscandb
condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.5.1
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: d5fe2c01c6f51f216f2fe755be5c65353df6813b7bb4f9b33cc2beaee471a128
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.4/blobscan-0.2.4.tgz
version: 0.2.4
- apiVersion: v2
created: "2023-05-25T12:53:58.806198186Z"
dependencies:
- alias: blobscandb
condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.5.1
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: 14b64158f922895071eafa5a0a65e8fd9295444fb9620cdca4da596fcf91bfac
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.3/blobscan-0.2.3.tgz
version: 0.2.3
- apiVersion: v2
created: "2023-05-14T12:05:01.31024781Z"
dependencies:
- alias: blobscandb
condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.5.1
description: Blobscan is the first blockchain explorer that helps to navigate
and visualize those EIP-4844 blobs
digest: fa39ab57b3a6524df6badd9d84b7d538ea73ab7d34986271d0277d6157ddb056
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-0.2.2/blobscan-0.2.2.tgz
version: 0.2.2
blobscan-api:
- apiVersion: v2
created: "2024-08-07T17:42:52.633382294Z"
description: Blobscan API
digest: 2da42e63cc3bbf5aba034a7c8d2f3c2613df3d51c87e78121b8242bac2148981
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.3.1/blobscan-api-0.3.1.tgz
version: 0.3.1
- apiVersion: v2
created: "2024-08-07T17:02:02.259378931Z"
description: Blobscan API
digest: 6b0554095cc21bb8f11398882a67348f3758741f0a64621cd755d32012aedd7d
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.3.0/blobscan-api-0.3.0.tgz
version: 0.3.0
- apiVersion: v2
created: "2023-09-06T13:48:25.417872632Z"
description: Blobscan tRPC API
digest: 5008ddd9a3a3ff7e142ef212570d85307cb0ad8ef2c81971c751570c1699d917
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.8/blobscan-api-0.2.8.tgz
version: 0.2.8
- apiVersion: v2
created: "2023-08-25T15:38:06.20488279Z"
description: Blobscan tRPC API
digest: b18f814f9f951e86e82ccbc6317c46cdca45d6714e155ae61a394eaacd30fa9b
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.7/blobscan-api-0.2.7.tgz
version: 0.2.7
- apiVersion: v2
created: "2023-08-25T13:24:19.773419883Z"
description: Blobscan tRPC API
digest: f606f4ba8245438c91acf732699a3facda7559407e06689d16b06d4da4d7281e
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.6/blobscan-api-0.2.6.tgz
version: 0.2.6
- apiVersion: v2
created: "2023-07-18T09:43:58.872258806Z"
description: Blobscan tRPC API
digest: cb81f1d75d3af9aea089c5ee4d726c36511bd3c79b7a115616ecc28638ae1bdf
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.5/blobscan-api-0.2.5.tgz
version: 0.2.5
- apiVersion: v2
created: "2023-06-15T13:31:24.597037687Z"
description: Blobscan tRPC API
digest: c2826e6ca3845f45715deb374e5534aff4ffe2db1444f147a44d89ba5c5c05ee
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.4/blobscan-api-0.2.4.tgz
version: 0.2.4
- apiVersion: v2
created: "2023-05-25T12:53:58.962722819Z"
description: Blobscan tRPC API
digest: 9a1aa7bd30fb95f9e401289653c8bec519ada3f9853b1ce84948fd47190ca942
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.3/blobscan-api-0.2.3.tgz
version: 0.2.3
- apiVersion: v2
created: "2023-05-14T12:05:01.443503895Z"
description: Blobscan tRPC API
digest: 21901213c79fd90779d6719a0af7753ff0b2b424e89261df99f677532fbd78ba
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-api
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-api-0.2.2/blobscan-api-0.2.2.tgz
version: 0.2.2
blobscan-indexer:
- apiVersion: v2
created: "2024-08-07T17:02:02.36191159Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: 91cc86a8774fb897bf7bf2c6c07540900ae263cba3c15d18f72030028577b6d8
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.10/blobscan-indexer-0.2.10.tgz
version: 0.2.10
- apiVersion: v2
created: "2023-08-25T15:38:06.369811056Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: dd2d095c42cef7fd7d715723c616b967589ce70ca72362d78d7eb42f20fd08a1
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.9/blobscan-indexer-0.2.9.tgz
version: 0.2.9
- apiVersion: v2
created: "2023-08-25T13:24:19.961096673Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: 23aa581ad0404ed3662a01304df81590cd18ef7dfae071192dbd9e9a924e04df
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.8/blobscan-indexer-0.2.8.tgz
version: 0.2.8
- apiVersion: v2
created: "2023-07-18T09:43:59.027546271Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: 8c7fc75274fc41c738c078fdc60d66b59ee24fe852817b59dde23a9b4d01fbb5
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.7/blobscan-indexer-0.2.7.tgz
version: 0.2.7
- apiVersion: v2
created: "2023-06-15T13:31:24.75955578Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: 7463bdd10facde2dbfae5468609f4662cda1cd07523bbc0aa1415e2404ec2622
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.6/blobscan-indexer-0.2.6.tgz
version: 0.2.6
- apiVersion: v2
created: "2023-05-25T15:49:39.628060873Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: 616c8cdcf36ae0c333548939c57dce965e43966460f17da5f49227795d04bed2
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.5/blobscan-indexer-0.2.5.tgz
version: 0.2.5
- apiVersion: v2
created: "2023-05-25T15:16:50.865885179Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: c71b530170177c9e7c3345b980b76d06530ef6b8773d9fef9824d13fa7d2f02a
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.4/blobscan-indexer-0.2.4.tgz
version: 0.2.4
- apiVersion: v2
created: "2023-05-25T12:53:59.097309458Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: e9238f39134ad88ddf6a2a37d08a2f5a5fb013efda34b193fb8deb189fc039d0
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.3/blobscan-indexer-0.2.3.tgz
version: 0.2.3
- apiVersion: v2
created: "2023-05-14T12:05:01.580467682Z"
description: Blobscan-indexer indexes blobs using Blobscan API.
digest: e6db72b931da5e3e15ba441d6f53e9b7b8cb2b9cc9ea31c59c9267762f98ed1c
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.2/blobscan-indexer-0.2.2.tgz
version: 0.2.2
- apiVersion: v2
created: "2023-05-14T12:00:20.752679966Z"
description: Blobscan-indexer indexes blobs in MongoDB for use with Blobscan.
digest: 1a246e28e1312acd06fe37e49da8abf2bc469049a76ddddb69cb2e71b0c16bdf
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/blobi.jpeg
maintainers:
- email: [email protected]
name: samcm
- email: [email protected]
name: PabloCastellano
name: blobscan-indexer
sources:
- https://github.com/blobscan/blobscan-indexer
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-indexer-0.2.1/blobscan-indexer-0.2.1.tgz
version: 0.2.1
blobscan-web:
- apiVersion: v2
created: "2024-08-07T17:42:52.771296288Z"
description: Blobscan Web UI
digest: 22ebc834525668ff316af69880dbc59d355bec248ed6b1987c0b4ee0ffc03d37
home: https://blobscan.com
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg
keywords:
- ethereum
- eip4844
- blobs
maintainers:
- email: [email protected]
name: PabloCastellano
name: blobscan-web
sources:
- https://github.com/blobscan/blobscan/
type: application
urls:
- https://github.com/Blobscan/blobscan-helm-charts/releases/download/blobscan-web-0.3.1/blobscan-web-0.3.1.tgz
version: 0.3.1
generated: "2024-08-09T08:15:32.61533198Z"