Skip to content

Commit

Permalink
chore: patch ethers to be in sync w/ foundry (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Oct 24, 2023
1 parent eb03172 commit 888172d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ compilers-full = ["foundry-compilers?/full"]
compilers-tests = ["foundry-compilers?/tests"]

[patch.crates-io]
ethers-core = { git = "https://github.com/gakonst/ethers-rs" }
foundry-compilers = { git = "https://github.com/foundry-rs/compilers" }
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Client {
.map_err(Into::into),

// Backwards compatibility, ideally these should return an error.
Chain::XDai
Chain::Gnosis
| Chain::Chiado
| Chain::Sepolia
| Chain::Rsk
Expand Down

0 comments on commit 888172d

Please sign in to comment.