Skip to content

Commit

Permalink
feat(#major); beethoven-sftmx; add subgraph (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Nov 6, 2024
1 parent 11ab86d commit eac55ae
Show file tree
Hide file tree
Showing 36 changed files with 5,414 additions and 0 deletions.
34 changes: 34 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13124,5 +13124,39 @@
}
}
}
},
"beethovenx-sftmx": {
"schema": "generic",
"base": "beethovenx-sftmx",
"protocol": "beethovenx-sftmx",
"project": "beethovenx-sftmx",
"deployments": {
"beethovenx-sftmx-fantom": {
"network": "fantom",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "beethovenx-sftmx.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "beethovenx-sftmx-fantom",
"query-id": "beethovenx-sftmx-fantom"
},
"decentralized-network": {
"slug": "beethovenx-sftmx-fantom",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/beethovenx-sftmx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
configure.ts
docs/
package-lock.json
19 changes: 19 additions & 0 deletions subgraphs/beethovenx-sftmx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Beethoven X sFTMx Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

No fee charged by the protocol at the moment: https://docs.stcelo.xyz/faq#roedptq5yf0v

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit eac55ae

Please sign in to comment.