-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: track bitfi fees & revenue #4917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
The bitfi.ts adapter exports: |
|
@starfrich is this listing for https://defillama.com/protocol/bitfi-btc i can see you have added start date as 2025-02-06, is there anyway to refill for full history for older version? lmk if you need any help |
|
The bitfi-btc.ts adapter exports: |
|
The bitfi.ts adapter exports: |
|
The bitfi-btc.ts adapter exports: |
the adapter uses event logs which are permanently stored on-chain, so all fee data since deployment can be indexed. |
#4793