feat: add LP staking score and DOT/ETH/BTC tokens

This commit is contained in:
2026-02-06 20:01:12 +03:00
parent 1f14cd475f
commit b0c3626e7a
4 changed files with 133 additions and 14 deletions
+21
View File
@@ -110,6 +110,27 @@ export const KNOWN_TOKENS: Record<number, TokenInfo> = {
decimals: 6,
logo: '/shared/images/USDT(hez)logo.png',
},
1001: {
id: 1001,
symbol: 'DOT',
name: 'Wrapped DOT',
decimals: 10,
logo: '/shared/images/dot.png',
},
1002: {
id: 1002,
symbol: 'ETH',
name: 'Wrapped ETH',
decimals: 18,
logo: '/shared/images/etherium.png',
},
1003: {
id: 1003,
symbol: 'BTC',
name: 'Wrapped BTC',
decimals: 8,
logo: '/shared/images/bitcoin.png',
},
};
// LP Token info (poolAssets pallet - separate from assets pallet)