Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Dec 1, 2024
2 parents cc73ab9 + 3e3eddd commit 8a16c79
Show file tree
Hide file tree
Showing 378 changed files with 76,060 additions and 0 deletions.
196 changes: 196 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13219,6 +13219,202 @@
}
}
},
"suzaku": {
"schema": "generic",
"base": "suzaku",
"protocol": "suzaku",
"project": "suzaku",
"deployments": {
"suzaku-avalanche": {
"network": "avalanche",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "suzaku.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "suzaku-avalanche",
"query-id": "suzaku-avalanche"
},
"decentralized-network": {
"slug": "suzaku-avalanche",
"query-id": "todo"
}
}
}
}
},
"deq": {
"schema": "generic",
"base": "deq",
"protocol": "deq",
"project": "deq",
"deployments": {
"deq-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "deq.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "deq-ethereum",
"query-id": "deq-ethereum"
},
"decentralized-network": {
"slug": "deq-ethereum",
"query-id": "todo"
}
}
}
}
},
"aspida": {
"schema": "generic",
"base": "aspida",
"protocol": "aspida",
"project": "aspida",
"deployments": {
"aspida-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "aspida.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "aspida-ethereum",
"query-id": "aspida-ethereum"
},
"decentralized-network": {
"slug": "aspida-ethereum",
"query-id": "todo"
}
}
}
}
},
"yieldnest": {
"schema": "generic",
"base": "yieldnest",
"protocol": "yieldnest",
"project": "yieldnest",
"deployments": {
"yieldnest-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "yieldnest.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "yieldnest-ethereum",
"query-id": "yieldnest-ethereum"
},
"decentralized-network": {
"slug": "yieldnest-ethereum",
"query-id": "todo"
}
}
},
"yieldnest-bsc": {
"network": "bsc",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "yieldnest.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "yieldnest-bsc",
"query-id": "yieldnest-bsc"
},
"decentralized-network": {
"slug": "yieldnest-bsc",
"query-id": "todo"
}
}
}
}
},
"inception": {
"schema": "generic",
"base": "inception",
"protocol": "inception",
"project": "inception",
"deployments": {
"inception-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "inception.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "inception-ethereum",
"query-id": "inception-ethereum"
},
"decentralized-network": {
"slug": "inception-ethereum",
"query-id": "todo"
}
}
}
}
},
"aqua-patina": {
"schema": "generic",
"base": "aqua-patina",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/aspida/.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/aspida/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Aspida Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 8a16c79

Please sign in to comment.