├── .gitbook.yaml
├── web
├── backup
│ ├── react-app-env.d.ts
│ ├── utils
│ │ ├── constants.ts
│ │ ├── parse.test.ts
│ │ ├── stats.ts
│ │ └── parse.ts
│ ├── pages
│ │ ├── data.tsx
│ │ ├── home.tsx
│ │ ├── stats.tsx
│ │ └── privacy.tsx
│ ├── index.tsx
│ ├── services
│ │ ├── PriceService.ts
│ │ ├── AirtableService.ts
│ │ ├── EmailService.ts
│ │ ├── MailjetService.ts
│ │ ├── AlertService.ts
│ │ └── GasService.ts
│ ├── components
│ │ ├── layout
│ │ │ ├── alert.tsx
│ │ │ ├── loading.tsx
│ │ │ ├── header.tsx
│ │ │ └── footer.tsx
│ │ ├── index.ts
│ │ ├── gaspricerow.tsx
│ │ ├── gastablerow.tsx
│ │ ├── gastable.tsx
│ │ ├── alertcard.tsx
│ │ ├── alertstats.tsx
│ │ ├── gasprices.tsx
│ │ ├── gaspricecard.tsx
│ │ ├── heatmap.tsx
│ │ ├── register.tsx
│ │ └── gaschart.tsx
│ ├── setupProxy.js
│ ├── migrate.ts
│ ├── functions
│ │ ├── alerts.ts
│ │ ├── gas.ts
│ │ ├── cancel.ts
│ │ ├── confirm.ts
│ │ ├── registrations.ts
│ │ ├── trend.ts
│ │ ├── register.ts
│ │ ├── save.ts
│ │ ├── average.ts
│ │ └── notify.ts
│ ├── collectors
│ │ ├── Collector.ts
│ │ ├── MyCryptoCollector.ts
│ │ ├── NetworkCollector.ts
│ │ ├── UpvestCollector.ts
│ │ ├── EtherchainCollector.ts
│ │ ├── GasStationCollector.ts
│ │ ├── EtherscanCollector.ts
│ │ ├── GasCollector.ts
│ │ └── GasNowCollector.ts
│ ├── config
│ │ └── app.ts
│ ├── assets
│ │ └── index.css
│ ├── types
│ │ └── index.ts
│ └── layout
│ │ └── main.tsx
├── src
│ ├── react-app-env.d.ts
│ ├── index.tsx
│ └── setupProxy.js
├── public
│ ├── fuel.png
│ └── index.html
├── example.env
├── .gitignore
├── .babelrc
├── tsconfig.json
├── netlify.toml
└── package.json
├── docs
├── .gitbook
│ └── assets
│ │ ├── image.png
│ │ └── image (1).png
├── SUMMARY.md
├── README.md
└── api.md
├── .travis.yml
├── README.md
├── LICENSE
└── CODE_OF_CONDUCT.md
/.gitbook.yaml:
--------------------------------------------------------------------------------
1 | root: ./docs/
--------------------------------------------------------------------------------
/web/backup/react-app-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
| 21 | | Slow | 22 |Normal | 23 |Fast | 24 |Instant | 25 |
|---|
9 | A more detailed, in-depth privacy policy will come soon. In the meantime: 10 |
11 |59 | ETH Gas.watch is an aggregated gas price feed that checks multiple data sources for the latest gas prices. By aggregating these data sources, it provides a more reliable average gas price. 60 |
61 |Sign-up to receive a notification when the price drops.
62 | 63 | {renderAlertMessage} 64 | 65 |