From 81be7436c1091fec03800aa5f4010613ac22ce5e Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 21 Feb 2024 05:36:31 -0800 Subject: [PATCH] Update .changeset/rich-deers-doubt.md --- .changeset/rich-deers-doubt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/rich-deers-doubt.md b/.changeset/rich-deers-doubt.md index 88912e6719..e72da4e15a 100644 --- a/.changeset/rich-deers-doubt.md +++ b/.changeset/rich-deers-doubt.md @@ -3,4 +3,4 @@ "@latticexyz/store-sync": major --- -Added `dynamicFieldIndex` to the `Store_SpliceDynamicData` event. This enables indexers to store records as a blob per field without a schema lookup. +Added `dynamicFieldIndex` to the `Store_SpliceDynamicData` event. This enables indexers to store dynamic data as a blob per dynamic field without a schema lookup.