Skip to content

Commit

Permalink
update ether-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Apr 27, 2024
1 parent c3f1589 commit faa97ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description = "Utilities for writing and running solidity tests in rust"
edition = "2021"

[dependencies]
forge = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" }
foundry-common = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" }
foundry-config = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" }
foundry-evm = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" }
ethers = { git = "https://github.com/polytope-labs/ethers-rs", rev = "9f77fc1a07ea90059b4d53eeffda569bb126564e", features = ["ethers-solc"] }
ethers-solc = { git = "https://github.com/polytope-labs/ethers-rs", rev = "9f77fc1a07ea90059b4d53eeffda569bb126564e", features = ["svm-solc"] }
forge = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
foundry-common = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
foundry-config = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
foundry-evm = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" }
ethers = { git = "https://github.com/polytope-labs/ethers-rs", rev = "a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4", features = ["ethers-solc"] }
ethers-solc = { git = "https://github.com/polytope-labs/ethers-rs", rev = "a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4", features = ["svm-solc"] }
once_cell = "1.19.0"

0 comments on commit faa97ad

Please sign in to comment.