chore: use blob explorers from crates (#8885)

This commit is contained in:
Matthias Seitz
2024-06-17 13:48:03 +02:00
committed by GitHub
parent 26d8bd6a4f
commit 34d697eb1f
2 changed files with 17 additions and 21 deletions

View File

@ -25,7 +25,7 @@ alloy-consensus = { workspace = true, features = ["kzg"] }
alloy-rlp.workspace = true
alloy-sol-types = { workspace = true, features = ["json"] }
eyre.workspace = true
foundry-blob-explorers = { git = "https://github.com/foundry-rs/block-explorers" }
foundry-blob-explorers = "0.1"
once_cell.workspace = true
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde_json.workspace = true