feat: store smarkets original contracts and prices
This commit is contained in:
parent
6fbeea2267
commit
2d5e73dd8b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user