Skip to content

Commit

Permalink
add subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Nov 18, 2024
1 parent b55b5eb commit 30ccf24
Show file tree
Hide file tree
Showing 84 changed files with 16,414 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 @@ -13218,5 +13218,39 @@
}
}
}
},
"deq": {
"schema": "generic",
"base": "deq",
"protocol": "deq",
"project": "deq",
"deployments": {
"deq-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "deq.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "deq-ethereum",
"query-id": "deq-ethereum"
},
"decentralized-network": {
"slug": "deq-ethereum",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/deq/.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/deq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Deq Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 30ccf24

Please sign in to comment.