deposit contract: add verifying bytecode to readme

closes #2052
This commit is contained in:
Raw Pong Ghmoa 2020-09-14 11:37:37 +02:00 committed by GitHub
parent e5f110a37b
commit 03ff4d905c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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`