Changed MEW endpoints #2280

This commit is contained in:
H 2018-08-23 22:38:04 +01:00 committed by GitHub
parent eacd9581bc
commit 73427e153f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ const remoteBlacklistException = ['bittreat.com']
// load MEW blacklist
mapValues({
mewBlacklist: 'https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/urls/urls-darklist.json',
mewWhitelist: 'https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/urls/urls-lightlist.json',
mewBlacklist: 'https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/urls/urls-darklist.json',
mewWhitelist: 'https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/urls/urls-lightlist.json',
}, (url, _, cb) => loadRemoteJson(url, cb), (err, results) => {
if (err) throw err
// parse results