diff --git a/.gitignore b/.gitignore index cabf2a7..a2898d6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,9 @@ result # Node resources/ + +# RocksDB +rocksdb + +# Other +.DS_Store \ No newline at end of file diff --git a/config/indexer_config.json b/config/indexer_config.json index e4dd8f9..a8ff5cb 100644 --- a/config/indexer_config.json +++ b/config/indexer_config.json @@ -1,7 +1,7 @@ { "home": ".", "consensus_info_polling_interval": "1s", - "bedrock_client_config": { + "bedrock_config": { "addr": "http://localhost:8080", "backoff": { "start_delay": "100ms",