|
|
@ -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' |
|
|
|