UNPKG

gittoken-contracts

Version:

GitToken Solidity Smart Contracts

12 lines (11 loc) 192 B
module.exports = { networks: { development: { host: "127.0.0.1", port: 8545, network_id: "*", // Match any network id gasPrice: 4e9, gas: 47e5 } } };