From 8dbaa346a143e3b73845391e00c858acd7c7b536 Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Tue, 30 Apr 2024 20:17:33 +0100 Subject: [PATCH] chore: store-sync changeset --- .changeset/lemon-apples-march.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lemon-apples-march.md diff --git a/.changeset/lemon-apples-march.md b/.changeset/lemon-apples-march.md new file mode 100644 index 0000000000..e694ed7ac5 --- /dev/null +++ b/.changeset/lemon-apples-march.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/store-sync": patch +--- + +Updated `createStoreSync` to default to the chain's indexer URL when no `indexerUrl` is passed in. To intentionally unset the value and not use the indexer at all, `indexerUrl` can now also be `false`.