We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744301f commit 208d527Copy full SHA for 208d527
config.yaml
@@ -572,6 +572,29 @@ tables:
572
tags:
573
- Consensus layer
574
- Finalized
575
+ - name: canonical_beacon_validators_pubkeys
576
+ database: default
577
+ excluded_columns: []
578
+ partitioning:
579
+ type: integer
580
+ column: index
581
+ interval: 50
582
+ networks:
583
+ mainnet:
584
+ from: "0"
585
+ to: "10000"
586
+ holesky:
587
588
589
+ sepolia:
590
591
+ to: "100"
592
+ tags:
593
+ - Consensus layer
594
+ - Finalized
595
+ quirks: >-
596
+ A new parquet file is only created once there is 50 new validator index's assigned and finalized. Also available in chunks of 10,000.
597
+
598
- name: libp2p_gossipsub_beacon_attestation
599
database: default
600
excluded_columns: []
0 commit comments