mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add ERC20 InInstruction test
This commit is contained in:
@@ -41,6 +41,9 @@ fn main() {
|
||||
"contracts/IRouter.sol",
|
||||
"contracts/Router.sol",
|
||||
],
|
||||
&(artifacts_path + "/router.rs"),
|
||||
&(artifacts_path.clone() + "/router.rs"),
|
||||
);
|
||||
|
||||
// Build the test contracts
|
||||
build_solidity_contracts::build(&[], "contracts/tests", &(artifacts_path + "/tests")).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user