Files
proxmox/docs/11-references/CONTRACT_REMAINING_OPERATOR_ACTIONS.md
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

1.8 KiB

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 (current canonical target 75/75; use 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.

  1. Confirm the full current Chain 138 canonical inventory 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. Current operator-facing target is 75/75. 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 .envDone 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.

See CONTRACT_NEXT_STEPS_AND_RECOMMENDATIONS_COMPLETE and SMART_CONTRACTS_INVENTORY_ALL_CHAINS.