Upgrade Mud
Sometimes Mud is updated mid-cycle with a bug fix that you need to pull in to get something deployed:
pnpm mud set-version --tag main && pnpm install
This will essentially use the bleeding edge version of Mud.
Sometimes Mud is updated mid-cycle with a bug fix that you need to pull in to get something deployed:
pnpm mud set-version --tag main && pnpm install
This will essentially use the bleeding edge version of Mud.