Skip to content

Commit e56d320

Browse files
KillariDevMicah Zoltu
andauthored
Update docs/ethsimulatev1-notes.md
Co-authored-by: Micah Zoltu <[email protected]>
1 parent 3324ce9 commit e56d320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ethsimulatev1-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Unlike `eth_call`, `eth_simulateV1`'s calls are conducted inside blocks. We don'
1515
| gasLimit | The same as the base block defined as the second parameter in the call |
1616
| hash | Calculated normally |
1717
| parentHash | Previous blocks hash |
18-
| timestamp | The timestamp of previous block + `network block time` (12s on mainnet) |
18+
| timestamp | The timestamp of previous block + `network block time` (12s on Ethereum Mainnet) |
1919
| baseFeePerGas | When validation mode is true, baseFeePerGas is calculated on what it should be according to Ethereum's spec. When validation mode is false, the baseFeePerGas is set to zero |
2020
| sha3Uncles | Empty trie root |
2121
| withdrawals | Empty array |

0 commit comments

Comments
 (0)