From b8639e59705946aadcc46e43e0b2e73e70ae0f89 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 3 Mar 2022 17:18:43 +0100 Subject: [PATCH] add more info about debugging --- libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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 7dcef2b115..0524f22170 100644 --- a/libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx +++ b/libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx @@ -334,6 +334,15 @@ export const DebuggerUI = (props: DebuggerUIProps) => { { state.debugging && state.sourceLocationStatus &&
{state.sourceLocationStatus}
} + { !state.debugging && +
+ + + When Debugging with a transaction hash, + if the contract is verified, Remix will try to fetch the source code from Sourcify or Etherscan. Put in your Etherscan API key in the Remix settings. + For supported networks, please see: https://sourcify.dev & https://etherscan.io/contractsVerified + +
} { state.debugging && } { state.debugging && }