Last active
November 8, 2019 15:17
-
-
Save JoranHonig/34814e996aadc012942a0c33b39ea73e to your computer and use it in GitHub Desktop.
This file contains 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: { | |
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