backpack
backpack copied to clipboard
more efficient cardinal wrapped token check
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
on it