Skip to content

Commit 6a0e624

Browse files
feat(#major); bob-fusion; add subgraph (#2673)
Co-authored-by: Chris Steege <[email protected]>
1 parent 1db38aa commit 6a0e624

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+17321
-0
lines changed

deployment/deployment.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14038,5 +14038,39 @@
1403814038
}
1403914039
}
1404014040
}
14041+
},
14042+
"bob-fusion": {
14043+
"schema": "generic",
14044+
"base": "bob-fusion",
14045+
"protocol": "bob-fusion",
14046+
"project": "bob-fusion",
14047+
"deployments": {
14048+
"bob-fusion-ethereum": {
14049+
"network": "ethereum",
14050+
"status": "prod",
14051+
"versions": {
14052+
"schema": "3.0.0",
14053+
"subgraph": "1.0.0",
14054+
"methodology": "1.0.0"
14055+
},
14056+
"files": {
14057+
"template": "bob-fusion.template.yaml"
14058+
},
14059+
"options": {
14060+
"prepare:yaml": true,
14061+
"prepare:constants": true
14062+
},
14063+
"services": {
14064+
"hosted-service": {
14065+
"slug": "bob-fusion-ethereum",
14066+
"query-id": "bob-fusion-ethereum"
14067+
},
14068+
"decentralized-network": {
14069+
"slug": "bob-fusion-ethereum",
14070+
"query-id": "todo"
14071+
}
14072+
}
14073+
}
14074+
}
1404114075
}
1404214076
}

subgraphs/bob-fusion/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
configure.ts
3+
docs/
4+
package-lock.json

subgraphs/bob-fusion/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Bob Fusion Subgraph
2+
3+
## Methodology v1.0.0
4+
5+
## Metrics
6+
7+
### Usage and Transactions
8+
9+
### TVL
10+
11+
### Revenue
12+
13+
## Useful Links
14+
15+
- Landing Page:
16+
- Docs:
17+
- Contracts:

0 commit comments

Comments
 (0)