Remove morden

pull/1638/head^2
Zachinquarantine 3 years ago committed by Aniket
parent 81e93468fe
commit af3f8c9f38
  1. 1
      apps/remix-ide/src/blockchain/execution-context.js

@ -76,7 +76,6 @@ export class ExecutionContext {
if (err) name = 'Unknown'
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md
else if (id === 1) name = 'Main'
else if (id === 2) name = 'Morden (deprecated)'
else if (id === 3) name = 'Ropsten'
else if (id === 4) name = 'Rinkeby'
else if (id === 5) name = 'Goerli'

Loading…
Cancel
Save