Skip to content

Commit

Permalink
add subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Jul 29, 2024
1 parent 4c76115 commit bf06d21
Show file tree
Hide file tree
Showing 82 changed files with 17,122 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 @@ -11650,5 +11650,39 @@
}
}
}
},
"liquid-collective": {
"schema": "generic",
"base": "liquid-collective",
"protocol": "liquid-collective",
"project": "liquid-collective",
"deployments": {
"liquid-collective-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "2.1.1",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "liquid.collective.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "liquid-collective-ethereum",
"query-id": "liquid-collective-ethereum"
},
"decentralized-network": {
"slug": "liquid-collective-ethereum",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/liquid-collective/.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/liquid-collective/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Liquid Collective Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Rewards

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit bf06d21

Please sign in to comment.