subgraphs
subgraphs copied to clipboard
fix(#patch); Belt Finance; Fix Price and Fees Logic
Fixed following QA #1107 issues:
- Missing Reward Tokens (
Belt BNB+Belt BTC+Belt ETH)- Added Missing
MasterBeltcontract logic. - Reward tokens APR formula:
- Added Missing
DailyRewardEmissions = (BeltEmissionsPerBlock * (vaultAllocPoint / totalAllocPoint) * (86400 / bscBlockRate))
APY = (DailyRewardEmissions / (TVL * (WantLockedTotal / OutputTokenSupply))) * 100 * 365
-
Belt ETH Wrong/Low TVL
- Reason: Wrong price of ETH token. Fixed by using a different Uniswap fork router address.
-
Belt DAILow Revenue-
Reason:
MultiStrategyVaultupdated the underlying strategy and the old strategy is now not active. Fixed by regularly checking for new updated strategies.
-
Reason:
Latest deployment: URL