Card deposit fixes on top of feat/onoff-ramp-p2-core.
be/
- Remove PasscodeConfirmGuard from
/fireblocks/internal-transfer(it broke the Send flow via token-refresh replay) - Rewrite
passcode-confirm.coverage.spec.tsto track guarded vs KNOWN_UNGUARDED routes - Constrain
DepositCardDto.amountto positive decimals, max 2 decimal places - Card top-up settlement service + internal reserve spec fixes
fe/
-
useDepositToCardnow invalidatesCARD_KEYS.detail(cardId)so the card screen does not show the pre-transfer balance after a top-up - Drop the unused AbortSignal param from
depositToCard - Add
deposit.test.tsxcovering cache invalidation and the request body - Add
scripts/prepare-icon-badge.js+eas-build-post-installhook to fix the EAS icon-badge race