chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:09 -08:00
parent 50ab378da9
commit 5efe36b1e0
1100 changed files with 155024 additions and 8674 deletions

View File

@@ -1,6 +1,6 @@
# Gas and Token Requirements for Multichain Deployment
**Last Updated**: 2025-12-11 06:00:19 UTC
**Last Updated**: 2026-02-26 20:12:26 UTC
**Purpose**: Complete breakdown of gas costs and native tokens required for deploying all remaining contracts across all chains
> **⚠️ Real-Time Updates**: This document can be updated with real-time gas prices using:
@@ -65,11 +65,13 @@
- **Fallback**: RPC endpoint (via `ETH_MAINNET_RPC_URL` in `.env`)
- **Default**: 20 gwei (if APIs unavailable)
**Current Real-Time Estimate** (run `./scripts/deployment/get-multichain-gas-prices.sh` for latest):
- **Gas Price**: [Fetched from API]
**Current Real-Time Estimate** (last run: 2026-01-31):
- **Gas Price**: 2.74 gwei (Etherscan API)
- **Total Gas**: 3,000,000 units
- **Cost**: [Calculated from real-time price]
- **USD Cost**: [Calculated from real-time price]
- **Cost**: 0.0082 ETH
- **USD Cost**: ~$20.59 (at $2,500/ETH)
**Refresh**: Run `./scripts/deployment/get-multichain-gas-prices.sh` for latest.
**Gas Price Scenarios** (for reference):
- **Low**: 20 gwei → 0.06 ETH (~$150)
@@ -377,7 +379,7 @@ GNOSIS_RPC_URL=https://...
---
**Last Updated**: 2025-12-11 06:00:19 UTC
**Last Updated**: 2026-02-26 20:12:26 UTC
**Next Review**: Before each deployment phase
---