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 {