Skip to content

Commit

Permalink
add warning to 7702 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 28, 2024
1 parent 9a751f9 commit 95f91e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/permissionless/how-to/eip-7702-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Note: We are using a seperate private key, `safePrivateKey` instead of our EOA's

:::

:::warning
**Warning**: This demo is meant to serve as a overview of what EIP-7702 and ERC-4337 could look like. This approach should not be used in production as a malicious entity could take over your EOA by frontrunning the setup transaction and setting the **owners** field to an address they control.
:::

### Confirming the EOA has code

Now that the authorization request has been sent, we can confirm that our EOA has code attached to it by running the following command:
Expand Down

0 comments on commit 95f91e0

Please sign in to comment.