diff --git a/.changeset/dry-camels-accept.md b/.changeset/dry-camels-accept.md index 5619e59a2d..7460c11961 100644 --- a/.changeset/dry-camels-accept.md +++ b/.changeset/dry-camels-accept.md @@ -7,7 +7,7 @@ Added experimental system libraries for World systems for easier ergonomics when Note that these libraries are marked experimental as we may make breaking changes to their interfaces. ```solidity -import { worldRegistrationSystem } from "@latticexyz/world/src/experimental/codegen/systems/WorldRegistrationSystemLib.sol"; +import { worldRegistrationSystem } from "@latticexyz/world/src/codegen/experimental/systems/WorldRegistrationSystemLib.sol"; // equivalent to `IBaseWorld(_world()).registerNamespace("hello")` but directly routed through `world.call` for better gas. worldRegistrationSystem.registerNamespace("hello");