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,
|
||||
timestamp: new Date(),
|
||||
qualityindicators: {},
|
||||
extra: {
|
||||
contracts,
|
||||
prices,
|
||||
},
|
||||
};
|
||||
ctx.verbose && console.log(result);
|
||||
results.push(result);
|
||||
|
|
Loading…
Reference in New Issue
Block a user