Skip to content

Commit

Permalink
whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZlotin committed Jan 9, 2025
1 parent 41afed7 commit 19dcb20
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 200 deletions.
2 changes: 1 addition & 1 deletion deploy.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chains=(eth arb bnb matic ftm op linea blast base zkevm manta sei sonic zircuit)
echo $chains | tr ' ' '\n' | parallel --keep-order "
echo \"\nπŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”— {} πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€\n\";
chain {};
forge script Deploy --broadcast --verify \
forge script Deploy --broadcast \
\$([[ -n \$VERIFIER ]] && echo --verifier \$VERIFIER)" |
tee >(
grep ': address ' | sed 's/: address / /' | while read c a; do;
Expand Down
Loading

0 comments on commit 19dcb20

Please sign in to comment.