Returns the latest verified batch number
None
Returns
Boolean - the latest verified batch number
// Request curl https://polygon-zkevm.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{ "jsonrpc": "2.0", "method": "zkevm_verifiedBatchNumber", "params": [], "id": 1 }' // Result { "id": 1, "jsonrpc": "2.0", "result": "0x568a" }
Last updated 1 month ago
Was this helpful?