aave / aave-utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce @aave/contract-helpers exports

defispartan opened this issue · comments

Current there are a lot of unnecessary exports in @aave/contract-helpers which is raising the bundle size: https://bundlephobia.com/package/@aave/contract-helpers@1.16.0.

Some smaller exports can be removed and the biggest gain will be replacing the existing Pool and LendingPool exports which the optimized PoolBundle/LendingPoolBundle versions which are under development.