Skip to content

Commit 9fe6d41

Browse files
gnd(test): Move docs to correct location under gnd/docs/
1 parent c872067 commit 9fe6d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Place test files in a `tests/` directory with `.json` or `.test.json` extension.
7878
|-------|----------|---------|-------------|
7979
| `number` | No | Auto-increments from lowest defined `startBlock` in the manifest file, or from `0` if no `startBlock` are defined | Block number |
8080
| `hash` | No | `keccak256(block_number)` | Block hash |
81-
| `timestamp` | No | `block_number * 12` | Unix timestamp |
81+
| `timestamp` | No | `block_number` | Unix timestamp |
8282
| `baseFeePerGas` | No | None (pre-EIP-1559) | Base fee in wei |
8383
| `events` | No | Empty array | Log events in this block |
8484
| `ethCalls` | No | Empty array | Mock `eth_call` responses |

0 commit comments

Comments
 (0)