-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add warning about using mud dev-contracts
on non-local chains
#3567
Comments
that makes sense, since deploys are deterministic based on creator + salt! if you aren't trying to upgrade an existing world and really want to make a new one, you can alternatively pick a new salt for your world with the |
actually wonder if this is related to or a duplicate of #3557 this is specifically a |
Oops, thanks for clearing that up. To clarify, I am using IMO there are three cases to think about here:
Case 1 (#3557) fails mysteriously, but that's fine because Curious how you think about all this :) |
Ahh yeah,
So in summary:
We can add some big fat warnings to |
mud dev-contracts
on non-local chains
I like this way of thinking! It might also be good to add a testnet deploy command to the template projects, to nudge folks in the right direction. |
you mean like this? mud/templates/react/packages/contracts/package.json Lines 9 to 11 in b790181
|
Sometimes my deployments to live chains will fail, even when my private key is funded. For example, I created a fresh project from the React template, and deploying it to Rhodolite failed on the first attempt. Changing the private key to an unused one fixes the issue.
Happy to investigate it more, just wanted to flag it first.
The text was updated successfully, but these errors were encountered: