1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00

check correct pool (#304)

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2020-12-18 10:54:40 +02:00 committed by GitHub
parent de1bc11efe
commit 828940776d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ function AssetProvider({
ocean,
ddo.dataToken,
ddo?.price?.type,
ddo.price.pools[0]
ddo.price.address
)
setPrice(newPrice)
Logger.log(`Refreshed asset price: ${newPrice?.value}`)