const MultiChainGasPriceComparator = require('multichain-gas-price-comparator');
const comparator = new MultiChainGasPriceComparator([
'https://mainnet.infura.io/v3/YOUR-PROJECT-ID', // main
'https://ropsten.infura.io/v3/YOUR-PROJECT-ID', // Ropsten
'https://rinkeby.infura.io/v3/YOUR-PROJECT-ID', // Rinkeby
]);
comparator.getGasPrices().then(gasPrices => {
console.log(gasPrices);
});
multichain-gas-price-comparator
1.0.4 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i multichain-gas-price-comparator
Weekly Downloads
1
Version
1.0.4
License
MIT
Unpacked Size
594 kB
Total Files
5