From 7e5f8b7fa45768507f0a0b2de94a8d02696c3fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A1=D0=BE=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=D0=B2?= Date: Mon, 1 Jul 2019 16:43:10 +0300 Subject: [PATCH] Fixed configs --- truffle/package.json | 4 ++-- truffle/truffle.js | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/truffle/package.json b/truffle/package.json index f6a170e..8a4f509 100644 --- a/truffle/package.json +++ b/truffle/package.json @@ -1,5 +1,5 @@ { - "name": "testsuite-contract", + "name": "lazy-snark", "version": "1.0.0", "description": "", "main": "truffle.js", @@ -16,7 +16,7 @@ "truffle-hdwallet-provider": "^1.0.0-web3one.5" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "./node_modules/.bin/truffle test" }, "author": "", "license": "ISC" diff --git a/truffle/truffle.js b/truffle/truffle.js index 0abbd0c..24df034 100644 --- a/truffle/truffle.js +++ b/truffle/truffle.js @@ -3,12 +3,9 @@ require('babel-polyfill'); var HDWalletProvider = require("truffle-hdwallet-provider"); - var mnemonicRinkeby = "oxygen crunch note tent verify chicken gossip shield essence runway clinic fortune"; var infuraLinkRinkeby = "https://rinkeby.infura.io/v3/198f519e2d9643d689649459edccc350"; - - module.exports = { networks: { rinkeby: {