Skip to content

Commit

Permalink
feat: add alpha.0 deployments (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Aug 5, 2024
1 parent 6571f29 commit 66d1fed
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ lcov.info

# env vars
.env

# deployments
broadcast/**/run-latest.json
broadcast/**/dry-run/**/*

# misc
.DS_Store
**/.DS_Store
214 changes: 214 additions & 0 deletions broadcast/Deploy.s.sol/421614/run-1722008916.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions deployments/arb-sepolia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Arbitrum Sepolia

Chain ID: 421614

## AccountFactory

| Version | Address | Explorer | Salt |
| -------------- | -------------------------------------------- | ------------------------------------------------------------------------------------------ | ---- |
| v0.8.0-alpha.0 | `0x1c7EF41AA9896b74223a3956c7dDE28F206E8b24` | [explorer](https://sepolia.arbiscan.io/address/0x1c7EF41AA9896b74223a3956c7dDE28F206E8b24) | `0` |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer | Salt |
| -------------- | -------------------------------------------- | ------------------------------------------------------------------------------------------ | ---- |
| v0.8.0-alpha.0 | `0x0809BF385117a43A322A4E31d459c0EcaA3B1A08` | [explorer](https://sepolia.arbiscan.io/address/0x0809BF385117a43A322A4E31d459c0EcaA3B1A08) | `0` |

## SingleSignerValidation

| Version | Address | Explorer | Salt |
| -------------- | -------------------------------------------- | ------------------------------------------------------------------------------------------ | ---- |
| v0.8.0-alpha.0 | `0x9DA8c098A483E257dd96022831DF308cB24fCBE6` | [explorer](https://sepolia.arbiscan.io/address/0x9DA8c098A483E257dd96022831DF308cB24fCBE6) | `0` |

0 comments on commit 66d1fed

Please sign in to comment.