Skip to content

Commit 02c573f

Browse files
committed
test: use our custom local-network
1 parent 4c80a18 commit 02c573f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup-test-network.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ cd contrib/
169169

170170
# Clone local-network repo if it doesn't exist
171171
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
172+
git clone https://github.com/semiotic-ai/local-network.git
173+
# git clone https://github.com/edgeandnode/local-network.git
174174
cd local-network
175175
# Checkout to the horizon branch
176-
git checkout horizon
176+
git checkout semiotic/horizon
177177
cd ..
178178
fi
179179

0 commit comments

Comments
 (0)