Skip to content

Commit

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

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit b239844

Please sign in to comment.