-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
Currently we use a different beacon client from the optimism monorepo. It would be nice to consolidate efforts in to a single library.
The blob archiver uses go-eth-2 while the optimism monorepo has its own implementation.
This is due to go-eth-2 supporting SSZ of blob types out of the box. It would be ideal to combine efforts by either:
- Migrating the monorepo to
go-eth-2 - Adding SSZ support to the monorepo and migrating the blob-archiver to use the client there.