hyperlane-xyz / hyperlane-monorepo

The home for Hyperlane core contracts, sdk packages, and other infrastructure
https://hyperlane.xyz
Other
332 stars 360 forks source link

Failed simulation run should not cause an update of artifacts #1862

Closed nambrot closed 1 year ago

nambrot commented 1 year ago

When running hyperlane-deploy, but it fails in simualation (let's say estimate gas or something), foundry will actually update the artifacts anyways (broadcast mode is kinda weird). We should find a way to not have that happen

nambrot commented 1 year ago

May be addressed by #1864