TxStreet ETH Gas Prices
Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.
Qu'est-ce que TxStreet ETH Gas Prices ?
TxStreet ETH Gas Prices est une extension Chrome développée par https://txstreet.com, et sa fonction principale est "Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TxStreet ETH Gas Prices
Téléchargez les fichiers d'extension TxStreet ETH Gas Prices au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
TxStreet simulates the next 3 blocks in real time, using pending transactions. These simulations allow for the most accurate gas price predictions. Depending on the fluctuating base fee, the second and third block may have higher fees than the first. It's recommended to use the large green values, however if there is a gas war and you need an instant confirmation, you might consider overpaying. Use the slider to set your preference from "minimum" to "recommended" to "overpay" depending on how fast you need your transactions confirmed. This setting is reflected on the number badge in the extensions icon, where your calculated fee is displayed. EIP-1559 compatible! Toggle the EIP-1559 switch to view "Priority Fee" and "Max Fee" instead of "Gas Price". Toggling this will also show the priority fee on the number badge in the extensions icon. Join our discord! https://discord.gg/pFeHv623D7
Informations de Base sur l'Extension
Nom | TxStreet ETH Gas Prices |
ID | ibmcbgbkeofegdhoeijhfhofjkmdoima |
URL Officiel | https://chromewebstore.google.com/detail/txstreet-eth-gas-prices/ibmcbgbkeofegdhoeijhfhofjkmdoima |
Description | Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices. |
Taille du Fichier | 134 KB |
Nombre d'Installations | 3,670 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-12-17 |
Date de Publication | 2021-11-09 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://txstreet.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://txstreet.com |
URL de la Page d'Aide | https://txstreet.com/d/gas |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TxStreet ETH Gas Prices", "version": "1.2.0", "description": "Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |