diff --git a/README.md b/README.md index 07b883a8..364ee2a5 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/indexer/service/configs/indexer_config.json b/indexer/service/configs/indexer_config.json index 93d424c5..b83c4650 100644 --- a/indexer/service/configs/indexer_config.json +++ b/indexer/service/configs/indexer_config.json @@ -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 diff --git a/sequencer_runner/configs/debug/sequencer_config.json b/sequencer_runner/configs/debug/sequencer_config.json index cd6840e6..2e4d4ed3 100644 --- a/sequencer_runner/configs/debug/sequencer_config.json +++ b/sequencer_runner/configs/debug/sequencer_config.json @@ -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": [