diff --git a/.changeset/lovely-seahorses-peel.md b/.changeset/lovely-seahorses-peel.md new file mode 100644 index 0000000000..e5d37b2886 --- /dev/null +++ b/.changeset/lovely-seahorses-peel.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/store": patch +--- + +Updated `IStoreRegistration` interface to allow calling `registerTable` with `keyNames` and `fieldNames` from `memory` rather than `calldata` so this can be called with names returned by table libraries.