mirror of
https://github.com/alexgo-io/peggedassets-server.git
synced 2026-01-12 22:43:29 +08:00
logging
This commit is contained in:
@@ -119,6 +119,7 @@ async function run() {
|
||||
chainChartMap[getChainDisplayName(chain, true)] = data.aggregated
|
||||
await storeRouteData('stablecoincharts2/' + chain, data)
|
||||
await storeRouteData('stablecoincharts/' + chain, data.aggregated)
|
||||
console.log('stablecoincharts/' + chain, data.aggregated)
|
||||
} catch (e) {
|
||||
console.error('Error fetching chain data', e)
|
||||
}
|
||||
@@ -216,4 +217,4 @@ function removeEmpty(item: any) {
|
||||
return Math.round(item)
|
||||
}
|
||||
return item
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user