We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d8a28 commit e2f5be6Copy full SHA for e2f5be6
truffle-config.js
@@ -52,11 +52,11 @@ module.exports = {
52
// tab if you use this network and you must also set the `host`, `port` and `network_id`
53
// options below to some value.
54
//
55
-/* development: {
+ development: {
56
host: "127.0.0.1", // Localhost (default: none)
57
- port: 8545, // Standard Ethereum port (default: none)
+ port: 7545, // Standard Ethereum port (default: none)
58
network_id: "*", // Any network (default: none)
59
- }, */
+ },
60
61
goerli: {
62
provider: () => new HDWalletProvider(mnemonic, `https://goerli.infura.io/v3/${infuraProjectId}`),
0 commit comments