b2network / b2-node

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
https://docs.evmos.org/
GNU Lesser General Public License v3.0
3 stars 7 forks source link

FinalBatch number whether it is consecutive #116

Closed zhouop0 closed 4 months ago

zhouop0 commented 4 months ago

Aggregator call PolygonZkEVM.sol verifyBatchesTrustedAggregator and emit VerifyBatchesTrustedAggregator event.

image

we can see the numBatch is not continuous.

Whether this phenomenon is correct?