Skip to content

Instantly share code, notes, and snippets.

@JoranHonig
Last active November 8, 2019 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoranHonig/34814e996aadc012942a0c33b39ea73e to your computer and use it in GitHub Desktop.
Save JoranHonig/34814e996aadc012942a0c33b39ea73e to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
vertigo_test_network_1: {
host: "127.0.0.1",
port: 8545,
network_id: "*"
},
vertigo_test_network_2: {
host: "127.0.0.1",
port: 8546,
network_id: "*"
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment