mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 09:03:46 +00:00
no debug on deploy create2 script
This commit is contained in:
parent
d27d757b4d
commit
374b6d8650
1 changed files with 1 additions and 1 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue