Skip to content

Commit

Permalink
feat(#major); [DAT-2750] Morpho Aave v3; Add ethereum subgraph (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Steege <[email protected]>
  • Loading branch information
harsh9200 and steegecs authored May 24, 2024
1 parent bf003ac commit 5a79ca9
Show file tree
Hide file tree
Showing 14 changed files with 5,063 additions and 3 deletions.
34 changes: 34 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -3475,6 +3475,40 @@
}
}
},
"morpho-aave-v3": {
"schema": "lending",
"base": "morpho",
"protocol": "morpho-aave-v3",
"project": "morpho",
"deployments": {
"morpho-aave-v3-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.1",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "morpho.aave.v3.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": false
},
"services": {
"hosted-service": {
"slug": "morpho-aave-v3-ethereum",
"query-id": "morpho-aave-v3-ethereum"
},
"decentralized-network": {
"slug": "morpho-aave-v3-ethereum",
"query-id": "TODO"
}
}
}
}
},
"morpho-compound": {
"schema": "lending",
"base": "morpho",
Expand Down
Loading

0 comments on commit 5a79ca9

Please sign in to comment.