Skip to content

Commit

Permalink
feat(#major); geode; add subgraph (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Nov 5, 2024
1 parent 3868069 commit 11ab86d
Show file tree
Hide file tree
Showing 85 changed files with 18,878 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 @@ -13090,5 +13090,39 @@
}
}
}
},
"geode": {
"schema": "generic",
"base": "geode",
"protocol": "geode",
"project": "geode",
"deployments": {
"geode-avalanche": {
"network": "avalanche",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "geode.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "geode-avalanche",
"query-id": "geode-avalanche"
},
"decentralized-network": {
"slug": "geode-avalanche",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/geode/.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/geode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Geode Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 11ab86d

Please sign in to comment.