You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running into an issue when I had a new quickstart container spun up (without any loam contracts deployed), and tried to run loam dev --build-contracts the process was failing because it could not fetch the existing contract hash from the chain. This PR should have handled this case, but we should add some tests to cover this.
The text was updated successfully, but these errors were encountered:
I was running into an issue when I had a new quickstart container spun up (without any loam contracts deployed), and tried to run
loam dev --build-contracts
the process was failing because it could not fetch the existing contract hash from the chain. This PR should have handled this case, but we should add some tests to cover this.The text was updated successfully, but these errors were encountered: