var HDWalletProvider = require("truffle-hdwallet-provider");var mnemonic = "YOUR_MNEMONIC";module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// to customize your Truffle configuration!
network_id: "*" // Match any network id
// must be a thunk, otherwise truffle commands may hang in CI
"https://ropsten.infura.io/v3/9b5040ea0b704bf18af87f7edb53a644"
// must be a thunk, otherwise truffle commands may hang in CI
"https://mainnet.infura.io/v3/9be4a7a6a57a47eea40d6a37af2b2712"