Commit 815d3910 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #2096 from blockscout/NikitaSavik-patch-1

Changing the description for flatteners during the verification
parents 9b157747 fd71861b
...@@ -45,7 +45,7 @@ const ContractVerificationFieldCode = ({ isVyper }: Props) => { ...@@ -45,7 +45,7 @@ const ContractVerificationFieldCode = ({ isVyper }: Props) => {
{ isVyper ? null : ( { isVyper ? null : (
<> <>
<span>We recommend using flattened code. This is necessary if your code utilizes a library or inherits dependencies. Use the </span> <span>We recommend using flattened code. This is necessary if your code utilizes a library or inherits dependencies. Use the </span>
<Link href="https://github.com/poanetwork/solidity-flattener" target="_blank">POA solidity flattener</Link> <Link href="https://hardhat.org/hardhat-runner/docs/advanced/flattening" target="_blank">Hardhat flattener</Link>
<span> or the </span> <span> or the </span>
<Link href="https://www.npmjs.com/package/truffle-flattener" target="_blank">Truffle flattener</Link> <Link href="https://www.npmjs.com/package/truffle-flattener" target="_blank">Truffle flattener</Link>
</> </>
......
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