Skip to content

Commit 8820870

Browse files
authored
Merge pull request #14600 from ethereum/fix-brink-external-test
Fix brink external test
2 parents b12d8fa + 7b12d41 commit 8820870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/externalTests/brink.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ BINARY_TYPE="$1"
3131
BINARY_PATH="$(realpath "$2")"
3232
SELECTED_PRESETS="$3"
3333

34-
function compile_fn { yarn compile; }
34+
function compile_fn { yarn hardhat-compile; }
3535
function test_fn { SNAPSHOT_UPDATE=1 npx --no hardhat test; }
3636

3737
function brink_test
@@ -63,7 +63,7 @@ function brink_test
6363
download_project "$repo" "$ref_type" "$ref" "$DIR"
6464

6565
# 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
6767

6868
neutralize_package_lock
6969
neutralize_package_json_hooks

0 commit comments

Comments
 (0)