Skip to content

Commit

Permalink
Update .changeset/silent-hairs-heal.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <[email protected]>
  • Loading branch information
karooolis and holic authored Sep 25, 2024
1 parent 43e09d7 commit be0af38
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .changeset/silent-hairs-heal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
---
"@latticexyz/explorer": patch
"create-mud": patch
---

The local store indexer has been integrated into the Explorer package and now runs directly as part of it, without any external setup.
Explorer now automatically starts a local indexer when using Anvil as the target chain.

If you previously had an `indexer` entry in your `mprocs.yaml` file, it can now be removed.

```diff
- indexer:
- cwd: packages/contracts
- shell: shx rm -rf $SQLITE_FILENAME && pnpm sqlite-indexer
- env:
- DEBUG: mud:*
- RPC_HTTP_URL: "http://127.0.0.1:8545"
- FOLLOW_BLOCK_TAG: "latest"
- SQLITE_FILENAME: "indexer.db"
```

0 comments on commit be0af38

Please sign in to comment.