mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Break Ethereum Deployer into crate
This commit is contained in:
5
processor/ethereum/deployer/build.rs
Normal file
5
processor/ethereum/deployer/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
let artifacts_path =
|
||||
std::env::var("OUT_DIR").unwrap().to_string() + "/serai-processor-ethereum-deployer";
|
||||
build_solidity_contracts::build(&[], "contracts", &artifacts_path).unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user