From 64f1a026962ac9da2e72e2fda588c6f26f2c2eab Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 31 Oct 2024 17:24:54 +0000 Subject: [PATCH] add changeset --- .changeset/itchy-fireants-drop.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/itchy-fireants-drop.md diff --git a/.changeset/itchy-fireants-drop.md b/.changeset/itchy-fireants-drop.md new file mode 100644 index 0000000000..27399c8e30 --- /dev/null +++ b/.changeset/itchy-fireants-drop.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/cli": patch +--- + +Deployer now retrieves resource tags by fetching logs to work around RPC rate limiting issues.