-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Network id configuration doesn't protect user from deploying to different network #1316
Comments
Thank you for raising this issue! It has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you would like to keep this issue open, please respond with information about the current state of this problem. |
Not stale |
Thanks for your response! This issue is no longer considered stale and someone from the Truffle team will try to respond as soon as they can. |
Colony's build is failing, seems to be a result of the change in the above PR. Relevant CI output:
Looks like the error is constructed wrong here, although I might just be blanking on whether Hard to say if there's a real problem, we may have caught a mismatch in the test suite :) attn @eggplantzzz |
This is done and released in v5.0.0. Let us know if you run into it again! Thanks! |
As we saw during the retreat demo, if you specify a specific number in your truffle config (say,
3
), if the actual network id of the chain doesn't match, Truffle won't error (and it should, to protect the user from inadvertently deploying with real Ether).Steps to repro:
Note: This bug report was written very quickly because we're at the retreat demo. Feel free to ask me any questions if the above is unclear.
The text was updated successfully, but these errors were encountered: