TxStreet ETH Gas Prices

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

TxStreet ETH Gas Prices란 무엇입니까?

TxStreet ETH Gas Prices은(는) https://txstreet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TxStreet ETH Gas Prices 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 TxStreet ETH Gas Prices TxStreet ETH Gas Prices
ID ibmcbgbkeofegdhoeijhfhofjkmdoima
공식 URL https://chromewebstore.google.com/detail/txstreet-eth-gas-prices/ibmcbgbkeofegdhoeijhfhofjkmdoima
설명 Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.
파일 크기 134 KB
설치 횟수 3,670
현재 버전 1.2.0
최근 업데이트 2021-12-17
출시 날짜 2021-11-09
평점 5.00/5 총 6 개의 평점
개발자 https://txstreet.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://txstreet.com
도움말 페이지 URL https://txstreet.com/d/gas
지원되는 언어 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
}