feat: store smarkets original contracts and prices

This commit is contained in:
Vyacheslav Matyukhin 2022-05-12 18:33:30 +04:00
parent 6fbeea2267
commit 2d5e73dd8b
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -164,6 +164,10 @@ async function processEventMarkets(event: any, ctx: Context) {
options, options,
timestamp: new Date(), timestamp: new Date(),
qualityindicators: {}, qualityindicators: {},
extra: {
contracts,
prices,
},
}; };
ctx.verbose && console.log(result); ctx.verbose && console.log(result);
results.push(result); results.push(result);