Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 27, 2024
1 parent 53fe007 commit c80a42a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/transactions/swaps/UniswapTest.txn
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
create(1, 0, 1724300000, UniswapV2SwapTest, ),
txn(1, 2, 0, 1724300000, setUp, ),
txn(1, 2, 0, 1724300000, testSwapSingleHopExactAmountIn, )
txn(1, 2, 0, 1724300000, testSwapSingleHopExactAmountIn, ),
txn(1, 2, 0, 1724300000, testSwapMultiHopExactAmountIn, ),
txn(1, 2, 0, 1724300000, testSwapSingleHopExactAmountOut, ),
txn(1, 2, 0, 1724300000, testSwapMultiHopExactAmountOut, )

0 comments on commit c80a42a

Please sign in to comment.