Skip to content

Commit

Permalink
fix: remove duplicated IAction
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Apr 16, 2024
1 parent 21157b9 commit 9e83415
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,3 @@ type MultisigProposal implements IProposal @entity {
executionTxHash: Bytes
approvers: [MultisigProposalApprover!]! @derivedFrom(field: "proposal")
}

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

0 comments on commit 9e83415

Please sign in to comment.