Skip to content

Commit

Permalink
Merge pull request #65 from InjectiveLabs/b/fix-deposit-schema
Browse files Browse the repository at this point in the history
fix: add deposit subgraph schema fix
  • Loading branch information
albertchon authored Jun 20, 2022
2 parents a39116f + 0cc17d3 commit 8969871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Deposit @entity {
eventNonce: Int!
timestamp: Int!
blockHeight: Int!
data: String!
data: String
}

type BatchWithdrawal @entity {
Expand Down

0 comments on commit 8969871

Please sign in to comment.