Skip to content

Commit

Permalink
Fix playground example send: don't send to wallets own address (#1297)
Browse files Browse the repository at this point in the history
* don't send to self - dapps are blocked from calling directly to the smart wallet's address

* use black hole address
  • Loading branch information
nateReiners authored May 21, 2024
1 parent 2aaf25a commit e02b016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ethSendTransactionShortcuts: ShortcutType[] = [
key: 'Example Tx',
data: {
from: ADDR_TO_FILL,
to: ADDR_TO_FILL,
to: '0x0000000000000000000000000000000000000000',
value: '0x0',
},
},
Expand Down

0 comments on commit e02b016

Please sign in to comment.