Skip to content

Commit d0c3e1a

Browse files
authored
Revert "feat: switch deployed agents to mainnet (#70)" (#71)
This reverts commit 708ceda.
1 parent 708ceda commit d0c3e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy-all-agents.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ for category in ${CATEGORIES[@]}; do
3232

3333
# Deploy the agent with secrets if they exist
3434
if [ -s .secrets ]; then
35-
avctl hosting deploy -n "$agent_name" --network mainnet -s .secrets --no-dependency-check || true
35+
avctl hosting deploy -n "$agent_name" -s .secrets --no-dependency-check || true
3636
else
37-
avctl hosting deploy -n "$agent_name" --network mainnet --no-dependency-check || true
37+
avctl hosting deploy -n "$agent_name" --no-dependency-check || true
3838
fi
3939

4040
cd ../..

0 commit comments

Comments
 (0)