Changing lastPriceToken from string to token

This commit is contained in:
Jamie Hewitt 2022-10-20 16:36:24 +03:00
parent a0d3c365bb
commit ca122c61fb
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ type Order @entity {
tx: String!
block: Int!
lastPriceToken: String!
lastPriceToken: Token!
lastPriceValue: BigDecimal!
estimatedUSDValue: BigDecimal!
gasUsed: BigDecimal