Skip to content

Commit

Permalink
rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Sep 13, 2024
2 parents 88ed8a0 + 5807346 commit 67c1c3d
Show file tree
Hide file tree
Showing 252 changed files with 49,219 additions and 0 deletions.
128 changes: 128 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -12323,6 +12323,134 @@
}
}
},
"gogopool": {
"schema": "generic",
"base": "gogopool",
"protocol": "gogopool",
"project": "gogopool",
"deployments": {
"gogopool-avalanche": {
"network": "avalanche",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "gogopool.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "gogopool-avalanche",
"query-id": "gogopool-avalanche"
},
"decentralized-network": {
"slug": "gogopool-avalanche",
"query-id": "todo"
}
}
}
}
},
"gaurda-staking": {
"schema": "generic",
"base": "gaurda-staking",
"protocol": "gaurda-staking",
"project": "gaurda-staking",
"deployments": {
"gaurda-staking-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "gaurda-staking.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "gaurda-staking-ethereum",
"query-id": "gaurda-staking-ethereum"
},
"decentralized-network": {
"slug": "gaurda-staking-ethereum",
"query-id": "todo"
}
}
}
}
},
"tenderize-v2": {
"schema": "generic",
"base": "tenderize-v2",
"protocol": "tenderize-v2",
"project": "tenderize-v2",
"deployments": {
"tenderize-v2-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "tenderize-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "tenderize-v2-ethereum",
"query-id": "tenderize-v2-ethereum"
},
"decentralized-network": {
"slug": "tenderize-v2-ethereum",
"query-id": "todo"
}
}
},
"tenderize-v2-arbitrum": {
"network": "arbitrum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "tenderize-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "tenderize-v2-arbitrum",
"query-id": "tenderize-v2-arbitrum"
},
"decentralized-network": {
"slug": "tenderize-v2-arbitrum",
"query-id": "todo"
}
}
}
}
},
"tensorplex": {
"schema": "generic",
"base": "tensorplex",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/gaurda-staking/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
configure.ts
docs/
package-lock.json
20 changes: 20 additions & 0 deletions subgraphs/gaurda-staking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Gaurda Staking Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Fees

### Revenue

## Useful Links

- Landing Page:
- Staking App:
- Docs:
- Contracts:
Loading

0 comments on commit 67c1c3d

Please sign in to comment.