mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
fix: localtestnet.sh
This commit is contained in:
parent
dd17b8f33d
commit
9216f3dfc9
@ -24,7 +24,9 @@ DATA=~/.0gchain
|
|||||||
# remove any old state and config
|
# remove any old state and config
|
||||||
rm -rf $DATA
|
rm -rf $DATA
|
||||||
|
|
||||||
BINARY=./.build/0gchaind
|
OS_FAMILY=$(uname -s)
|
||||||
|
NATIVE_GO_OS=$(echo $OS_FAMILY | tr '[:upper:]' '[:lower:]')
|
||||||
|
BINARY=./out/$NATIVE_GO_OS/0gchaind
|
||||||
|
|
||||||
# Create new data directory, overwriting any that alread existed
|
# Create new data directory, overwriting any that alread existed
|
||||||
chainID="zgchain_8888-1"
|
chainID="zgchain_8888-1"
|
||||||
|
Loading…
Reference in New Issue
Block a user