Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Oct 3, 2024
2 parents b91fd39 + 096f2fe commit 6ec7052
Show file tree
Hide file tree
Showing 104 changed files with 15,538 additions and 0 deletions.
102 changes: 102 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -12553,6 +12553,108 @@
}
}
},
"aurus": {
"schema": "generic",
"base": "aurus",
"protocol": "aurus",
"project": "aurus",
"deployments": {
"aurus-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "aurus.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "aurus-ethereum",
"query-id": "aurus-ethereum"
},
"decentralized-network": {
"slug": "aurus-ethereum",
"query-id": "todo"
}
}
}
}
},
"klimadao": {
"schema": "generic",
"base": "klimadao",
"protocol": "klimadao",
"project": "klimadao",
"deployments": {
"klimadao-polygon": {
"network": "polygon",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "klimadao.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "klimadao-polygon",
"query-id": "klimadao-polygon"
},
"decentralized-network": {
"slug": "klimadao-polygon",
"query-id": "todo"
}
}
}
}
},
"matrixdock": {
"schema": "generic",
"base": "matrixdock",
"protocol": "matrixdock",
"project": "matrixdock",
"deployments": {
"matrixdock-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "matrixdock.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "matrixdock-ethereum",
"query-id": "matrixdock-ethereum"
},
"decentralized-network": {
"slug": "matrixdock-ethereum",
"query-id": "todo"
}
}
}
}
},
"powh3d": {
"schema": "generic",
"base": "powh3d",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/aurus/.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/aurus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Aurus Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 6ec7052

Please sign in to comment.