From 98efb460315bfc31452347560acc1c8495fea86b Mon Sep 17 00:00:00 2001 From: Matheus Aguiar Date: Fri, 20 May 2022 20:04:10 -0300 Subject: [PATCH] Patches issue https://github.com/euler-xyz/euler-contracts/issues/119. After issue is resolved, this should be reverted/changed. --- test/externalTests/euler.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/externalTests/euler.sh b/test/externalTests/euler.sh index 114a7d781..4eb89684a 100755 --- a/test/externalTests/euler.sh +++ b/test/externalTests/euler.sh @@ -66,6 +66,10 @@ function euler_test # TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2453 gets fixed. sed -i "/expectError: 'JUNK_UPGRADE_TEST_FAILURE'/d" test/moduleUpgrade.js + # One of the tests is currently broken in the upstream, due to changed behavior of chainid in @ethereumjs/vm. + # TODO: Remove this when https://github.com/euler-xyz/euler-contracts/issues/119 gets fixed. + sed -i 's/domainSeparatorMatch)\.to\.equal(true/domainSeparatorMatch)\.to\.equal(false/g' test/eulStakes.js + neutralize_package_lock neutralize_package_json_hooks force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"