mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Restore Foundry to a test dependency via direct usage of solc
This commit is contained in:
@@ -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>>,
|
||||
|
||||
Reference in New Issue
Block a user