no debug on deploy create2 script

This commit is contained in:
Shawn 2023-12-29 21:16:10 -08:00
parent d27d757b4d
commit 374b6d8650

View file

@ -2,7 +2,7 @@
# Deploys create2 proxy according to https://github.com/primevprotocol/deterministic-deployment-proxy
set -x
set -e
if [ -z "$1" ]; then
echo "Usage: $0 <JSON_RPC_URL>"