Skip to content

Commit

Permalink
Merge branch 'develop' into feat/bump-matchstick-as-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza authored Apr 2, 2024
2 parents 648a3e5 + 5848694 commit 090db96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ type DaoPlugin @entity {
"Set plugin specific related data below:"
number: BigInt
}

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

0 comments on commit 090db96

Please sign in to comment.