mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Test createAddress
Benchmarks gas usage Note the estimator needs to be updated as this is now variable-gas to the state.
This commit is contained in:
@@ -45,5 +45,10 @@ fn main() {
|
||||
);
|
||||
|
||||
// Build the test contracts
|
||||
build_solidity_contracts::build(&[], "contracts/tests", &(artifacts_path + "/tests")).unwrap();
|
||||
build_solidity_contracts::build(
|
||||
&["../../../networks/ethereum/schnorr/contracts", "../erc20/contracts", "contracts"],
|
||||
"contracts/tests",
|
||||
&(artifacts_path + "/tests"),
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user