Commit 0c0461b5 authored by tom's avatar tom

update foundary template

parent 1374ea80
......@@ -16,10 +16,10 @@ const ContractVerificationSolidityFoundry = () => {
const codeSnippet = `forge verify-contract \\
--rpc-url ${ config.chain.rpcUrl || `${ config.api.endpoint }/api/eth-rpc` } \\
${ address || '<address>' } \\
[contractFile]:[contractName] \\
--verifier blockscout \\
--verifier-url '${ config.api.endpoint }/api/'`;
--verifier-url '${ config.api.endpoint }/api/' \\
${ address || '<address>' } \\
[contractFile]:[contractName]`;
return (
<ContractVerificationMethod title="Contract verification via Foundry">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment