Skip to content

Commit de09f52

Browse files
committed
cleanup comments
1 parent 81ec86a commit de09f52

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

crates/e2e/tests/e2e/place_order_with_quote.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,6 @@ async fn place_order_with_quote_same_token_pair(web3: Web3) {
136136

137137
token.mint(trader.address(), to_wei(10)).await;
138138

139-
/*onchain
140-
.contracts()
141-
.weth
142-
.approve(onchain.contracts().allowance.into_alloy(), eth(3))
143-
.from(trader.address().into_alloy())
144-
.send_and_watch()
145-
.await
146-
.unwrap();
147-
onchain
148-
.contracts()
149-
.weth
150-
.deposit()
151-
.from(trader.address().into_alloy())
152-
.value(eth(3))
153-
.send_and_watch()
154-
.await
155-
.unwrap();*/
156139
token
157140
.approve(onchain.contracts().allowance.into_alloy(), eth(10))
158141
.from(trader.address().into_alloy())

0 commit comments

Comments
 (0)