Fixed configs

This commit is contained in:
Игорь Соболев 2019-07-01 16:43:10 +03:00
parent bbad2f3991
commit 7e5f8b7fa4
2 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -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: {