mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
changing lastPriceToken from token to string (#477)
This commit is contained in:
parent
d864a5ade7
commit
011e256f5a
@ -276,7 +276,7 @@ type Order @entity {
|
|||||||
tx: String!
|
tx: String!
|
||||||
block: Int!
|
block: Int!
|
||||||
|
|
||||||
lastPriceToken: Token!
|
lastPriceToken: String!
|
||||||
lastPriceValue: BigDecimal!
|
lastPriceValue: BigDecimal!
|
||||||
estimatedUSDValue: BigDecimal!
|
estimatedUSDValue: BigDecimal!
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user