mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-07-24 04:45:44 +00:00
feat: add USDT deposit card and fix transaction history parsing
- Add prominent 'USDT Zêde Bike' card above recent activity - Fix MultiAddress parsing for Asset Hub transactions - Add proper token names for wUSDT, DOT, ETH, BTC - Use correct decimals per asset type - Remove unused userId prop from DepositUSDTModal
This commit is contained in:
@@ -954,11 +954,7 @@ export function TokensCard({ onSendToken }: Props) {
|
||||
<FundFeesModal isOpen={showFundFeesModal} onClose={() => setShowFundFeesModal(false)} />
|
||||
|
||||
{/* Deposit USDT Modal */}
|
||||
<DepositUSDTModal
|
||||
isOpen={showDepositModal}
|
||||
onClose={() => setShowDepositModal(false)}
|
||||
userId={null}
|
||||
/>
|
||||
<DepositUSDTModal isOpen={showDepositModal} onClose={() => setShowDepositModal(false)} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user