This commit is contained in:
alexcos20 2023-05-13 15:28:46 +03:00
parent fad47e70de
commit 0abadb5adf
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ type VeDelegation @entity {
tokenId: BigInt!
amount: BigDecimal!
lockedAmount: BigDecimal!
timeLeft: Int!
timeLeftUnlock: Int!
cancelTime: BigInt!
expireTime: BigInt!
updates: [VeDelegationUpdate!] @derivedFrom(field: "veDelegation")