harmony-one / ethhmy-bridge.frontend

Ethereum<>Harmony two way bridge (trusted version) - frontend part
25 stars 62 forks source link

use all data instead of data from store to compute total locked usd #119

Open bmgalego opened 3 years ago

bmgalego commented 3 years ago

When sorting the assets table the computed total locked usd changes due to using the paged data witch has a limit of 100 assets and the bridge has more so the value changes. Using allData fixes this.