From ee855bad52a92df0d2375fd93531a7f5a117ef63 Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 26 Apr 2019 11:53:31 +0300 Subject: [PATCH] Fix Kovan RPC address --- src/utils/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index 77884a2..056822b 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -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 },