diff --git a/package.json b/package.json index 038e309..87c5cf3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "repository": "https://github.com/67P/kredits-web", "scripts": { "start": "ember server", - "start-local": "KREDITS_CONTRACT_ADDR=`kredits-inspect -c Kredits -r -w address` TOKEN_CONTRACT_ADDR=`kredits-inspect -c Token -r -w address` npm start", + "start-local": "WEB3_PROVIDER_URL=http://localhost:8545 KREDITS_PROVIDER_URL=http://localhost:8545 KREDITS_CONTRACT_ADDR=`kredits-inspect -c Kredits -r -w address` TOKEN_CONTRACT_ADDR=`kredits-inspect -c Token -r -w address` npm start", "test": "ember test", "postinstall": "bower install", "build": "ember build",