Merge pull request #286 from poanetwork/proxy

(Fix) Import of proxy contracts for eth chains
This commit is contained in:
Victor Baranov 2019-06-06 21:34:48 +03:00 committed by GitHub
commit ca73a80b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const getBlockscoutApiNetworkPrefix = (network) => {
case 42:
case 3:
case 4:
return 'mainnet'
return 'eth'
case 99:
case 77:
case 100: