Skip to content

Commit 125f575

Browse files
authored
Merge pull request #41 from ethpandaops/chore/update-cfg
refactor(config.example.yaml): rename uint64_to_string_fields to bigi…
2 parents 9cfb97b + b75d30f commit 125f575

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.example.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ api:
4545
# Exclude tables matching these patterns from API exposure
4646
exclude:
4747
- "*_local"
48-
# NEW: Field whitelist for uint64→string conversion
49-
uint64_to_string_fields:
48+
# Field whitelist for uint64→string conversion
49+
bigint_to_string_fields:
50+
- peer_id_unique_key
5051
- consensus_payload_value
5152
- execution_payload_value
5253
- block_number

0 commit comments

Comments
 (0)