From aa8dbb3520264cd5632304f7183dd4b7ef0484c6 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Mon, 4 Nov 2024 23:43:16 +0100 Subject: [PATCH] update fixes from @ryestew --- libs/remix-ui/run-tab/src/lib/actions/evmmap.ts | 2 ++ libs/remix-ui/run-tab/src/lib/run-tab.tsx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/actions/evmmap.ts b/libs/remix-ui/run-tab/src/lib/actions/evmmap.ts index 2551ac12c3..3e8c5a2873 100644 --- a/libs/remix-ui/run-tab/src/lib/actions/evmmap.ts +++ b/libs/remix-ui/run-tab/src/lib/actions/evmmap.ts @@ -37,6 +37,7 @@ export const evmMap: Map -

The selected chain is not compatible with the selected EVM version. Please select a one of the options below.

+

The selected chain is not compatible with the EVM version that the Solidity contract had been compiled with. Please select a one of the options below.