Fix livenet dir issues

This commit is contained in:
andytudhope 2019-08-07 20:24:51 +02:00
parent 5423556820
commit 6aea8ed7c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const wallet = require('./livenet/mnemonic')
//const wallet = require('./livenet/mnemonic')
const devWallet = require('./development/mnemonic')
module.exports = {
@ -138,7 +138,7 @@ module.exports = {
deployment: {
accounts: [
{
mnemonic: wallet.mnemonic,
mnemonic: devWallet.mnemonic,
},
],
host: `mainnet.infura.io/v3/8675214b97b44e96b70d05326c61fd6a`,