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.ts
list. - Implement a query resolver in the one or more adapters in
data/adapters
. - Add a
transaction
todata/transactions.ts
for every adapter you implemented that query, key oftransaction
is query name you defined in step 1. - (Optional) Add an icon in
components/icons
for the transaction if it does not exists.
- Define a new adapter in
data/adapters
- Implemenet at least one query resolver. (See
data/queries.ts
for 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.