mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
more token query changes
This commit is contained in:
parent
1644b79cb2
commit
65944d0861
@ -26,10 +26,12 @@ const txHistoryQueryByPool = gql`
|
|||||||
) {
|
) {
|
||||||
tokens {
|
tokens {
|
||||||
poolToken {
|
poolToken {
|
||||||
tokenId {
|
id
|
||||||
symbol
|
symbol
|
||||||
}
|
}
|
||||||
}
|
value
|
||||||
|
type
|
||||||
|
tokenAddress
|
||||||
}
|
}
|
||||||
tx
|
tx
|
||||||
event
|
event
|
||||||
@ -37,11 +39,6 @@ const txHistoryQueryByPool = gql`
|
|||||||
poolAddress {
|
poolAddress {
|
||||||
datatokenAddress
|
datatokenAddress
|
||||||
}
|
}
|
||||||
tokens {
|
|
||||||
value
|
|
||||||
type
|
|
||||||
tokenAddress
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user