Skip to content

Commit

Permalink
feat: add transaction stats entity [SF-1135]
Browse files Browse the repository at this point in the history
  • Loading branch information
leeshuzheng committed Jun 11, 2024
1 parent c76aaab commit 03845a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ type TransactionStats @entity {
id: ID!
currency: Bytes!
maturity: BigInt!
priceChange: BigInt!
priceChange: BigInt
percentageChange: BigDecimal!
container: TransactionStatsContainer!
}

0 comments on commit 03845a8

Please sign in to comment.