backpack icon indicating copy to clipboard operation
backpack copied to clipboard

more efficient cardinal wrapped token check

Open armaniferrante opened this issue 2 years ago • 1 comments

Currently we wait to do the cardinal wrapped token check lazily on click. This adds some latency to the token transfer. We can eagerly do this fetch instead immediately on component load to make it a bit faster. https://github.com/coral-xyz/backpack/pull/1325/files#diff-45a898edb739aeea1cc976f4d8a9e28d560723da8f00723f35d5cf3468bffcc6R69

armaniferrante avatar Oct 28 '22 23:10 armaniferrante

on it

Gajesh2007 avatar Oct 29 '22 07:10 Gajesh2007