From bd4dffcabd6c6715df213e6c0c8b0631c9afc0b7 Mon Sep 17 00:00:00 2001 From: Karolis Ramanauskas Date: Tue, 27 Aug 2024 12:03:05 +0300 Subject: [PATCH] fix(create-mud): update changeset package name + description (#3066) --- .changeset/real-waves-bathe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/real-waves-bathe.md b/.changeset/real-waves-bathe.md index a60720e49e..2dbf46f92f 100644 --- a/.changeset/real-waves-bathe.md +++ b/.changeset/real-waves-bathe.md @@ -1,5 +1,5 @@ --- -"@latticexyz/create-mud": patch +"create-mud": patch --- -Added `@latticexyz/explorer` and `@latticexyz/store-indexer` to all MUD templates. Updated default `worlds.json` config and world address. +New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services.