Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Jul 30, 2024
1 parent 9fd6fba commit 35092e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function lineaUsdcIo() pure returns (IO memory) {
return IO(address(LINEA_USDC), 6, VAULT_ID);
}

contract DcaUniV2Test is StrategyTests {
contract LineaLimitOrderTest is StrategyTests {

using SafeERC20 for IERC20;
using Strings for address;
Expand Down Expand Up @@ -89,7 +89,7 @@ contract DcaUniV2Test is StrategyTests {
10000e6,
expectedRatio,
expectedAmount,
"strategies/trireme/linea-test.rain",
"strategies/trireme/linea-limit-order.rain",
"limit-orders.buy.prod",
"./lib/h20.test-std/lib/rain.orderbook",
"./lib/h20.test-std/lib/rain.orderbook/Cargo.toml",
Expand Down Expand Up @@ -133,7 +133,7 @@ contract DcaUniV2Test is StrategyTests {
10000e6,
expectedRatio,
expectedAmount,
"strategies/trireme/linea-test.rain",
"strategies/trireme/linea-limit-order.rain",
"limit-orders.buy.prod",
"./lib/h20.test-std/lib/rain.orderbook",
"./lib/h20.test-std/lib/rain.orderbook/Cargo.toml",
Expand Down Expand Up @@ -177,7 +177,7 @@ contract DcaUniV2Test is StrategyTests {
10000e6,
expectedRatio,
expectedAmount,
"strategies/trireme/linea-test.rain",
"strategies/trireme/linea-limit-order.rain",
"limit-orders.buy.prod",
"./lib/h20.test-std/lib/rain.orderbook",
"./lib/h20.test-std/lib/rain.orderbook/Cargo.toml",
Expand Down

0 comments on commit 35092e5

Please sign in to comment.