Skip to content

Commit 12f6618

Browse files
Update crypto price ticker
Update the CoinGecko widget with new coins and ensure the same speed.
1 parent 55b89f6 commit 12f6618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PriceTicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const PriceTicker = () => {
3737
widgetElement.setAttribute('dark-mode', 'true');
3838
widgetElement.setAttribute('transparent-background', 'true');
3939
widgetElement.setAttribute('outlined', 'true');
40-
widgetElement.setAttribute('coin-ids', 'bitcoin,tether-gold,ethereum,binancecoin,solana,cosmos');
40+
widgetElement.setAttribute('coin-ids', 'bitcoin,tether-gold,ethereum,binancecoin,bitcoin-cash,bittensor,aave,solana,hyperliquid,avalanche-2,chainlink,injective-protocol,uniswap,internet-computer,aptos,cosmos,bitget-token,polkadot,sui,the-open-network,near,celestia,nexo,pi-network,tron,polygon-ecosystem-token,pancakeswap-token,osmosis,crypto-com-chain');
4141
widgetElement.setAttribute('initial-currency', 'usd');
4242

4343
containerRef.current.appendChild(widgetElement);

0 commit comments

Comments
 (0)