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 },