From b03d58e5d8555ac57aa81283399462045f6ef8b7 Mon Sep 17 00:00:00 2001 From: Raw Pong Ghmoa <58883403+q9f@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:51:19 +0200 Subject: [PATCH] add metadata options --- solidity_deposit_contract/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solidity_deposit_contract/README.md b/solidity_deposit_contract/README.md index 1789829d6..1f17e8df0 100644 --- a/solidity_deposit_contract/README.md +++ b/solidity_deposit_contract/README.md @@ -30,4 +30,5 @@ The following parameters were used to generate the bytecode for the `DepositCont * Contract Name: `DepositContract` * Compiler Version: Solidity `v0.6.11+commit.5ef660b1` * Optimization Enabled: `Yes` with `5000000` runs -* Other Settings: `default evmVersion` +* EVM Version: `default` (Istanbul) +* Metadata Options: `--metadata-literal` (to verify metadata hash)