From d78e1579398a1ff3d9b76b256895f34dbbb61c02 Mon Sep 17 00:00:00 2001 From: Felix Vemmer Date: Wed, 9 Feb 2022 08:54:22 +0100 Subject: [PATCH] adds gas fees calculator resource [fixes #5099] --- src/content/developers/docs/gas/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/developers/docs/gas/index.md b/src/content/developers/docs/gas/index.md index e9b86989cf3..1fe240ea43d 100644 --- a/src/content/developers/docs/gas/index.md +++ b/src/content/developers/docs/gas/index.md @@ -162,6 +162,7 @@ If you want to monitor gas prices, so you can send your ETH for less, you can us - [Blocknative ETH Gas Estimator](https://chrome.google.com/webstore/detail/blocknative-eth-gas-estim/ablbagjepecncofimgjmdpnhnfjiecfm) _Gas estimating Chrome extension supporting both Type 0 legacy transactions and Type 2 EIP-1559 transactions._ - [ETH Gas Station](https://ethgasstation.info/) _Consumer oriented metrics for the Ethereum gas market_ +- [Cryptoneur Gas Fees Calculator](https://www.cryptoneur.xyz/gas-fees-calculator) _Calculate gas fees in your local currency for different transaction types on Mainnet, Arbitrum, Binance Smart Chain, Avalanche, Polygon, Fantom and Harmony._ ## Related tools {#related-tools}