Skip to content

Commit

Permalink
Merge pull request #2096 from blockscout/NikitaSavik-patch-1
Browse files Browse the repository at this point in the history
Changing the description for flatteners during the verification
  • Loading branch information
tom2drum authored Jul 15, 2024
2 parents 9b15774 + fd71861 commit 815d391
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ContractVerificationFieldCode = ({ isVyper }: Props) => {
{ isVyper ? null : (
<>
<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>
<Link href="https://www.npmjs.com/package/truffle-flattener" target="_blank">Truffle flattener</Link>
</>
Expand Down

0 comments on commit 815d391

Please sign in to comment.