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
Add post-deployment checks: test if contracts were deployed with correct arguments, do state checks for the variables (e.g. see if TokenNetwork uses the correct SecretRegistry etc.)
print encoded arguments data for easy contracts verification on etherscan; we can get the ABI, solc version & optimizer value from the compiled file. made a new issue with this: #319
The text was updated successfully, but these errors were encountered:
Add post-deployment checks: test if contracts were deployed with correct arguments, do state checks for the variables (e.g. see if
TokenNetwork
uses the correctSecretRegistry
etc.)print encoded arguments data for easy contracts verification on etherscan; we can get the ABI,made a new issue with this: #319solc
version & optimizer value from the compiled file.The text was updated successfully, but these errors were encountered: