This Raycast extension provides real-time gas prices for the Celestia Mainnet Beta network, fetched from the Celenium explorer API. It displays slow, median, and fast transaction gas prices directly in your Raycast interface.
- Fetches real-time Celestia gas prices from the Celenium explorer API
- Displays prices for slow, median, and fast transactions
- Updates automatically every 1 minute
- Compact inline display for quick access
- Ensure you have Raycast installed on your macOS system.
- Clone this repository or download the
celestia-gas-price.jsfile. - Open a terminal and navigate to your Raycast scripts directory:
cd ~/Library/Application Support/Raycast/Scripts - Copy the
celestia-gas-price.jsfile into this directory:cp /path/to/celestia-gas-price.js . - Make the script executable:
chmod +x celestia-gas-price.js - Refresh your Raycast commands or restart Raycast.
Type "ga" or "gas" in Raycast to quickly view the current Celestia gas prices.
- Raycast installed on your macOS system
- Internet connection to fetch real-time data
For issues, feature requests, or contributions, please open an issue or pull request in this repository.
Enjoy staying updated with Celestia gas prices right from Raycast!