Skip to content

Commit

Permalink
refactor: remove IAction (#61)
Browse files Browse the repository at this point in the history
* f: removed IAction from template as is opinonated solution

* style: add empty line at EOF

---------

Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
jordaniza and heueristik authored Apr 16, 2024
1 parent d35e7e1 commit 5b1aada
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ type DaoPlugin @entity {
number: BigInt
}

type IAction @entity {
id: ID! #action entity id
daoAddress: Bytes!
to: Bytes!
value: BigInt!
data: Bytes!
}

0 comments on commit 5b1aada

Please sign in to comment.