We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e066e3d commit 4690168Copy full SHA for 4690168
bin/network-init.sh
@@ -40,14 +40,13 @@ while [ ! -S ${socket} ]; do sleep 1; done
40
41
appchain () {
42
echo "$@" | tee >(cat >&2) | nc -U -q 0 ${socket}
43
- sleep 0.2s
+ sleep 1s
44
}
45
46
appchain admin setAdmin
47
appchain nodes setRegistrationStake 0
48
appchain nodes openRegistration
49
appchain networks register ${network_id} ${network_build}
50
-sleep 1s # avoid nonce collision from slower register command (IPFS)
51
appchain networks setActive ${network_id}
52
53
kill ${PID}
0 commit comments