Skip to content

Commit b75d30f

Browse files
committed
refactor(config.example.yaml): rename uint64_to_string_fields to bigint_to_string_fields
feat(config.example.yaml): add peer_id_unique_key to bigint_to_string_fields list
1 parent 9cfb97b commit b75d30f

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)