diff --git a/README.md b/README.md index 0091f3a..039401b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ export UPT_ACCOUNT_PASSPHRASE="1234567890" This repo is currently relying on a private module, current development requires ```bash -export GOPRIVATE=github.com/upshot-tech/upshot-appchain +export GOPRIVATE=github.com/upshot-tech/upshot-appchain ``` Then to build diff --git a/launch-node.sh b/launch-node.sh index 427b917..b7db821 100755 --- a/launch-node.sh +++ b/launch-node.sh @@ -1,4 +1,4 @@ -./dist/avs \ +upshot-node \ --peer-db /tmp/avs/head-peer-db \ --function-db /tmp/avs/head-fdb \ --log-level debug \