mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use blob explorers from crates (#8885)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user