Version 0.1.1
Gas Price Oracle library for Ethereum dApps
const { GasPriceOracle } = require('gas-price-oracle');
const oracle = new GasPriceOracle();
oracle.gasPrices().then((gas) => {
console.log(gas)
});
const { GasPriceOracle } = require('gas-price-oracle');
const oracle = new GasPriceOracle();
oracle.gasPrices().then((gas) => {
console.log(gas)
});