add solc cli params

This commit is contained in:
Raw Pong Ghmoa 2020-09-14 13:15:48 +02:00 committed by GitHub
parent b03d58e5d8
commit bb2afbbc47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,7 @@ The following parameters were used to generate the bytecode for the `DepositCont
* Optimization Enabled: `Yes` with `5000000` runs * Optimization Enabled: `Yes` with `5000000` runs
* EVM Version: `default` (Istanbul) * EVM Version: `default` (Istanbul)
* Metadata Options: `--metadata-literal` (to verify metadata hash) * Metadata Options: `--metadata-literal` (to verify metadata hash)
```sh
solc --optimize --optimize-runs 5000000 --metadata-literal --bin deposit_contract.sol
```