Loading status...
; return ( {Object.entries(data).map(([chain, status]) => (
{chain}
{status.block && (
Block: {status.block.number} ( {new Date(status.block.timestamp * 1000).toLocaleString()})
)}
))}
); }`
####
Parameters[](https://ponder.sh/docs/api-reference/ponder-react#parameters-2)
| Parameter | Type | Description |
| --- | --- | --- |
| `params` | `Omit