anvil: is there a way to retrieve the sidecar after a blob transaction has been mined? #9221
Replies: 3 comments 3 replies
-
@davidtaikocha We don't persist the blobs in anvil. Blobs are persisted on the beacon node. cc @mattsse |
Beta Was this translation helpful? Give feedback.
-
But we are sending blobs to anvil as EL (so without using a beacon node), which means there is noway to fetch a blob after mined? |
Beta Was this translation helpful? Give feedback.
-
@yash-atreya We also believe it would be useful to add an option to anvil to persist blobs and expose a subset of the beacon API to allow querying them. Many rollup teams might want to use anvil in their test/devnet setup. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In our use case (L2), we want to fetch the sidecar blob after a blob transaction has been included, is there anyway to do so right now?
Beta Was this translation helpful? Give feedback.
All reactions