Skip to content

Commit

Permalink
Merge pull request #776 from transmissions11/patch-6
Browse files Browse the repository at this point in the history
hevm: Clarify variable in README
  • Loading branch information
d-xo authored Sep 8, 2021
2 parents fc5c789 + db3d1b2 commit 8a4f3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hevm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ These environment variables can be used to control block parameters:
| `DAPP_TEST_COINBASE` | `0x0000000000000000000000000000000000000000` | The coinbase address. Will be set to the coinbase for the block at `DAPP_TEST_NUMBER` if rpc is enabled |
| `DAPP_TEST_NUMBER` | `0` | The block number. Will be set to the latest block if rpc is enabled |
| `DAPP_TEST_TIMESTAMP` | `0` | The block timestamp. Will be set to the timestamp for the block at `DAPP_TEST_NUMBER` if rpc is enabled |
| `DAPP_TEST_GAS_LIMIT` | `0` | The gas limit to use |
| `DAPP_TEST_GAS_LIMIT` | `0` | The block gas limit to use |
| `DAPP_TEST_GAS_PRICE` | `0` | The gas price to use |
| `DAPP_TEST_DIFFICULTY` | `0` | The block difficulty. Will be set to the difficulty for the the block at `DAPP_TEST_NUMBER` if rpc is enabled |
Expand Down

0 comments on commit 8a4f3b8

Please sign in to comment.