Use ethers.js instead of the old web3 #29

Merged
bumi merged 8 commits from ethers into master 2018-04-04 12:20:55 +00:00
Showing only changes of commit 6a5eb5a313 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = function(environment) {
} }
}; };
ENV.contractMetadata['networkId'] = "17"; ENV.contractMetadata['networkId'] = "42";
if (process.env.OPERATOR_CONTRACT_ADDR) { if (process.env.OPERATOR_CONTRACT_ADDR) {
ENV.contractMetadata['Operator'] = { ENV.contractMetadata['Operator'] = {