1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 16:47:52 +02:00

query pool transactions only by pool address (#1251)

This commit is contained in:
Norbi 2022-03-29 10:19:00 +03:00 committed by GitHub
parent b9ee145aed
commit 4a102722b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ const txHistoryQueryByPool = gql`
poolTransactions(
orderBy: timestamp
orderDirection: desc
where: { user: $user, pool: $pool }
where: { pool: $pool }
first: 1000
) {
baseToken {