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
{{ message }}
This repository was archived by the owner on Jul 11, 2019. It is now read-only.
Most users are used to creating new instances of a contract by running MyContract.new(), where MyContract is a truffle-contract wrapper of their contract. We may want to consider extending MyContract with a .newProxy() function that reads info from the zos.network.json file to create a new proxy instead of a new full-blown contract.