attempt to publish to ethpm

This commit is contained in:
Manuel Araoz
2017-03-07 16:56:13 -03:00
parent b31c92c27c
commit 72d31c2471
3 changed files with 26 additions and 9 deletions

View File

@ -3,7 +3,7 @@ require('babel-polyfill');
var HDWalletProvider = require('truffle-hdwallet-provider');
var mnemonic = 'opinion destroy betray ...';
var mnemonic = '[REDACTED]';
var provider = new HDWalletProvider(mnemonic, 'https://ropsten.infura.io/');