diff --git a/libs/remix-debug/src/init.ts b/libs/remix-debug/src/init.ts
index 16093be56a..83ec66d0a9 100644
--- a/libs/remix-debug/src/init.ts
+++ b/libs/remix-debug/src/init.ts
@@ -22,8 +22,7 @@ export function web3DebugNode (network) {
Main: 'https://rpc.archivenode.io/e50zmkroshle2e2e50zm0044i7ao04ym',
Rinkeby: 'https://remix-rinkeby.ethdevops.io',
Ropsten: 'https://remix-ropsten.ethdevops.io',
- Goerli: 'https://remix-goerli.ethdevops.io',
- Kovan: 'https://remix-kovan.ethdevops.io'
+ Goerli: 'https://remix-goerli.ethdevops.io'
}
if (web3DebugNodes[network]) {
return loadWeb3(web3DebugNodes[network])
diff --git a/libs/remix-lib/src/init.ts b/libs/remix-lib/src/init.ts
index f640101c49..7e3d371715 100644
--- a/libs/remix-lib/src/init.ts
+++ b/libs/remix-lib/src/init.ts
@@ -21,8 +21,7 @@ export function web3DebugNode (network) {
Main: 'https://gethmainnet.komputing.org',
Rinkeby: 'https://remix-rinkeby.ethdevops.io',
Ropsten: 'https://remix-ropsten.ethdevops.io',
- Goerli: 'https://remix-goerli.ethdevops.io',
- Kovan: 'https://remix-kovan.ethdevops.io'
+ Goerli: 'https://remix-goerli.ethdevops.io'
}
if (web3DebugNodes[network]) {
return this.loadWeb3(web3DebugNodes[network])
diff --git a/libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx b/libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
index 6da377f0c4..4f89eca004 100644
--- a/libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
+++ b/libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
@@ -282,7 +282,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
}} type="checkbox" title="Debug with generated sources" />
- { (state.validationError && !state.txNumberIsEmpty) && {state.validationError} }
+ { state.validationError && {state.validationError} }
{ state.debugging && }