Commit 2b14314f authored by NikitaSavik's avatar NikitaSavik Committed by GitHub

Changing the description for flatteners during the verification

Replaced POA flattener with instructions on Hardhat flattener
parent 9b157747
...@@ -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