Add ERC20 InInstruction test

This commit is contained in:
Luke Parker
2025-01-24 03:23:58 -05:00
parent a63a86ba79
commit 3d44766eff
6 changed files with 194 additions and 21 deletions

View File

@@ -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();
}