Skip to content

Commit

Permalink
Add Base Sepolia contract deploy broadcast record
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 8, 2024
1 parent 166cd4d commit 95987fb
Show file tree
Hide file tree
Showing 3 changed files with 3,002 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.DS_Store
/out/
/cache/
/broadcast/
/testnet/data/
/testnet/.env
/deployments/*-*-*.json
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ testnet: guard-L1_URL guard-DEPLOY_PRIVATE_KEY

.PHONY: verify
verify:
deploy=broadcast/DeploySystem.s.sol/84532/deploy-latest.json; \
deploy=broadcast/DeploySystem.s.sol/84532/run-1727993682.json; \
addresses=$$(jq -r '.transactions[] | select(.transactionType=="CREATE" or .transactionType=="CREATE2") | .contractAddress' $$deploy); \
for address in $$addresses; do \
name=$$(jq -r --arg address "$$address" '.transactions[] | select((.transactionType=="CREATE" or .transactionType=="CREATE2") and .contractAddress==$$address) | .contractName' $$deploy); \
Expand Down
Loading

0 comments on commit 95987fb

Please sign in to comment.