# DICU Monthly Update - October 2022
###### tags: `monthly update`
## Maker Teleport Monitoring
- Custom domain for the website at [teleport.makerdao.fyi](https://teleport.makerdao.fyi/)
- Improved info shown in charts, converted KPIs to charts for easy comparison.

- Alerting: set-up alerts for uncommon variance

- Optimism issue: solved...ing
- [x] Querying the L2 DAI supply directly onchain
- [ ] Rebuilding the pre-regenesis transactions in a local environment, extracting the relevant transfer events to then build the correct DAI balance for each address
## Bugs
- Curve LP vaults: Creating Curve LP vaults include interaction with CDP Registry which is slightly different flow than for other vaults. Due this difference we had duplicated/broken vaults in our dataset.
## Performance improvements
- Optimism DAI supply sourced via node
- Improved L2 monitoring checks
- Decoding upgrade (harvester): decoding nested structs
- Dai transfers and volumes metrics
- Adding prod data source to delegates' mapping pipeline (mapping for new voteDelegate contracts)
## Front-end
- We will developing a DICU website to improve the user experience, unifying all the different webapps and expanding further with datasets that we have built but have not been used
- The initial step has been to aggregate all the different UI elements available throughout Maker, particularly from DUX, into a UI library that any front-end engineer can make use of.
## Planned for next month (November)
- L2s: adding fees, re-building Optimism transfers
- Front-end: Migrate L2s monitoring to new Data Insigths portal