From d78e1579398a1ff3d9b76b256895f34dbbb61c02 Mon Sep 17 00:00:00 2001 From: Felix Vemmer Date: Wed, 9 Feb 2022 08:54:22 +0100 Subject: [PATCH 1/2] 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} From d7f51100a7813349889c5704753e4fe26bb18878 Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:31:06 +0000 Subject: [PATCH 2/2] Update src/content/developers/docs/gas/index.md --- src/content/developers/docs/gas/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/developers/docs/gas/index.md b/src/content/developers/docs/gas/index.md index 1fe240ea43d..b0fe40bb4b6 100644 --- a/src/content/developers/docs/gas/index.md +++ b/src/content/developers/docs/gas/index.md @@ -162,7 +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._ +- [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, and Polygon._ ## Related tools {#related-tools}