Skip to content

Instantly share code, notes, and snippets.

@AndyWatt83
Created May 5, 2021 18:52
Show Gist options
  • Save AndyWatt83/fc47f1ecc97d0ac9aff3acae6f21f691 to your computer and use it in GitHub Desktop.
Save AndyWatt83/fc47f1ecc97d0ac9aff3acae6f21f691 to your computer and use it in GitHub Desktop.
Truffle Config for Docker
module.exports = {
networks: {
development: {
host: "ganache-cli",
port: 8545,
network_id: "57771",
},
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment