diff --git a/src/components/molecules/PoolTransactions/index.tsx b/src/components/molecules/PoolTransactions/index.tsx index 75b0933f4..b3d11fe65 100644 --- a/src/components/molecules/PoolTransactions/index.tsx +++ b/src/components/molecules/PoolTransactions/index.tsx @@ -26,10 +26,12 @@ const txHistoryQueryByPool = gql` ) { tokens { poolToken { - tokenId { - symbol - } + id + symbol } + value + type + tokenAddress } tx event @@ -37,11 +39,6 @@ const txHistoryQueryByPool = gql` poolAddress { datatokenAddress } - tokens { - value - type - tokenAddress - } } } `