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 4c80a18 commit 02c573fCopy full SHA for 02c573f
setup-test-network.sh
@@ -169,11 +169,11 @@ cd contrib/
169
170
# Clone local-network repo if it doesn't exist
171
if [ ! -d "local-network" ]; then
172
- # git clone https://github.com/semiotic-ai/local-network.git
173
- git clone https://github.com/edgeandnode/local-network.git
+ git clone https://github.com/semiotic-ai/local-network.git
+ # git clone https://github.com/edgeandnode/local-network.git
174
cd local-network
175
# Checkout to the horizon branch
176
- git checkout horizon
+ git checkout semiotic/horizon
177
cd ..
178
fi
179
0 commit comments