Batch decoder for Optimism Rollup.
First things first, download the source code.
git clone https://github.com/SliceOfKekus/batch-decoder.gitNext step is setting environment variable. Set MAINNET_URL using any public network endpoints for mainnet in .env.example file and change it to .env.
And now it's ready to use!
- Number of batched transactions.
- How much gas used by users.
- How much gas used by sequencer (in other words how much gas users supposed to use).
- Difference between these numbers in percentages.

