balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

Add VaultExplorer support for `getAggregateFeePercentages` #831

Closed EndymionJkb closed 1 month ago

EndymionJkb commented 1 month ago

Description

We added a new function to IPoolInfo, so not technically "the Vault," but it's a permissionless getter for pool info, so I think it should be supported here as well. Also works for every pool, even custom ones that don't implement IPoolInfo, so it's an equivalent/safer path for offchain processes who don't want to keep track of which pools support IPoolInfo.

Type of change

Checklist:

Issue Resolution