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 03845a8 commit 3b70d8f
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 @@ -169,6 +169,6 @@ type TransactionStats @entity {
currency: Bytes!
maturity: BigInt!
priceChange: BigInt
percentageChange: BigDecimal!
percentageChange: BigDecimal
container: TransactionStatsContainer!
}

0 comments on commit 3b70d8f

Please sign in to comment.