mirror of
https://github.com/logos-blockchain/lez-indexer-module.git
synced 2026-07-30 15:13:11 +00:00
fix: indexer_config field name
This commit is contained in:
parent
4dec2ec44c
commit
67aa199067
6
.gitignore
vendored
6
.gitignore
vendored
@ -10,3 +10,9 @@ result
|
||||
|
||||
# Node
|
||||
resources/
|
||||
|
||||
# RocksDB
|
||||
rocksdb
|
||||
|
||||
# Other
|
||||
.DS_Store
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"home": ".",
|
||||
"consensus_info_polling_interval": "1s",
|
||||
"bedrock_client_config": {
|
||||
"bedrock_config": {
|
||||
"addr": "http://localhost:8080",
|
||||
"backoff": {
|
||||
"start_delay": "100ms",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user