Skip to content

Commit

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

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 6aaaaf1

Please sign in to comment.