Skip to content

Commit

Permalink
feat(#major); stakewise-v2; add subgraph (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Nov 7, 2024
1 parent eac55ae commit b55b5eb
Show file tree
Hide file tree
Showing 44 changed files with 8,814 additions and 0 deletions.
60 changes: 60 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13158,5 +13158,65 @@
}
}
}
},
"stakewise-v2": {
"schema": "generic",
"base": "stakewise-v2",
"protocol": "stakewise-v2",
"project": "stakewise-v2",
"deployments": {
"stakewise-v2-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "stakewise-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "stakewise-v2-ethereum",
"query-id": "stakewise-v2-ethereum"
},
"decentralized-network": {
"slug": "stakewise-v2-ethereum",
"query-id": "todo"
}
}
},
"stakewise-v2-gnosis": {
"network": "gnosis",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "stakewise-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "stakewise-v2-gnosis",
"query-id": "stakewise-v2-gnosis"
},
"decentralized-network": {
"slug": "stakewise-v2-gnosis",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/stakewise-v2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
configure.ts
docs/
package-lock.json
17 changes: 17 additions & 0 deletions subgraphs/stakewise-v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Stakewise V2 Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit b55b5eb

Please sign in to comment.