Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
1.1 KiB
1.1 KiB
Push updates to Gitea
All three repos have been pushed to Gitea (using GITEA_TOKEN from repo root .env).
For future pushes from repo root (with .env containing GITEA_TOKEN):
# 1. Explorer monorepo
cd explorer-monorepo && git push gitea master
# 2. Metamask integration (gitea remote added)
cd metamask-integration && git push gitea main
# 3. Parent proxmox (submodule pointers)
cd /path/to/proxmox && git push gitea master
Or use the helper script (sources .env for token):
cd explorer-monorepo && bash ../scripts/dev-vm/push-to-gitea.sh
cd metamask-integration && REPO_NAME=metamask-integration bash ../scripts/dev-vm/push-to-gitea.sh
cd proxmox && bash scripts/dev-vm/push-to-gitea.sh
What was pushed
- explorer-monorepo (
master): nginx/snapfix,apply-nginx-snap-vmid5000.sh, RUNBOOK, verify script and docs. - metamask-integration (
main): full Chain 138 Snap tree underchain138-snap/(deploy/verify, CI, runbook, security, version/health). Gitea remote added. - proxmox (
master): updated submodule pointers forexplorer-monorepoandmetamask-integration.