From 9f082dba73c3c0f527fbc88dc608ebd2e9f06a31 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 26 May 2020 11:31:16 +0200 Subject: [PATCH] change mainnet debug endpoint --- remix-lib/src/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-lib/src/init.js b/remix-lib/src/init.js index 8dec8615e7..9c709e3efd 100644 --- a/remix-lib/src/init.js +++ b/remix-lib/src/init.js @@ -68,7 +68,7 @@ module.exports = { } const web3DebugNodes = { - 'Main': 'https://mainnet.infura.io/remix', + 'Main': 'https://gethmainnet.komputing.org', 'Rinkeby': 'https://remix-rinkeby.ethdevops.io', 'Ropsten': 'https://remix-ropsten.ethdevops.io', 'Goerli': 'https://remix-goerli.ethdevops.io',