Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mirak-oracle authored Jun 12, 2024
1 parent 1f1c1c7 commit c4980fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,6 @@ <h3>Crypto Marketplace</h3>
// Check price alerts periodically
setInterval(checkPriceAlerts, 60000); // Check every minute

// Populate dropdown on page load
window.onload = populateCryptoOptions;
async function fetchGasPrices() {
const response = await fetch('https://api.blockcypher.com/v1/eth/main');
const data = await response.json();
Expand Down

0 comments on commit c4980fa

Please sign in to comment.