From 0abadb5adf34711636472de5096cb9ae23cb851b Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Sat, 13 May 2023 15:28:46 +0300 Subject: [PATCH] fix --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index e38eede..b7041b6 100644 --- a/schema.graphql +++ b/schema.graphql @@ -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")