Skip to content

Commit

Permalink
feat(#major); usual;add subgraph (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Jan 1, 2025
1 parent 7990d9f commit 35a12bd
Show file tree
Hide file tree
Showing 35 changed files with 4,844 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 @@ -13714,5 +13714,39 @@
}
}
}
},
"usual": {
"schema": "generic",
"base": "usual",
"protocol": "usual",
"project": "usual",
"deployments": {
"usual-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "usual.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "usual-ethereum",
"query-id": "usual-ethereum"
},
"decentralized-network": {
"slug": "usual-ethereum",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/usual/.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/usual/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Usual Protocol Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 35a12bd

Please sign in to comment.