Anastasios

Results 18 comments of Anastasios

some links from quick research https://stackoverflow.com/questions/76030996/how-to-use-debounce-with-usequery-in-react-query https://github.com/TanStack/query/issues/293

@markmhx @314159265359879 what does `effective fee rate` mean here? current average fee per tx?

seems design is outdated, @mica000 could you redesign it please?

@pete-watters thanks here, yeah, it is exactly what I need

we have such new design https://www.figma.com/file/2MLHeIeL6XPVi3Tc2DfFCr/%E2%9D%96-Leather-%E2%80%93-Design-System?type=design&node-id=14262-121111&mode=design&t=6x2thsQaW0T2aNEr-0 I will try to implement it this week or early next

@Aman-zishan have you set `WALLET_ENVIRONMENT=testing` in `.env`?

@kyranjamie ``` const maxLengthDefault = STX_DECIMALS + 2; // + 1 for decimal char const maxLength = decimals === 0 ? maxLengthDefault : decimals + 2; ```

agree here. most critical requests are for blockstream api utxos and hiro api inscriptions? maybe start with them? show callout in case there are more than 2 consecutive api error?

rebased and added integration test for showing high fee warning link fixed here https://github.com/leather-wallet/mono/pull/218