Fix Kovan RPC address

This commit is contained in:
Vadim 2019-04-26 11:53:31 +03:00
parent 989b984ff1
commit ee855bad52
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ constants.KOVAN = 'kovan'
constants.NETWORKS = {
'42': {
NAME: 'Kovan',
RPC: 'https://kovan.infura.io/',
RPC: 'https://kovan.infura.io/v3/1125fe73d87c4e5396678f4e3089b3dd',
BRANCH: constants.KOVAN,
TESTNET: true
},