Skip to content

Commit

Permalink
feat(#major); KlimaDAO; add subgraph (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Oct 3, 2024
1 parent 241d637 commit c1e2d7f
Show file tree
Hide file tree
Showing 35 changed files with 5,462 additions and 0 deletions.
34 changes: 34 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -12586,5 +12586,39 @@
}
}
}
},
"klimadao": {
"schema": "generic",
"base": "klimadao",
"protocol": "klimadao",
"project": "klimadao",
"deployments": {
"klimadao-polygon": {
"network": "polygon",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "klimadao.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "klimadao-polygon",
"query-id": "klimadao-polygon"
},
"decentralized-network": {
"slug": "klimadao-polygon",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/klimadao/.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/klimadao/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# KlimaDAO Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit c1e2d7f

Please sign in to comment.