From 9a6507d08dfb0f88b98f41ee278df5053b41f279 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 9 Sep 2020 11:22:28 +0200 Subject: [PATCH 1/2] Update init.js --- libs/remix-debug/src/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-debug/src/init.js b/libs/remix-debug/src/init.js index 9c709e3efd..30b0d7d533 100644 --- a/libs/remix-debug/src/init.js +++ b/libs/remix-debug/src/init.js @@ -68,7 +68,7 @@ module.exports = { } const web3DebugNodes = { - 'Main': 'https://gethmainnet.komputing.org', + 'Main': 'https://archive.komputing.org/', 'Rinkeby': 'https://remix-rinkeby.ethdevops.io', 'Ropsten': 'https://remix-ropsten.ethdevops.io', 'Goerli': 'https://remix-goerli.ethdevops.io', From 4c2a1e909f1abb7623702666edc9035039aa7485 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 11 Sep 2020 10:35:54 +0200 Subject: [PATCH 2/2] remove extra / --- libs/remix-debug/src/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-debug/src/init.js b/libs/remix-debug/src/init.js index 30b0d7d533..e6b532bcfb 100644 --- a/libs/remix-debug/src/init.js +++ b/libs/remix-debug/src/init.js @@ -68,7 +68,7 @@ module.exports = { } const web3DebugNodes = { - 'Main': 'https://archive.komputing.org/', + 'Main': 'https://archive.komputing.org', 'Rinkeby': 'https://remix-rinkeby.ethdevops.io', 'Ropsten': 'https://remix-ropsten.ethdevops.io', 'Goerli': 'https://remix-goerli.ethdevops.io',