From f862ed680f40ff68a332f355d4ade5f985da0aee Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 23 Sep 2020 17:40:49 +0200 Subject: [PATCH] Updating Infura endpoint to increase requests limit --- src/connectors/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectors/config.json b/src/connectors/config.json index 0f572332..85e40a76 100644 --- a/src/connectors/config.json +++ b/src/connectors/config.json @@ -6,6 +6,6 @@ "wsURL": "wss://ropsten.infura.io/ws/v3/59fb36a36fa4474b890c13dd30038be5" }, "1": { - "wsURL": "wss://mainnet.infura.io/ws/v3/59fb36a36fa4474b890c13dd30038be5" + "wsURL": "wss://mainnet.infura.io/ws/v3/e4b048b1664840839ac525cde1f69959" } } \ No newline at end of file