mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-30 13:57:56 +00:00
feat: add HEZ/DOT pool support and fix user-facing token names
- Add HEZ/DOT pool to PoolDashboard - Display DOT, ETH, BTC instead of wDOT, wETH, wBTC to users - Update priceOracle with correct symbol mappings - Fix lint errors in check_all_pools.mjs - Extract MINTABLE_ASSETS to separate file for fast refresh
This commit is contained in:
@@ -7,10 +7,9 @@ const COINGECKO_API = 'https://api.coingecko.com/api/v3';
|
||||
|
||||
// CoinGecko ID mappings
|
||||
export const COINGECKO_IDS: Record<string, string> = {
|
||||
'wDOT': 'polkadot',
|
||||
'wETH': 'ethereum',
|
||||
'wBTC': 'bitcoin',
|
||||
'wUSDT': 'tether',
|
||||
'DOT': 'polkadot',
|
||||
'ETH': 'ethereum',
|
||||
'BTC': 'bitcoin',
|
||||
'USDT': 'tether',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user