Browse Source

Delete morden network config

Clean up dead code, since infura doesn't support morden anymore
Alex Xiong 6 years ago
parent
commit
3726e34872
1 changed files with 0 additions and 4 deletions
  1. 0 4
      truffle.js

+ 0 - 4
truffle.js

@@ -24,10 +24,6 @@ module.exports = {
       // gasPrice
       // from - default address to use for any transaction Truffle makes during migrations
     },
-    morden: {
-      network_id: 2,
-      host: 'https://morden.infura.io'
-    },
     ropsten: {
       provider: new HDWalletProvider(mnemonic, 'https://ropsten.infura.io'),
       network_id: '3'