Skip to content

Commit 13b7367

Browse files
committed
Merge branch 'main' into v3
2 parents 5407b30 + 32086ce commit 13b7367

24 files changed

Lines changed: 1650 additions & 455 deletions

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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dotenv": "^16.1.4",
3939
"esbuild": "^0.19.5",
4040
"ethers": "^6.5.1",
41-
"graphql": "^16.11.0",
41+
"graphql": "^15.10.1",
4242
"graphql-request": "^6",
4343
"js-yaml": "^4.1.0",
4444
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)