From d71f798fbe4c35e6a1a09aa07a3c88236f1e0243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Stu=CC=88ber?= <15174476+TorstenStueber@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:01:33 -0300 Subject: [PATCH] Update README --- nabla-indexer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nabla-indexer/README.md b/nabla-indexer/README.md index 17ed233..5b593ec 100644 --- a/nabla-indexer/README.md +++ b/nabla-indexer/README.md @@ -7,6 +7,6 @@ To run these tests: - run foucoco-standalone from scratch locally - run our subsquid indexer from scratch locally - this requires some changes that allow to run the indexer locally - - `sqd down && sqd up && sqd process:foucoco` + - `sqd down && sqd up && sqd process:local` - run this test suite here - `npx ts-node src/index.ts test nabla-indexer --network local`