Skip to content

Commit 6a2adf7

Browse files
committed
Added address extraction script
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent ad84307 commit 6a2adf7

File tree

10 files changed

+3134
-4
lines changed

10 files changed

+3134
-4
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ artifacts
1717
cache-zk
1818
artifacts-zk
1919

20+
# Broadcast files
21+
/broadcast/**
22+
!/broadcast/**/
23+
!/broadcast/**/run-latest.json
24+
/broadcast/**/dry-run/
25+
!/broadcast/deployed-addresses.md
26+
!/broadcast/deployed-addresses.json
27+
!/broadcast/DeployedAddresses.sol
28+
29+
# Foundry files
30+
out
31+
2032
# Upgradeability files
2133
.openzeppelin
2234

0 commit comments

Comments
 (0)