Skip to content

Commit 9ec0299

Browse files
authored
fix(cast): bump alloy to 0.2.5 for Ethereum V2 API compatility w/ cast (foundry-rs#10912)
* bump alloy to 0.2.5 for Ethereum V2 API * use block-explorers fix * update foundry-block-explorers including the fix
1 parent ab0768a commit 9ec0299

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ foundry-wallets = { path = "crates/wallets" }
203203
foundry-linking = { path = "crates/linking" }
204204

205205
# solc & compilation utilities
206-
foundry-block-explorers = { version = "0.18.0", default-features = false }
206+
foundry-block-explorers = { version = "0.19.1", default-features = false }
207207
foundry-compilers = { version = "0.17.3", default-features = false }
208208
foundry-fork-db = "0.15"
209209
solang-parser = { version = "=0.3.9", package = "foundry-solang-parser" }
@@ -409,6 +409,7 @@ zip-extract = "=0.2.1"
409409
# revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors.git", rev = "a625c04" }
410410

411411
## foundry
412+
# foundry-block-explorers = { git = "https://github.com/foundry-rs/block-explorers.git", rev = "e09cb89" }
412413
# foundry-compilers = { git = "https://github.com/foundry-rs/compilers.git", rev = "e4a9b04" }
413414
# foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "811a61a" }
414415

0 commit comments

Comments
 (0)