Skip to content

Commit

Permalink
add subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Sep 20, 2024
1 parent 31651ed commit 521afa1
Show file tree
Hide file tree
Showing 35 changed files with 4,588 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 @@ -12484,5 +12484,39 @@
}
}
}
},
"tether-gold": {
"schema": "generic",
"base": "tether-gold",
"protocol": "tether-gold",
"project": "tether-gold",
"deployments": {
"tether-gold-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "tether-gold.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "tether-gold-ethereum",
"query-id": "tether-gold-ethereum"
},
"decentralized-network": {
"slug": "tether-gold-ethereum",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/tether-gold/.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/tether-gold/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Tether Gold Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 521afa1

Please sign in to comment.