mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
parent
6c4b270564
commit
24df9f332e
@ -474,7 +474,7 @@ type VeOCEAN @entity {
|
|||||||
delegates: [VeDelegation!] @derivedFrom(field: "receiver")
|
delegates: [VeDelegation!] @derivedFrom(field: "receiver")
|
||||||
deposits: [VeDeposit!] @derivedFrom(field: "veOcean")
|
deposits: [VeDeposit!] @derivedFrom(field: "veOcean")
|
||||||
claims: [VeClaim!] @derivedFrom(field: "veOcean")
|
claims: [VeClaim!] @derivedFrom(field: "veOcean")
|
||||||
allocation: VeAllocateUser! @derivedFrom(field: "veOcean")
|
allocation: VeAllocateUser @derivedFrom(field: "veOcean")
|
||||||
block: Int!
|
block: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user