From 2bfebf4993f023f7019cc58614027afcf7dea031 Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:27:06 +0100 Subject: [PATCH] fix: default network to appTesting --- package.json | 2 +- resources/commands.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc924cc..d3a7bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nevermined-io/cli", - "version": "2.0.2", + "version": "2.0.3", "main": "index.js", "repository": "git@github.com:nevermined-io/cli.git", "author": "Nevermined", diff --git a/resources/commands.json b/resources/commands.json index 87012bc..1502ce7 100644 --- a/resources/commands.json +++ b/resources/commands.json @@ -9,7 +9,7 @@ { "name": "network", "alias": "n", - "default": "mumbai", + "default": "appTesting", "type": "string", "description": "The network to use" },