Skip to content

Commit e2f5be6

Browse files
Updated test network settings
1 parent 43d8a28 commit e2f5be6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

truffle-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ module.exports = {
5252
// tab if you use this network and you must also set the `host`, `port` and `network_id`
5353
// options below to some value.
5454
//
55-
/* development: {
55+
development: {
5656
host: "127.0.0.1", // Localhost (default: none)
57-
port: 8545, // Standard Ethereum port (default: none)
57+
port: 7545, // Standard Ethereum port (default: none)
5858
network_id: "*", // Any network (default: none)
59-
}, */
59+
},
6060

6161
goerli: {
6262
provider: () => new HDWalletProvider(mnemonic, `https://goerli.infura.io/v3/${infuraProjectId}`),

0 commit comments

Comments
 (0)