pull/2949/head
Aniket-Engg 2 years ago committed by Aniket
parent c9ea23105b
commit 1f1560a6ad
  1. 2
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -377,7 +377,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
<span> <span>
When Debugging with a transaction hash, 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. 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: <a href="https://sourcify.dev" target="__blank" >https://sourcify.dev</a> & <a href="https://sourcify.dev" target="__blank">https://etherscan.io/contractsVerified</a> For supported networks, please see: <a href="https://sourcify.dev" target="__blank" >https://sourcify.dev</a> & <a href="https://etherscan.io/contractsVerified" target="__blank">https://etherscan.io/contractsVerified</a>
</span> </span>
</div> } </div> }
{ state.debugging && <StepManager stepManager={ stepManager } /> } { state.debugging && <StepManager stepManager={ stepManager } /> }

Loading…
Cancel
Save