Merge pull request #410 from ethereum/yann300-patch-5

Use archive node for debugging
yann300-patch-6
yann300 4 years ago committed by GitHub
commit 3c9b91c079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-debug/src/init.js

@ -68,7 +68,7 @@ module.exports = {
} }
const web3DebugNodes = { const web3DebugNodes = {
'Main': 'https://gethmainnet.komputing.org', 'Main': 'https://archive.komputing.org',
'Rinkeby': 'https://remix-rinkeby.ethdevops.io', 'Rinkeby': 'https://remix-rinkeby.ethdevops.io',
'Ropsten': 'https://remix-ropsten.ethdevops.io', 'Ropsten': 'https://remix-ropsten.ethdevops.io',
'Goerli': 'https://remix-goerli.ethdevops.io', 'Goerli': 'https://remix-goerli.ethdevops.io',

Loading…
Cancel
Save