Harsh Agarwal
Harsh Agarwal
Deployment URL: https://thegraph.com/hosted-service/subgraph/harsh9200/yearn-v2?version=pending TODO: - [x] Update supply side and protocol side revenue split logic. - [x] Add Support for Fantom chain - [x] Add Support for Arbitrium chain -...
If a transaction contains a function-scoped revert, trace_transaction fails to calculate the output of the subtraces after the revert that are part of the same transaction. It also seems to...
**Describe the bug** If a transaction contains a function-scoped revert, trace_transaction fails to calculate the output of the subtraces after the revert that are part of the same transaction. It...
Deployment: [Link](https://thegraph.com/hosted-service/subgraph/harsh9200/belt-finance)
**APR Formula**: - Mainnet: ``` Staked_Output_Token = GAUGE_WORKING_SUPPLY Daily_Reward_Emissions = INFLATION_RATE * GAUGE_RELATIVE_WEIGHT * BALANCER_TOKEN_PRICE * 86_400 APR = (Daily_Reward_Emissions / (TVL) * (Staked_Output_Token / Output_Token_Supply)) * 100 * 365...
**New Features**: - Added support to five more EVM chains (`aurora`, `gnosis`, `harmony`, `moonbeam`, and `optimism`). - New `uniswapForksMethod` (`sushsiwapRouter` and `uniswapRouter`methods merged into one). - New Config parameters for...
Fixes: - Add newly launched vaults to Mainnet configuration. - Add withdrawal Fee logic. (some vaults emit `withdrawalFee` event, some don't) - Add Bribes logic for bveCVX and gravAura Vaults....
- Address QA issues: negative total supply and an obsolete frax pool. - Added newly launched [liquidity lockers](https://stakedao.gitbook.io/stakedaohq/platform/strategies/liquid-lockers-strategies). Deployment: [URL](https://thegraph.com/hosted-service/subgraph/harsh9200/stake-dao?version=pending&selected=logs)
- Added price lib based on swaps. - Added `1inchOracle` method in price lib. - Added pricing robustness #2036.