replace the RPC endpoint by a link to a system that maintained by POA team

This commit is contained in:
Alexander Kolotov 2019-03-29 01:29:37 +03:00
parent 2c3bba312b
commit 3e47cccda7
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ function getRPCEndpoints(network) {
case RSK_TESTNET_CODE:
return ['https://public-node.testnet.rsk.co']
case CLASSIC_CODE:
return ['https://etc-parity.0xinfra.com']
return ['https://classic.blockscout.com']
default:
return []
}
@ -45,4 +45,4 @@ function getRPCEndpoints(network) {
module.exports = {
getRPCEndpoints
}
}