protofire / omen-exchange

Omen exchange
https://omen.eth.link/
GNU Affero General Public License v3.0
66 stars 77 forks source link

Move liquidity value to data hook #2140

Closed hexyls closed 3 years ago

hexyls commented 3 years ago

atm on master we fetch/set the new liquidity values inside components which can lead to a few moments of missing data, we should move these to a data hook so these values render immediately.

Will work on this once https://github.com/protofire/omen-exchange/pull/2090 is merged