Commit 64e1bedf authored by gudqs7's avatar gudqs7

network

parent cd8b5d9f
......@@ -9,13 +9,30 @@ module.exports = {
gas: 7500000,
network_id: "*" // Match any network id
},
ropsten: {
kovan: {
gas: 8000000,
provider: function() {
return new HDWalletProvider(mnemonic,
"https://kovan.infura.io/v3/{{your_apiKey}}")
"https://kovan.infura.io/v3/09c30ad18ed145c3997b0621e1816909")
},
network_id: 3
},
ropsten: {
// gas: 8000000,
provider: function() {
return new HDWalletProvider(mnemonic,
"https://ropsten.infura.io/v3/09c30ad18ed145c3997b0621e1816909")
},
network_id: 2
},
mainnet: {
gas: 7500000,
provider: function() {
return new HDWalletProvider(mnemonic,
"https://mainnet.infura.io/v3/09c30ad18ed145c3997b0621e1816909")
},
network_id: 1
}
},
solc: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment