Skip to content

Commit 708ceda

Browse files
authored
feat: switch deployed agents to mainnet (#70)
1 parent a1b353e commit 708ceda

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" -s .secrets --no-dependency-check || true
35+
avctl hosting deploy -n "$agent_name" --network mainnet -s .secrets --no-dependency-check || true
3636
else
37-
avctl hosting deploy -n "$agent_name" --no-dependency-check || true
37+
avctl hosting deploy -n "$agent_name" --network mainnet --no-dependency-check || true
3838
fi
3939

4040
cd ../..

0 commit comments

Comments
 (0)