diff --git a/solidity_deposit_contract/README.md b/solidity_deposit_contract/README.md index 1f17e8df0..d2549724e 100644 --- a/solidity_deposit_contract/README.md +++ b/solidity_deposit_contract/README.md @@ -32,3 +32,7 @@ The following parameters were used to generate the bytecode for the `DepositCont * Optimization Enabled: `Yes` with `5000000` runs * EVM Version: `default` (Istanbul) * Metadata Options: `--metadata-literal` (to verify metadata hash) + +```sh +solc --optimize --optimize-runs 5000000 --metadata-literal --bin deposit_contract.sol +```