Replace poa.infura.io with core.poa.network

This commit is contained in:
Victor Baranov 2019-02-05 23:19:21 +03:00
parent 200e21e20e
commit 0642a36860
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const customRPC = async (f) => {
const invalidStringUrl = 'http://lwkdfowi**&#v er'
const urlWithoutHttp = 'infura.com'
const invalidEndpoint = 'http://abrakadabrawdjkwjeciwkasuhlvflwe.com'
const correctRpcUrl = 'https://poa.infura.io/test'
const correctRpcUrl = 'https://core.poa.network/test'
it('switches to settings screen through menu \'Network -> Custom RPC\'', async function () {
await f.setProvider(NETWORKS.CUSTOM)