Skip to content

Commit a97b7e0

Browse files
committed
docs
1 parent 4197b2b commit a97b7e0

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ pnpm run backfill # Backfill EventRecord/TraceRecord for specific rules
2323
pnpm run digest-db # Output all DB-driven alert rules and code-driven processors
2424
pnpm run generate-seed # Regenerate seed-rules.sql from code-driven processors
2525
pnpm run generate-abi-seed # Regenerate seed-abis.sql from abi/*.json files
26+
```
27+
28+
### Deployment
29+
30+
The `v3` branch auto-deploys to Subsquid Cloud. To deploy:
31+
32+
1. Merge your feature branch into `main`
33+
2. Merge `main` into `v3`
34+
35+
Manual deploy (requires updating `squid.yaml` version first):
36+
```shell
2637
sqd deploy . --update # Deploy to Subsquid Cloud (use --update to prevent gaps)
2738
```
2839

CONTRIBUTE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ PROCESSOR=Buyback pnpm run process
5353
ALERT="Lido ARM" pnpm run process
5454
```
5555

56+
## Deployment
57+
58+
The `v3` branch auto-deploys to Subsquid Cloud. To deploy:
59+
60+
1. Merge your feature branch into `main`
61+
2. Merge `main` into `v3`
62+
63+
Manual deploy (requires updating `squid.yaml` first):
64+
```shell
65+
sqd deploy . --update # Deploy to Subsquid Cloud (use --update to prevent gaps)
66+
```
67+
5668
## Adding human-readable address names
5769

5870
For new contract addresses, either:

0 commit comments

Comments
 (0)