mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
no debug on deploy create2 script
This commit is contained in:
parent
dcb694a256
commit
31430003e3
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