Add dedicated crate for building Solidity contracts

This commit is contained in:
Luke Parker
2024-09-14 22:44:16 -04:00
parent 239127aae5
commit bdf89f5350
9 changed files with 133 additions and 43 deletions

View File

@@ -18,3 +18,6 @@ workspace = true
[dependencies]
alloy-sol-types = { version = "0.8", default-features = false }
[build-dependencies]
build-solidity-contracts = { path = "../../../networks/ethereum/build-contracts" }