We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b1659 + 98efb46 commit be85d28Copy full SHA for be85d28
test/externalTests/euler.sh
@@ -66,6 +66,10 @@ function euler_test
66
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2453 gets fixed.
67
sed -i "/expectError: 'JUNK_UPGRADE_TEST_FAILURE'/d" test/moduleUpgrade.js
68
69
+ # One of the tests is currently broken in the upstream, due to changed behavior of chainid in @ethereumjs/vm.
70
+ # TODO: Remove this when https://github.com/euler-xyz/euler-contracts/issues/119 gets fixed.
71
+ sed -i 's/domainSeparatorMatch)\.to\.equal(true/domainSeparatorMatch)\.to\.equal(false/g' test/eulStakes.js
72
+
73
neutralize_package_lock
74
neutralize_package_json_hooks
75
force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"
0 commit comments