mds1 / evm-diff

Diff EVM-compatible chains in a friendly format
https://evmdiff.com
MIT License
272 stars 27 forks source link

feat: block production #69

Open mds1 opened 2 months ago

mds1 commented 2 months ago

Initial ideas below

Block Times

Fetch the latest block number, and fetch the latest n blocks.

Gas Limits and Targets

For OP Stack chains we can get the gas limit from the L1 SystemConfig contract, but there's no way to automatically discover that contract address without adding it as an additional input. Unsure how to do this for other chains.