<?php for ($i = 1; $i <= 300; $i+=0.01) : ?>
    <option value="<?php echo number_format($i, 2, '.', ''); ?>"><?php  echo number_format($i, 2, '.', ''); ?> AVAX</option>
<?php endfor; ?>
