Restore Foundry to a test dependency via direct usage of solc

This commit is contained in:
Luke Parker
2023-11-12 04:34:45 -05:00
parent 7f1732c8c0
commit a43815f101
7 changed files with 16 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ pub enum EthereumError {
VerificationError,
}
abigen!(Schnorr, "./artifacts/Schnorr.sol/Schnorr.json");
abigen!(Schnorr, "./artifacts/Schnorr.abi");
pub async fn call_verify(
contract: &Schnorr<Provider<Http>>,