UNPKG

solidity-cron

Version:

[![Build Status](https://travis-ci.com/Frontier-project/cron.svg?token=DJeMzxJJncp3nRaEUuxH&branch=master)](https://travis-ci.com/Frontier-project/cron) [![codecov](https://codecov.io/gh/Frontier-project/cron/branch/master/graph/badge.svg?token=BGbU5Q6IRV

28 lines (26 loc) 457 B
require('babel-register') require('babel-polyfill') module.exports = { networks: { development: { host: 'localhost', port: 8545, network_id: '*', gas: 4600000 }, rinkeby: { host: 'localhost', port: 8545, network_id: 4, gas: 4600000, gasPrice: 25000000000 } }, mocha: { reporter: 'eth-gas-reporter', reporterOptions: { currency: 'USD', gasPrice: 21 } } }