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!
|
tx: String!
|
||||||
block: Int!
|
block: Int!
|
||||||
|
|
||||||
lastPriceToken: String!
|
lastPriceToken: Token!
|
||||||
lastPriceValue: BigDecimal!
|
lastPriceValue: BigDecimal!
|
||||||
estimatedUSDValue: BigDecimal!
|
estimatedUSDValue: BigDecimal!
|
||||||
gasUsed: BigDecimal
|
gasUsed: BigDecimal
|
||||||
|
Loading…
Reference in New Issue
Block a user