@@ -653,27 +653,27 @@ mod tests {
653
653
// let token =
654
654
// EVMAddress::from_str("0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9").
655
655
// 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()); }
659
659
//
660
660
// // https://www.tdly.co/shared/simulation/83d283d4-b367-4893-85a4-4af19fc9a80b
661
661
// #[test]
662
662
// fn test_buy_two_hop_with_fee() {
663
663
// let token =
664
664
// EVMAddress::from_str("0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9").
665
665
// 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()); }
669
669
//
670
670
// #[test]
671
671
// fn test_buy_three_hop_with_fee() {
672
672
// // expected to fail
673
673
// let token =
674
674
// EVMAddress::from_str("0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9").
675
675
// 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()); }
679
679
}
0 commit comments