Skip to content

Commit 0378bd3

Browse files
committed
fmt
1 parent ded0e58 commit 0378bd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/evm/tokens/mod.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -653,27 +653,27 @@ mod tests {
653653
// let token =
654654
// EVMAddress::from_str("0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9").
655655
// unwrap(); let amount =
656-
// EVMU256::from_str("2000000000000000000").unwrap(); // HarryPotterObamaSonic10Inu
657-
// => weth trade("buy", token, amount, 0, 19044110,
658-
// &EVMAddress::zero()); }
656+
// EVMU256::from_str("2000000000000000000").unwrap(); //
657+
// HarryPotterObamaSonic10Inu => weth trade("buy", token, amount, 0,
658+
// 19044110, &EVMAddress::zero()); }
659659
//
660660
// // https://www.tdly.co/shared/simulation/83d283d4-b367-4893-85a4-4af19fc9a80b
661661
// #[test]
662662
// fn test_buy_two_hop_with_fee() {
663663
// let token =
664664
// EVMAddress::from_str("0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9").
665665
// unwrap(); let amount =
666-
// EVMU256::from_str("2000000000000000000").unwrap(); // HarryPotterObamaSonic10Inu
667-
// => OSAK => weth trade("buy", token, amount, 1, 19044110,
668-
// &EVMAddress::zero()); }
666+
// EVMU256::from_str("2000000000000000000").unwrap(); //
667+
// HarryPotterObamaSonic10Inu => OSAK => weth trade("buy", token,
668+
// amount, 1, 19044110, &EVMAddress::zero()); }
669669
//
670670
// #[test]
671671
// fn test_buy_three_hop_with_fee() {
672672
// // expected to fail
673673
// let token =
674674
// EVMAddress::from_str("0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9").
675675
// unwrap(); let amount =
676-
// EVMU256::from_str("2000000000000000000").unwrap(); // HarryPotterObamaSonic10Inu
677-
// => weth trade("buy", token, amount, 2, 19044110,
678-
// &EVMAddress::zero()); }
676+
// EVMU256::from_str("2000000000000000000").unwrap(); //
677+
// HarryPotterObamaSonic10Inu => weth trade("buy", token, amount, 2,
678+
// 19044110, &EVMAddress::zero()); }
679679
}

0 commit comments

Comments
 (0)