mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-24 22:42: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",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "truffle.js",
|
"main": "truffle.js",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"truffle-hdwallet-provider": "^1.0.0-web3one.5"
|
"truffle-hdwallet-provider": "^1.0.0-web3one.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "./node_modules/.bin/truffle test"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
@ -3,12 +3,9 @@ require('babel-polyfill');
|
|||||||
|
|
||||||
var HDWalletProvider = require("truffle-hdwallet-provider");
|
var HDWalletProvider = require("truffle-hdwallet-provider");
|
||||||
|
|
||||||
|
|
||||||
var mnemonicRinkeby = "oxygen crunch note tent verify chicken gossip shield essence runway clinic fortune";
|
var mnemonicRinkeby = "oxygen crunch note tent verify chicken gossip shield essence runway clinic fortune";
|
||||||
var infuraLinkRinkeby = "https://rinkeby.infura.io/v3/198f519e2d9643d689649459edccc350";
|
var infuraLinkRinkeby = "https://rinkeby.infura.io/v3/198f519e2d9643d689649459edccc350";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
networks: {
|
networks: {
|
||||||
rinkeby: {
|
rinkeby: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user