mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
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:
parent
8b66fa992b
commit
bc693e7797
@ -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!
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user