-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Feat/new layout #12966
base: main
Are you sure you want to change the base?
Feat/new layout #12966
Conversation
0xajing
commented
Jan 4, 2025
•
edited
Loading
edited
- update lorenzo bitcoin book, add bc1p9ta9m4h6z5hz5mvu2450qqrd5x507a25c4uper8nkxllhs94x7msv77l0s
- new tab layout:
- Lorenzo: Lorenzo Protocol Total, all staked BTC, from stBTC and enzoBTC
- Lorenzo stBTC: all BTC staked to mint stBTC
- Lorenzo enzoBTC: all BTC staked to mint enzoBTC
- Lorenzo stBTC from BNB: stBTC supply on BNB
The adapter at projects/lorenzo exports TVL:
|
The adapter at projects/lorenzo-stbtc exports TVL:
|
72ebdba
to
bd7913a
Compare
The adapter at projects/lorenzo exports TVL:
|
The adapter at projects/lorenzo-stbtc exports TVL:
|
The adapter at projects/lorenzo exports TVL:
|
The adapter at projects/lorenzo-stbtc exports TVL:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am bit confused why this was counted as tvl in the first place, but changing folder names breaks our server
@@ -1,8 +1,10 @@ | |||
const { sumTokensExport } = require("../helper/sumTokens"); | |||
const bitcoinAddressBook = require('../helper/bitcoin-book/index.js') | |||
|
|||
// Lorenzo Protocol Tota TVL | |||
const allBtcAddressList = [...bitcoinAddressBook.lorenzo, ...bitcoinAddressBook.lorenzo2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, this leads to doublecounting, as we have already listed stbtc & enzoBTC part.
This merged listing is redundant imo, we already show a parent protocol that includes all sub protocols
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is good, thanks