changing the type of lastPriceToken from string to Token on Order (#462)

* changing the type of lastPriceToken from string to Token

* Fixing tests
This commit is contained in:
Jamie Hewitt 2022-06-27 12:24:34 +03:00 committed by GitHub
parent 8b66fa992b
commit bc693e7797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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