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 21, 2024
2 parents 4b87c4d + 81eabac commit 3481f04
Show file tree
Hide file tree
Showing 207 changed files with 37,775 additions and 0 deletions.
154 changes: 154 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -12723,6 +12723,160 @@
}
}
},
"yieldyak-staked-avax": {
"schema": "generic",
"base": "yieldyak-staked-avax",
"protocol": "yieldyak-staked-avax",
"project": "yieldyak-staked-avax",
"deployments": {
"yieldyak-staked-avax-avalanche": {
"network": "avalanche",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "yieldyak-staked-avax.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "yieldyak-staked-avax-avalanche",
"query-id": "yieldyak-staked-avax-avalanche"
},
"decentralized-network": {
"slug": "yieldyak-staked-avax-avalanche",
"query-id": "todo"
}
}
}
}
},
"blackwing": {
"schema": "generic",
"base": "blackwing",
"protocol": "blackwing",
"project": "blackwing",
"deployments": {
"blackwing-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "blackwing.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "blackwing-ethereum",
"query-id": "blackwing-ethereum"
},
"decentralized-network": {
"slug": "blackwing-ethereum",
"query-id": "todo"
}
}
},
"blackwing-arbitrum": {
"network": "arbitrum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "blackwing.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "blackwing-arbitrum",
"query-id": "blackwing-arbitrum"
},
"decentralized-network": {
"slug": "blackwing-arbitrum",
"query-id": "todo"
}
}
},
"blackwing-bsc": {
"network": "bsc",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "blackwing.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "blackwing-bsc",
"query-id": "blackwing-bsc"
},
"decentralized-network": {
"slug": "blackwing-bsc",
"query-id": "todo"
}
}
}
}
},
"creth2": {
"schema": "generic",
"base": "creth2",
"protocol": "creth2",
"project": "creth2",
"deployments": {
"creth2-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "creth2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "creth2-ethereum",
"query-id": "creth2-ethereum"
},
"decentralized-network": {
"slug": "creth2-ethereum",
"query-id": "todo"
}
}
}
}
},
"stcelo": {
"schema": "generic",
"base": "stcelo",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/blackwing/.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/blackwing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Blackwing Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 3481f04

Please sign in to comment.