Skip to content

Commit 7d5ac34

Browse files
feat(#major); aspida; add subgraph (#2652)
1 parent 537600b commit 7d5ac34

35 files changed

+4757
-0
lines changed

deployment/deployment.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13286,5 +13286,39 @@
1328613286
}
1328713287
}
1328813288
}
13289+
},
13290+
"aspida": {
13291+
"schema": "generic",
13292+
"base": "aspida",
13293+
"protocol": "aspida",
13294+
"project": "aspida",
13295+
"deployments": {
13296+
"aspida-ethereum": {
13297+
"network": "ethereum",
13298+
"status": "prod",
13299+
"versions": {
13300+
"schema": "3.0.0",
13301+
"subgraph": "1.0.0",
13302+
"methodology": "1.0.0"
13303+
},
13304+
"files": {
13305+
"template": "aspida.template.yaml"
13306+
},
13307+
"options": {
13308+
"prepare:yaml": true,
13309+
"prepare:constants": true
13310+
},
13311+
"services": {
13312+
"hosted-service": {
13313+
"slug": "aspida-ethereum",
13314+
"query-id": "aspida-ethereum"
13315+
},
13316+
"decentralized-network": {
13317+
"slug": "aspida-ethereum",
13318+
"query-id": "todo"
13319+
}
13320+
}
13321+
}
13322+
}
1328913323
}
1329013324
}

subgraphs/aspida/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
configure.ts
3+
docs/
4+
package-lock.json

subgraphs/aspida/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Aspida Subgraph
2+
3+
## Methodology v1.0.0
4+
5+
## Metrics
6+
7+
### Usage and Transactions
8+
9+
### TVL
10+
11+
### Revenue
12+
13+
## Useful Links
14+
15+
- Landing Page:
16+
- Docs:
17+
- Contracts:

0 commit comments

Comments
 (0)