Created
January 16, 2018 03:20
-
-
Save zabirauf/3eb49f0beb3e13a82208590142b6ae8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
networks: { | |
development: { | |
host: "localhost", // Ganache RPC server URL | |
port: 7545, // Ganache RPC server Port | |
network_id: "*" // Match any network id | |
} | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment