We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c872067 commit 9fe6d41Copy full SHA for 9fe6d41
docs/gnd-test.md gnd/docs/gnd-test.mddocs/gnd-test.md renamed to gnd/docs/gnd-test.md
@@ -78,7 +78,7 @@ Place test files in a `tests/` directory with `.json` or `.test.json` extension.
78
|-------|----------|---------|-------------|
79
| `number` | No | Auto-increments from lowest defined `startBlock` in the manifest file, or from `0` if no `startBlock` are defined | Block number |
80
| `hash` | No | `keccak256(block_number)` | Block hash |
81
-| `timestamp` | No | `block_number * 12` | Unix timestamp |
+| `timestamp` | No | `block_number` | Unix timestamp |
82
| `baseFeePerGas` | No | None (pre-EIP-1559) | Base fee in wei |
83
| `events` | No | Empty array | Log events in this block |
84
| `ethCalls` | No | Empty array | Mock `eth_call` responses |
0 commit comments