Skip to content

Commit

Permalink
deposit contract: add verifying bytecode to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Sep 14, 2020
1 parent e5f110a commit 03ff4d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions solidity_deposit_contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ Install the latest version of `dapp` by following the instructions at [dapp.tool
```sh
make test_deposit_contract
```
## Verifying bytecode

The following parameters were used to generate the bytecode for the `DepositContract` available in this repository:

* Contract Name: `DepositContract`
* Compiler Version: Solidity `v0.6.11+commit.5ef660b1`
* Optimization Enabled: `Yes` with `5000000` runs
* Other Settings: `default evmVersion`

0 comments on commit 03ff4d9

Please sign in to comment.