1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00

fix set oceanSymbol in bestPrice (#848)

This commit is contained in:
Norbi 2021-09-10 22:30:01 +03:00 committed by GitHub
parent b5afccbb49
commit c0d064fe10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ const AssetPoolPriceQuerry = gql`
datatokenAddress
datatokenReserve
oceanReserve
tokens {
tokens(where: { isDatatoken: false }) {
symbol
}
}