Skip to content

Commit

Permalink
Merge pull request #3105 from vincentdnl/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo versino -> version
  • Loading branch information
ryestew committed Jul 25, 2022
2 parents db23a30 + baf1dfb commit f36f320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contract_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ When a compilation for a Solidity file succeeds, Remix creates three JSON files

1. `artifacts/<contractName>.json`: contains the link to the libraries, the bytecode, the deployed bytecode, the gas estimation, the method identifiers, and the ABI. It is used for linking a library address to the file.
1. `artifacts/<contractName_metadata>.json`: contains the metadata from the output of Solidity compilation.
1. `artifacts/build-info/<dynamic_hash>.json`: contains info about `solc` compiler versino, compiler input and output. This file is generated similar to the files generated through Hardhat compilation. You can also try [Hardhat compilation](https://remix-ide.readthedocs.io/en/latest/hardhat.html#enable-hardhat-compilation) from Remix.
1. `artifacts/build-info/<dynamic_hash>.json`: contains info about `solc` compiler version, compiler input and output. This file is generated similar to the files generated through Hardhat compilation. You can also try [Hardhat compilation](https://remix-ide.readthedocs.io/en/latest/hardhat.html#enable-hardhat-compilation) from Remix.

Please note that in order to generate these artifact files, the **Generate contract metadata** box in the **General settings** section of the **Settings** module needs to be checked. By default, it is checked.

Expand Down

0 comments on commit f36f320

Please sign in to comment.