You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var mnemonic = "boy robust absurd olive bless cable speed close column control hour rabbit" // @aecc's metamask seed words
var HDWalletProvider = require("truffle-hdwallet-provider");
module.exports = {
networks: {
ropsten: {
network_id: 3,
provider: new HDWalletProvider(mnemonic, "https://ropsten.infura.io/KZSQapS5wjr4Iw7JhgtE"), // infura node in Ropsten test network using @aecc's API KEY