chore: adjuct docs and configs for manual run

This commit is contained in:
Daniil Polyakov 2026-02-13 01:55:36 +03:00
parent c663ad1a56
commit 9d35cf4ea8
3 changed files with 4 additions and 4 deletions

View File

@ -135,10 +135,10 @@ The sequencer and node can be run locally:
1. On one terminal go to the `logos-blockchain/logos-blockchain` repo and run a local logos blockchain node:
- `git checkout master; git pull`
- `cargo clean`
- `rm ~/.logos-blockchain-circuits`
- `rm -r ~/.logos-blockchain-circuits`
- `./scripts/setup-logos-blockchain-circuits.sh`
- `cargo build --all-features`
- `./target/debug/logos-blockchain-node nodes/node/config-one-node.yaml`
- `./target/debug/logos-blockchain-node --deployment nodes/node/standalone-deployment-config.yaml nodes/node/standalone-node-config.yaml`
2. On another terminal go to the `logos-blockchain/lssa` repo and run indexer service:
- `RUST_LOG=info cargo run --release -p indexer_service indexer/service/configs/indexer_config.json`

View File

@ -1,7 +1,7 @@
{
"resubscribe_interval_millis": 1000,
"bedrock_client_config": {
"addr": "http://localhost:18080",
"addr": "http://localhost:8080",
"backoff": {
"start_delay_millis": 100,
"max_retries": 5

View File

@ -14,7 +14,7 @@
"max_retries": 5
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"node_url": "http://localhost:18080"
"node_url": "http://localhost:8080"
},
"indexer_rpc_url": "ws://localhost:8779",
"initial_accounts": [