From af77bb862027267411b27c98a6e1235c3a6206b6 Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Tue, 30 Apr 2024 14:24:57 +0100 Subject: [PATCH] chore: changeset --- .changeset/rotten-rules-switch.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/rotten-rules-switch.md b/.changeset/rotten-rules-switch.md index cfff345939..2041869a75 100644 --- a/.changeset/rotten-rules-switch.md +++ b/.changeset/rotten-rules-switch.md @@ -2,4 +2,6 @@ "@latticexyz/common": patch --- -Added an optional `indexerUrl` property to `MUDChain`, along with indexer URL's for the Redstone and Garnet chain configs. +Added an optional `indexerUrl` property to `MUDChain` which is used as the default indexer URL in `createStoreSync`. + +Also added indexer URL's to the Redstone and Garnet chain configs.