Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 205 Bytes

Azaryan-G.md

File metadata and controls

1 lines (1 loc) · 205 Bytes

In PoolLens.sol, we can optimize the gas of getAllPools function by passing the VenusPool object directly to getPoolDataFromVenusPool function. We don't need to create temporary venusPool variable.