diff --git a/package.json b/package.json index 05b0737..145368f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "setup": "./initialize.sh ${NETWORK:-futurenet} && npm install", + "setup": "./initialize.sh ${NETWORK:-testnet} && npm install", "clean": "rm -rf .next .soroban .soroban-example-dapp", "reset": "npm run clean && npm run setup", "build:contracts": "soroban contract build",