Skip to content

Commit

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

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 85ce3e7

Please sign in to comment.