57 lines
1.2 KiB
Markdown
57 lines
1.2 KiB
Markdown
|
|
# Real-Time Gas Estimates (Auto-Generated)
|
||
|
|
|
||
|
|
**⚠️ This file is auto-generated. Do not edit manually.**
|
||
|
|
|
||
|
|
**Last Updated**: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
|
||
|
|
|
||
|
|
## Current Real-Time Gas Prices
|
||
|
|
|
||
|
|
Run `./scripts/deployment/get-multichain-gas-prices.sh` to get the latest prices.
|
||
|
|
|
||
|
|
## Current Estimates
|
||
|
|
|
||
|
|
Based on real-time gas prices fetched from APIs:
|
||
|
|
|
||
|
|
### Ethereum Mainnet
|
||
|
|
- **Gas Price**: [Fetched from Etherscan API]
|
||
|
|
- **Gas Units**: 3,000,000
|
||
|
|
- **Cost**: [Calculated] ETH
|
||
|
|
- **USD Cost**: [Calculated] USD
|
||
|
|
|
||
|
|
### Cronos
|
||
|
|
- **Gas Price**: [Fetched from RPC]
|
||
|
|
- **Gas Units**: 8,760,000
|
||
|
|
- **Cost**: [Calculated] CRO
|
||
|
|
- **USD Cost**: [Calculated] USD
|
||
|
|
|
||
|
|
### BSC
|
||
|
|
- **Gas Price**: [Fetched from RPC]
|
||
|
|
- **Gas Units**: 8,760,000
|
||
|
|
- **Cost**: [Calculated] BNB
|
||
|
|
- **USD Cost**: [Calculated] USD
|
||
|
|
|
||
|
|
### Polygon
|
||
|
|
- **Gas Price**: [Fetched from RPC]
|
||
|
|
- **Gas Units**: 8,760,000
|
||
|
|
- **Cost**: [Calculated] MATIC
|
||
|
|
- **USD Cost**: [Calculated] USD
|
||
|
|
|
||
|
|
### Gnosis
|
||
|
|
- **Gas Price**: [Fetched from RPC]
|
||
|
|
- **Gas Units**: 8,760,000
|
||
|
|
- **Cost**: [Calculated] xDAI
|
||
|
|
- **USD Cost**: [Calculated] USD
|
||
|
|
|
||
|
|
## Total Estimated Cost
|
||
|
|
|
||
|
|
**Total**: [Calculated] USD
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
**To update this file, run:**
|
||
|
|
```bash
|
||
|
|
./scripts/deployment/get-multichain-gas-prices.sh
|
||
|
|
./scripts/deployment/update-gas-estimates.sh
|
||
|
|
```
|
||
|
|
|