Skip to content

Instantly share code, notes, and snippets.

@BogdanHabic
Last active November 26, 2018 18:23
Show Gist options
  • Save BogdanHabic/914cd84e8dd2a4615e23e4ea47a4714d to your computer and use it in GitHub Desktop.
Save BogdanHabic/914cd84e8dd2a4615e23e4ea47a4714d to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
ganache: {
host: "127.0.0.1",
port: 8545,
network_id: "*",
},
tenderly: {
host: "127.0.0.1",
port: 9545,
network_id: "*",
gasPrice: 0
}
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment