diff --git a/.changeset/lazy-chicken-happen.md b/.changeset/lazy-chicken-happen.md new file mode 100644 index 0000000000..1929ec7175 --- /dev/null +++ b/.changeset/lazy-chicken-happen.md @@ -0,0 +1,7 @@ +--- +"@latticexyz/common": patch +--- + +Moved the transaction simulation step to just before sending the transaction in our transaction queue actions (`sendTransaction` and `writeContract`). + +This helps avoid cascading transaction failures for deep queues or when a transaction succeeding depends on the value of the previous.