Add full Chain 138 integration: 8 steps, chain spec, app-ethereum config, docs

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-12 15:57:08 -08:00
parent 17020ba236
commit bee1d29d55
33 changed files with 1444 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Step 8 — Manual test checklist runner (prints steps; no automation)
# Usage: ./run-checklist.sh
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo "=== Ledger Chain 138 Manual Test Checklist ==="
echo "Run each item in Ledger Wallet (desktop or mobile) with Defi Oracle Meta Mainnet."
echo ""
cat "${SCRIPT_DIR}/test-plan.md"
echo ""
echo "=== End of checklist ==="