Commit af3f8c9f authored by Zachinquarantine's avatar Zachinquarantine Committed by Aniket

Remove morden

parent 81e93468
...@@ -76,7 +76,6 @@ export class ExecutionContext { ...@@ -76,7 +76,6 @@ export class ExecutionContext {
if (err) name = 'Unknown' if (err) name = 'Unknown'
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md
else if (id === 1) name = 'Main' else if (id === 1) name = 'Main'
else if (id === 2) name = 'Morden (deprecated)'
else if (id === 3) name = 'Ropsten' else if (id === 3) name = 'Ropsten'
else if (id === 4) name = 'Rinkeby' else if (id === 4) name = 'Rinkeby'
else if (id === 5) name = 'Goerli' else if (id === 5) name = 'Goerli'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment