From 70d83f36460b00d8070d9e932a90d7b695f0affa Mon Sep 17 00:00:00 2001 From: Filippo Date: Fri, 7 Jun 2024 10:10:05 +0200 Subject: [PATCH] Update schema.graphql Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index a2f05386..10fc29fd 100644 --- a/schema.graphql +++ b/schema.graphql @@ -315,7 +315,7 @@ type AssetTransaction @entity { fromAsset: Asset toAsset: Asset - realizedProfit: BigInt + realizedProfitFifo: BigInt } type OracleTransaction @entity {