Skip to content

Instantly share code, notes, and snippets.

@djuanit0x
Last active July 22, 2019 06:51
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 djuanit0x/8639bf40e9a05074aba9d693a8079efe to your computer and use it in GitHub Desktop.
Save djuanit0x/8639bf40e9a05074aba9d693a8079efe to your computer and use it in GitHub Desktop.
provable-bitcoin-price
module.exports = {
networks: {
development: {
host: process.env.DEVELOPMENT_HOST,
port: 8545,
network_id: "*", // Match any network id
gas: 4700000
},
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment