Skip to content

Commit

Permalink
fix: typos in documentation files (#1445)
Browse files Browse the repository at this point in the history
Update deterministic-deployments-using-create2.md
  • Loading branch information
maximevtush authored Feb 10, 2025
1 parent e513f92 commit dee7ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guides/deterministic-deployments-using-create2.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cbor_metadata = false

It is required to pin your `solc` (Solidity) version. It is generally recommended to use a recent version or, if preferred, the latest version.

Next, configure your `evm_version`. It is generally recommended to use the most recent hardfork but depending on your deployment targets this may need to use an older hardfork due to opcode incompatibilites.
Next, configure your `evm_version`. It is generally recommended to use the most recent hardfork but depending on your deployment targets this may need to use an older hardfork due to opcode incompatibilities.

By default the Solidity compiler appends the hash of the metadata file at end of the bytecode. This bytecode includes things like the compiler version and the ABI.

Expand Down

0 comments on commit dee7ccc

Please sign in to comment.