TxStreet ETH Gas Prices

Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.

O que é TxStreet ETH Gas Prices?

TxStreet ETH Gas Prices é uma extensão do Chrome desenvolvida por https://txstreet.com, e sua principal característica é "Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TxStreet ETH Gas Prices

Baixe arquivos de extensão TxStreet ETH Gas Prices no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TxStreet ETH Gas Prices TxStreet ETH Gas Prices
ID ibmcbgbkeofegdhoeijhfhofjkmdoima
URL Oficial https://chromewebstore.google.com/detail/txstreet-eth-gas-prices/ibmcbgbkeofegdhoeijhfhofjkmdoima
Descrição Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.
Tamanho do Arquivo 134 KB
Contagem de Instalações 3,670
Versão Atual 1.2.0
Última Atualização 2021-12-17
Data de Publicação 2021-11-09
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://txstreet.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://txstreet.com
URL da Página de Ajuda https://txstreet.com/d/gas
Idiomas Suportados 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
}