Files
proxmox/docs/11-references/CONTRACT_REMAINING_OPERATOR_ACTIONS.md

27 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

# Contract Remaining Operator Actions
Single list of actions that require an operator (network or explorer access). In-repo docs and scripts are complete.
## Done in repo
- Full inventory: SMART_CONTRACTS_INVENTORY_ALL_CHAINS.md
- Canonical addresses: CONTRACT_ADDRESSES_REFERENCE.md
- On-chain check script: scripts/verify/check-contracts-on-chain-138.sh (26 addresses including phased core; SKIP_EXIT=1 for report-only)
- Phased core (138) deployed 2026-02-11; .env reconciled (one entry per variable)
- Inventory and verification: CONTRACT_INVENTORY_AND_VERIFICATION.md
- Next steps: CONTRACT_NEXT_STEPS_AND_RECOMMENDATIONS_COMPLETE.md
- Channel deploy docs: smom-dbis-138 docs/channels and PAYMENT_CHANNELS_DEPLOYMENT.md
## Remaining (operator only)
**Single checklist:** [CONTRACT_NEXT_STEPS_LIST](CONTRACT_NEXT_STEPS_LIST.md).
1. Confirm all 26 Chain 138 contracts on-chain: run `./scripts/verify/check-contracts-on-chain-138.sh` from a host where RPC is reachable, or open each address on explorer.d-bis.org. Use `SKIP_EXIT=1` for report-only when RPC is unreachable.
2. Run Blockscout source verification from a host that can reach Blockscout (see CONTRACT_NEXT_STEPS_AND_RECOMMENDATIONS_COMPLETE Part 4).
3. ~~Reconcile `.env`~~**Done 2026-02-11.** One entry per variable; matches CONTRACT_ADDRESSES_REFERENCE.
4. Confirm at explorer which contract is at `0x99b3511a2d315a497c8112c1fdd8d508d4b1e506` (Multicall vs Oracle Aggregator) and document in CONTRACT_ADDRESSES_REFERENCE.
**All optional/operator tasks with exact commands:** [OPERATOR_OPTIONAL_CHECKLIST](OPERATOR_OPTIONAL_CHECKLIST.md).
See [CONTRACT_NEXT_STEPS_AND_RECOMMENDATIONS_COMPLETE](CONTRACT_NEXT_STEPS_AND_RECOMMENDATIONS_COMPLETE.md) and [SMART_CONTRACTS_INVENTORY_ALL_CHAINS](SMART_CONTRACTS_INVENTORY_ALL_CHAINS.md).