refactor: Completed final cleanup and resolved local changes before push

This commit is contained in:
2025-11-21 07:28:47 +03:00
parent c8b3007449
commit 60a32a325e
20 changed files with 389 additions and 35 deletions
+5 -5
View File
@@ -55,21 +55,21 @@ export const KNOWN_TOKENS: Record<number, TokenInfo> = {
symbol: 'wHEZ',
name: 'Wrapped HEZ',
decimals: 12,
logo: '🟡',
logo: '/shared/images/hez_logo.png',
},
1: {
id: 1,
symbol: 'PEZ',
name: 'Pezkuwi Token',
decimals: 12,
logo: '🟣',
logo: '/shared/images/pez_logo.jpg',
},
2: {
id: 2,
1000: {
id: 1000,
symbol: 'wUSDT',
name: 'Wrapped USDT',
decimals: 6,
logo: '💵',
logo: '/shared/images/USDT(hez)logo.png',
},
};