mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-24 14:32:14 +00:00
Fixed configs
This commit is contained in:
parent
bbad2f3991
commit
7e5f8b7fa4
@ -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"
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user