optimism-ts-services
optimism-ts-services copied to clipboard
[Optimism] Client-Side Services
**Description** Per `ToDo` annotation in code, added trivial checks for return of proof and return of header. **Additional context** Could be good to have some kind of error handling in...
We could define a custom prettifier key for things like `retryAgainS` to show the duration in a human readable format. e.g., ```ts { customPrettifiers: { retryAgainS: prettifyQuery } } //......
Had to debug why it was trying to sync the whole chain.
Fix this line!!! https://github.com/ethereum-optimism/optimism-ts-services/blob/d143fb87361a263055988ff4dd265d26412da73f/src/exec/run.ts#L17
Tasks: - [ ] Rename environment variables - [ ] Have separate env files for the different services (possibly just use a better configuration pattern) - [ ] Push all...