File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BINARY_TYPE="$1"
31
31
BINARY_PATH=" $( realpath " $2 " ) "
32
32
SELECTED_PRESETS=" $3 "
33
33
34
- function compile_fn { yarn compile; }
34
+ function compile_fn { yarn hardhat- compile; }
35
35
function test_fn { SNAPSHOT_UPDATE=1 npx --no hardhat test ; }
36
36
37
37
function brink_test
@@ -63,7 +63,7 @@ function brink_test
63
63
download_project " $repo " " $ref_type " " $ref " " $DIR "
64
64
65
65
# TODO: Remove this when Brink merges https://github.com/brinktrade/brink-core/pull/52
66
- sed -i " s|\(function isValidSignature(bytes \)calldata\( _data, bytes \)calldata\( _signature)\)|\1memory\2memory\3|g" contracts /Test/MockEIP1271Validator.sol
66
+ sed -i " s|\(function isValidSignature(bytes \)calldata\( _data, bytes \)calldata\( _signature)\)|\1memory\2memory\3|g" src /Test/MockEIP1271Validator.sol
67
67
68
68
neutralize_package_lock
69
69
neutralize_package_json_hooks
You can’t perform that action at this time.
0 commit comments