Skip to content

Commit b4d242c

Browse files
committed
Mine EOA Multisend Address and Deploy
1 parent 42de6dc commit b4d242c

File tree

11 files changed

+258
-70
lines changed

11 files changed

+258
-70
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ cache/
33
out/
44

55
# Ignores development broadcast logs
6-
!/broadcast
6+
broadcast/
7+
!/broadcast/DeployMultisend.s.sol
78
/broadcast/*/31337/
89
/broadcast/**/dry-run/
910

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
An educational project demonstrating account abstraction and sponsored transaction execution using EIP-7702. This project uses Foundry for deployment, scripting, and testing.
44

5+
EOA Multisend is Deployed to `0x7702e0abc94b08eb155795c72624f2ca53763114` on Sepolia, Gnosis Chain and Mainnet
6+
7+
⚠️ This contract has not yet been audited - use at your own risk.
8+
59
## Overview
610

711
The `BatchCallAndSponsor` contract enables batch execution of calls by verifying signatures over a nonce and batched call data. It supports:

broadcast/DeployMultisend.s.sol/11155111/run-1746870410.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)