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 7a5be4a + ccbc865 commit 1698384Copy full SHA for 1698384
test/externalTests/elementfi.sh
@@ -85,6 +85,10 @@ function elementfi_test
85
sed -i 's|bytes32(uint256(pool))|bytes32(uint256(uint160(pool)))|g' vault/PoolRegistry.sol
86
popd
87
88
+ # The test suite uses forked mainnet and an expiration period that's too short.
89
+ # TODO: Remove when https://github.com/element-fi/elf-contracts/issues/243 is fixed.
90
+ sed -i 's|^\s*require(_expiration - block\.timestamp < _unitSeconds);\s*$||g' contracts/ConvergentCurvePool.sol
91
+
92
# Several tests fail unless we use the exact versions hard-coded in package-lock.json
93
#neutralize_package_lock
94
0 commit comments