Skip to content

@latticexyz/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 13:37
· 124 commits to main since this release
98f937c

Patch Changes

  • 2f2e63a: Exploring worlds on Redstone and Garnet chains will now retrieve data from the hosted SQL indexer.

  • 95aa3bb: 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.

    -  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"
  • 6c056de: Table filters are now included as part of the URL. This enables deep links and improves navigating between pages without losing search state.