correct ganache port
This commit is contained in:
parent
df0455e5e0
commit
61455e6844
@ -3,7 +3,7 @@ module.exports = {
|
|||||||
networks: {
|
networks: {
|
||||||
development: {
|
development: {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 8545,
|
port: 7545,
|
||||||
network_id: "*" // Match any network id
|
network_id: "*" // Match any network id
|
||||||
},
|
},
|
||||||
kovan: {
|
kovan: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user