File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ pnpm run backfill # Backfill EventRecord/TraceRecord for specific rules
2323pnpm run digest-db # Output all DB-driven alert rules and code-driven processors
2424pnpm run generate-seed # Regenerate seed-rules.sql from code-driven processors
2525pnpm 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
2637sqd deploy . --update # Deploy to Subsquid Cloud (use --update to prevent gaps)
2738```
2839
Original file line number Diff line number Diff line change @@ -53,6 +53,18 @@ PROCESSOR=Buyback pnpm run process
5353ALERT=" 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
5870For new contract addresses, either:
You can’t perform that action at this time.
0 commit comments