Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy committed Apr 4, 2024
1 parent 1d98026 commit 71c5eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/BXH_exp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract Attacker is Test {
}

function testExploit() public {
// Before attack need depoit first
// Before attack need deposit first

// cheat.rollFork(21665464);
// cheat.prank(0x81C63d821b7CdF70C61009A81FeF8Db5949AC0C9);
Expand Down
2 changes: 1 addition & 1 deletion src/test/BarleyFinance_exp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract ContractTest is Test {
}

function testExploit() public {
// Start with 200 DAI tokens transfered from exploiter to attack contract in txs:
// Start with 200 DAI tokens transferred from exploiter to attack contract in txs:
// https://phalcon.blocksec.com/explorer/tx/eth/0xa685928b5102349a5cc50527fec2e03cb136c233505471bdd4363d0ab077a69a
// https://phalcon.blocksec.com/explorer/tx/eth/0xaaa197c7478063eb1124c8d8b03016fe080e6ec4c4f4a4e6d7f09022084e3390
// DAI tokens will be used by wBARL flash function
Expand Down

0 comments on commit 71c5eac

Please sign in to comment.