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

@@ -49,7 +49,7 @@ if ! cast block-number --rpc-url "$ETHEREUM_MAINNET_RPC" >/dev/null 2>&1; then
echo ""
echo "Please fix the Infura RPC configuration:"
echo " 1. Go to https://infura.io/"
echo " 2. Project ID: 43b945b33d58463a9246cf5ca8aa6286"
echo " 2. Project ID: (set in .env as INFURA_PROJECT_ID; use INFURA_PROJECT_SECRET for Basic Auth)"
echo " 3. Settings → Disable 'Private Key Only'"
echo " 4. Save and run this script again"
echo ""