Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions PR_DESCRIPTION_#1316.md

This file was deleted.

72 changes: 0 additions & 72 deletions PR_DESCRIPTION_#1335_#1336.md

This file was deleted.

6 changes: 4 additions & 2 deletions contracts/DEPLOYMENT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Moved

Canonical deployment runbook:
Canonical deployment docs:

- `docs/contracts/DEPLOYMENT.md`
- `docs/contracts/RUNBOOK.md` — ordered deploy/upgrade procedure (start here)
- `docs/contracts/DEPLOYMENT.md` — Soroban CLI command reference
- `docs/contracts/UPGRADE_PROCESS.md` — upgrade governance

This file is kept only as a compatibility pointer.
6 changes: 6 additions & 0 deletions contracts/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

> **EVM + Soroban** deployment scripts for the Shelterflex contract suite.

> **Doing a real deployment?** This README documents the scripts and their
> configuration. The ordered procedure around them — WASM hash verification,
> transferring admin authority to the multisig, the timelock, rollback limits,
> and the testnet/mainnet gate — is in
> [`docs/contracts/RUNBOOK.md`](../../docs/contracts/RUNBOOK.md).

---

## Overview
Expand Down
8 changes: 7 additions & 1 deletion docs/contracts/DEPLOYMENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Contracts Deployment & IDs (Soroban CLI)

This runbook is the single source of truth for deploying the core contracts on Soroban testnet and wiring the resulting IDs into backend environment variables.
This document is the command reference for deploying the core contracts on Soroban testnet and wiring the resulting IDs into backend environment variables.

> **Performing a deployment or an upgrade?** Start with
> [`RUNBOOK.md`](./RUNBOOK.md) — the ordered end-to-end procedure covering WASM
> verification, the multisig handover, the timelock, rollback limits and the
> testnet/mainnet gate. This file gives you the commands; the runbook gives you
> the order and the checks.

It covers:

Expand Down
Loading
Loading