mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Changing lastPriceToken from string to token
This commit is contained in:
parent
a0d3c365bb
commit
ca122c61fb
@ -167,7 +167,7 @@ type Order @entity {
|
||||
tx: String!
|
||||
block: Int!
|
||||
|
||||
lastPriceToken: String!
|
||||
lastPriceToken: Token!
|
||||
lastPriceValue: BigDecimal!
|
||||
estimatedUSDValue: BigDecimal!
|
||||
gasUsed: BigDecimal
|
||||
|
Loading…
Reference in New Issue
Block a user