We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cfb97b + b75d30f commit 125f575Copy full SHA for 125f575
config.example.yaml
@@ -45,8 +45,9 @@ api:
45
# Exclude tables matching these patterns from API exposure
46
exclude:
47
- "*_local"
48
- # NEW: Field whitelist for uint64→string conversion
49
- uint64_to_string_fields:
+ # Field whitelist for uint64→string conversion
+ bigint_to_string_fields:
50
+ - peer_id_unique_key
51
- consensus_payload_value
52
- execution_payload_value
53
- block_number
0 commit comments