diff --git a/.changeset/five-pots-switch.md b/.changeset/five-pots-switch.md index 8270d0ff1e..a2551cbaa8 100644 --- a/.changeset/five-pots-switch.md +++ b/.changeset/five-pots-switch.md @@ -2,4 +2,4 @@ "@latticexyz/cli": patch --- -Fixed `""block is out of range"` errors in the deployer by adding retry logic to the `getLogs` call in the `getResourceIds` function. Previously, fetching the logs could fail if the RPC was out of sync. +Deploying now retries on "block is out of range" errors, for cases where the RPC is load balanced and out of sync.