Skip to content

Commit

Permalink
added new test to the list of transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ovatman committed Sep 10, 2024
1 parent e3ae982 commit 7d220ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/transactions/swaps/UniswapTest.txn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ txn(1, 2, 0, 1724300000, setUp, ),
txn(1, 2, 0, 1724300000, testSwapSingleHopExactAmountIn, ),
txn(1, 2, 0, 1724300000, testSwapMultiHopExactAmountIn, ),
txn(1, 2, 0, 1724300000, testSwapSingleHopExactAmountOut, ),
txn(1, 2, 0, 1724300000, testSwapMultiHopExactAmountOut, )
txn(1, 2, 0, 1724300000, testSwapMultiHopExactAmountOut, ),
txn(1, 2, 0, 1724300000, testRouterAddLiquidity, )

0 comments on commit 7d220ab

Please sign in to comment.