Gabriel Montes
Gabriel Montes
A route `/blocks/first` shall retrieve the first indexed block
Should query the state of both the database and indexer.
Should show syncing status, block number, etc.
The [`endOfMonth` documentation](https://date-fns.org/v3.6.0/docs/endOfMonth) states that [`UTCDate`](https://github.com/date-fns/utc) is supported. Anyway, the behavior seems to be off. Given the following example: ```js const { UTCDate } = require('@date-fns/utc') const { endOfMonth }...