diff --git a/libs/remix-ui/run-tab/src/lib/run-tab.tsx b/libs/remix-ui/run-tab/src/lib/run-tab.tsx index 9b1302e25a..79ee119a75 100644 --- a/libs/remix-ui/run-tab/src/lib/run-tab.tsx +++ b/libs/remix-ui/run-tab/src/lib/run-tab.tsx @@ -148,7 +148,7 @@ export function RunTabUI(props: RunTabProps) { id: 'evm-chainId-incompatible', title: 'Incompatible EVM for the selected chain', message:
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.
+The smart contract has not been compiled with an EVM version that is compatible with the selected chain.