Skip to content

Commit

Permalink
refactor: remove cheatcodes Abigen (#6379)
Browse files Browse the repository at this point in the history
* refactor: remove cheatcodes Abigen

* features

* bump

* bump

* patch
  • Loading branch information
DaniPopes authored Nov 21, 2023
1 parent 9fab5bf commit c0a9975
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 15,820 deletions.
22 changes: 13 additions & 9 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,12 @@ ethers-etherscan = { git = "https://github.com/gakonst/ethers-rs", rev = "4e09be
ethers-solc = { git = "https://github.com/gakonst/ethers-rs", rev = "4e09be88730045dd6c4ed8a4e198a9956931e7bd" }

alloy-dyn-abi = { git = "https://github.com/alloy-rs/core/" }
alloy-primitives = { git = "https://github.com/alloy-rs/core/" }
alloy-json-abi = { git = "https://github.com/alloy-rs/core/" }
alloy-primitives = { git = "https://github.com/alloy-rs/core/" }
alloy-sol-macro = { git = "https://github.com/alloy-rs/core/" }
alloy-sol-types = { git = "https://github.com/alloy-rs/core/" }
alloy-sol-type-parser = { git = "https://github.com/alloy-rs/core/" }
syn-solidity = { git = "https://github.com/alloy-rs/core/" }

revm = { git = "https://github.com/bluealloy/revm", rev = "1609e07c68048909ad1682c98cf2b9baa76310b5" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "1609e07c68048909ad1682c98cf2b9baa76310b5" }
248 changes: 0 additions & 248 deletions crates/abi/abi/HEVM.sol

This file was deleted.

1 change: 0 additions & 1 deletion crates/abi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fn main() -> eyre::Result<()> {
let mut multi = MultiAbigen::new([
("HardhatConsole", include_json_abi!("abi/HardhatConsole.json")),
("Console", include_hr_abi!("abi/Console.sol")),
("HEVM", include_hr_abi!("abi/HEVM.sol")),
])?;

// Add the ConsoleFmt derive to the HardhatConsole contract
Expand Down
Loading

0 comments on commit c0a9975

Please sign in to comment.