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 {
|
||||
poolToken {
|
||||
tokenId {
|
||||
symbol
|
||||
}
|
||||
id
|
||||
symbol
|
||||
}
|
||||
value
|
||||
type
|
||||
tokenAddress
|
||||
}
|
||||
tx
|
||||
event
|
||||
@ -37,11 +39,6 @@ const txHistoryQueryByPool = gql`
|
||||
poolAddress {
|
||||
datatokenAddress
|
||||
}
|
||||
tokens {
|
||||
value
|
||||
type
|
||||
tokenAddress
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user