Skip to content

Commit

Permalink
fix subgraph schema + v1.0.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Vieira committed May 29, 2023
1 parent dd74de3 commit fdb15ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "subgraph",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"files": ["dist"],
"engines": {
"node": "18.x"
Expand Down
3 changes: 3 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
scalar Bytes
scalar BigDecimal

"""
Contributions of an asset to an entity
"""
Expand Down
4 changes: 0 additions & 4 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ dataSources:
- name: DepositRedirect
file: ./abis/DepositRedirect.json
eventHandlers:
- event: TokenAdded(indexed address)
handler: handleTokenAdded
- event: TokenRemoved(indexed address)
handler: handleTokenRemoved
- event: DepositAdded(indexed address,indexed address,uint256)
handler: handleDepositAdded
- event: DonateInterest(indexed address,indexed address,uint256,uint256)
Expand Down

0 comments on commit fdb15ff

Please sign in to comment.