openzeppelin-contract-loader
openzeppelin-contract-loader copied to clipboard
Consider splitting fromABI into two
As noted here, the current API has two optional values that are often mutually exclusive (bytecode and address), making calling the function at times awkward.
Consider splitting this into two functions or otherwise revising the API so that this stops being the case.