fix: indexer_config field name

This commit is contained in:
erhant 2026-06-16 15:59:11 +03:00
parent 4dec2ec44c
commit 67aa199067
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -10,3 +10,9 @@ result
# Node
resources/
# RocksDB
rocksdb
# Other
.DS_Store

View File

@ -1,7 +1,7 @@
{
"home": ".",
"consensus_info_polling_interval": "1s",
"bedrock_client_config": {
"bedrock_config": {
"addr": "http://localhost:8080",
"backoff": {
"start_delay": "100ms",