This commit is contained in:
NunoSempere 2021-04-09 17:03:04 +02:00
parent 112f56b6a3
commit 787bac7efe

View File

@ -58,7 +58,7 @@ async function fetchAllContractData() {
})
.then(res => res.data)
.then(res => res.data.fixedProductMarketMakers)
console.log(response)
// console.log(response)
return response
}