This is a fork of L2fees.info with more transaction types, smt like old gasnow.org.
yarn install
yarn run dev
- Add a new query to
data/queries.tslist. - Implement a query resolver in the one or more adapters in
data/adapters. - Add a
transactiontodata/transactions.tsfor every adapter you implemented that query, key oftransactionis query name you defined in step 1. - (Optional) Add an icon in
components/iconsfor the transaction if it does not exists.
- Define a new adapter in
data/adapters - Implemenet at least one query resolver. (See
data/queries.tsfor queries) - Register the new adapter in
data/adapters/index.ts
Looking for the adapters? Want to improve the data?
L2now.info is powered by the CryptoStats protocol.
Visit https://cryptostats.community/discover/l2-fees to see the adapters used on this site and make changes.