Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Jan 1, 2025
2 parents 86cfd06 + 3728f5a commit 08444f1
Show file tree
Hide file tree
Showing 159 changed files with 28,073 additions and 3 deletions.
132 changes: 130 additions & 2 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -3508,7 +3508,7 @@
"status": "prod",
"versions": {
"schema": "2.0.1",
"subgraph": "2.4.0",
"subgraph": "2.4.1",
"methodology": "1.1.0"
},
"files": {
Expand Down Expand Up @@ -8942,7 +8942,7 @@
"status": "prod",
"versions": {
"schema": "1.2.0",
"subgraph": "1.0.0",
"subgraph": "1.0.1",
"methodology": "1.0.0"
},
"services": {
Expand Down Expand Up @@ -13715,6 +13715,134 @@
}
}
},
"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"
}
}
}
}
},
"spiko": {
"schema": "generic",
"base": "spiko",
"protocol": "spiko",
"project": "spiko",
"deployments": {
"spiko-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "spiko.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "spiko-ethereum",
"query-id": "spiko-ethereum"
},
"decentralized-network": {
"slug": "spiko-ethereum",
"query-id": "todo"
}
}
},
"spiko-polygon": {
"network": "polygon",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "spiko.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "spiko-polygon",
"query-id": "spiko-polygon"
},
"decentralized-network": {
"slug": "spiko-polygon",
"query-id": "todo"
}
}
}
}
},
"gudchain": {
"schema": "generic",
"base": "gudchain",
"protocol": "gudchain",
"project": "gudchain",
"deployments": {
"gudchain-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "gudchain.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "gudchain-ethereum",
"query-id": "gudchain-ethereum"
},
"decentralized-network": {
"slug": "gudchain-ethereum",
"query-id": "todo"
}
}
}
}
},
"superseed": {
"schema": "generic",
"base": "superseed",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/gudchain/.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/gudchain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Gudchain Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 08444f1

Please sign in to comment.